File: //proc/thread-self/root/home/ubuntu/cc_sales_prod_10dec20.sql
-- MySQL dump 10.13 Distrib 5.7.32, for Linux (x86_64)
--
-- Host: localhost Database: cc_sales_prod
-- ------------------------------------------------------
-- Server version 5.7.32-0ubuntu0.18.04.1
/*!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_actionscheduler_actions`
--
DROP TABLE IF EXISTS `wp_actionscheduler_actions`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_actionscheduler_actions` (
`action_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`hook` varchar(191) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`scheduled_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`scheduled_date_local` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`args` varchar(191) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`schedule` longtext COLLATE utf8mb4_unicode_520_ci,
`group_id` bigint(20) unsigned NOT NULL DEFAULT '0',
`attempts` int(11) NOT NULL DEFAULT '0',
`last_attempt_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`last_attempt_local` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`claim_id` bigint(20) unsigned NOT NULL DEFAULT '0',
`extended_args` varchar(8000) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
PRIMARY KEY (`action_id`),
KEY `hook` (`hook`),
KEY `status` (`status`),
KEY `scheduled_date_gmt` (`scheduled_date_gmt`),
KEY `args` (`args`),
KEY `group_id` (`group_id`),
KEY `last_attempt_gmt` (`last_attempt_gmt`),
KEY `claim_id` (`claim_id`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_actionscheduler_actions`
--
LOCK TABLES `wp_actionscheduler_actions` WRITE;
/*!40000 ALTER TABLE `wp_actionscheduler_actions` DISABLE KEYS */;
INSERT INTO `wp_actionscheduler_actions` VALUES (1,'wp_mail_smtp_admin_notifications_update','complete','0000-00-00 00:00:00','0000-00-00 00:00:00','{\"tasks_meta_id\":1}','O:28:\"ActionScheduler_NullSchedule\":0:{}',2,1,'2020-12-03 10:29:36','2020-12-03 10:29:36',0,NULL),(2,'wp_mail_smtp_admin_notifications_update','complete','0000-00-00 00:00:00','0000-00-00 00:00:00','{\"tasks_meta_id\":2}','O:28:\"ActionScheduler_NullSchedule\":0:{}',2,1,'2020-12-04 13:12:21','2020-12-04 13:12:21',0,NULL),(3,'wp_mail_smtp_admin_notifications_update','complete','0000-00-00 00:00:00','0000-00-00 00:00:00','{\"tasks_meta_id\":3}','O:28:\"ActionScheduler_NullSchedule\":0:{}',2,1,'2020-12-10 08:04:03','2020-12-10 08:04:03',0,NULL);
/*!40000 ALTER TABLE `wp_actionscheduler_actions` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_actionscheduler_claims`
--
DROP TABLE IF EXISTS `wp_actionscheduler_claims`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_actionscheduler_claims` (
`claim_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`date_created_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
PRIMARY KEY (`claim_id`),
KEY `date_created_gmt` (`date_created_gmt`)
) ENGINE=InnoDB AUTO_INCREMENT=20402 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_actionscheduler_claims`
--
LOCK TABLES `wp_actionscheduler_claims` WRITE;
/*!40000 ALTER TABLE `wp_actionscheduler_claims` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_actionscheduler_claims` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_actionscheduler_groups`
--
DROP TABLE IF EXISTS `wp_actionscheduler_groups`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_actionscheduler_groups` (
`group_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`slug` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
PRIMARY KEY (`group_id`),
KEY `slug` (`slug`(191))
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_actionscheduler_groups`
--
LOCK TABLES `wp_actionscheduler_groups` WRITE;
/*!40000 ALTER TABLE `wp_actionscheduler_groups` DISABLE KEYS */;
INSERT INTO `wp_actionscheduler_groups` VALUES (1,'action-scheduler-migration'),(2,'wp_mail_smtp');
/*!40000 ALTER TABLE `wp_actionscheduler_groups` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_actionscheduler_logs`
--
DROP TABLE IF EXISTS `wp_actionscheduler_logs`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_actionscheduler_logs` (
`log_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`action_id` bigint(20) unsigned NOT NULL,
`message` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
`log_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`log_date_local` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
PRIMARY KEY (`log_id`),
KEY `action_id` (`action_id`),
KEY `log_date_gmt` (`log_date_gmt`)
) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_actionscheduler_logs`
--
LOCK TABLES `wp_actionscheduler_logs` WRITE;
/*!40000 ALTER TABLE `wp_actionscheduler_logs` DISABLE KEYS */;
INSERT INTO `wp_actionscheduler_logs` VALUES (1,1,'action created','2020-12-03 10:28:50','2020-12-03 10:28:50'),(2,1,'action started via WP Cron','2020-12-03 10:29:36','2020-12-03 10:29:36'),(3,1,'action complete via WP Cron','2020-12-03 10:29:36','2020-12-03 10:29:36'),(4,2,'action created','2020-12-04 13:10:42','2020-12-04 13:10:42'),(5,2,'action started via WP Cron','2020-12-04 13:12:21','2020-12-04 13:12:21'),(6,2,'action complete via WP Cron','2020-12-04 13:12:21','2020-12-04 13:12:21'),(7,3,'action created','2020-12-10 08:04:02','2020-12-10 08:04:02'),(8,3,'action started via Async Request','2020-12-10 08:04:03','2020-12-10 08:04:03'),(9,3,'action complete via Async Request','2020-12-10 08:04:03','2020-12-10 08:04:03');
/*!40000 ALTER TABLE `wp_actionscheduler_logs` 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_520_ci DEFAULT NULL,
`meta_value` longtext COLLATE utf8mb4_unicode_520_ci,
PRIMARY KEY (`meta_id`),
KEY `comment_id` (`comment_id`),
KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_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_520_ci NOT NULL,
`comment_author_email` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`comment_author_url` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`comment_author_IP` varchar(100) COLLATE utf8mb4_unicode_520_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_520_ci NOT NULL,
`comment_karma` int(11) NOT NULL DEFAULT '0',
`comment_approved` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '1',
`comment_agent` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`comment_type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'comment',
`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=7 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_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 */;
INSERT INTO `wp_comments` VALUES (2,426,'Captain’s Chair – Partnering with the ConnectWise Ecosystem – Captain's Chair','','https://captainschairit.com/captains-chair-partnering-with-the-connectwise-ecosystem/','10.4.0.84','2019-10-15 14:55:09','2019-10-15 14:55:09','[…] their processes and create efficiencies. With Captain’s Chair, you can embrace the role of a next-gen MSP, offering clients complete visibility, transparency and accountability. Take advantage of the […]',0,'1','The Incutio XML-RPC PHP Library -- WordPress/5.2.3','pingback',0,0),(3,426,'Top Reasons Why Companies Leave Their MSP’s – The Captain’s Chair Solution – Captain's Chair','','https://captainschairit.com/top-reasons-why-companies-leave-their-msps-the-captains-chair-solution/','10.4.0.84','2019-11-15 19:20:00','2019-11-15 19:20:00','[…] surprise that clients are quick to leave their MSP if they feel they’re left out of the loop. Organizations are no longer content to simply outsource certain functions to a managed service provi… The Captain’s Chair platform provides the transparency, visibility and accountability clients […]',0,'1','The Incutio XML-RPC PHP Library -- WordPress/5.2.3','pingback',0,0),(4,461,'The True Cost of Client Churn – Captain's Chair','','https://captainschairit.com/the-true-cost-of-client-churn/','127.0.0.1','2019-12-17 17:57:36','2019-12-17 17:57:36','[…] clients are your MSP business’s most valuable assets, and lost clients can impact your business in a big way. If you’re not tracking these critical client-related metrics, there’s no […]',0,'1','The Incutio XML-RPC PHP Library -- WordPress/5.2.3','pingback',0,0),(6,426,'Transforming Your Customer’s Experience – Captain's Chair','','https://captainschairit.com/transforming-your-customers-experience/','127.0.0.1','2020-03-17 20:42:15','2020-03-17 20:42:15','[…] time for MSPs to move beyond quarterly business reviews and transform the customer experience. The solution is simple: a platform that gives your clients more access to data and helps them […]',0,'0','The Incutio XML-RPC PHP Library -- WordPress/5.2.3','pingback',0,0);
/*!40000 ALTER TABLE `wp_comments` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_ig_blocked_emails`
--
DROP TABLE IF EXISTS `wp_ig_blocked_emails`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_ig_blocked_emails` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`email` varchar(50) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`ip` varchar(45) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`created_on` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_ig_blocked_emails`
--
LOCK TABLES `wp_ig_blocked_emails` WRITE;
/*!40000 ALTER TABLE `wp_ig_blocked_emails` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_ig_blocked_emails` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_ig_campaigns`
--
DROP TABLE IF EXISTS `wp_ig_campaigns`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_ig_campaigns` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`slug` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`name` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`type` varchar(50) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`from_name` varchar(50) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`from_email` varchar(50) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`reply_to_name` varchar(50) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`reply_to_email` varchar(50) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`sequence_ids` text COLLATE utf8mb4_unicode_520_ci,
`categories` text COLLATE utf8mb4_unicode_520_ci,
`list_ids` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
`base_template_id` int(11) NOT NULL,
`status` tinyint(4) NOT NULL,
`meta` longtext COLLATE utf8mb4_unicode_520_ci,
`created_at` datetime DEFAULT NULL,
`updated_at` datetime DEFAULT NULL,
`deleted_at` datetime DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_ig_campaigns`
--
LOCK TABLES `wp_ig_campaigns` WRITE;
/*!40000 ALTER TABLE `wp_ig_campaigns` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_ig_campaigns` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_ig_contacts`
--
DROP TABLE IF EXISTS `wp_ig_contacts`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_ig_contacts` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`wp_user_id` int(11) NOT NULL DEFAULT '0',
`first_name` varchar(50) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`last_name` varchar(50) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`email` varchar(50) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`source` varchar(50) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`form_id` int(11) NOT NULL DEFAULT '0',
`status` varchar(10) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`unsubscribed` tinyint(1) NOT NULL DEFAULT '0',
`hash` varchar(50) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`created_at` datetime DEFAULT NULL,
`updated_at` datetime DEFAULT NULL,
`is_verified` tinyint(1) DEFAULT '0',
`is_disposable` tinyint(1) DEFAULT '0',
`is_rolebased` tinyint(1) DEFAULT '0',
`is_webmail` tinyint(1) DEFAULT '0',
`is_deliverable` tinyint(1) DEFAULT '0',
`is_sendsafely` tinyint(1) DEFAULT '0',
`meta` longtext CHARACTER SET utf8,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_ig_contacts`
--
LOCK TABLES `wp_ig_contacts` WRITE;
/*!40000 ALTER TABLE `wp_ig_contacts` DISABLE KEYS */;
INSERT INTO `wp_ig_contacts` VALUES (1,1,'shieldwatch006@gmail.com','','shieldwatch006@gmail.com','admin',0,'verified',0,'gjiobr-byrxdk-nuxigr-cdrbon-narhbv','2019-09-17 13:58:51','0000-00-00 00:00:00',1,0,0,0,1,1,'');
/*!40000 ALTER TABLE `wp_ig_contacts` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_ig_contacts_ips`
--
DROP TABLE IF EXISTS `wp_ig_contacts_ips`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_ig_contacts_ips` (
`ip` varchar(45) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`created_on` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
PRIMARY KEY (`created_on`,`ip`),
KEY `ip` (`ip`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_ig_contacts_ips`
--
LOCK TABLES `wp_ig_contacts_ips` WRITE;
/*!40000 ALTER TABLE `wp_ig_contacts_ips` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_ig_contacts_ips` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_ig_forms`
--
DROP TABLE IF EXISTS `wp_ig_forms`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_ig_forms` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`name` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`body` longtext COLLATE utf8mb4_unicode_520_ci,
`settings` longtext COLLATE utf8mb4_unicode_520_ci,
`styles` longtext COLLATE utf8mb4_unicode_520_ci,
`created_at` datetime DEFAULT NULL,
`updated_at` datetime DEFAULT NULL,
`deleted_at` datetime DEFAULT NULL,
`af_id` int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_ig_forms`
--
LOCK TABLES `wp_ig_forms` WRITE;
/*!40000 ALTER TABLE `wp_ig_forms` DISABLE KEYS */;
INSERT INTO `wp_ig_forms` VALUES (1,'Subscriber Form','a:4:{i:0;a:5:{s:4:\"type\";s:4:\"text\";s:4:\"name\";s:4:\"Name\";s:2:\"id\";s:4:\"name\";s:6:\"params\";a:3:{s:5:\"label\";s:0:\"\";s:4:\"show\";b:0;s:8:\"required\";b:0;}s:8:\"position\";i:1;}i:1;a:5:{s:4:\"type\";s:4:\"text\";s:4:\"name\";s:5:\"Email\";s:2:\"id\";s:5:\"email\";s:6:\"params\";a:3:{s:5:\"label\";s:0:\"\";s:4:\"show\";b:1;s:8:\"required\";b:1;}s:8:\"position\";i:2;}i:2;a:5:{s:4:\"type\";s:8:\"checkbox\";s:4:\"name\";s:5:\"Lists\";s:2:\"id\";s:5:\"lists\";s:6:\"params\";a:4:{s:5:\"label\";s:5:\"Lists\";s:4:\"show\";b:0;s:8:\"required\";b:1;s:6:\"values\";a:1:{i:0;s:1:\"2\";}}s:8:\"position\";i:3;}i:3;a:5:{s:4:\"type\";s:6:\"submit\";s:4:\"name\";s:6:\"submit\";s:2:\"id\";s:6:\"submit\";s:6:\"params\";a:3:{s:5:\"label\";s:9:\"Subscribe\";s:4:\"show\";b:1;s:8:\"required\";b:1;}s:8:\"position\";i:4;}}','a:2:{s:5:\"lists\";a:1:{i:0;s:1:\"2\";}s:4:\"desc\";s:0:\"\";}',NULL,'2019-09-17 13:58:52','2019-09-17 14:00:10',NULL,0);
/*!40000 ALTER TABLE `wp_ig_forms` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_ig_lists`
--
DROP TABLE IF EXISTS `wp_ig_lists`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_ig_lists` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`slug` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`name` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`created_at` datetime DEFAULT NULL,
`updated_at` datetime DEFAULT NULL,
`deleted_at` datetime DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_ig_lists`
--
LOCK TABLES `wp_ig_lists` WRITE;
/*!40000 ALTER TABLE `wp_ig_lists` DISABLE KEYS */;
INSERT INTO `wp_ig_lists` VALUES (1,'test','Test','2019-09-17 13:58:51',NULL,NULL),(2,'main','Main','2019-09-17 13:58:51',NULL,NULL);
/*!40000 ALTER TABLE `wp_ig_lists` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_ig_lists_contacts`
--
DROP TABLE IF EXISTS `wp_ig_lists_contacts`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_ig_lists_contacts` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`list_id` int(11) NOT NULL,
`contact_id` int(11) NOT NULL,
`status` varchar(50) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`optin_type` tinyint(4) NOT NULL,
`subscribed_at` datetime DEFAULT NULL,
`subscribed_ip` varchar(45) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`unsubscribed_at` datetime DEFAULT NULL,
`unsubscribed_ip` varchar(45) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_ig_lists_contacts`
--
LOCK TABLES `wp_ig_lists_contacts` WRITE;
/*!40000 ALTER TABLE `wp_ig_lists_contacts` DISABLE KEYS */;
INSERT INTO `wp_ig_lists_contacts` VALUES (1,1,1,'subscribed',1,'2019-09-17 13:58:51','',NULL,NULL),(2,2,1,'subscribed',1,'2019-09-17 13:58:51','',NULL,NULL);
/*!40000 ALTER TABLE `wp_ig_lists_contacts` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_ig_mailing_queue`
--
DROP TABLE IF EXISTS `wp_ig_mailing_queue`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_ig_mailing_queue` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`hash` varchar(50) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`campaign_id` int(11) NOT NULL DEFAULT '0',
`subject` text COLLATE utf8mb4_unicode_520_ci,
`body` longtext COLLATE utf8mb4_unicode_520_ci,
`count` int(10) unsigned NOT NULL DEFAULT '0',
`status` varchar(10) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`start_at` datetime DEFAULT NULL,
`finish_at` datetime DEFAULT NULL,
`meta` longtext COLLATE utf8mb4_unicode_520_ci,
`created_at` datetime DEFAULT NULL,
`updated_at` datetime DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_ig_mailing_queue`
--
LOCK TABLES `wp_ig_mailing_queue` WRITE;
/*!40000 ALTER TABLE `wp_ig_mailing_queue` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_ig_mailing_queue` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_ig_sending_queue`
--
DROP TABLE IF EXISTS `wp_ig_sending_queue`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_ig_sending_queue` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`mailing_queue_id` int(11) NOT NULL DEFAULT '0',
`mailing_queue_hash` varchar(50) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`campaign_id` int(11) NOT NULL DEFAULT '0',
`contact_id` int(11) NOT NULL DEFAULT '0',
`contact_hash` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`email` varchar(50) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`status` varchar(50) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`links` longtext COLLATE utf8mb4_unicode_520_ci,
`opened` int(11) DEFAULT NULL,
`sent_at` datetime DEFAULT NULL,
`opened_at` datetime DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_ig_sending_queue`
--
LOCK TABLES `wp_ig_sending_queue` WRITE;
/*!40000 ALTER TABLE `wp_ig_sending_queue` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_ig_sending_queue` 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_520_ci NOT NULL DEFAULT '',
`link_name` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`link_image` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`link_target` varchar(25) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`link_description` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`link_visible` varchar(20) COLLATE utf8mb4_unicode_520_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_520_ci NOT NULL DEFAULT '',
`link_notes` mediumtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
`link_rss` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
PRIMARY KEY (`link_id`),
KEY `link_visible` (`link_visible`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_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_mailpoet_custom_fields`
--
DROP TABLE IF EXISTS `wp_mailpoet_custom_fields`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_mailpoet_custom_fields` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`name` varchar(90) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`type` varchar(90) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`params` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
PRIMARY KEY (`id`),
UNIQUE KEY `name` (`name`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_mailpoet_custom_fields`
--
LOCK TABLES `wp_mailpoet_custom_fields` WRITE;
/*!40000 ALTER TABLE `wp_mailpoet_custom_fields` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_mailpoet_custom_fields` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_mailpoet_feature_flags`
--
DROP TABLE IF EXISTS `wp_mailpoet_feature_flags`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_mailpoet_feature_flags` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`name` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`value` tinyint(1) DEFAULT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
PRIMARY KEY (`id`),
UNIQUE KEY `name` (`name`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_mailpoet_feature_flags`
--
LOCK TABLES `wp_mailpoet_feature_flags` WRITE;
/*!40000 ALTER TABLE `wp_mailpoet_feature_flags` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_mailpoet_feature_flags` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_mailpoet_forms`
--
DROP TABLE IF EXISTS `wp_mailpoet_forms`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_mailpoet_forms` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`name` varchar(90) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`body` longtext COLLATE utf8mb4_unicode_520_ci,
`settings` longtext COLLATE utf8mb4_unicode_520_ci,
`styles` longtext COLLATE utf8mb4_unicode_520_ci,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
`deleted_at` timestamp NULL DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_mailpoet_forms`
--
LOCK TABLES `wp_mailpoet_forms` WRITE;
/*!40000 ALTER TABLE `wp_mailpoet_forms` DISABLE KEYS */;
INSERT INTO `wp_mailpoet_forms` VALUES (1,'A GDPR friendly form','a:4:{i:0;a:7:{s:4:\"type\";s:4:\"text\";s:4:\"name\";s:10:\"First name\";s:2:\"id\";s:10:\"first_name\";s:6:\"unique\";s:1:\"1\";s:6:\"static\";s:1:\"0\";s:6:\"params\";a:1:{s:5:\"label\";s:10:\"First name\";}s:8:\"position\";s:1:\"1\";}i:1;a:7:{s:4:\"type\";s:4:\"text\";s:4:\"name\";s:5:\"Email\";s:2:\"id\";s:5:\"email\";s:6:\"unique\";s:1:\"0\";s:6:\"static\";s:1:\"1\";s:6:\"params\";a:2:{s:5:\"label\";s:5:\"Email\";s:8:\"required\";s:4:\"true\";}s:8:\"position\";s:1:\"2\";}i:2;a:7:{s:4:\"type\";s:4:\"html\";s:4:\"name\";s:19:\"Custom text or HTML\";s:2:\"id\";s:4:\"html\";s:6:\"unique\";s:1:\"0\";s:6:\"static\";s:1:\"0\";s:6:\"params\";a:2:{s:4:\"text\";s:147:\"We keep your data private and share your data only with third parties that make this service possible. See our Privacy Policy for more information.\";s:5:\"nl2br\";s:1:\"0\";}s:8:\"position\";s:1:\"3\";}i:3;a:7:{s:4:\"type\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:2:\"id\";s:6:\"submit\";s:6:\"unique\";s:1:\"0\";s:6:\"static\";s:1:\"1\";s:6:\"params\";a:1:{s:5:\"label\";s:10:\"Subscribe!\";}s:8:\"position\";s:1:\"4\";}}','a:5:{s:8:\"segments\";a:1:{i:0;s:1:\"3\";}s:10:\"on_success\";s:7:\"message\";s:15:\"success_message\";s:61:\"Check your inbox or spam folder to confirm your subscription.\";s:12:\"success_page\";s:1:\"5\";s:20:\"segments_selected_by\";s:5:\"admin\";}','/* form */\n.mailpoet_form {\n\n}\n\n/* paragraphs (label + input) */\n.mailpoet_paragraph {\n line-height:20px;\n}\n\n/* labels */\n.mailpoet_segment_label,\n.mailpoet_text_label,\n.mailpoet_textarea_label,\n.mailpoet_select_label,\n.mailpoet_radio_label,\n.mailpoet_checkbox_label,\n.mailpoet_list_label,\n.mailpoet_date_label {\n display:block;\n font-weight:bold;\n}\n\n/* inputs */\n.mailpoet_text,\n.mailpoet_textarea,\n.mailpoet_select,\n.mailpoet_date_month,\n.mailpoet_date_day,\n.mailpoet_date_year,\n.mailpoet_date {\n display:block;\n}\n\n.mailpoet_text,\n.mailpoet_textarea {\n width:200px;\n}\n\n.mailpoet_checkbox {\n}\n\n.mailpoet_submit input {\n}\n\n.mailpoet_divider {\n}\n\n.mailpoet_message {\n}\n\n.mailpoet_validate_success {\n font-weight: 600;\n color:#468847;\n}\n\n.mailpoet_validate_error {\n color:#B94A48;\n}\n\n.mailpoet_form_loading {\n width: 30px;\n text-align: center;\n line-height: normal;\n}\n\n.mailpoet_form_loading > span {\n width: 5px;\n height: 5px;\n background-color: #5b5b5b;\n}','2019-09-17 13:54:05','2019-09-17 13:54:05',NULL);
/*!40000 ALTER TABLE `wp_mailpoet_forms` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_mailpoet_log`
--
DROP TABLE IF EXISTS `wp_mailpoet_log`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_mailpoet_log` (
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`name` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`level` int(11) DEFAULT NULL,
`message` longtext COLLATE utf8mb4_unicode_520_ci,
`created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_mailpoet_log`
--
LOCK TABLES `wp_mailpoet_log` WRITE;
/*!40000 ALTER TABLE `wp_mailpoet_log` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_mailpoet_log` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_mailpoet_mapping_to_external_entities`
--
DROP TABLE IF EXISTS `wp_mailpoet_mapping_to_external_entities`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_mailpoet_mapping_to_external_entities` (
`old_id` int(10) unsigned NOT NULL,
`type` varchar(50) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`new_id` int(10) unsigned NOT NULL,
`created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
PRIMARY KEY (`old_id`,`type`),
KEY `new_id` (`new_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_mailpoet_mapping_to_external_entities`
--
LOCK TABLES `wp_mailpoet_mapping_to_external_entities` WRITE;
/*!40000 ALTER TABLE `wp_mailpoet_mapping_to_external_entities` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_mailpoet_mapping_to_external_entities` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_mailpoet_newsletter_links`
--
DROP TABLE IF EXISTS `wp_mailpoet_newsletter_links`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_mailpoet_newsletter_links` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`newsletter_id` int(10) unsigned NOT NULL,
`queue_id` int(10) unsigned NOT NULL,
`url` varchar(2083) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`hash` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
PRIMARY KEY (`id`),
KEY `newsletter_id` (`newsletter_id`),
KEY `queue_id` (`queue_id`),
KEY `url` (`url`(100))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_mailpoet_newsletter_links`
--
LOCK TABLES `wp_mailpoet_newsletter_links` WRITE;
/*!40000 ALTER TABLE `wp_mailpoet_newsletter_links` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_mailpoet_newsletter_links` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_mailpoet_newsletter_option`
--
DROP TABLE IF EXISTS `wp_mailpoet_newsletter_option`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_mailpoet_newsletter_option` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`newsletter_id` int(10) unsigned NOT NULL,
`option_field_id` int(10) unsigned NOT NULL,
`value` longtext COLLATE utf8mb4_unicode_520_ci,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
PRIMARY KEY (`id`),
UNIQUE KEY `newsletter_id_option_field_id` (`newsletter_id`,`option_field_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_mailpoet_newsletter_option`
--
LOCK TABLES `wp_mailpoet_newsletter_option` WRITE;
/*!40000 ALTER TABLE `wp_mailpoet_newsletter_option` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_mailpoet_newsletter_option` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_mailpoet_newsletter_option_fields`
--
DROP TABLE IF EXISTS `wp_mailpoet_newsletter_option_fields`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_mailpoet_newsletter_option_fields` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`name` varchar(90) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`newsletter_type` varchar(90) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
PRIMARY KEY (`id`),
UNIQUE KEY `name_newsletter_type` (`newsletter_type`,`name`)
) ENGINE=InnoDB AUTO_INCREMENT=14 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_mailpoet_newsletter_option_fields`
--
LOCK TABLES `wp_mailpoet_newsletter_option_fields` WRITE;
/*!40000 ALTER TABLE `wp_mailpoet_newsletter_option_fields` DISABLE KEYS */;
INSERT INTO `wp_mailpoet_newsletter_option_fields` VALUES (1,'isScheduled','standard',NULL,'2019-09-17 13:53:56'),(2,'scheduledAt','standard',NULL,'2019-09-17 13:53:56'),(3,'event','welcome',NULL,'2019-09-17 13:53:56'),(4,'segment','welcome',NULL,'2019-09-17 13:53:56'),(5,'role','welcome',NULL,'2019-09-17 13:53:56'),(6,'afterTimeNumber','welcome',NULL,'2019-09-17 13:53:56'),(7,'afterTimeType','welcome',NULL,'2019-09-17 13:53:57'),(8,'intervalType','notification',NULL,'2019-09-17 13:53:58'),(9,'timeOfDay','notification',NULL,'2019-09-17 13:53:59'),(10,'weekDay','notification',NULL,'2019-09-17 13:53:59'),(11,'monthDay','notification',NULL,'2019-09-17 13:53:59'),(12,'nthWeekDay','notification',NULL,'2019-09-17 13:53:59'),(13,'schedule','notification',NULL,'2019-09-17 13:53:59');
/*!40000 ALTER TABLE `wp_mailpoet_newsletter_option_fields` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_mailpoet_newsletter_posts`
--
DROP TABLE IF EXISTS `wp_mailpoet_newsletter_posts`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_mailpoet_newsletter_posts` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`newsletter_id` int(10) unsigned NOT NULL,
`post_id` int(10) unsigned NOT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
PRIMARY KEY (`id`),
KEY `newsletter_id` (`newsletter_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_mailpoet_newsletter_posts`
--
LOCK TABLES `wp_mailpoet_newsletter_posts` WRITE;
/*!40000 ALTER TABLE `wp_mailpoet_newsletter_posts` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_mailpoet_newsletter_posts` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_mailpoet_newsletter_segment`
--
DROP TABLE IF EXISTS `wp_mailpoet_newsletter_segment`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_mailpoet_newsletter_segment` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`newsletter_id` int(10) unsigned NOT NULL,
`segment_id` int(10) unsigned NOT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
PRIMARY KEY (`id`),
UNIQUE KEY `newsletter_segment` (`newsletter_id`,`segment_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_mailpoet_newsletter_segment`
--
LOCK TABLES `wp_mailpoet_newsletter_segment` WRITE;
/*!40000 ALTER TABLE `wp_mailpoet_newsletter_segment` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_mailpoet_newsletter_segment` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_mailpoet_newsletter_templates`
--
DROP TABLE IF EXISTS `wp_mailpoet_newsletter_templates`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_mailpoet_newsletter_templates` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`newsletter_id` int(11) DEFAULT '0',
`name` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`categories` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '[]',
`description` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`body` longtext COLLATE utf8mb4_unicode_520_ci,
`thumbnail` longtext COLLATE utf8mb4_unicode_520_ci,
`readonly` tinyint(1) DEFAULT '0',
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=75 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_mailpoet_newsletter_templates`
--
LOCK TABLES `wp_mailpoet_newsletter_templates` WRITE;
/*!40000 ALTER TABLE `wp_mailpoet_newsletter_templates` DISABLE KEYS */;
INSERT INTO `wp_mailpoet_newsletter_templates` VALUES (1,0,'Welcome Email: Blank 1 Column','[\"welcome\"]','','{\"content\":{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#f8f8f8\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"header\",\"text\":\"<a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"underline\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/blank_templates\\/fake-logo.png\",\"alt\":\"Fake logo\",\"fullWidth\":false,\"width\":\"598px\",\"height\":\"71px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<h1 style=\\\"text-align: center;\\\"><strong>Hi, new subscriber!<\\/strong><\\/h1>\\n<p> <\\/p>\\n<p>[subscriber:firstname | default:Subscriber],<\\/p>\\n<p> <\\/p>\\n<p>You recently joined our list and we\'d like to give you a warm welcome!<\\/p>\\n<p> <\\/p>\\n<p>Want to get to know us better? Check out some of our most popular articles: <\\/p>\\n<ol>\\n<li><a href=\\\"http:\\/\\/www.mailpoet.com\\/the-importance-of-focus-when-writing\\/\\\">The Importance of Focus When Writing<\\/a><\\/li>\\n<li><a href=\\\"http:\\/\\/www.mailpoet.com\\/write-great-subject-line\\/\\\">How to Write a Great Subject Line<\\/a><\\/li>\\n<li><a href=\\\"http:\\/\\/www.mailpoet.com\\/just-sit-write-advice-motivation-ernest-hemingway\\/\\\">Just Sit Down and Write – Advice on Motivation from Ernest Hemingway<\\/a><\\/li>\\n<\\/ol>\"}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#f8f8f8\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"24.5px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},{\"type\":\"social\",\"iconSet\":\"grey\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/02-grey\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/02-grey\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"}]},{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"7.5px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},{\"type\":\"footer\",\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage your subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#000000\",\"fontFamily\":\"Arial\",\"fontSize\":\"16px\"},\"h1\":{\"fontColor\":\"#111111\",\"fontFamily\":\"Trebuchet MS\",\"fontSize\":\"30px\"},\"h2\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Trebuchet MS\",\"fontSize\":\"24px\"},\"h3\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Trebuchet MS\",\"fontSize\":\"22px\"},\"link\":{\"fontColor\":\"#21759B\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#eeeeee\"}}}','https://ps.w.org/mailpoet/assets/newsletter-templates/welcome-email-blank-1-column/thumbnail.20190411-1500.jpg',1,NULL,'2019-09-17 13:53:59'),(2,0,'Welcome Email: Blank 1:2 Column','[\"welcome\"]','','{\"content\":{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#f8f8f8\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"header\",\"text\":\"<a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"underline\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/blank_templates\\/fake-logo.png\",\"alt\":\"Fake logo\",\"fullWidth\":false,\"width\":\"598px\",\"height\":\"71px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<h1 style=\\\"text-align: center;\\\"><strong>Hi, new subscriber!<\\/strong><\\/h1>\\n<p> <\\/p>\\n<p>[subscriber:firstname | default:Subscriber],<\\/p>\\n<p> <\\/p>\\n<p>You recently joined our list and we\'d like to give you a warm welcome!<\\/p>\"},{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h3>Our Most Popular Posts<\\/h3>\"},{\"type\":\"text\",\"text\":\"<ul>\\n<li><a href=\\\"http:\\/\\/www.mailpoet.com\\/the-importance-of-focus-when-writing\\/\\\">The Importance of Focus When Writing<\\/a><\\/li>\\n<li><a href=\\\"http:\\/\\/www.mailpoet.com\\/write-great-subject-line\\/\\\">How to Write a Great Subject Line<\\/a><\\/li>\\n<li><a href=\\\"http:\\/\\/www.mailpoet.com\\/just-sit-write-advice-motivation-ernest-hemingway\\/\\\">Just Sit Down and Write – Advice on Motivation from Ernest Hemingway<\\/a><\\/li>\\n<\\/ul>\"}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h3>What\'s Next?<\\/h3>\"},{\"type\":\"text\",\"text\":\"<p>Add a single button to your newsletter in order to have one clear call-to-action, which will increase your click rates.<\\/p>\"},{\"type\":\"button\",\"text\":\"Read up!\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#f8f8f8\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"24.5px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},{\"type\":\"social\",\"iconSet\":\"grey\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/02-grey\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/02-grey\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"}]},{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"7.5px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},{\"type\":\"footer\",\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage your subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#000000\",\"fontFamily\":\"Arial\",\"fontSize\":\"16px\"},\"h1\":{\"fontColor\":\"#111111\",\"fontFamily\":\"Trebuchet MS\",\"fontSize\":\"26px\"},\"h2\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Trebuchet MS\",\"fontSize\":\"24px\"},\"h3\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Trebuchet MS\",\"fontSize\":\"22px\"},\"link\":{\"fontColor\":\"#21759B\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#eeeeee\"}}}','https://ps.w.org/mailpoet/assets/newsletter-templates/welcome-email-blank-1-2-column/thumbnail.20190411-1500.jpg',1,NULL,'2019-09-17 13:53:59'),(3,0,'Gift Welcome','[\"welcome\",\"all\"]','','{\"content\":{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/gift\\/Gift-Header-1.jpg\",\"alt\":\"Gift-Header-1\",\"fullWidth\":true,\"width\":\"1280px\",\"height\":\"920px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#e7e7e7\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: center;\\\"><span style=\\\"color: #dd2d2d;\\\">We\'re so happy you\'re onboard!<\\/span><\\/h2>\\n<p style=\\\"text-align: center;\\\"><span style=\\\"color: #333333;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur nec nisi quis ex pulvinar molestie. Sed pulvinar placerat justo eu viverra. Pellentesque in interdum eros, a venenatis velit. Fusce finibus convallis augue, ut viverra felis placerat in. <\\/span><\\/p>\\n<p style=\\\"text-align: center;\\\"><span style=\\\"color: #333333;\\\"><\\/span><\\/p>\\n<p style=\\\"text-align: center;\\\"><span style=\\\"color: #333333;\\\">Curabitur et commodo ipsum. Mauris tellus metus, tristique vel sollicitudin ut, malesuada in augue. Aliquam ultricies purus vel commodo vehicula.<\\/span><\\/p>\"},{\"type\":\"button\",\"text\":\"Get Started\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#dd2d2d\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"40px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"50px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Arial\",\"fontSize\":\"22px\",\"fontWeight\":\"bold\",\"textAlign\":\"center\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/gift\\/Gift-Footer.jpg\",\"alt\":\"Gift-Footer\",\"fullWidth\":true,\"width\":\"1280px\",\"height\":\"920px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"23px\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"font-size: 11px; text-align: center;\\\"><span style=\\\"color: #808080;\\\"><strong>Address Line 1<\\/strong><\\/span><\\/p>\\n<p style=\\\"font-size: 11px; text-align: center;\\\"><span style=\\\"color: #808080;\\\"><strong>Address Line 2<\\/strong><\\/span><\\/p>\\n<p style=\\\"font-size: 11px; text-align: center;\\\"><span style=\\\"color: #808080;\\\"><strong>City<\\/strong><\\/span><\\/p>\\n<p style=\\\"font-size: 11px; text-align: center;\\\"><span style=\\\"color: #808080;\\\"><strong>Country<\\/strong><\\/span><\\/p>\"},{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"5.5px\",\"borderStyle\":\"solid\",\"borderWidth\":\"1px\",\"borderColor\":\"#aaaaaa\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"social\",\"iconSet\":\"grey\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/02-grey\\/Facebook.png?mailpoet_version=3.0.0-rc.2.0.0\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/02-grey\\/Twitter.png?mailpoet_version=3.0.0-rc.2.0.0\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/02-grey\\/Instagram.png?mailpoet_version=3.0.0-rc.2.0.0\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"}]},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center; font-size: 11px;\\\"><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a><span> | <\\/span><a href=\\\"[link:subscription_manage_url]\\\">Manage your subscription<\\/a><\\/p>\"}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#000000\",\"fontFamily\":\"Arial\",\"fontSize\":\"15px\"},\"h1\":{\"fontColor\":\"#111111\",\"fontFamily\":\"Arial\",\"fontSize\":\"30px\"},\"h2\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"24px\"},\"h3\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Arial\",\"fontSize\":\"22px\"},\"link\":{\"fontColor\":\"#dd2d2d\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#ffffff\"}}}','https://ps.w.org/mailpoet/assets/newsletter-templates/gift/thumbnail.20190411-1500.jpg',1,NULL,'2019-09-17 13:53:59'),(4,0,'Minimal','[\"welcome\",\"all\"]','','{\"content\":{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"29px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#303c54\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"60px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/minimal\\/Minimal-Logo1.png\",\"alt\":\"Minimal-Logo1\",\"fullWidth\":false,\"width\":\"590px\",\"height\":\"93px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"60px\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"80px\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: right;\\\"><span style=\\\"color: #8b9cbc;\\\">EST.2009<\\/span><\\/p>\"}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"41px\"}}},{\"type\":\"text\",\"text\":\"<h2>Welcome to Minimal, Kim.<\\/h2>\"},{\"type\":\"text\",\"text\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur nec nisi quis ex pulvinar molestie. Sed pulvinar placerat justo eu viverra. Pellentesque in interdum eros, a venenatis velit. Fusce finibus convallis augue, ut viverra felis placerat in. Curabitur et commodo ipsum. Mauris tellus metus, tristique vel sollicitudin ut, malesuada in augue. Aliquam ultricies purus vel commodo vehicula. Cras sollicitudin nunc facilisis neque tristique sagittis.<\\/p>\\n<p><\\/p>\\n<p>Maecenas iaculis, lacus malesuada dictum dapibus, justo justo molestie lorem, ac dapibus magna urna vel arcu. Aliquam erat volutpat. Sed bibendum, ipsum sed ullamcorper blandit, eros odio interdum nibh, non venenatis metus lacus vitae lectus.<\\/p>\"},{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"30px\",\"borderStyle\":\"dotted\",\"borderWidth\":\"2px\",\"borderColor\":\"#d9d9d9\"}}},{\"type\":\"text\",\"text\":\"<h2>Some of our recent stories<\\/h2>\"}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/minimal\\/plasma-stingray111-800x533.jpg\",\"alt\":\"plasma-stingray111-800x533\",\"fullWidth\":false,\"width\":\"800px\",\"height\":\"533px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h3>Story Title Goes Here<\\/h3>\\n<p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur nec nisi quis ex pulvinar molestie. Sed pulvinar placerat justo eu viverra.<\\/span><\\/p>\\n<p><span><\\/span><\\/p>\\n<p><strong><a href=\\\"https:\\/\\/wordpress.org\\/\\\">Read More<\\/a><\\/strong><\\/p>\"}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/minimal\\/gettyimages-578313682-800x533.jpg\",\"alt\":\"gettyimages-578313682-800x533\",\"fullWidth\":false,\"width\":\"800px\",\"height\":\"533px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h3>Story Title Goes Here<\\/h3>\\n<p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur nec nisi quis ex pulvinar molestie. Sed pulvinar placerat justo eu viverra.<\\/span><\\/p>\\n<p><span><\\/span><\\/p>\\n<p><strong><a href=\\\"https:\\/\\/wordpress.org\\/\\\">Read More<\\/a><\\/strong><\\/p>\"}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/minimal\\/5_what_to_do_p352m1141746-800x533.jpg\",\"alt\":\"5_what_to_do_p352m1141746-800x533\",\"fullWidth\":false,\"width\":\"800px\",\"height\":\"533px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h3>Story Title Goes Here<\\/h3>\\n<p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur nec nisi quis ex pulvinar molestie. Sed pulvinar placerat justo eu viverra.<\\/span><\\/p>\\n<p><span><\\/span><\\/p>\\n<p><strong><a href=\\\"https:\\/\\/wordpress.org\\/\\\">Read More<\\/a><\\/strong><\\/p>\"}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"35px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#f3f3f3\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"47px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/minimal\\/Minimal-Logo-Small.png\",\"alt\":\"Minimal-Logo-Small\",\"fullWidth\":false,\"width\":\"120px\",\"height\":\"23px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}},{\"type\":\"social\",\"iconSet\":\"full-symbol-color\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/06-full-symbol-color\\/Facebook.png?mailpoet_version=3.0.0-rc.2.0.0\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/06-full-symbol-color\\/Twitter.png?mailpoet_version=3.0.0-rc.2.0.0\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/06-full-symbol-color\\/Instagram.png?mailpoet_version=3.0.0-rc.2.0.0\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"}]}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"footer\",\"text\":\"<p><span style=\\\"color: #808080;\\\"><a href=\\\"[link:subscription_unsubscribe_url]\\\" style=\\\"color: #808080;\\\">Unsubscribe<\\/a><\\/span><\\/p>\\n<p><span style=\\\"color: #808080;\\\"><a href=\\\"[link:subscription_manage_url]\\\" style=\\\"color: #808080;\\\">Manage subscription<\\/a><\\/span><br \\/><span style=\\\"color: #999999;\\\">Add your postal address here!<\\/span><\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"left\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#f3f3f3\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#000000\",\"fontFamily\":\"Georgia\",\"fontSize\":\"15px\"},\"h1\":{\"fontColor\":\"#111111\",\"fontFamily\":\"Georgia\",\"fontSize\":\"30px\"},\"h2\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Georgia\",\"fontSize\":\"24px\"},\"h3\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Georgia\",\"fontSize\":\"22px\"},\"link\":{\"fontColor\":\"#303c54\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#ffffff\"}},\"blockDefaults\":{\"automatedLatestContent\":{\"amount\":\"5\",\"withLayout\":false,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"belowTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContent.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContent.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"automatedLatestContentLayout\":{\"amount\":\"5\",\"withLayout\":true,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContentLayout.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContentLayout.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"button\":{\"text\":\"Button\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"divider\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"30px\",\"borderStyle\":\"dotted\",\"borderWidth\":\"2px\",\"borderColor\":\"#d9d9d9\"}},\"type\":\"divider\"},\"footer\":{\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}}},\"posts\":{\"amount\":\"10\",\"withLayout\":true,\"contentType\":\"post\",\"postStatus\":\"publish\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"link\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"posts.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"posts.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"social\":{\"iconSet\":\"default\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/01-social\\/Facebook.png?mailpoet_version=3.8.1\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/01-social\\/Twitter.png?mailpoet_version=3.8.1\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"}]},\"spacer\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"29px\"}},\"type\":\"spacer\"},\"header\":{\"text\":\"<a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"underline\"}}}}}','https://ps.w.org/mailpoet/assets/newsletter-templates/minimal/thumbnail.20190411-1500.jpg',1,NULL,'2019-09-17 13:53:59'),(5,0,'New Phone Purchase','[\"welcome\",\"all\"]','','{\"content\":{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#1b1821\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/phone\\/Phone-Logo.png\",\"alt\":\"Phone-Logo\",\"fullWidth\":true,\"width\":\"122px\",\"height\":\"23px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#1b1821\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/phone\\/Phone-Title.png\",\"alt\":\"Phone-Title\",\"fullWidth\":true,\"width\":\"1280px\",\"height\":\"215px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/phone\\/Phone-Header.jpg\",\"alt\":\"Phone-Header\",\"fullWidth\":true,\"width\":\"1280px\",\"height\":\"920px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}},{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\"><strong>Welcome to your brand new Casia 7200.<\\/strong><\\/span><\\/h3>\\n<p style=\\\"text-align: center;\\\"><strong><span style=\\\"color: #8748d5;\\\">Let\'s get you all set up.<\\/span><\\/strong><\\/p>\\n<p style=\\\"text-align: center;\\\"><span style=\\\"color: #999999;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur nec nisi quis ex pulvinar molestie. Sed pulvinar placerat justo eu viverra. Pellentesque in interdum eros, a venenatis velit. Fusce finibus convallis augue, ut viverra felis placerat in.<\\/span><\\/p>\"},{\"type\":\"button\",\"text\":\"Get Started\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#8748d5\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"40px\",\"borderStyle\":\"solid\",\"width\":\"159px\",\"lineHeight\":\"45px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Arial\",\"fontSize\":\"20px\",\"fontWeight\":\"bold\",\"textAlign\":\"center\"}}},{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"dashed\",\"borderWidth\":\"2px\",\"borderColor\":\"#2c2c2c\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<p style=\\\"font-size: 11px; text-align: left;\\\"><span style=\\\"color: #999999;\\\">Address Line 1<\\/span><\\/p>\\n<p style=\\\"font-size: 11px; text-align: left;\\\"><span style=\\\"color: #999999;\\\">Address Line 2<\\/span><\\/p>\\n<p style=\\\"font-size: 11px; text-align: left;\\\"><span style=\\\"color: #999999;\\\">City<\\/span><\\/p>\\n<p style=\\\"font-size: 11px; text-align: left;\\\"><span style=\\\"color: #999999;\\\">Country<\\/span><\\/p>\"}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/phone\\/Phone-Logo.png\",\"alt\":\"Phone-Logo\",\"fullWidth\":false,\"width\":\"122px\",\"height\":\"23px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"social\",\"iconSet\":\"full-symbol-grey\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Facebook.png?mailpoet_version=3.0.0-rc.2.0.0\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Twitter.png?mailpoet_version=3.0.0-rc.2.0.0\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"pinterest\",\"link\":\"http:\\/\\/www.pinterest.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Pinterest.png?mailpoet_version=3.0.0-rc.2.0.0\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Pinterest\"},{\"type\":\"socialIcon\",\"iconType\":\"linkedin\",\"link\":\"http:\\/\\/www.linkedin.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/LinkedIn.png?mailpoet_version=3.0.0-rc.2.0.0\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"LinkedIn\"}]}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: right; font-size: 11px;\\\"><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a><\\/p>\\n<p style=\\\"text-align: right; font-size: 11px;\\\"><a href=\\\"[link:subscription_manage_url]\\\">Manage subscription<\\/a><\\/p>\"}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#000000\",\"fontFamily\":\"Arial\",\"fontSize\":\"15px\"},\"h1\":{\"fontColor\":\"#111111\",\"fontFamily\":\"Arial\",\"fontSize\":\"30px\"},\"h2\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"24px\"},\"h3\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Arial\",\"fontSize\":\"22px\"},\"link\":{\"fontColor\":\"#8748d5\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#1b1821\"},\"body\":{\"backgroundColor\":\"#1b1821\"}},\"blockDefaults\":{\"automatedLatestContent\":{\"amount\":\"5\",\"withLayout\":false,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"belowTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContent.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContent.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"automatedLatestContentLayout\":{\"amount\":\"5\",\"withLayout\":true,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContentLayout.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContentLayout.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"button\":{\"text\":\"Button\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"divider\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"footer\":{\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}}},\"posts\":{\"amount\":\"10\",\"withLayout\":true,\"contentType\":\"post\",\"postStatus\":\"publish\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"link\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"posts.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"posts.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"social\":{\"iconSet\":\"default\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/01-social\\/Facebook.png?mailpoet_version=3.9.1\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/01-social\\/Twitter.png?mailpoet_version=3.9.1\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"}]},\"spacer\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}},\"header\":{\"text\":\"<a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"underline\"}}}}}','https://ps.w.org/mailpoet/assets/newsletter-templates/phone/thumbnail.20190411-1500.jpg',1,NULL,'2019-09-17 13:53:59'),(6,0,'Sunglasses','[\"welcome\",\"all\"]','','{\"content\":{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/sunglasses\\/Glasses-Logo.jpg\",\"alt\":\"Glasses-Logo\",\"fullWidth\":false,\"width\":\"250px\",\"height\":\"66px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\",\"padding\":\"17px\",\"borderStyle\":\"solid\",\"borderWidth\":\"2px\",\"borderColor\":\"#f8b849\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/sunglasses\\/Glasses-Header-2.jpg\",\"alt\":\"Glasses-Header-2\",\"fullWidth\":true,\"width\":\"1280px\",\"height\":\"116px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: center;\\\"><span style=\\\"color: #333333;\\\"><strong>Here\'s what we sent you<\\/strong><\\/span><\\/h3>\"}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/sunglasses\\/Glasses-Images-1.jpg\",\"alt\":\"Glasses-Images-1\",\"fullWidth\":true,\"width\":\"1280px\",\"height\":\"650px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur nec nisi quis ex pulvinar molestie. Sed pulvinar placerat justo eu viverra.<\\/span><\\/p>\"},{\"type\":\"button\",\"text\":\"Choose These Frames\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#f8b849\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"195px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Arial\",\"fontSize\":\"16px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/sunglasses\\/Glasses-Images-2.jpg\",\"alt\":\"Glasses-Images-2\",\"fullWidth\":true,\"width\":\"1280px\",\"height\":\"650px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur nec nisi quis ex pulvinar molestie. Sed pulvinar placerat justo eu viverra.<\\/span><\\/p>\"},{\"type\":\"button\",\"text\":\"Choose These Frames\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#f8b849\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"195px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Arial\",\"fontSize\":\"16px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/sunglasses\\/Glasses-Images-3.jpg\",\"alt\":\"Glasses-Images-3\",\"fullWidth\":true,\"width\":\"1280px\",\"height\":\"650px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur nec nisi quis ex pulvinar molestie. Sed pulvinar placerat justo eu viverra.<\\/span><\\/p>\"},{\"type\":\"button\",\"text\":\"Choose These Frames\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#f8b849\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"195px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Arial\",\"fontSize\":\"16px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\",\"padding\":\"34.5px\",\"borderStyle\":\"solid\",\"borderWidth\":\"2px\",\"borderColor\":\"#f8b849\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/sunglasses\\/Glasses-Header.jpg\",\"alt\":\"Glasses-Header\",\"fullWidth\":true,\"width\":\"640px\",\"height\":\"920px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"60px\"}}},{\"type\":\"text\",\"text\":\"<h3><strong>Our Summer Range Is Here<\\/strong><\\/h3>\\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur nec nisi quis ex pulvinar molestie. Sed pulvinar placerat justo eu viverra. Pellentesque in interdum eros, a venenatis velit.<\\/p>\\n<p><\\/p>\\n<p>Fusce finibus convallis augue, ut viverra felis placerat in. Curabitur et commodo ipsum. Mauris tellus metus, tristique vel sollicitudin ut, malesuada in augue. <\\/p>\"},{\"type\":\"button\",\"text\":\"Find Out More\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#f8b849\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"137px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Arial\",\"fontSize\":\"16px\",\"fontWeight\":\"normal\",\"textAlign\":\"left\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\",\"padding\":\"34.5px\",\"borderStyle\":\"solid\",\"borderWidth\":\"2px\",\"borderColor\":\"#f8b849\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: center;\\\"><span style=\\\"color: #333333;\\\"><strong>Got any questions or need some help?<\\/strong><\\/span><\\/h2>\\n<p style=\\\"text-align: center;\\\"><span style=\\\"color: #333333;\\\">We\'re just a click or a phone call away.<\\/span><\\/p>\\n<p style=\\\"text-align: center;\\\"><span style=\\\"color: #333333;\\\"><\\/span><\\/p>\\n<h3 style=\\\"text-align: center;\\\"><span style=\\\"color: #333333;\\\"><strong>Call Us:<\\/strong> 08856877854<\\/span><\\/h3>\\n<h3 style=\\\"text-align: center;\\\"><\\/h3>\"},{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\",\"padding\":\"23.5px\",\"borderStyle\":\"solid\",\"borderWidth\":\"2px\",\"borderColor\":\"#f8b849\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"social\",\"iconSet\":\"full-symbol-black\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Facebook.png?mailpoet_version=3.0.0-rc.2.0.0\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Twitter.png?mailpoet_version=3.0.0-rc.2.0.0\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Instagram.png?mailpoet_version=3.0.0-rc.2.0.0\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"},{\"type\":\"socialIcon\",\"iconType\":\"email\",\"link\":\"\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Email.png?mailpoet_version=3.0.0-rc.2.0.0\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Email\"}]},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center; font-size: 11px;\\\"><strong><span style=\\\"color: #808080;\\\"><a href=\\\"[link:subscription_unsubscribe_url]\\\" style=\\\"color: #808080;\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\" style=\\\"color: #808080;\\\">Manage your subscription<\\/a><\\/span><\\/strong><br \\/><span style=\\\"color: #808080;\\\">Add your postal address here!<\\/span><\\/p>\"}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#000000\",\"fontFamily\":\"Arial\",\"fontSize\":\"15px\"},\"h1\":{\"fontColor\":\"#111111\",\"fontFamily\":\"Arial\",\"fontSize\":\"30px\"},\"h2\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"24px\"},\"h3\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Arial\",\"fontSize\":\"22px\"},\"link\":{\"fontColor\":\"#21759B\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#ffffff\"}}}','https://ps.w.org/mailpoet/assets/newsletter-templates/sunglasses/thumbnail.20190411-1500.jpg',1,NULL,'2019-09-17 13:53:59'),(7,0,'Real Estate','[\"welcome\",\"all\"]','','{\"content\":{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#8691be\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/real-estate\\/Property-Logo-1-150x84.jpg\",\"alt\":\"Property-Logo-1\",\"fullWidth\":false,\"width\":\"150px\",\"height\":\"84px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"25px\"}}},{\"type\":\"social\",\"iconSet\":\"full-symbol-grey\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Facebook.png?mailpoet_version=3.0.0-rc.2.0.0\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Twitter.png?mailpoet_version=3.0.0-rc.2.0.0\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"website\",\"link\":\"\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Website.png?mailpoet_version=3.0.0-rc.2.0.0\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Website\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Instagram.png?mailpoet_version=3.0.0-rc.2.0.0\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"}]}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#8691be\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"25px\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><strong><span style=\\\"color: #ffffff;\\\">TAKING THE WORRY OUT OF REAL ESTATE<\\/span><\\/strong><\\/p>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<h1 style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\">Welcome Home<\\/span><\\/h1>\"}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/real-estate\\/Property-Header.jpg\",\"alt\":\"Property-Header\",\"fullWidth\":true,\"width\":\"1280px\",\"height\":\"782px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"35px\"}}},{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: center;\\\">We\'re here to help you move<\\/h3>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/real-estate\\/Property-Icon-1.png\",\"alt\":\"Property-Icon-1\",\"fullWidth\":false,\"width\":\"48px\",\"height\":\"48px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center; font-size: 12px;\\\"><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur nec nisi quis ex.<\\/span><\\/p>\"}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/real-estate\\/Property-Icon-2.png\",\"alt\":\"Property-Icon-2\",\"fullWidth\":false,\"width\":\"48px\",\"height\":\"48px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center; font-size: 12px;\\\"><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur nec nisi quis ex.<\\/span><\\/p>\"}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/real-estate\\/Property-Icon-3.png\",\"alt\":\"Property-Icon-3\",\"fullWidth\":false,\"width\":\"48px\",\"height\":\"48px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center; font-size: 12px;\\\"><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur nec nisi quis ex.<\\/span><\\/p>\"}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"22.5px\",\"borderStyle\":\"solid\",\"borderWidth\":\"1px\",\"borderColor\":\"#8691be\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><span style=\\\"color: #333333;\\\">We\'d love to keep you updated with our latest news. <\\/span><\\/p>\\n<p style=\\\"text-align: center;\\\"><span style=\\\"color: #333333;\\\">Sign up to our newsletter now and you\'ll never miss a thing.<\\/span><\\/p>\"},{\"type\":\"button\",\"text\":\"Sign Up Now\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#8691be\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"40px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Arial\",\"fontSize\":\"18px\",\"fontWeight\":\"bold\",\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"24px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#6a7087\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"25px\"}}},{\"type\":\"footer\",\"text\":\"<p><strong><span style=\\\"color: #ffffff;\\\"><a href=\\\"[link:subscription_unsubscribe_url]\\\" style=\\\"color: #ffffff;\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\" style=\\\"color: #ffffff;\\\">Manage subscription<\\/a><\\/span><\\/strong><br \\/><span style=\\\"color: #ffffff;\\\">Add your postal address here!<\\/span><\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#000000\",\"fontFamily\":\"Arial\",\"fontSize\":\"15px\"},\"h1\":{\"fontColor\":\"#111111\",\"fontFamily\":\"Arial\",\"fontSize\":\"40px\"},\"h2\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"24px\"},\"h3\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Arial\",\"fontSize\":\"22px\"},\"link\":{\"fontColor\":\"#21759B\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#6a7087\"}},\"blockDefaults\":{\"automatedLatestContent\":{\"amount\":\"5\",\"withLayout\":false,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"belowTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContent.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContent.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"automatedLatestContentLayout\":{\"amount\":\"5\",\"withLayout\":true,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContentLayout.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContentLayout.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"button\":{\"text\":\"Button\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"divider\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"footer\":{\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}}},\"posts\":{\"amount\":\"10\",\"withLayout\":true,\"contentType\":\"post\",\"postStatus\":\"publish\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"link\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"posts.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"posts.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"social\":{\"iconSet\":\"default\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/01-social\\/Facebook.png?mailpoet_version=3.8.1\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/01-social\\/Twitter.png?mailpoet_version=3.8.1\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"}]},\"spacer\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}},\"type\":\"spacer\"},\"header\":{\"text\":\"<a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"underline\"}}}}}','https://ps.w.org/mailpoet/assets/newsletter-templates/real-estate/thumbnail.20190411-1500.jpg',1,NULL,'2019-09-17 13:53:59'),(8,0,'App Welcome','[\"welcome\",\"all\"]','','{\"content\":{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#eeeeee\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#eeeeee\",\"height\":\"30px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#32b6c6\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/app_welcome\\/App-Signup-Logo-1.png\",\"alt\":\"App-Signup-Logo\",\"fullWidth\":false,\"width\":\"80px\",\"height\":\"80px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<h1 style=\\\"text-align: center; margin: 0;\\\"><strong>Welcome to Appy<\\/strong><\\/h1><p style=\\\"text-align: center; margin: 0;\\\"><span style=\\\"color: #ffffff;\\\">Let\'s get started!<\\/span><\\/p>\"},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/app_welcome\\/App-Signup-Header.png\",\"alt\":\"App-Signup-Header\",\"fullWidth\":false,\"width\":\"1280px\",\"height\":\"500px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\">Hi [subscriber:firstname | default:subscriber],<\\/p>\\n <p style=\\\"text-align: center;\\\"><\\/p>\\n <p style=\\\"text-align: center;\\\">In MailPoet, you can write emails in plain text, just like in a regular email. This can make your email newsletters more personal and attention-grabbing.<\\/p>\\n <p style=\\\"text-align: center;\\\"><\\/p>\\n <p style=\\\"text-align: center;\\\">Is this too simple? You can still style your text with basic formatting, like <strong>bold<\\/strong> or <em>italics.<\\/em><\\/p>\\n <p style=\\\"text-align: center;\\\"><\\/p>\\n <p style=\\\"text-align: center;\\\">Finally, you can also add a call-to-action button between 2 blocks of text, like this:<\\/p>\"}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"23px\"}}},{\"type\":\"button\",\"text\":\"Get Started Here\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#32b6c6\",\"borderColor\":\"#32b6c6\",\"borderWidth\":\"0px\",\"borderRadius\":\"40px\",\"borderStyle\":\"solid\",\"width\":\"188px\",\"lineHeight\":\"50px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Arial\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"35px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/app_welcome\\/App-Signup-Team.jpg\",\"alt\":\"App-Signup-Team\",\"fullWidth\":true,\"width\":\"1280px\",\"height\":\"700px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#eeeeee\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/app_welcome\\/App-Signup-Logo-Footer.png\",\"alt\":\"App-Signup-Logo-Footer\",\"fullWidth\":false,\"width\":\"50px\",\"height\":\"50px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center; font-size: 12px;\\\"><strong>Appy<\\/strong><\\/p>\\n <p style=\\\"text-align: center; font-size: 12px;\\\"><span>Address Line 1<\\/span><\\/p>\\n <p style=\\\"text-align: center; font-size: 12px;\\\"><span>Address Line 2<\\/span><\\/p>\\n <p style=\\\"text-align: center; font-size: 12px;\\\"><span>City<\\/span><\\/p>\\n <p style=\\\"text-align: center; font-size: 12px;\\\"><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a><span> | <\\/span><a href=\\\"[link:subscription_manage_url]\\\">Manage subscription<\\/a><\\/p>\"},{\"type\":\"social\",\"iconSet\":\"full-symbol-color\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/06-full-symbol-color\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/06-full-symbol-color\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"youtube\",\"link\":\"http:\\/\\/www.youtube.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/06-full-symbol-color\\/Youtube.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Youtube\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/06-full-symbol-color\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"}]},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#404040\",\"fontFamily\":\"Arial\",\"fontSize\":\"15px\"},\"h1\":{\"fontColor\":\"#ffffff\",\"fontFamily\":\"Arial\",\"fontSize\":\"26px\"},\"h2\":{\"fontColor\":\"#404040\",\"fontFamily\":\"Arial\",\"fontSize\":\"22px\"},\"h3\":{\"fontColor\":\"#32b6c6\",\"fontFamily\":\"Arial\",\"fontSize\":\"18px\"},\"link\":{\"fontColor\":\"#32b6c6\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#eeeeee\"}}}','https://ps.w.org/mailpoet/assets/newsletter-templates/app_welcome/thumbnail.20190411-1500.jpg',1,NULL,'2019-09-17 13:53:59'),(9,0,'Welcome to FoodBox','[\"welcome\",\"all\"]','','{\"content\":{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#f4f4f4\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/food_box\\/Food-Delivery-Logo.png\",\"alt\":\"Food-Delivery-Logo\",\"fullWidth\":false,\"width\":\"640px\",\"height\":\"180px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/food_box\\/Food-Delivery-App.png\",\"alt\":\"Food-Delivery-App\",\"fullWidth\":false,\"width\":\"640px\",\"height\":\"180px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}},{\"type\":\"text\",\"text\":\"<h1><strong>Welcome to FoodBox<\\/strong><\\/h1>\\n <h2><strong>Lorem ipsum dolor sit amet<\\/strong><\\/h2>\\n <p>Curabitur sollicitudin eros eu cursus sollicitudin. Suspendisse laoreet sollicitudin urna, ut lacinia risus dictum a. Integer a neque eu magna commodo sodales eu eget ante.<\\/p>\"},{\"type\":\"button\",\"text\":\"Get Started\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#7cc119\",\"borderColor\":\"#7cc119\",\"borderWidth\":\"0px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"100px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Arial\",\"fontSize\":\"14px\",\"fontWeight\":\"bold\",\"textAlign\":\"left\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/food_box\\/Food-Delivery-Focus.jpg\",\"alt\":\"Food-Delivery-Focus\",\"fullWidth\":false,\"width\":\"800px\",\"height\":\"800px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"31.5px\",\"borderStyle\":\"solid\",\"borderWidth\":\"2px\",\"borderColor\":\"#e5e5e5\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: center;\\\">Get started in 3 simple steps<\\/h2>\"}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/food_box\\/Food-Delivery-1-1.png\",\"alt\":\"Food-Delivery-1\",\"fullWidth\":false,\"width\":\"800px\",\"height\":\"250px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur sollicitudin eros eu cursus sollicitudin.<\\/p>\"}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/food_box\\/Food-Delivery-2-1.png\",\"alt\":\"Food-Delivery-2\",\"fullWidth\":false,\"width\":\"800px\",\"height\":\"250px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><span style=\\\"text-align: center;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur sollicitudin eros eu cursus sollicitudin.<\\/span><\\/p>\"}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/food_box\\/Food-Delivery-3-1.png\",\"alt\":\"Food-Delivery-3\",\"fullWidth\":false,\"width\":\"800px\",\"height\":\"250px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><span style=\\\"text-align: center;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur sollicitudin eros eu cursus sollicitudin.<\\/span><\\/p>\"}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}},{\"type\":\"button\",\"text\":\"Get Started\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#7cc119\",\"borderColor\":\"#7cc119\",\"borderWidth\":\"0px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"100px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Arial\",\"fontSize\":\"14px\",\"fontWeight\":\"bold\",\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"25px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#4599da\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center; font-size: 14px;\\\"><strong><span style=\\\"color: #ffffff;\\\">Link 1 - Link 2 - Link 3 - Link 4<\\/span><\\/strong><\\/p>\"}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"24px\"}}},{\"type\":\"social\",\"iconSet\":\"full-symbol-grey\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"youtube\",\"link\":\"http:\\/\\/www.youtube.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Youtube.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Youtube\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"},{\"type\":\"socialIcon\",\"iconType\":\"website\",\"link\":\"\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Website.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Website\"}]}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#4599da\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"25px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#f4f4f4\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"footer\",\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#000000\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\"},\"h1\":{\"fontColor\":\"#4599da\",\"fontFamily\":\"Arial\",\"fontSize\":\"26px\"},\"h2\":{\"fontColor\":\"#878787\",\"fontFamily\":\"Arial\",\"fontSize\":\"18px\"},\"h3\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Arial\",\"fontSize\":\"14px\"},\"link\":{\"fontColor\":\"#4599da\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#f4f4f4\"}}}','https://ps.w.org/mailpoet/assets/newsletter-templates/food_box/thumbnail.20190411-1500.jpg',1,NULL,'2019-09-17 13:54:00'),(10,0,'Poet','[\"welcome\",\"all\"]','','{\"content\":{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#ebebeb\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/poet\\/Poet-Header.jpg\",\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#ebebeb\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"header\",\"text\":\"<p><a href=\\\"[link:newsletter_view_in_browser_url]\\\">View email in browser ><\\/a><\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"12px\",\"textAlign\":\"left\"},\"link\":{\"fontColor\":\"#909090\",\"textDecoration\":\"none\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"144px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/poet\\/Poet-Logo.png\",\"alt\":\"Poet-Logo\",\"fullWidth\":false,\"width\":\"166px\",\"height\":\"144px\",\"styles\":{\"block\":{\"textAlign\":\"left\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<h1>Thanks for signing up!<\\/h1>\\n <p><span style=\\\"color: #000000;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis ut fringilla velit, id malesuada nisi. Nam ac rutrum diam.<\\/span><\\/p>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":\"2_1\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"66px\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"font-size: 12px;\\\"><span style=\\\"color: #999999;\\\"><strong>Latest p<\\/strong><\\/span><\\/p>\\n <h2><strong>The 26th of December<\\/strong><\\/h2>\\n <h3><span>A Tuesday, day of Tiw,<\\/span><br \\/><span>god of war, dawns in darkness.<\\/span><br \\/><span>The short holiday day of talking by the fire,<\\/span><br \\/><span>floating on snowshoes among<\\/span><br \\/><span>ancient self-pollarded maples,<\\/span><br \\/><span>visiting, being visited, giving<\\/span><br \\/><span>a rain gauge, receiving red socks,<\\/span><br \\/><span>watching snow buntings nearly over<\\/span><br \\/><span>their heads in snow stab at spirtled bits<\\/span><br \\/><span>of sunflower seeds the chickadees<\\/span><br \\/><span>hold with their feet to a bough<\\/span><br \\/><span>and hack apart, scattering debris<\\/span><br \\/><span>like sloppy butchers, is over.<\\/span><br \\/><span>Irregular life begins. Telephone calls,<\\/span><br \\/><span>Google searches, evasive letters,<\\/span><br \\/><span>complicated arrangements, faxes,<\\/span><br \\/><span>second thoughts, consultations,<\\/span><br \\/><span>e-mails, solemnly given kisses.<\\/span><\\/h3>\"}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/poet\\/Poet-Images-1.jpg\",\"alt\":\"Poet-Images\",\"fullWidth\":true,\"width\":\"400px\",\"height\":\"1200px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#393939\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: right;\\\"><span style=\\\"color: #ffffff;\\\">What did you think of this poem? Let me know on one of my social media channels.<\\/span><\\/p>\"},{\"type\":\"social\",\"iconSet\":\"full-symbol-grey\",\"styles\":{\"block\":{\"textAlign\":\"right\"}},\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"}]}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}},{\"type\":\"text\",\"text\":\"<h1 style=\\\"text-align: center;\\\">Poetry books<\\/h1>\\n <p style=\\\"text-align: center;\\\"><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis ut fringilla velit, id malesuada nisi. Nam ac rutrum diam.<\\/span><\\/p>\"}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/poet\\/Poet-Books-1.png\",\"alt\":\"Poet-Books-1\",\"fullWidth\":false,\"width\":\"220px\",\"height\":\"646px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"button\",\"text\":\"Buy online\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#393939\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"14px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/poet\\/Poet-Books-3.png\",\"alt\":\"Poet-Books-3\",\"fullWidth\":false,\"width\":\"600px\",\"height\":\"646px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"button\",\"text\":\"Buy online\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#393939\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"14px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/poet\\/Poet-Books-2.png\",\"alt\":\"Poet-Books-2\",\"fullWidth\":false,\"width\":\"600px\",\"height\":\"646px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"button\",\"text\":\"Buy online\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#393939\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"14px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/poet\\/Poet-Logo.png\",\"alt\":\"Poet-Logo\",\"fullWidth\":false,\"width\":\"166px\",\"height\":\"144px\",\"styles\":{\"block\":{\"textAlign\":\"left\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"footer\",\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#939393\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"12px\",\"textAlign\":\"right\"},\"link\":{\"fontColor\":\"#333333\",\"textDecoration\":\"none\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#646464\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"14px\"},\"h1\":{\"fontColor\":\"#393939\",\"fontFamily\":\"Merriweather\",\"fontSize\":\"24px\"},\"h2\":{\"fontColor\":\"#393939\",\"fontFamily\":\"Merriweather\",\"fontSize\":\"30px\"},\"h3\":{\"fontColor\":\"#646464\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"16px\"},\"link\":{\"fontColor\":\"#393939\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ebebeb\"},\"body\":{\"backgroundColor\":\"#ebebeb\"}},\"blockDefaults\":{\"automatedLatestContent\":{\"amount\":\"5\",\"withLayout\":false,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"belowTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContent.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContent.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"automatedLatestContentLayout\":{\"amount\":\"5\",\"withLayout\":true,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContentLayout.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContentLayout.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"button\":{\"text\":\"Buy online\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#393939\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"14px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}},\"type\":\"button\"},\"divider\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"footer\":{\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#939393\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"12px\",\"textAlign\":\"right\"},\"link\":{\"fontColor\":\"#333333\",\"textDecoration\":\"none\"}},\"type\":\"footer\"},\"posts\":{\"amount\":\"10\",\"withLayout\":true,\"contentType\":\"post\",\"postStatus\":\"publish\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"link\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"posts.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"posts.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"social\":{\"iconSet\":\"full-symbol-grey\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"}],\"type\":\"social\",\"styles\":{\"block\":{\"textAlign\":\"right\"}}},\"spacer\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}},\"type\":\"spacer\"},\"header\":{\"text\":\"<a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"12px\",\"textAlign\":\"left\"},\"link\":{\"fontColor\":\"#909090\",\"textDecoration\":\"none\"}},\"type\":\"header\"}}}','https://ps.w.org/mailpoet/assets/newsletter-templates/poet/thumbnail.20190411-1500.jpg',1,NULL,'2019-09-17 13:54:00'),(11,0,'Post Notifications: Blank 1 Column','[\"notification\"]','','{\"content\":{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#f8f8f8\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"header\",\"text\":\"<a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"underline\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/blank_templates\\/fake-logo.png\",\"alt\":\"fake-logo\",\"fullWidth\":false,\"width\":\"598px\",\"height\":\"71px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<h1 style=\\\"text-align: center;\\\"><strong>Check Out Our New Blog Posts! <\\/strong><\\/h1>\\n<p> <\\/p>\\n<p>MailPoet can <span style=\\\"line-height: 1.6em; background-color: inherit;\\\"><em>automatically<\\/em> <\\/span><span style=\\\"line-height: 1.6em; background-color: inherit;\\\">send your new blog posts to your subscribers.<\\/span><\\/p>\\n<p><span style=\\\"line-height: 1.6em; background-color: inherit;\\\"><\\/span><\\/p>\\n<p><span style=\\\"line-height: 1.6em; background-color: inherit;\\\">Below, you\'ll find three recent posts, which are displayed automatically, thanks to the <em>Automatic Latest Content<\\/em> widget, which can be found in the right sidebar, under <em>Content<\\/em>.<\\/span><\\/p>\\n<p><span style=\\\"line-height: 1.6em; background-color: inherit;\\\"><\\/span><\\/p>\\n<p><span style=\\\"line-height: 1.6em; background-color: inherit;\\\">To edit the settings and styles of your post, simply click on a post below.<\\/span><\\/p>\"},{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"dotted\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}}]}]},{\"type\":\"automatedLatestContentLayout\",\"withLayout\":true,\"amount\":\"3\",\"contentType\":\"post\",\"terms\":[],\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h3\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"type\":\"button\",\"text\":\"Read the post\",\"url\":\"[postLink]\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"160px\",\"lineHeight\":\"30px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"16px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#f8f8f8\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}},{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"24.5px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},{\"type\":\"social\",\"iconSet\":\"grey\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/02-grey\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/02-grey\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"}]},{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"7.5px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},{\"type\":\"footer\",\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage your subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#000000\",\"fontFamily\":\"Arial\",\"fontSize\":\"16px\"},\"h1\":{\"fontColor\":\"#111111\",\"fontFamily\":\"Trebuchet MS\",\"fontSize\":\"30px\"},\"h2\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Trebuchet MS\",\"fontSize\":\"24px\"},\"h3\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Trebuchet MS\",\"fontSize\":\"22px\"},\"link\":{\"fontColor\":\"#21759B\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#eeeeee\"}}}','https://ps.w.org/mailpoet/assets/newsletter-templates/post-notifications-blank-1-column/thumbnail.20190411-1500.jpg',1,NULL,'2019-09-17 13:54:00'),(12,0,'Modular Style Stories','[\"notification\",\"all\"]','','{\"content\":{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#efe7f0\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#efe7f0\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/modular-style-stories\\/Modular-Logo.png\",\"alt\":\"Modular-Logo\",\"fullWidth\":false,\"width\":\"271px\",\"height\":\"37px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"26px\"}}},{\"type\":\"social\",\"iconSet\":\"full-symbol-color\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/06-full-symbol-color\\/Facebook.png?mailpoet_version=3.0.0-rc.2.0.0\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/06-full-symbol-color\\/Twitter.png?mailpoet_version=3.0.0-rc.2.0.0\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/06-full-symbol-color\\/Instagram.png?mailpoet_version=3.0.0-rc.2.0.0\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"},{\"type\":\"socialIcon\",\"iconType\":\"pinterest\",\"link\":\"http:\\/\\/www.pinterest.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/06-full-symbol-color\\/Pinterest.png?mailpoet_version=3.0.0-rc.2.0.0\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Pinterest\"}]}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#efe7f0\",\"height\":\"40px\"}}}]}]},{\"type\":\"automatedLatestContentLayout\",\"withLayout\":true,\"amount\":\"3\",\"contentType\":\"post\",\"terms\":[],\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h3\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"type\":\"button\",\"text\":\"Read more\",\"url\":\"[postLink]\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\",\"borderColor\":\"#ffffff\",\"borderWidth\":\"1px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"120px\",\"lineHeight\":\"40px\",\"fontColor\":\"#b956c5\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}},\"context\":\"automatedLatestContentLayout.readMoreButton\"},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"dashed\",\"borderWidth\":\"3px\",\"borderColor\":\"#efe7f0\"}},\"context\":\"automatedLatestContentLayout.divider\"},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#efe7f0\",\"height\":\"40px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#b956c5\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"http:\\/\\/mailpoet.info\\/ladybirds-transparent-shell-reveals-how-it-folds-its-wings\\/\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/modular-style-stories\\/gettyimages-578313682-800x533.jpg\",\"alt\":\"Ladybird\\u2019s transparent shell reveals how it folds its wings\",\"fullWidth\":false,\"width\":660,\"height\":440,\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: left;\\\"><strong>Ladybird’s transparent shell reveals how it folds its wings<\\/strong><\\/h3>\\n<p class=\\\"mailpoet_wp_post\\\">They certainly know how to fold. A see-through artificial wing case has been used to watch for the first time as ladybirds put away their wings after flight.<\\/p>\"},{\"type\":\"button\",\"text\":\"Read More\",\"url\":\"http:\\/\\/mailpoet.info\\/ladybirds-transparent-shell-reveals-how-it-folds-its-wings\\/\",\"styles\":{\"block\":{\"backgroundColor\":\"#b956c5\",\"borderColor\":\"#000000\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"103px\",\"lineHeight\":\"34px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Arial\",\"fontSize\":\"16px\",\"fontWeight\":\"normal\",\"textAlign\":\"left\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"http:\\/\\/mailpoet.info\\/plasma-jet-engines-that-could-take-you-from-the-ground-to-space\\/\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/modular-style-stories\\/plasma-stingray111-800x533.jpg\",\"alt\":\"Plasma jet engines that could take you from the ground to space\",\"fullWidth\":false,\"width\":660,\"height\":440,\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: left;\\\"><strong>Plasma jet engines that could take you from ground to space<\\/strong><\\/h3>\\n<p class=\\\"mailpoet_wp_post\\\">FORGET fuel-powered jet engines. We’re on the verge of having aircraft that can fly from the ground up to the edge of space using air and electricity alone.<\\/p>\"},{\"type\":\"button\",\"text\":\"Read More\",\"url\":\"http:\\/\\/mailpoet.info\\/plasma-jet-engines-that-could-take-you-from-the-ground-to-space\\/\",\"styles\":{\"block\":{\"backgroundColor\":\"#b956c5\",\"borderColor\":\"#000000\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"103px\",\"lineHeight\":\"34px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Arial\",\"fontSize\":\"16px\",\"fontWeight\":\"normal\",\"textAlign\":\"left\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#efe7f0\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#efe7f0\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"http:\\/\\/mailpoet.info\\/cutting-through-the-smog-what-to-do-to-fight-air-pollution\\/\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/modular-style-stories\\/5_what_to_do_p352m1141746-800x533.jpg\",\"alt\":\"Cutting through the smog: What to do to fight air pollution\",\"fullWidth\":false,\"width\":660,\"height\":440,\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: left;\\\"><span style=\\\"color: #333333;\\\"><strong>Cutting through the smog: What to do to fight air pollution<\\/strong><\\/span><\\/h3>\"},{\"type\":\"button\",\"text\":\"Read More\",\"url\":\"http:\\/\\/mailpoet.info\\/cutting-through-the-smog-what-to-do-to-fight-air-pollution\\/\",\"styles\":{\"block\":{\"backgroundColor\":\"#b956c5\",\"borderColor\":\"#000000\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"103px\",\"lineHeight\":\"34px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Arial\",\"fontSize\":\"16px\",\"fontWeight\":\"normal\",\"textAlign\":\"left\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"http:\\/\\/mailpoet.info\\/ladybirds-transparent-shell-reveals-how-it-folds-its-wings\\/\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/modular-style-stories\\/gettyimages-578313682-800x533.jpg\",\"alt\":\"Ladybird\\u2019s transparent shell reveals how it folds its wings\",\"fullWidth\":false,\"width\":660,\"height\":440,\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: left;\\\"><span style=\\\"color: #333333;\\\"><strong>Ladybird’s transparent shell reveals how it folds its wings<\\/strong><\\/span><\\/h3>\"},{\"type\":\"button\",\"text\":\"Read More\",\"url\":\"http:\\/\\/mailpoet.info\\/ladybirds-transparent-shell-reveals-how-it-folds-its-wings\\/\",\"styles\":{\"block\":{\"backgroundColor\":\"#b956c5\",\"borderColor\":\"#000000\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"103px\",\"lineHeight\":\"34px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Arial\",\"fontSize\":\"16px\",\"fontWeight\":\"normal\",\"textAlign\":\"left\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"http:\\/\\/mailpoet.info\\/plasma-jet-engines-that-could-take-you-from-the-ground-to-space\\/\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/modular-style-stories\\/plasma-stingray111-800x533.jpg\",\"alt\":\"Plasma jet engines that could take you from the ground to space\",\"fullWidth\":false,\"width\":660,\"height\":440,\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: left;\\\"><span style=\\\"color: #333333;\\\"><strong>Plasma jet engines that could take you from the ground to space<\\/strong><\\/span><\\/h3>\"},{\"type\":\"button\",\"text\":\"Read More\",\"url\":\"http:\\/\\/mailpoet.info\\/plasma-jet-engines-that-could-take-you-from-the-ground-to-space\\/\",\"styles\":{\"block\":{\"backgroundColor\":\"#b956c5\",\"borderColor\":\"#000000\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"103px\",\"lineHeight\":\"34px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Arial\",\"fontSize\":\"16px\",\"fontWeight\":\"normal\",\"textAlign\":\"left\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#efe7f0\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#b956c5\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"21px\"}}},{\"type\":\"social\",\"iconSet\":\"full-symbol-grey\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Facebook.png?mailpoet_version=3.0.0-rc.2.0.0\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Twitter.png?mailpoet_version=3.0.0-rc.2.0.0\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"website\",\"link\":\"\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Website.png?mailpoet_version=3.0.0-rc.2.0.0\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Website\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Instagram.png?mailpoet_version=3.0.0-rc.2.0.0\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"}]},{\"type\":\"footer\",\"text\":\"<p><span style=\\\"color: #ffffff;\\\"><a href=\\\"[link:subscription_unsubscribe_url]\\\" style=\\\"color: #ffffff;\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\" style=\\\"color: #ffffff;\\\">Manage subscription<\\/a><\\/span><br \\/><span style=\\\"color: #ffffff;\\\">Add your postal address here!<\\/span><\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#ffffff\",\"fontFamily\":\"Arial\",\"fontSize\":\"14px\"},\"h1\":{\"fontColor\":\"#ffffff\",\"fontFamily\":\"Arial\",\"fontSize\":\"30px\"},\"h2\":{\"fontColor\":\"#ffffff\",\"fontFamily\":\"Arial\",\"fontSize\":\"26px\"},\"h3\":{\"fontColor\":\"#ffffff\",\"fontFamily\":\"Arial\",\"fontSize\":\"20px\"},\"link\":{\"fontColor\":\"#ffffff\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#b956c5\"},\"body\":{\"backgroundColor\":\"#efe7f0\"}},\"blockDefaults\":{\"automatedLatestContent\":{\"amount\":\"2\",\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h2\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":true,\"featuredImagePosition\":\"aboveTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContent.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"116px\",\"lineHeight\":\"40px\",\"fontColor\":\"#b956c5\",\"fontFamily\":\"Arial\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}},\"type\":\"button\"},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContent.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"dashed\",\"borderWidth\":\"3px\",\"borderColor\":\"#ffffff\"}},\"type\":\"divider\"},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\",\"type\":\"automatedLatestContent\",\"terms\":[],\"withLayout\":false},\"automatedLatestContentLayout\":{\"amount\":\"3\",\"withLayout\":true,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h3\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContentLayout.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\",\"borderColor\":\"#ffffff\",\"borderWidth\":\"1px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"120px\",\"lineHeight\":\"40px\",\"fontColor\":\"#b956c5\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}},\"type\":\"button\"},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContentLayout.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"dashed\",\"borderWidth\":\"3px\",\"borderColor\":\"#efe7f0\"}},\"type\":\"divider\"},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\",\"type\":\"automatedLatestContentLayout\",\"terms\":[]},\"button\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}},\"type\":\"button\"},\"container\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}}},\"divider\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}},\"type\":\"divider\"},\"footer\":{\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}}},\"posts\":{\"amount\":\"10\",\"contentType\":\"post\",\"postStatus\":\"publish\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":true,\"featuredImagePosition\":\"aboveTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"posts.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Arial\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}},\"type\":\"button\"},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"posts.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}},\"type\":\"divider\"},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\",\"type\":\"posts\",\"offset\":0,\"terms\":[],\"search\":\"\"},\"social\":{\"iconSet\":\"default\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/01-social\\/Facebook.png?mailpoet_version=3.7.1\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/01-social\\/Twitter.png?mailpoet_version=3.7.1\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"}]},\"spacer\":{\"styles\":{\"block\":{\"backgroundColor\":\"#efe7f0\",\"height\":\"40px\"}},\"type\":\"spacer\"},\"header\":{\"text\":\"<a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"underline\"}}}}}','https://ps.w.org/mailpoet/assets/newsletter-templates/modular-style-stories/thumbnail.20190411-1500.jpg',1,NULL,'2019-09-17 13:54:00'),(13,0,'Stripped RSS Style Layout','[\"notification\",\"all\"]','','{\"content\":{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#f4f4f4\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"25px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/rss-simple-news\\/RSS-Logo-2.png\",\"alt\":\"RSS-Logo-2\",\"fullWidth\":true,\"width\":\"210px\",\"height\":\"90px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"24px\"}}},{\"type\":\"social\",\"iconSet\":\"full-symbol-color\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/06-full-symbol-color\\/Facebook.png?mailpoet_version=3.0.0-rc.2.0.0\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/06-full-symbol-color\\/Twitter.png?mailpoet_version=3.0.0-rc.2.0.0\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"website\",\"link\":\"\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/06-full-symbol-color\\/Website.png?mailpoet_version=3.0.0-rc.2.0.0\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Website\"}]}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: left;\\\"><strong><span style=\\\"color: #333333;\\\">Latest RSS Simple Posts<\\/span><\\/strong><\\/h3>\\n<p><span style=\\\"color: #999999;\\\">Week 23: 23\\/19\\/19<\\/span><\\/p>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"automatedLatestContentLayout\",\"withLayout\":true,\"amount\":\"5\",\"contentType\":\"post\",\"terms\":[],\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h3\",\"titleAlignment\":\"left\",\"titleIsLink\":true,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"link\",\"readMoreText\":\"Read more.\",\"readMoreButton\":{\"type\":\"button\",\"text\":\"Read more\",\"url\":\"[postLink]\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}},\"context\":\"automatedLatestContentLayout.readMoreButton\"},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"1px\",\"borderColor\":\"#ececec\"}},\"context\":\"automatedLatestContentLayout.divider\"},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#f4f4f4\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}},{\"type\":\"text\",\"text\":\"<p><span style=\\\"color: #808080;\\\"><strong>RSS Simple<\\/strong><\\/span><\\/p>\\n<p><span style=\\\"color: #808080; font-size: 11px;\\\"><strong><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a><span> | <\\/span><a href=\\\"[link:subscription_manage_url]\\\">Manage subscription<\\/a><\\/strong><\\/span><\\/p>\\n<p><span style=\\\"color: #808080; font-size: 11px;\\\"><strong><span>Add your postal address here!<\\/span><\\/strong><\\/span><\\/p>\"}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#000000\",\"fontFamily\":\"Arial\",\"fontSize\":\"15px\"},\"h1\":{\"fontColor\":\"#111111\",\"fontFamily\":\"Arial\",\"fontSize\":\"30px\"},\"h2\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"24px\"},\"h3\":{\"fontColor\":\"#3478f5\",\"fontFamily\":\"Arial\",\"fontSize\":\"20px\"},\"link\":{\"fontColor\":\"#3478f5\",\"textDecoration\":\"none\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#f4f4f4\"}},\"blockDefaults\":{\"automatedLatestContent\":{\"amount\":\"3\",\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h3\",\"titleAlignment\":\"left\",\"titleIsLink\":true,\"imageFullWidth\":false,\"featuredImagePosition\":\"belowTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"link\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContent.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}},\"type\":\"button\"},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContent.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"1px\",\"borderColor\":\"#efe7f0\"}},\"type\":\"divider\"},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\",\"type\":\"automatedLatestContent\",\"terms\":[],\"withLayout\":false},\"automatedLatestContentLayout\":{\"amount\":\"5\",\"withLayout\":true,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h3\",\"titleAlignment\":\"left\",\"titleIsLink\":true,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"link\",\"readMoreText\":\"Read more.\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContentLayout.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}},\"type\":\"button\"},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContentLayout.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"1px\",\"borderColor\":\"#ececec\"}},\"type\":\"divider\"},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\",\"type\":\"automatedLatestContentLayout\",\"terms\":[]},\"button\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}},\"type\":\"button\"},\"container\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}}},\"divider\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}},\"type\":\"divider\"},\"footer\":{\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}}},\"posts\":{\"amount\":\"10\",\"contentType\":\"post\",\"postStatus\":\"publish\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"belowTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"link\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"posts.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"posts.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"social\":{\"iconSet\":\"default\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/01-social\\/Facebook.png?mailpoet_version=3.7.1\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/01-social\\/Twitter.png?mailpoet_version=3.7.1\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"}]},\"spacer\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}},\"header\":{\"text\":\"<a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"underline\"}}}}}','https://ps.w.org/mailpoet/assets/newsletter-templates/rss-simple-news/thumbnail.20190411-1500.jpg',1,NULL,'2019-09-17 13:54:00'),(14,0,'One Full Post In An Email','[\"notification\",\"all\"]','','{\"content\":{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/not-so-medium\\/Not-So-Medium-Logo.png\",\"alt\":\"Not-So-Medium-Logo\",\"fullWidth\":false,\"width\":\"210px\",\"height\":\"90px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"social\",\"iconSet\":\"full-symbol-black\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Facebook.png?mailpoet_version=3.0.0-rc.2.0.0\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Twitter.png?mailpoet_version=3.0.0-rc.2.0.0\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"website\",\"link\":\"\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Website.png?mailpoet_version=3.0.0-rc.2.0.0\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Website\"}]}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#ebebeb\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<p><strong><em>Welcome to this week\'s post. <\\/em><\\/strong><\\/p>\\n<p><em>Every Friday, we send you the most interesting story of the week in full.<\\/em><\\/p>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#d6d6d6\",\"height\":\"20px\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\",\"height\":\"63px\"}}}]}]},{\"type\":\"automatedLatestContentLayout\",\"withLayout\":true,\"amount\":\"1\",\"contentType\":\"post\",\"terms\":[],\"inclusionType\":\"include\",\"displayType\":\"full\",\"titleFormat\":\"h1\",\"titleAlignment\":\"center\",\"titleIsLink\":true,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"aboveText\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"aboveText\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"link\",\"readMoreText\":\"View this post online & share!\",\"readMoreButton\":{\"type\":\"button\",\"text\":\"Read more\",\"url\":\"[postLink]\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}},\"context\":\"automatedLatestContentLayout.readMoreButton\"},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"1px\",\"borderColor\":\"#aaaaaa\"}},\"context\":\"automatedLatestContentLayout.divider\"},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#ebebeb\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><strong><em>Share this with your friends<\\/em><\\/strong><\\/p>\\n<p style=\\\"text-align: center;\\\"><em>We promise not to spam anyone, and we only send our great articles to any email addresses in our list. Promise!<\\/em><\\/p>\"},{\"type\":\"social\",\"iconSet\":\"circles\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/03-circles\\/Facebook.png?mailpoet_version=3.0.0-rc.2.0.0\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/03-circles\\/Twitter.png?mailpoet_version=3.0.0-rc.2.0.0\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"google-plus\",\"link\":\"http:\\/\\/plus.google.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/03-circles\\/Google-Plus.png?mailpoet_version=3.0.0-rc.2.0.0\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Google Plus\"},{\"type\":\"socialIcon\",\"iconType\":\"linkedin\",\"link\":\"http:\\/\\/www.linkedin.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/03-circles\\/LinkedIn.png?mailpoet_version=3.0.0-rc.2.0.0\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"LinkedIn\"},{\"type\":\"socialIcon\",\"iconType\":\"email\",\"link\":\"\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/03-circles\\/Email.png?mailpoet_version=3.0.0-rc.2.0.0\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Email\"}]},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#d6d6d6\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"footer\",\"text\":\"<p><strong><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage your subscription<\\/a><\\/strong><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#2c2c2c\",\"textDecoration\":\"none\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#000000\",\"fontFamily\":\"Georgia\",\"fontSize\":\"18px\"},\"h1\":{\"fontColor\":\"#111111\",\"fontFamily\":\"Arial\",\"fontSize\":\"30px\"},\"h2\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"24px\"},\"h3\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Arial\",\"fontSize\":\"22px\"},\"link\":{\"fontColor\":\"#21759B\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#ffffff\"}},\"blockDefaults\":{\"automatedLatestContent\":{\"amount\":\"5\",\"withLayout\":false,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"belowTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContent.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContent.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"automatedLatestContentLayout\":{\"amount\":\"1\",\"withLayout\":true,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"full\",\"titleFormat\":\"h1\",\"titleAlignment\":\"center\",\"titleIsLink\":true,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"aboveText\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"aboveText\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"link\",\"readMoreText\":\"View this post online & share!\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContentLayout.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}},\"type\":\"button\"},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContentLayout.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"1px\",\"borderColor\":\"#aaaaaa\"}},\"type\":\"divider\"},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\",\"type\":\"automatedLatestContentLayout\",\"terms\":[]},\"button\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}},\"type\":\"button\"},\"container\":{\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}}},\"divider\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}},\"type\":\"divider\"},\"footer\":{\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}}},\"posts\":{\"amount\":\"10\",\"withLayout\":true,\"contentType\":\"post\",\"postStatus\":\"publish\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"link\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"posts.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}},\"type\":\"button\"},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"posts.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}},\"type\":\"divider\"},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"social\":{\"iconSet\":\"default\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/01-social\\/Facebook.png?mailpoet_version=3.9.1\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/01-social\\/Twitter.png?mailpoet_version=3.9.1\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"}]},\"spacer\":{\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\",\"height\":\"63px\"}},\"type\":\"spacer\"},\"header\":{\"text\":\"<a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"underline\"}}}}}','https://ps.w.org/mailpoet/assets/newsletter-templates/not-so-medium/thumbnail.20190411-1500.jpg',1,NULL,'2019-09-17 13:54:00'),(15,0,'Wide Story Layout','[\"notification\",\"all\"]','','{\"content\":{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#f0f0f0\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"50px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/wide-story-layout\\/Wide-Logo.png\",\"alt\":\"Wide-Logo\",\"fullWidth\":false,\"width\":\"200px\",\"height\":\"37px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: center;\\\"><span style=\\\"color: #808080;\\\">Our Latest Posts<\\/span><\\/h3>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"automatedLatestContentLayout\",\"withLayout\":true,\"amount\":\"3\",\"contentType\":\"post\",\"terms\":[],\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h3\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"type\":\"button\",\"text\":\"Read The Post\",\"url\":\"[postLink]\",\"styles\":{\"block\":{\"backgroundColor\":\"#5ecd39\",\"borderColor\":\"#000000\",\"borderWidth\":\"0px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"288px\",\"lineHeight\":\"36px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Lucida\",\"fontSize\":\"16px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}},\"context\":\"automatedLatestContentLayout.readMoreButton\"},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"#f0f0f0\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"30px\",\"borderColor\":\"#f0f0f0\"}},\"context\":\"automatedLatestContentLayout.divider\"},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/wide-story-layout\\/Wide-Footer.jpg\",\"alt\":\"Wide-Footer\",\"fullWidth\":true,\"width\":\"1280px\",\"height\":\"721px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#5ecd39\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"21px\"}}},{\"type\":\"social\",\"iconSet\":\"full-symbol-grey\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Facebook.png?mailpoet_version=3.0.0-rc.2.0.0\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Twitter.png?mailpoet_version=3.0.0-rc.2.0.0\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"website\",\"link\":\"\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Website.png?mailpoet_version=3.0.0-rc.2.0.0\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Website\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Instagram.png?mailpoet_version=3.0.0-rc.2.0.0\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"}]},{\"type\":\"footer\",\"text\":\"<p><span style=\\\"color: #ffffff;\\\"><a href=\\\"[link:subscription_unsubscribe_url]\\\" style=\\\"color: #ffffff;\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\" style=\\\"color: #ffffff;\\\">Manage subscription<\\/a><\\/span><br \\/><span style=\\\"color: #ffffff;\\\">Add your postal address here!<\\/span><\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#000000\",\"fontFamily\":\"Arial\",\"fontSize\":\"15px\"},\"h1\":{\"fontColor\":\"#111111\",\"fontFamily\":\"Lucida\",\"fontSize\":\"30px\"},\"h2\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Lucida\",\"fontSize\":\"24px\"},\"h3\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Lucida\",\"fontSize\":\"18px\"},\"link\":{\"fontColor\":\"#5ecd39\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#f0f0f0\"}},\"blockDefaults\":{\"automatedLatestContent\":{\"amount\":\"5\",\"withLayout\":false,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"belowTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContent.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContent.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"automatedLatestContentLayout\":{\"amount\":\"3\",\"withLayout\":true,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h3\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read The Post\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContentLayout.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#5ecd39\",\"borderColor\":\"#000000\",\"borderWidth\":\"0px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"288px\",\"lineHeight\":\"36px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Lucida\",\"fontSize\":\"16px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}},\"type\":\"button\"},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContentLayout.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"#f0f0f0\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"30px\",\"borderColor\":\"#f0f0f0\"}},\"type\":\"divider\"},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\",\"type\":\"automatedLatestContentLayout\",\"terms\":[]},\"button\":{\"text\":\"Read The Post\",\"url\":\"[postLink]\",\"styles\":{\"block\":{\"backgroundColor\":\"#5ecd39\",\"borderColor\":\"#000000\",\"borderWidth\":\"0px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"288px\",\"lineHeight\":\"36px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Lucida\",\"fontSize\":\"16px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}},\"type\":\"button\"},\"container\":{\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}}},\"divider\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"footer\":{\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}}},\"posts\":{\"amount\":\"10\",\"withLayout\":true,\"contentType\":\"post\",\"postStatus\":\"publish\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"link\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"posts.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"posts.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"social\":{\"iconSet\":\"default\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/01-social\\/Facebook.png?mailpoet_version=3.11.1\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/01-social\\/Twitter.png?mailpoet_version=3.11.1\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"}]},\"spacer\":{\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\",\"height\":\"40px\"}},\"type\":\"spacer\"},\"header\":{\"text\":\"<a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"underline\"}}}}}','https://ps.w.org/mailpoet/assets/newsletter-templates/wide-story-layout/thumbnail.20190411-1500.jpg',1,NULL,'2019-09-17 13:54:00'),(16,0,'Industry Conference','[\"notification\",\"all\"]','','{\"content\":{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#222222\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"50px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/industry-conference\\/Conf-Logo.png\",\"alt\":\"Conf-Logo\",\"fullWidth\":false,\"width\":\"150px\",\"height\":\"150px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#222222\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff; font-size: 11px; text-transform: uppercase; opacity: 0.5; letter-spacing: 3px;\\\">Get ready for the biggest email conference of the year<\\/span><\\/p>\"}]}]},{\"type\":\"container\",\"columnLayout\":\"2_1\",\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/industry-conference\\/Conf-Header-2.jpg\",\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"56px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/industry-conference\\/Conf-Ticket.png\",\"alt\":\"Conf-Ticket\",\"fullWidth\":false,\"width\":\"339px\",\"height\":\"177px\",\"styles\":{\"block\":{\"textAlign\":\"left\"}}},{\"type\":\"text\",\"text\":\"<h3><span style=\\\"font-size: 42px;\\\"><strong><span style=\\\"color: #ffffff; line-height: 1.2; position: relative; top: -5px;\\\">Email Boston 2018<\\/span><\\/strong><\\/span><\\/h3>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"133px\"}}}]}]},{\"type\":\"automatedLatestContentLayout\",\"withLayout\":true,\"amount\":\"3\",\"contentType\":\"post\",\"terms\":[],\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h2\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"right\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"type\":\"button\",\"text\":\"Read the post\",\"url\":\"[postLink]\",\"styles\":{\"block\":{\"backgroundColor\":\"#b8291e\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"147px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Georgia\",\"fontSize\":\"16px\",\"fontWeight\":\"normal\",\"textAlign\":\"left\"}},\"context\":\"automatedLatestContentLayout.readMoreButton\"},\"sortBy\":\"oldest\",\"showDivider\":true,\"divider\":{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"dotted\",\"borderWidth\":\"4px\",\"borderColor\":\"#dddddd\"}},\"context\":\"automatedLatestContentLayout.divider\"},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#222222\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/industry-conference\\/Conf-Bottom-2.png\",\"alt\":\"Conf-Bottom\",\"fullWidth\":true,\"width\":\"1280px\",\"height\":\"50px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#222222\",\"height\":\"34px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/industry-conference\\/Industry-Coupon.png\",\"display\":\"fit\"},\"styles\":{\"block\":{\"backgroundColor\":\"#222222\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"75px\"}}},{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\">---<\\/span><\\/h3>\\n <h3 style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\">Grab 20% off your tickets right now<\\/span><\\/h3>\\n <p style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\">We\'re offering an exclusive 20% off tickets with this coupon code!<\\/span><\\/p>\"},{\"type\":\"button\",\"text\":\"CouPon_Code\",\"url\":\"[postLink]\",\"styles\":{\"block\":{\"backgroundColor\":\"#b8291e\",\"borderColor\":\"#ffffff\",\"borderWidth\":\"3px\",\"borderRadius\":\"14px\",\"borderStyle\":\"solid\",\"width\":\"229px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Courier New\",\"fontSize\":\"26px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"33px\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"45px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#222222\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#222222\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/industry-conference\\/Conf-Top.png\",\"alt\":\"Conf-Top\",\"fullWidth\":true,\"width\":\"1280px\",\"height\":\"12px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\",\"padding\":\"14px\",\"borderStyle\":\"dotted\",\"borderWidth\":\"7px\",\"borderColor\":\"#e1e1e1\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\",\"height\":\"30px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/industry-conference\\/Conf-Holding.jpg\",\"alt\":\"Conf-Holding\",\"fullWidth\":false,\"width\":\"1000px\",\"height\":\"667px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\",\"height\":\"46px\"}}},{\"type\":\"text\",\"text\":\"<h3><strong>Check out this year\'s event<\\/strong><\\/h3>\\n <p>We\'ve ramped up everything this year for our conference, including amazing new speakers and guests, and a few surprises for everyone.<\\/p>\"},{\"type\":\"button\",\"text\":\"Buy a ticket here\",\"url\":\"[postLink]\",\"styles\":{\"block\":{\"backgroundColor\":\"#b8291e\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"147px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Georgia\",\"fontSize\":\"16px\",\"fontWeight\":\"normal\",\"textAlign\":\"left\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#222222\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\",\"height\":\"20px\"}}},{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\",\"padding\":\"1.5px\",\"borderStyle\":\"dotted\",\"borderWidth\":\"7px\",\"borderColor\":\"#e1e1e1\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/industry-conference\\/Conf-Bottom-2.png\",\"alt\":\"Conf-Bottom\",\"fullWidth\":true,\"width\":\"1280px\",\"height\":\"50px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#222222\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#222222\",\"height\":\"30px\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#222222\",\"height\":\"20px\"}}},{\"type\":\"social\",\"iconSet\":\"full-symbol-grey\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"email\",\"link\":\"\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Email.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Email\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"}]},{\"type\":\"header\",\"text\":\"<p> <a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a><\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#8d8d8d\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#ffffff\",\"textDecoration\":\"underline\"}}},{\"type\":\"footer\",\"text\":\"<p><span style=\\\"color: #b8291e;\\\"><a href=\\\"[link:subscription_unsubscribe_url]\\\" style=\\\"color: #b8291e;\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\" style=\\\"color: #b8291e;\\\">Manage subscription<\\/a><\\/span><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#000000\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"14px\"},\"h1\":{\"fontColor\":\"#111111\",\"fontFamily\":\"Arvo\",\"fontSize\":\"40px\"},\"h2\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arvo\",\"fontSize\":\"26px\"},\"h3\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Arvo\",\"fontSize\":\"18px\"},\"link\":{\"fontColor\":\"#b8291e\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#222222\"}},\"blockDefaults\":{\"automatedLatestContent\":{\"amount\":\"5\",\"withLayout\":false,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"belowTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContent.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContent.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"automatedLatestContentLayout\":{\"amount\":\"3\",\"withLayout\":true,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h2\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"right\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read the post\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContentLayout.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#b8291e\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"147px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Georgia\",\"fontSize\":\"16px\",\"fontWeight\":\"normal\",\"textAlign\":\"left\"}},\"type\":\"button\"},\"sortBy\":\"oldest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContentLayout.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"dotted\",\"borderWidth\":\"4px\",\"borderColor\":\"#dddddd\"}},\"type\":\"divider\"},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\",\"type\":\"automatedLatestContentLayout\",\"terms\":[]},\"button\":{\"text\":\"Read the post\",\"url\":\"[postLink]\",\"styles\":{\"block\":{\"backgroundColor\":\"#b8291e\",\"borderColor\":\"#ffffff\",\"borderWidth\":\"3px\",\"borderRadius\":\"14px\",\"borderStyle\":\"solid\",\"width\":\"229px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Courier New\",\"fontSize\":\"26px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}},\"type\":\"button\"},\"divider\":{\"styles\":{\"block\":{\"backgroundColor\":\"#222222\",\"padding\":\"1.5px\",\"borderStyle\":\"dotted\",\"borderWidth\":\"7px\",\"borderColor\":\"#515151\"}},\"type\":\"divider\"},\"footer\":{\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}},\"type\":\"footer\"},\"posts\":{\"amount\":\"10\",\"withLayout\":true,\"contentType\":\"post\",\"postStatus\":\"publish\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"link\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"posts.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"posts.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"social\":{\"iconSet\":\"full-symbol-grey\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"email\",\"link\":\"\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Email.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Email\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"}],\"type\":\"social\"},\"spacer\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"75px\"}},\"type\":\"spacer\"},\"header\":{\"text\":\"<a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#8d8d8d\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#ffffff\",\"textDecoration\":\"underline\"}},\"type\":\"header\"}}}','https://ps.w.org/mailpoet/assets/newsletter-templates/industry-conference/thumbnail.20190411-1500.jpg',1,NULL,'2019-09-17 13:54:00'),(17,0,'Science Weekly','[\"notification\",\"all\"]','','{\"content\":{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/science_weekly\\/Science-Logo.png\",\"alt\":\"Science-Logo\",\"fullWidth\":true,\"width\":\"1280px\",\"height\":\"300px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/science_weekly\\/Health-Mag-Title-22.png\",\"alt\":\"Health-Mag-Title-2\",\"fullWidth\":true,\"width\":\"1280px\",\"height\":\"214px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#b1b6d1\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h1 style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\"><strong>The latest news from the world of science<\\/strong><\\/span><\\/h1>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\",\"height\":\"40px\"}}}]}]},{\"type\":\"automatedLatestContentLayout\",\"withLayout\":true,\"amount\":\"2\",\"contentType\":\"post\",\"terms\":[],\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"type\":\"button\",\"text\":\"Read more\",\"url\":\"[postLink]\",\"styles\":{\"block\":{\"backgroundColor\":\"#2b2d37\",\"borderColor\":\"#2b2d37\",\"borderWidth\":\"1px\",\"borderRadius\":\"21px\",\"borderStyle\":\"solid\",\"width\":\"114px\",\"lineHeight\":\"33px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"14px\",\"fontWeight\":\"normal\",\"textAlign\":\"left\"}},\"context\":\"automatedLatestContentLayout.readMoreButton\"},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}},\"context\":\"automatedLatestContentLayout.divider\"},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#b1b6d1\",\"height\":\"20px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/science_weekly\\/Health-Mag-End-1.png\",\"alt\":\"Health-Mag-End\",\"fullWidth\":true,\"width\":\"1280px\",\"height\":\"50px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#2b2d37\",\"height\":\"35px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/science_weekly\\/Health-Mag-Promo-Start.png\",\"alt\":\"Health-Mag-Promo-Start\",\"fullWidth\":true,\"width\":\"1280px\",\"height\":\"50px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"50px\"}}},{\"type\":\"text\",\"text\":\"<h2><strong>Download our app!<\\/strong><\\/h2>\\n <p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed in odio dui. Duis et dolor nec erat dictum laoreet. Morbi dapibus turpis id eros viverra tempor. <\\/span><\\/p>\\n <p><span><\\/span><\\/p>\\n <p><span>Fusce et diam ac sapien posuere luctus. Etiam in vehicula metus, ac viverra elit. Duis diam lacus, molestie vel enim non, rutrum placerat massa. Suspendisse a elit tincidunt, egestas lacus at, maximus diam. <\\/span><\\/p>\\n <p><span><\\/span><\\/p>\"},{\"type\":\"button\",\"text\":\"Download Now\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#2b2d37\",\"borderColor\":\"#2b2d37\",\"borderWidth\":\"1px\",\"borderRadius\":\"40px\",\"borderStyle\":\"solid\",\"width\":\"144px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Arial\",\"fontSize\":\"16px\",\"fontWeight\":\"normal\",\"textAlign\":\"left\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/science_weekly\\/Health-Mag-Phone.png\",\"alt\":\"Health-Mag-Phone\",\"fullWidth\":false,\"width\":\"400px\",\"height\":\"573px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/science_weekly\\/Health-Mag-Promo-End.png\",\"alt\":\"Health-Mag-Promo-End\",\"fullWidth\":true,\"width\":\"1280px\",\"height\":\"50px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#2b2d37\",\"height\":\"35px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/science_weekly\\/Health-Mag-Promo-Start.png\",\"alt\":\"Health-Mag-Promo-Start\",\"fullWidth\":true,\"width\":\"1280px\",\"height\":\"50px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: center;\\\">Keep In Touch With Us<\\/h3>\"},{\"type\":\"social\",\"iconSet\":\"full-symbol-black\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Facebook.png?mailpoet_version=3.11.1\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Twitter.png?mailpoet_version=3.11.1\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"}]}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/science_weekly\\/Health-Mag-Promo-End.png\",\"alt\":\"Health-Mag-Promo-End\",\"fullWidth\":true,\"width\":\"1280px\",\"height\":\"50px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#2b2d37\",\"height\":\"26px\"}}},{\"type\":\"footer\",\"text\":\"<p><span style=\\\"color: #b1b6d1;\\\"><a href=\\\"[link:subscription_unsubscribe_url]\\\" style=\\\"color: #b1b6d1;\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\" style=\\\"color: #b1b6d1;\\\">Manage subscription<\\/a><\\/span><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"#2b2d37\"},\"text\":{\"fontColor\":\"#d6d6d6\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#2b2d37\",\"height\":\"40px\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#000000\",\"fontFamily\":\"Arial\",\"fontSize\":\"15px\"},\"h1\":{\"fontColor\":\"#111111\",\"fontFamily\":\"Arial\",\"fontSize\":\"26px\"},\"h2\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"22px\"},\"h3\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Arial\",\"fontSize\":\"20px\"},\"link\":{\"fontColor\":\"#21759B\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#2b2d37\"}},\"blockDefaults\":{\"automatedLatestContent\":{\"amount\":\"5\",\"withLayout\":false,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"belowTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContent.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContent.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"automatedLatestContentLayout\":{\"amount\":\"2\",\"withLayout\":true,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContentLayout.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2b2d37\",\"borderColor\":\"#2b2d37\",\"borderWidth\":\"1px\",\"borderRadius\":\"21px\",\"borderStyle\":\"solid\",\"width\":\"114px\",\"lineHeight\":\"33px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"14px\",\"fontWeight\":\"normal\",\"textAlign\":\"left\"}},\"type\":\"button\"},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContentLayout.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}},\"type\":\"divider\"},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\",\"type\":\"automatedLatestContentLayout\",\"terms\":[]},\"button\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}},\"type\":\"button\"},\"container\":{\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}}},\"divider\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}},\"type\":\"divider\"},\"footer\":{\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}}},\"posts\":{\"amount\":\"10\",\"withLayout\":true,\"contentType\":\"post\",\"postStatus\":\"publish\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"link\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"posts.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"posts.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"social\":{\"iconSet\":\"full-symbol-black\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Facebook.png?mailpoet_version=3.11.1\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Twitter.png?mailpoet_version=3.11.1\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"}],\"type\":\"social\"},\"spacer\":{\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\",\"height\":\"40px\"}},\"type\":\"spacer\"},\"header\":{\"text\":\"<a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"underline\"}},\"type\":\"header\"}}}','https://ps.w.org/mailpoet/assets/newsletter-templates/science_weekly/thumbnail.20190411-1500.jpg',1,NULL,'2019-09-17 13:54:00'),(18,0,'Newspaper Traditional','[\"notification\",\"all\"]','','{\"content\":{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#f2f9f8\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"28px\"}}},{\"type\":\"text\",\"text\":\"<h3 style=\\\"font-size: 15px;\\\"><em><strong>[date:mtext][date:dordinal],[date:y]<\\/strong><\\/em><\\/h3>\"}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"header\",\"text\":\"<p><span style=\\\"color: #008080;\\\"><a href=\\\"[link:newsletter_view_in_browser_url]\\\" style=\\\"color: #008080;\\\">View this in your browser.<\\/a><\\/span><\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"right\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"underline\"}}}]}]},{\"type\":\"container\",\"columnLayout\":\"2_1\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#f2f9f8\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/newspaper-traditional\\/News-Logo.png\",\"alt\":\"News-Logo\",\"fullWidth\":false,\"width\":\"200px\",\"height\":\"100px\",\"styles\":{\"block\":{\"textAlign\":\"left\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"social\",\"iconSet\":\"full-symbol-black\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Facebook.png?mailpoet_version=3.12.1\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Twitter.png?mailpoet_version=3.12.1\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"website\",\"link\":\"\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Website.png?mailpoet_version=3.12.1\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Website\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Instagram.png?mailpoet_version=3.12.1\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"}]}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#c6dbd8\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<p><strong>Local News<\\/strong><\\/p>\"}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><strong>Sports Updates & Scores<\\/strong><\\/p>\"}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: right;\\\"><strong>Business News<\\/strong><\\/p>\"}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}},{\"type\":\"text\",\"text\":\"<h1 style=\\\"text-align: left;\\\"><strong>Check Out Our New Blog Posts! <\\/strong><\\/h1>\\n <p style=\\\"text-align: left;\\\"> <\\/p>\\n <p style=\\\"text-align: left;\\\">MailPoet can <span style=\\\"line-height: 1.6em; background-color: inherit;\\\"><em>automatically<\\/em> <\\/span><span style=\\\"line-height: 1.6em; background-color: inherit;\\\">send your new blog posts to your subscribers.<\\/span><\\/p>\\n <p style=\\\"text-align: left;\\\"><span style=\\\"line-height: 1.6em; background-color: inherit;\\\"><\\/span><\\/p>\\n <p style=\\\"text-align: left;\\\"><span style=\\\"line-height: 1.6em; background-color: inherit;\\\">Below, you\'ll find three recent posts, which are displayed automatically, thanks to the <em>Automatic Latest Content<\\/em> widget, which can be found in the right sidebar, under <em>Content<\\/em>.<\\/span><\\/p>\\n <p style=\\\"text-align: left;\\\"><span style=\\\"line-height: 1.6em; background-color: inherit;\\\"><\\/span><\\/p>\\n <p style=\\\"text-align: left;\\\"><span style=\\\"line-height: 1.6em; background-color: inherit;\\\">To edit the settings and styles of your post, simply click on a post below.<\\/span><\\/p>\"},{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"double\",\"borderWidth\":\"7px\",\"borderColor\":\"#c6dbd8\"}}}]}]},{\"type\":\"automatedLatestContentLayout\",\"withLayout\":true,\"amount\":\"3\",\"contentType\":\"post\",\"terms\":[],\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h3\",\"titleAlignment\":\"left\",\"titleIsLink\":true,\"imageFullWidth\":false,\"featuredImagePosition\":\"left\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"link\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"type\":\"button\",\"text\":\"Read the post\",\"url\":\"[postLink]\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"160px\",\"lineHeight\":\"30px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"16px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"double\",\"borderWidth\":\"7px\",\"borderColor\":\"#c6dbd8\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#c6dbd8\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#c6dbd8\",\"height\":\"30px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#c6dbd8\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#c6dbd8\",\"height\":\"28px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/newspaper-traditional\\/News-Logo.png\",\"alt\":\"News-Logo\",\"fullWidth\":false,\"width\":\"200px\",\"height\":\"100px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"footer\",\"text\":\"<p><span style=\\\"color: #458687;\\\"><a href=\\\"[link:subscription_unsubscribe_url]\\\" style=\\\"color: #458687;\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\" style=\\\"color: #458687;\\\">Manage your subscription<\\/a><\\/span><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}}},{\"type\":\"social\",\"iconSet\":\"full-symbol-black\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"},{\"type\":\"socialIcon\",\"iconType\":\"email\",\"link\":\"\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Email.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Email\"}]}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#c6dbd8\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#c6dbd8\",\"height\":\"21px\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#000000\",\"fontFamily\":\"Playfair Display\",\"fontSize\":\"14px\"},\"h1\":{\"fontColor\":\"#111111\",\"fontFamily\":\"Merriweather\",\"fontSize\":\"26px\"},\"h2\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Merriweather\",\"fontSize\":\"22px\"},\"h3\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Merriweather\",\"fontSize\":\"18px\"},\"link\":{\"fontColor\":\"#3d8076\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#f2f9f8\"}},\"blockDefaults\":{\"automatedLatestContent\":{\"amount\":\"5\",\"withLayout\":false,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"belowTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContent.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContent.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"automatedLatestContentLayout\":{\"amount\":\"3\",\"withLayout\":true,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h3\",\"titleAlignment\":\"left\",\"titleIsLink\":true,\"imageFullWidth\":false,\"featuredImagePosition\":\"left\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"link\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read the post\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContentLayout.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"160px\",\"lineHeight\":\"30px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"16px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}},\"type\":\"button\"},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContentLayout.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"double\",\"borderWidth\":\"7px\",\"borderColor\":\"#c6dbd8\"}},\"type\":\"divider\"},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\",\"type\":\"automatedLatestContentLayout\",\"terms\":[]},\"button\":{\"text\":\"Read the post\",\"url\":\"[postLink]\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}},\"type\":\"button\"},\"divider\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"double\",\"borderWidth\":\"7px\",\"borderColor\":\"#c6dbd8\"}},\"type\":\"divider\"},\"footer\":{\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}},\"type\":\"footer\"},\"posts\":{\"amount\":\"10\",\"withLayout\":true,\"contentType\":\"post\",\"postStatus\":\"publish\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"link\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"posts.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"posts.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"social\":{\"iconSet\":\"full-symbol-black\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"},{\"type\":\"socialIcon\",\"iconType\":\"email\",\"link\":\"\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Email.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Email\"}],\"type\":\"social\"},\"spacer\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}},\"type\":\"spacer\"},\"header\":{\"text\":\"<a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"right\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"underline\"}},\"type\":\"header\"}}}','https://ps.w.org/mailpoet/assets/newsletter-templates/newspaper-traditional/thumbnail.20190411-1500.jpg',1,NULL,'2019-09-17 13:54:00'),(19,0,'Clear News','[\"notification\",\"all\"]','','{\"content\":{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\",\"height\":\"27px\"}}},{\"type\":\"header\",\"text\":\"<p><a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a><\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"11px\",\"textAlign\":\"left\"},\"link\":{\"fontColor\":\"#e2973f\",\"textDecoration\":\"underline\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\",\"height\":\"20px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/clear-news\\/News-Logo-1.png\",\"alt\":\"News-Logo\",\"fullWidth\":false,\"width\":\"120px\",\"height\":\"167px\",\"styles\":{\"block\":{\"textAlign\":\"left\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\",\"height\":\"30px\"}}},{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: right;\\\"><span style=\\\"color: #808080;\\\"><strong>October 2018<\\/strong><\\/span><\\/h3>\"}]}]},{\"type\":\"container\",\"columnLayout\":\"2_1\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h1 style=\\\"text-align: left; line-height: 1.3;\\\" data-post-id=\\\"1994\\\"><strong>Good Morning!<\\/strong><\\/h1>\\n <h3>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce egestas nisl vel ante finibus fringilla ullamcorper non lectus. Aenean leo neque, egestas et lacus eu, viverra luctus nisi. Donec dapibus mauris at fringilla consequat. Cras sed porta nunc. Ut tincidunt luctus felis sed suscipit. Sed tristique faucibus fermentum.<\\/h3>\"}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\",\"height\":\"24px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/clear-news\\/UEl2.gif\",\"alt\":\"UEl2\",\"fullWidth\":false,\"width\":\"360px\",\"height\":\"400px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"dashed\",\"borderWidth\":\"2px\",\"borderColor\":\"#e2973f\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<h2><strong>Today\'s Top Stories<\\/strong><\\/h2>\"}]}]},{\"type\":\"automatedLatestContentLayout\",\"withLayout\":true,\"amount\":\"3\",\"contentType\":\"post\",\"terms\":[],\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h2\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":true,\"featuredImagePosition\":\"left\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"type\":\"button\",\"text\":\"Read more\",\"url\":\"[postLink]\",\"styles\":{\"block\":{\"backgroundColor\":\"#e2973f\",\"borderColor\":\"#e2973f\",\"borderWidth\":\"0px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"110px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Arial\",\"fontSize\":\"14px\",\"fontWeight\":\"bold\",\"textAlign\":\"left\"}},\"context\":\"automatedLatestContentLayout.readMoreButton\"},\"sortBy\":\"newest\",\"showDivider\":false,\"divider\":{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}},\"context\":\"automatedLatestContentLayout.divider\"},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"dashed\",\"borderWidth\":\"2px\",\"borderColor\":\"#e2973f\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<h2><strong>We cover all types of news<\\/strong><\\/h2>\"}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"button\",\"text\":\"World\",\"url\":\"[postLink]\",\"styles\":{\"block\":{\"backgroundColor\":\"#e23f3f\",\"borderColor\":\"#e2973f\",\"borderWidth\":\"0px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"288px\",\"lineHeight\":\"50px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"20px\",\"fontWeight\":\"bold\",\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"button\",\"text\":\"Business\",\"url\":\"[postLink]\",\"styles\":{\"block\":{\"backgroundColor\":\"#50b6ce\",\"borderColor\":\"#e2973f\",\"borderWidth\":\"0px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"288px\",\"lineHeight\":\"50px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"20px\",\"fontWeight\":\"bold\",\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"button\",\"text\":\"Politics\",\"url\":\"[postLink]\",\"styles\":{\"block\":{\"backgroundColor\":\"#506dce\",\"borderColor\":\"#e2973f\",\"borderWidth\":\"0px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"288px\",\"lineHeight\":\"50px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"20px\",\"fontWeight\":\"bold\",\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"button\",\"text\":\"Sports\",\"url\":\"[postLink]\",\"styles\":{\"block\":{\"backgroundColor\":\"#e1bc2d\",\"borderColor\":\"#e2973f\",\"borderWidth\":\"0px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"288px\",\"lineHeight\":\"50px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"20px\",\"fontWeight\":\"bold\",\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"button\",\"text\":\"Science\",\"url\":\"[postLink]\",\"styles\":{\"block\":{\"backgroundColor\":\"#a650ce\",\"borderColor\":\"#e2973f\",\"borderWidth\":\"0px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"288px\",\"lineHeight\":\"50px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"20px\",\"fontWeight\":\"bold\",\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"button\",\"text\":\"Health\",\"url\":\"[postLink]\",\"styles\":{\"block\":{\"backgroundColor\":\"#64b03c\",\"borderColor\":\"#e2973f\",\"borderWidth\":\"0px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"288px\",\"lineHeight\":\"50px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"20px\",\"fontWeight\":\"bold\",\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"button\",\"text\":\"Family\",\"url\":\"[postLink]\",\"styles\":{\"block\":{\"backgroundColor\":\"#278f6e\",\"borderColor\":\"#e2973f\",\"borderWidth\":\"0px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"288px\",\"lineHeight\":\"50px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"20px\",\"fontWeight\":\"bold\",\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"button\",\"text\":\"Arts\",\"url\":\"[postLink]\",\"styles\":{\"block\":{\"backgroundColor\":\"#7c5e5e\",\"borderColor\":\"#e2973f\",\"borderWidth\":\"0px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"288px\",\"lineHeight\":\"50px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"20px\",\"fontWeight\":\"bold\",\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"button\",\"text\":\"Local\",\"url\":\"[postLink]\",\"styles\":{\"block\":{\"backgroundColor\":\"#4d4d4d\",\"borderColor\":\"#e2973f\",\"borderWidth\":\"0px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"288px\",\"lineHeight\":\"50px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"20px\",\"fontWeight\":\"bold\",\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":\"1_2\",\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/clear-news\\/News-Crossword.jpg\",\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"60px\"}}},{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: right;\\\"><span style=\\\"color: #ffffff;\\\">The Friday Crossword<\\/span><\\/h2>\\n <p style=\\\"text-align: right;\\\"><span style=\\\"color: #ffffff;\\\"><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum vitae ornare elit. Duis laoreet justo sed fringilla maximus. Aenean pharetra nec risus a vestibulum.<\\/span><\\/span><\\/p>\"},{\"type\":\"button\",\"text\":\"Get started\",\"url\":\"[postLink]\",\"styles\":{\"block\":{\"backgroundColor\":\"#e2973f\",\"borderColor\":\"#e2973f\",\"borderWidth\":\"0px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"110px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Arial\",\"fontSize\":\"14px\",\"fontWeight\":\"bold\",\"textAlign\":\"right\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"22px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"34.5px\",\"borderStyle\":\"dashed\",\"borderWidth\":\"2px\",\"borderColor\":\"#e2973f\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/clear-news\\/News-Logo-1.png\",\"alt\":\"News-Logo\",\"fullWidth\":false,\"width\":\"120px\",\"height\":\"167px\",\"styles\":{\"block\":{\"textAlign\":\"left\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><strong><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a><\\/strong><\\/p>\\n <p style=\\\"text-align: center;\\\"><strong><a href=\\\"[link:subscription_manage_url]\\\">Manage your subscription<\\/a><\\/strong><\\/p>\"},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\">Add your postal address!<\\/p>\"}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"social\",\"iconSet\":\"circles\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/03-circles\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/03-circles\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"youtube\",\"link\":\"http:\\/\\/www.youtube.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/03-circles\\/Youtube.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Youtube\"}]},{\"type\":\"social\",\"iconSet\":\"default\",\"icons\":[]}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#000000\",\"fontFamily\":\"Source Sans Pro\",\"fontSize\":\"15px\"},\"h1\":{\"fontColor\":\"#111111\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"40px\"},\"h2\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"24px\"},\"h3\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"16px\"},\"link\":{\"fontColor\":\"#e2973f\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#ffffff\"}},\"blockDefaults\":{\"automatedLatestContent\":{\"amount\":\"5\",\"withLayout\":false,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"belowTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContent.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContent.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"automatedLatestContentLayout\":{\"amount\":\"3\",\"withLayout\":true,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h2\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":true,\"featuredImagePosition\":\"left\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContentLayout.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#e2973f\",\"borderColor\":\"#e2973f\",\"borderWidth\":\"0px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"110px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Arial\",\"fontSize\":\"14px\",\"fontWeight\":\"bold\",\"textAlign\":\"left\"}},\"type\":\"button\"},\"sortBy\":\"newest\",\"showDivider\":false,\"divider\":{\"context\":\"automatedLatestContentLayout.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}},\"type\":\"divider\"},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\",\"type\":\"automatedLatestContentLayout\",\"terms\":[]},\"button\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"styles\":{\"block\":{\"backgroundColor\":\"#4d4d4d\",\"borderColor\":\"#e2973f\",\"borderWidth\":\"0px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"288px\",\"lineHeight\":\"50px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"20px\",\"fontWeight\":\"bold\",\"textAlign\":\"center\"}},\"type\":\"button\"},\"divider\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"34.5px\",\"borderStyle\":\"dashed\",\"borderWidth\":\"2px\",\"borderColor\":\"#e2973f\"}},\"type\":\"divider\"},\"footer\":{\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"13px\",\"textAlign\":\"right\"},\"link\":{\"fontColor\":\"#e2973f\",\"textDecoration\":\"underline\"}},\"type\":\"footer\"},\"posts\":{\"amount\":\"10\",\"withLayout\":true,\"contentType\":\"post\",\"postStatus\":\"publish\",\"inclusionType\":\"include\",\"displayType\":\"titleOnly\",\"titleFormat\":\"h2\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":true,\"featuredImagePosition\":\"centered\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"http:\\/\\/mailpoet.info\\/ladybirds-transparent-shell-reveals-how-it-folds-its-wings\\/\",\"context\":\"posts.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#e2973f\",\"borderColor\":\"#e2973f\",\"borderWidth\":\"0px\",\"borderRadius\":\"40px\",\"borderStyle\":\"solid\",\"width\":\"110px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Arial\",\"fontSize\":\"14px\",\"fontWeight\":\"bold\",\"textAlign\":\"left\"}},\"type\":\"button\"},\"sortBy\":\"newest\",\"showDivider\":false,\"divider\":{\"context\":\"posts.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}},\"type\":\"divider\"},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\",\"type\":\"posts\",\"offset\":0,\"terms\":[],\"search\":\"\"},\"social\":{\"iconSet\":\"circles\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/03-circles\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/03-circles\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"youtube\",\"link\":\"http:\\/\\/www.youtube.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/03-circles\\/Youtube.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Youtube\"}],\"type\":\"social\"},\"spacer\":{\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\",\"height\":\"20px\"}},\"type\":\"spacer\"},\"header\":{\"text\":\"<a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"11px\",\"textAlign\":\"left\"},\"link\":{\"fontColor\":\"#e2973f\",\"textDecoration\":\"underline\"}},\"type\":\"header\"}}}','https://ps.w.org/mailpoet/assets/newsletter-templates/clear-news/thumbnail.20190411-1500.jpg',1,NULL,'2019-09-17 13:54:00'),(20,0,'Dog Food','[\"woocommerce\",\"all\"]','','{\"content\":{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/dog-food\\/Dog-Logo.png\",\"alt\":\"Dog-Logo\",\"fullWidth\":false,\"width\":\"42px\",\"height\":\"91px\",\"styles\":{\"block\":{\"textAlign\":\"left\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"31px\"}}},{\"type\":\"social\",\"iconSet\":\"full-symbol-black\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Facebook.png?mailpoet_version=3.7.3\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Twitter.png?mailpoet_version=3.7.3\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Instagram.png?mailpoet_version=3.7.3\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"}]}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"25px\"}}},{\"type\":\"text\",\"text\":\"<h1 style=\\\"line-height: 1.2em;\\\"><strong>Thanks for buying your dog food from us<\\/strong><\\/h1>\"}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/dog-food\\/Dog-Header-1024x409.jpg\",\"alt\":\"Dog-Header\",\"fullWidth\":true,\"width\":\"1280px\",\"height\":\"511px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"50px\"}}},{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: center;\\\"><strong>Here\'s some other pawsome things to try... <\\/strong><\\/h2>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/dog-food\\/Dog-Product-1.jpg\",\"alt\":\"Dog-Product-1\",\"fullWidth\":false,\"width\":\"500px\",\"height\":\"500px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<h3><strong>Dog Jumper<\\/strong><\\/h3>\\n<p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam a elementum ex.<\\/span><\\/p>\\n<p><span><strong><\\/strong><\\/span><\\/p>\\n<p><em><strong>$19.99<\\/strong><\\/em><\\/p>\"},{\"type\":\"button\",\"text\":\"Check it out\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#f6f6f6\",\"borderColor\":\"#000000\",\"borderWidth\":\"3px\",\"borderRadius\":\"40px\",\"borderStyle\":\"solid\",\"width\":\"113px\",\"lineHeight\":\"28px\",\"fontColor\":\"#000000\",\"fontFamily\":\"Arial\",\"fontSize\":\"14px\",\"fontWeight\":\"bold\",\"textAlign\":\"left\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/dog-food\\/Dog-Product-2.jpg\",\"alt\":\"Dog-Product-2\",\"fullWidth\":false,\"width\":\"500px\",\"height\":\"500px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<h3><strong>Dog Socks<\\/strong><\\/h3>\\n<p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam a elementum ex.<\\/span><\\/p>\\n<p><span><\\/span><\\/p>\\n<p><span><em><strong>$19.99<\\/strong><\\/em><\\/span><\\/p>\"},{\"type\":\"button\",\"text\":\"Check it out\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#f6f6f6\",\"borderColor\":\"#000000\",\"borderWidth\":\"3px\",\"borderRadius\":\"40px\",\"borderStyle\":\"solid\",\"width\":\"113px\",\"lineHeight\":\"28px\",\"fontColor\":\"#000000\",\"fontFamily\":\"Arial\",\"fontSize\":\"14px\",\"fontWeight\":\"bold\",\"textAlign\":\"left\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/dog-food\\/Dog-Product-3.jpg\",\"alt\":\"Dog-Product-3\",\"fullWidth\":false,\"width\":\"500px\",\"height\":\"500px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<h3><strong>Glow Collar<\\/strong><\\/h3>\\n<p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam a elementum ex.<\\/span><\\/p>\\n<p><em><\\/em><\\/p>\\n<p><em><strong>$19.99<\\/strong><\\/em><\\/p>\"},{\"type\":\"button\",\"text\":\"Check it out\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#f6f6f6\",\"borderColor\":\"#000000\",\"borderWidth\":\"3px\",\"borderRadius\":\"40px\",\"borderStyle\":\"solid\",\"width\":\"113px\",\"lineHeight\":\"28px\",\"fontColor\":\"#000000\",\"fontFamily\":\"Arial\",\"fontSize\":\"14px\",\"fontWeight\":\"bold\",\"textAlign\":\"left\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#000000\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\",\"height\":\"45px\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"35px\"}}},{\"type\":\"text\",\"text\":\"<h3><strong><\\/strong><span style=\\\"color: #ffffff;\\\">Our Guarantee<\\/span><\\/h3>\\n<p><span style=\\\"color: #ffffff;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam a elementum ex. Aliquam mollis metus ac nisl luctus pulvinar. Donec tincidunt pharetra sem, nec eleifend augue. Morbi id nunc commodo, tempor erat et, pretium neque. Vivamus ante sapien, consequat vitae ante quis, facilisis pellentesque mi. Praesent at scelerisque leo. Donec elementum mi consequat, ultrices lorem nec, vestibulum arcu. Aenean id libero vitae felis consequat maximus<\\/span><\\/p>\\n<p><span style=\\\"color: #ffffff;\\\"><em><\\/em><\\/span><\\/p>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#d4d4d4\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#d4d4d4\",\"height\":\"20px\"}}},{\"type\":\"footer\",\"text\":\"<p><strong><em><span style=\\\"color: #000000;\\\"><a href=\\\"[link:subscription_unsubscribe_url]\\\" style=\\\"color: #000000;\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\" style=\\\"color: #000000;\\\">Manage your subscription<\\/a><\\/span><\\/em><\\/strong><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#000000\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\"},\"h1\":{\"fontColor\":\"#111111\",\"fontFamily\":\"Arial\",\"fontSize\":\"40px\"},\"h2\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"24px\"},\"h3\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Arial\",\"fontSize\":\"18px\"},\"link\":{\"fontColor\":\"#21759B\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#d4d4d4\"}},\"blockDefaults\":{\"automatedLatestContent\":{\"amount\":\"5\",\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"belowTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContent.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContent.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"automatedLatestContentLayout\":{\"amount\":\"5\",\"withLayout\":true,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContentLayout.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContentLayout.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"button\":{\"text\":\"Check it out\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#f6f6f6\",\"borderColor\":\"#000000\",\"borderWidth\":\"3px\",\"borderRadius\":\"40px\",\"borderStyle\":\"solid\",\"width\":\"113px\",\"lineHeight\":\"28px\",\"fontColor\":\"#000000\",\"fontFamily\":\"Arial\",\"fontSize\":\"14px\",\"fontWeight\":\"bold\",\"textAlign\":\"left\"}},\"type\":\"button\"},\"divider\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"footer\":{\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}},\"type\":\"footer\"},\"posts\":{\"amount\":\"10\",\"contentType\":\"post\",\"postStatus\":\"publish\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"belowTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"link\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"posts.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"posts.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"social\":{\"iconSet\":\"full-symbol-black\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Facebook.png?mailpoet_version=3.7.3\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Twitter.png?mailpoet_version=3.7.3\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Instagram.png?mailpoet_version=3.7.3\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"}],\"type\":\"social\"},\"spacer\":{\"styles\":{\"block\":{\"backgroundColor\":\"#d4d4d4\",\"height\":\"20px\"}},\"type\":\"spacer\"},\"header\":{\"text\":\"<a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"underline\"}}}}}','https://ps.w.org/mailpoet/assets/newsletter-templates/dog-food/thumbnail.20190411-1500.jpg',1,NULL,'2019-09-17 13:54:00'),(21,0,'Kids Clothing','[\"woocommerce\",\"all\"]','','{\"content\":{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"display\":\"scale\",\"src\":null},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"display\":\"scale\",\"src\":null},\"styles\":{\"block\":{\"backgroundColor\":\"#c3e1e8\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"display\":\"scale\",\"src\":null},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"display\":\"scale\",\"src\":null},\"styles\":{\"block\":{\"backgroundColor\":\"#c3e1e8\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"display\":\"scale\",\"src\":null},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}},{\"type\":\"social\",\"iconSet\":\"circles\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/03-circles\\/Facebook.png?mailpoet_version=3.0.0-rc.2.0.0\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/03-circles\\/Twitter.png?mailpoet_version=3.0.0-rc.2.0.0\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"}]}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"display\":\"scale\",\"src\":null},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/kids-clothing\\/Kids-Clothing-Logo.png\",\"alt\":\"Kids-Clothing-Logo\",\"fullWidth\":true,\"width\":\"250px\",\"height\":\"121px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"display\":\"scale\",\"src\":null},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}},{\"type\":\"social\",\"iconSet\":\"circles\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"google-plus\",\"link\":\"http:\\/\\/plus.google.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/03-circles\\/Google-Plus.png?mailpoet_version=3.0.0-rc.2.0.0\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Google Plus\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/03-circles\\/Instagram.png?mailpoet_version=3.0.0-rc.2.0.0\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"}]}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"display\":\"scale\",\"src\":null},\"styles\":{\"block\":{\"backgroundColor\":\"#9bd2e0\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"display\":\"scale\",\"src\":null},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"display\":\"scale\",\"src\":null},\"styles\":{\"block\":{\"backgroundColor\":\"#9bd2e0\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"display\":\"scale\",\"src\":null},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><span style=\\\"color: #4e4e4e;\\\"><strong>Boys Clothes<\\/strong><\\/span><\\/p>\"}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"display\":\"scale\",\"src\":null},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><span style=\\\"color: #4e4e4e;\\\"><strong>Girls Clothes<\\/strong><\\/span><\\/p>\"}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"display\":\"scale\",\"src\":null},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><span style=\\\"color: #4e4e4e;\\\"><strong>Toys & Games<\\/strong><\\/span><\\/p>\"}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/kids-clothing\\/Kids-Clothing-Header.jpg\",\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#9cd1e1\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"80px\"}}},{\"type\":\"text\",\"text\":\"<h1><strong>Wait!<\\/strong><\\/h1>\\n<h3>You\'ve left something in your cart!<\\/h3>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"100px\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"display\":\"scale\",\"src\":null},\"styles\":{\"block\":{\"backgroundColor\":\"#9bd2e0\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"display\":\"scale\",\"src\":null},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: center;\\\"><span style=\\\"color: #4e4e4e;\\\"><strong>Don\'t worry, we saved it for you...<\\/strong><\\/span><\\/h2>\"}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"display\":\"scale\",\"src\":null},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"display\":\"scale\",\"src\":null},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"display\":\"scale\",\"src\":null},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"display\":\"scale\",\"src\":null},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/kids-clothing\\/Kids-Clothing-Image.jpg\",\"alt\":\"Kids-Clothing-Image\",\"fullWidth\":false,\"width\":\"500px\",\"height\":\"500px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"display\":\"scale\",\"src\":null},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"25px\"}}},{\"type\":\"text\",\"text\":\"<p><strong>Kids Dinosaur Suit<\\/strong><\\/p>\\n<p><span>$14.99<\\/span><\\/p>\\n<p><\\/p>\"},{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"borderColor\":\"#aaaaaa\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"padding\":\"0px\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"font-size: 12px;\\\">Size: <em>Small<\\/em><\\/p>\\n<p style=\\\"font-size: 12px;\\\">Colour: <em>Varied<\\/em><\\/p>\"}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"display\":\"scale\",\"src\":null},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"28px\"}}},{\"type\":\"button\",\"text\":\"Go To Cart\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#9bd2e0\",\"borderColor\":\"#0074a2\",\"borderRadius\":\"40px\",\"borderStyle\":\"solid\",\"borderWidth\":\"0px\",\"fontColor\":\"#4e4e4e\",\"fontFamily\":\"Arial\",\"fontSize\":\"18px\",\"fontWeight\":\"bold\",\"lineHeight\":\"40px\",\"textAlign\":\"left\",\"width\":\"154px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"display\":\"scale\",\"src\":null},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"display\":\"scale\",\"src\":null},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"display\":\"scale\",\"src\":null},\"styles\":{\"block\":{\"backgroundColor\":\"#fceba5\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"display\":\"scale\",\"src\":null},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: center;\\\"><strong>YOU MIGHT ALSO LIKE...<\\/strong><\\/h2>\"}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"display\":\"scale\",\"src\":null},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"display\":\"scale\",\"src\":null},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"display\":\"scale\",\"src\":null},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"display\":\"scale\",\"src\":null},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/kids-clothing\\/Kids-Clothing-Image-3.jpg\",\"alt\":\"Kids-Clothing-Image-3\",\"fullWidth\":false,\"width\":\"500px\",\"height\":\"500px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<p><strong>Cherry Dress<\\/strong><\\/p>\\n<p><span>$10.99<\\/span><\\/p>\"},{\"type\":\"button\",\"text\":\"View\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#9bd2e0\",\"borderColor\":\"#0074a2\",\"borderRadius\":\"40px\",\"borderStyle\":\"solid\",\"borderWidth\":\"0px\",\"fontColor\":\"#4e4e4e\",\"fontFamily\":\"Arial\",\"fontSize\":\"18px\",\"fontWeight\":\"bold\",\"lineHeight\":\"40px\",\"textAlign\":\"left\",\"width\":\"90px\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"display\":\"scale\",\"src\":null},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/kids-clothing\\/Kids-Clothing-Image-2.jpg\",\"alt\":\"Kids-Clothing-Image-2\",\"fullWidth\":false,\"width\":\"500px\",\"height\":\"500px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<p><strong>Red T-Shirt<\\/strong><\\/p>\\n<p><span>$9.49<\\/span><\\/p>\"},{\"type\":\"button\",\"text\":\"View\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#9bd2e0\",\"borderColor\":\"#0074a2\",\"borderRadius\":\"40px\",\"borderStyle\":\"solid\",\"borderWidth\":\"0px\",\"fontColor\":\"#4e4e4e\",\"fontFamily\":\"Arial\",\"fontSize\":\"18px\",\"fontWeight\":\"bold\",\"lineHeight\":\"40px\",\"textAlign\":\"left\",\"width\":\"90px\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"display\":\"scale\",\"src\":null},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/kids-clothing\\/Kids-Clothing-Image-4.jpg\",\"alt\":\"Kids-Clothing-Image-4\",\"fullWidth\":false,\"width\":\"500px\",\"height\":\"500px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<p><strong>Pink Dance Dress<\\/strong><\\/p>\\n<p><span>$11.99<\\/span><\\/p>\"},{\"type\":\"button\",\"text\":\"View\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#9bd2e0\",\"borderColor\":\"#0074a2\",\"borderRadius\":\"40px\",\"borderStyle\":\"solid\",\"borderWidth\":\"0px\",\"fontColor\":\"#4e4e4e\",\"fontFamily\":\"Arial\",\"fontSize\":\"18px\",\"fontWeight\":\"bold\",\"lineHeight\":\"40px\",\"textAlign\":\"left\",\"width\":\"90px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"display\":\"scale\",\"src\":null},\"styles\":{\"block\":{\"backgroundColor\":\"#f8f8f8\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"display\":\"scale\",\"src\":null},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/kids-clothing\\/Kids-Clothing-Footer.jpg\",\"alt\":\"Kids-Clothing-Footer\",\"fullWidth\":true,\"width\":\"1280px\",\"height\":\"107px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"display\":\"scale\",\"src\":null},\"styles\":{\"block\":{\"backgroundColor\":\"#c3e1e8\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"display\":\"scale\",\"src\":null},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/kids-clothing\\/Kids-Clothing-Logo-Footer-150x61.png\",\"alt\":\"Kids-Clothing-Logo-Footer\",\"fullWidth\":false,\"width\":\"150px\",\"height\":\"61px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"footer\",\"text\":\"<p><strong><span style=\\\"color: #333333;\\\"><a href=\\\"[link:subscription_unsubscribe_url]\\\" style=\\\"color: #333333;\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\" style=\\\"color: #333333;\\\">Manage subscription<\\/a><\\/span><\\/strong><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#4e4e4e\",\"fontFamily\":\"Arial\",\"fontSize\":\"16px\"},\"h1\":{\"fontColor\":\"#4e4e4e\",\"fontFamily\":\"Arial\",\"fontSize\":\"40px\"},\"h2\":{\"fontColor\":\"#4e4e4e\",\"fontFamily\":\"Arial\",\"fontSize\":\"24px\"},\"h3\":{\"fontColor\":\"#4e4e4e\",\"fontFamily\":\"Arial\",\"fontSize\":\"26px\"},\"link\":{\"fontColor\":\"#9bd2e0\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#c3e1e8\"}},\"blockDefaults\":{\"automatedLatestContent\":{\"amount\":\"5\",\"authorPrecededBy\":\"Author:\",\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\",\"categoriesPrecededBy\":\"Categories:\",\"contentType\":\"post\",\"displayType\":\"excerpt\",\"divider\":{\"context\":\"automatedLatestContent.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"borderColor\":\"#aaaaaa\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"padding\":\"13px\"}}},\"featuredImagePosition\":\"belowTitle\",\"imageFullWidth\":false,\"inclusionType\":\"include\",\"readMoreButton\":{\"context\":\"automatedLatestContent.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"borderWidth\":\"1px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"lineHeight\":\"40px\",\"textAlign\":\"center\",\"width\":\"180px\"}},\"text\":\"Read more\",\"url\":\"[postLink]\"},\"readMoreText\":\"Read more\",\"readMoreType\":\"button\",\"showAuthor\":\"no\",\"showCategories\":\"no\",\"showDivider\":true,\"sortBy\":\"newest\",\"titleAlignment\":\"left\",\"titleFormat\":\"h1\",\"titleIsLink\":false},\"automatedLatestContentLayout\":{\"amount\":\"5\",\"authorPrecededBy\":\"Author:\",\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\",\"categoriesPrecededBy\":\"Categories:\",\"contentType\":\"post\",\"displayType\":\"excerpt\",\"divider\":{\"context\":\"automatedLatestContentLayout.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"borderColor\":\"#aaaaaa\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"padding\":\"13px\"}}},\"featuredImagePosition\":\"alternate\",\"imageFullWidth\":false,\"inclusionType\":\"include\",\"readMoreButton\":{\"context\":\"automatedLatestContentLayout.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"borderWidth\":\"1px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"lineHeight\":\"40px\",\"textAlign\":\"center\",\"width\":\"180px\"}},\"text\":\"Read more\",\"url\":\"[postLink]\"},\"readMoreText\":\"Read more\",\"readMoreType\":\"button\",\"showAuthor\":\"no\",\"showCategories\":\"no\",\"showDivider\":true,\"sortBy\":\"newest\",\"titleAlignment\":\"left\",\"titleFormat\":\"h1\",\"titleIsLink\":false,\"withLayout\":true},\"button\":{\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"borderWidth\":\"1px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"lineHeight\":\"40px\",\"textAlign\":\"center\",\"width\":\"180px\"}},\"text\":\"Button\",\"url\":\"\"},\"divider\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"borderColor\":\"#aaaaaa\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"padding\":\"13px\"}}},\"footer\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"}},\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage subscription<\\/a><br \\/>Add your postal address here!<\\/p>\"},\"posts\":{\"amount\":\"10\",\"authorPrecededBy\":\"Author:\",\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\",\"categoriesPrecededBy\":\"Categories:\",\"contentType\":\"post\",\"displayType\":\"excerpt\",\"divider\":{\"context\":\"posts.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"borderColor\":\"#aaaaaa\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"padding\":\"13px\"}}},\"featuredImagePosition\":\"belowTitle\",\"imageFullWidth\":false,\"inclusionType\":\"include\",\"postStatus\":\"publish\",\"readMoreButton\":{\"context\":\"posts.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"borderWidth\":\"1px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"lineHeight\":\"40px\",\"textAlign\":\"center\",\"width\":\"180px\"}},\"text\":\"Read more\",\"url\":\"[postLink]\"},\"readMoreText\":\"Read more\",\"readMoreType\":\"link\",\"showAuthor\":\"no\",\"showCategories\":\"no\",\"showDivider\":true,\"sortBy\":\"newest\",\"titleAlignment\":\"left\",\"titleFormat\":\"h1\",\"titleIsLink\":false},\"social\":{\"iconSet\":\"default\",\"icons\":[{\"height\":\"32px\",\"iconType\":\"facebook\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/01-social\\/Facebook.png?mailpoet_version=3.7.1\",\"link\":\"http:\\/\\/www.facebook.com\",\"text\":\"Facebook\",\"type\":\"socialIcon\",\"width\":\"32px\"},{\"height\":\"32px\",\"iconType\":\"twitter\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/01-social\\/Twitter.png?mailpoet_version=3.7.1\",\"link\":\"http:\\/\\/www.twitter.com\",\"text\":\"Twitter\",\"type\":\"socialIcon\",\"width\":\"32px\"}]},\"spacer\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"80px\"}},\"type\":\"spacer\"},\"header\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"underline\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"}},\"text\":\"<a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a>\"}}}','https://ps.w.org/mailpoet/assets/newsletter-templates/kids-clothing/thumbnail.20190411-1500.jpg',1,NULL,'2019-09-17 13:54:00'),(22,0,'Rock Band','[\"woocommerce\",\"all\"]','','{\"content\":{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#060d13\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/rock-band\\/RockBand-Header-2.jpg\",\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#060d13\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"header\",\"text\":\"<p><a href=\\\"[link:newsletter_view_in_browser_url]\\\">View email in browser ><\\/a><\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Courier New\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#7acff0\",\"textDecoration\":\"none\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"315px\"}}},{\"type\":\"social\",\"iconSet\":\"full-symbol-grey\",\"styles\":{\"block\":{\"textAlign\":\"center\"}},\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"}]},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"48px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"29px\"}}},{\"type\":\"text\",\"text\":\"<h1 style=\\\"text-align: center;\\\"><span style=\\\"color: #7acff0;\\\">Free track download<\\/span><\\/h1>\\n <p style=\\\"text-align: center;\\\"><span style=\\\"color: #d4d4d4;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis ut fringilla velit, id malesuada nisi. Nam ac rutrum diam. Nunc diam leo, bibendum eget aliquam eget, commodo vitae lectus<\\/span><\\/p>\"},{\"type\":\"button\",\"text\":\"Download now for free\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#152533\",\"borderColor\":\"#7acff0\",\"borderWidth\":\"2px\",\"borderRadius\":\"40px\",\"borderStyle\":\"solid\",\"width\":\"288px\",\"lineHeight\":\"50px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Courier New\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"18.5px\",\"borderStyle\":\"double\",\"borderWidth\":\"7px\",\"borderColor\":\"#1c2f40\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\">We\'ve been busy in the studio<\\/span><\\/h2>\\n <p style=\\\"text-align: center;\\\"><span style=\\\"color: #d4d4d4;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis ut fringilla velit, id malesuada nisi. Nam ac rutrum diam.<\\/span><\\/p>\"}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/rock-band\\/RockBand-Albums-2.jpg\",\"alt\":\"RockBand-Albums-2\",\"fullWidth\":false,\"width\":\"250px\",\"height\":\"600px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\">Magnus Opium<\\/span><\\/p>\"},{\"type\":\"button\",\"text\":\"Buy now\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#7acff0\",\"borderColor\":\"#7acff0\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"83px\",\"lineHeight\":\"32px\",\"fontColor\":\"#1c2f40\",\"fontFamily\":\"Courier New\",\"fontSize\":\"14px\",\"fontWeight\":\"bold\",\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/rock-band\\/RockBand-Albums-1.jpg\",\"alt\":\"RockBand-Albums-1\",\"fullWidth\":false,\"width\":\"600px\",\"height\":\"600px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\">Skeletal Bones<\\/p>\"},{\"type\":\"button\",\"text\":\"Buy now\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#7acff0\",\"borderColor\":\"#7acff0\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"83px\",\"lineHeight\":\"32px\",\"fontColor\":\"#1c2f40\",\"fontFamily\":\"Courier New\",\"fontSize\":\"14px\",\"fontWeight\":\"bold\",\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/rock-band\\/RockBand-Albums-3.jpg\",\"alt\":\"RockBand-Albums-3\",\"fullWidth\":false,\"width\":\"600px\",\"height\":\"600px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\">Blinded by Vision<\\/p>\"},{\"type\":\"button\",\"text\":\"Buy now\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#7acff0\",\"borderColor\":\"#7acff0\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"83px\",\"lineHeight\":\"32px\",\"fontColor\":\"#1c2f40\",\"fontFamily\":\"Courier New\",\"fontSize\":\"14px\",\"fontWeight\":\"bold\",\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/rock-band\\/RockBand-Tours.jpg\",\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#1c2f40\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"37px\"}}},{\"type\":\"text\",\"text\":\"<h1 style=\\\"text-align: right;\\\">New Tour Dates<\\/h1>\\n <p style=\\\"text-align: right;\\\">14th March - London, UK<\\/p>\\n <p style=\\\"text-align: right;\\\">15th March - Leeds, UK<\\/p>\\n <p style=\\\"text-align: right;\\\">16th March - Birmingham, UK<\\/p>\\n <p style=\\\"text-align: right;\\\">19th March - Manchester, UK<\\/p>\\n <p style=\\\"text-align: right;\\\">21st March - Glasgow, UK<\\/p>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"144px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}},{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: center;\\\">Bounce Rate<\\/h3>\"},{\"type\":\"footer\",\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#aaaaaa\",\"fontFamily\":\"Courier New\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#7acff0\",\"textDecoration\":\"none\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#ffffff\",\"fontFamily\":\"Courier New\",\"fontSize\":\"14px\"},\"h1\":{\"fontColor\":\"#ffffff\",\"fontFamily\":\"Courier New\",\"fontSize\":\"30px\"},\"h2\":{\"fontColor\":\"#ffffff\",\"fontFamily\":\"Courier New\",\"fontSize\":\"24px\"},\"h3\":{\"fontColor\":\"#ffffff\",\"fontFamily\":\"Courier New\",\"fontSize\":\"20px\"},\"link\":{\"fontColor\":\"#7acff0\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#060d13\"},\"body\":{\"backgroundColor\":\"#060d13\"}},\"blockDefaults\":{\"automatedLatestContent\":{\"amount\":\"5\",\"withLayout\":false,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"belowTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContent.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContent.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"automatedLatestContentLayout\":{\"amount\":\"5\",\"withLayout\":true,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContentLayout.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContentLayout.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"button\":{\"text\":\"Buy now\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#7acff0\",\"borderColor\":\"#7acff0\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"83px\",\"lineHeight\":\"32px\",\"fontColor\":\"#1c2f40\",\"fontFamily\":\"Courier New\",\"fontSize\":\"14px\",\"fontWeight\":\"bold\",\"textAlign\":\"center\"}},\"type\":\"button\"},\"divider\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"18.5px\",\"borderStyle\":\"double\",\"borderWidth\":\"7px\",\"borderColor\":\"#1c2f40\"}},\"type\":\"divider\"},\"footer\":{\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#aaaaaa\",\"fontFamily\":\"Courier New\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#7acff0\",\"textDecoration\":\"none\"}},\"type\":\"footer\"},\"posts\":{\"amount\":\"10\",\"withLayout\":true,\"contentType\":\"post\",\"postStatus\":\"publish\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"link\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"posts.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"posts.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"social\":{\"iconSet\":\"full-symbol-grey\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"}],\"type\":\"social\"},\"spacer\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}},\"type\":\"spacer\"},\"header\":{\"text\":\"<a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Courier New\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#7acff0\",\"textDecoration\":\"none\"}},\"type\":\"header\"}}}','https://ps.w.org/mailpoet/assets/newsletter-templates/rock-band/thumbnail.20190411-1500.jpg',1,NULL,'2019-09-17 13:54:00'),(23,0,'Wine City (with coupon)','[\"woocommerce\",\"all\"]','','{\"content\":{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"37px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/wine-city\\/Wine-Logo.png\",\"alt\":\"Wine-Logo\",\"fullWidth\":false,\"width\":\"136px\",\"height\":\"67px\",\"styles\":{\"block\":{\"textAlign\":\"left\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"31px\"}}},{\"type\":\"social\",\"iconSet\":\"circles\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/03-circles\\/Facebook.png?mailpoet_version=3.7.3\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/03-circles\\/Twitter.png?mailpoet_version=3.7.3\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/03-circles\\/Instagram.png?mailpoet_version=3.7.3\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"}]}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"1px\",\"borderColor\":\"#aaaaaa\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: left;\\\"><span style=\\\"color: #6d6d6d;\\\"><strong>Red Wine<\\/strong><\\/span><\\/p>\"}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: left;\\\"><span style=\\\"color: #6d6d6d;\\\"><strong>White Wine<\\/strong><\\/span><\\/p>\"}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: left;\\\"><span style=\\\"color: #6d6d6d;\\\"><strong>Rose Wine<\\/strong><\\/span><\\/p>\"}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/wine-city\\/Wine-Header-1.jpg\",\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<h1 style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\"><strong>Have a drink on us<\\/strong><\\/span><\\/h1>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"231px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"34px\"}}},{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: center;\\\"><span style=\\\"color: #6d6d6d;\\\"><strong>You\'re our VIP - now it\'s time to celebrate! <\\/strong><\\/span><\\/h2>\\n<p style=\\\"text-align: center;\\\"><span style=\\\"color: #6d6d6d;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam a elementum ex. Aliquam mollis metus ac nisl luctus pulvinar. Donec tincidunt pharetra sem, nec eleifend augue.<\\/span><\\/p>\"},{\"type\":\"button\",\"text\":\"CoUponCoDE\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\",\"borderColor\":\"#6d6d6d\",\"borderWidth\":\"2px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"219px\",\"lineHeight\":\"50px\",\"fontColor\":\"#6d6d6d\",\"fontFamily\":\"Courier New\",\"fontSize\":\"30px\",\"fontWeight\":\"bold\",\"textAlign\":\"center\"}}},{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"17px\",\"borderStyle\":\"solid\",\"borderWidth\":\"1px\",\"borderColor\":\"#aaaaaa\"}}},{\"type\":\"footer\",\"text\":\"<p><strong><span style=\\\"color: #6d6d6d;\\\"><a href=\\\"[link:subscription_unsubscribe_url]\\\" style=\\\"color: #6d6d6d;\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\" style=\\\"color: #6d6d6d;\\\">Manage your subscription<\\/a><\\/span><\\/strong><br \\/><span style=\\\"color: #6d6d6d;\\\">Add your postal address here!<\\/span><\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#eeeeee\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#000000\",\"fontFamily\":\"Arial\",\"fontSize\":\"14px\"},\"h1\":{\"fontColor\":\"#111111\",\"fontFamily\":\"Arial\",\"fontSize\":\"40px\"},\"h2\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"24px\"},\"h3\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Arial\",\"fontSize\":\"22px\"},\"link\":{\"fontColor\":\"#21759B\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#eeeeee\"}},\"blockDefaults\":{\"automatedLatestContent\":{\"amount\":\"5\",\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"belowTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContent.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContent.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"automatedLatestContentLayout\":{\"amount\":\"5\",\"withLayout\":true,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContentLayout.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContentLayout.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"button\":{\"text\":\"CoUponCoDE\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\",\"borderColor\":\"#6d6d6d\",\"borderWidth\":\"2px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"219px\",\"lineHeight\":\"50px\",\"fontColor\":\"#6d6d6d\",\"fontFamily\":\"Courier New\",\"fontSize\":\"30px\",\"fontWeight\":\"bold\",\"textAlign\":\"center\"}},\"type\":\"button\"},\"divider\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"17px\",\"borderStyle\":\"solid\",\"borderWidth\":\"1px\",\"borderColor\":\"#aaaaaa\"}},\"type\":\"divider\"},\"footer\":{\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}},\"type\":\"footer\"},\"posts\":{\"amount\":\"10\",\"contentType\":\"post\",\"postStatus\":\"publish\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"belowTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"link\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"posts.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"posts.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"social\":{\"iconSet\":\"circles\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/03-circles\\/Facebook.png?mailpoet_version=3.7.3\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/03-circles\\/Twitter.png?mailpoet_version=3.7.3\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/03-circles\\/Instagram.png?mailpoet_version=3.7.3\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"}],\"type\":\"social\"},\"spacer\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"231px\"}},\"type\":\"spacer\"},\"header\":{\"text\":\"<a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"underline\"}}}}}','https://ps.w.org/mailpoet/assets/newsletter-templates/wine-city/thumbnail.20190411-1500.jpg',1,NULL,'2019-09-17 13:54:00'),(24,0,'Fitness','[\"woocommerce\",\"all\"]','','{\"content\":{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#e6e1e5\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/fitness\\/Fitness-Logo-1.jpg\",\"alt\":\"Fitness-Logo-1\",\"fullWidth\":true,\"width\":\"180px\",\"height\":\"96px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#e6e1e5\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"social\",\"iconSet\":\"full-symbol-color\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/06-full-symbol-color\\/Facebook.png?mailpoet_version=3.0.0-rc.2.0.0\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/06-full-symbol-color\\/Twitter.png?mailpoet_version=3.0.0-rc.2.0.0\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/06-full-symbol-color\\/Instagram.png?mailpoet_version=3.0.0-rc.2.0.0\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"}]}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#e6e1e5\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h1 style=\\\"text-align: center;\\\"><strong>Get back in the game<\\/strong><\\/h1>\"}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/fitness\\/Fitness-Header.jpg\",\"alt\":\"Fitness-Header\",\"fullWidth\":true,\"width\":\"1280px\",\"height\":\"696px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}},{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: center;\\\"><strong>You\'ve left something in your cart...<\\/strong><\\/h3>\"}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/fitness\\/Fitness-Images.jpg\",\"alt\":\"Fitness-Images\",\"fullWidth\":false,\"width\":\"500px\",\"height\":\"500px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"27px\"}}},{\"type\":\"text\",\"text\":\"<h3><span style=\\\"color: #afd147;\\\"><strong><em>Halo 600<\\/em><\\/strong><\\/span><\\/h3>\\n<p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce in purus risus. Praesent lacinia suscipit maximus. Maecenas nec facilisis lectus.<\\/span><\\/p>\\n<p><span><\\/span><\\/p>\\n<p><span>Size: Medium<\\/span><\\/p>\\n<p><span>Colour: Lime Green<\\/span><\\/p>\"},{\"type\":\"button\",\"text\":\"Recover Cart\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\",\"borderColor\":\"#343434\",\"borderWidth\":\"3px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"146px\",\"lineHeight\":\"37px\",\"fontColor\":\"#343434\",\"fontFamily\":\"Arial\",\"fontSize\":\"18px\",\"fontWeight\":\"bold\",\"textAlign\":\"left\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#afd147\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}},{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: center;\\\"><strong>Still interested?<\\/strong><\\/h3>\\n<p style=\\\"text-align: center;\\\"><strong>Here\'s 20% off your order if you complete it right now. We\'re nice like that.<\\/strong><\\/p>\"},{\"type\":\"button\",\"text\":\"COUPONCODE\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#afd147\",\"borderColor\":\"#56741d\",\"borderWidth\":\"3px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"219px\",\"lineHeight\":\"50px\",\"fontColor\":\"#56741d\",\"fontFamily\":\"Courier New\",\"fontSize\":\"26px\",\"fontWeight\":\"bold\",\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#222222\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/fitness\\/Fitness-Logo-Footer-1.png\",\"alt\":\"Fitness-Logo-Footer-1\",\"fullWidth\":false,\"width\":\"180px\",\"height\":\"52px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"social\",\"iconSet\":\"grey\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/02-grey\\/Facebook.png?mailpoet_version=3.0.0-rc.2.0.0\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/02-grey\\/Twitter.png?mailpoet_version=3.0.0-rc.2.0.0\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/02-grey\\/Instagram.png?mailpoet_version=3.0.0-rc.2.0.0\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"}]},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><span style=\\\"color: #999999;\\\">Address Line 1, Address Line 2, City, Country<\\/span><\\/p>\\n<p style=\\\"text-align: center;\\\"><span style=\\\"color: #999999;\\\"><strong><a href=\\\"[link:subscription_unsubscribe_url]\\\" style=\\\"color: #999999;\\\">Unsubscribe<\\/a><span> <\\/span>|<span> <\\/span><a href=\\\"[link:subscription_manage_url]\\\" style=\\\"color: #999999;\\\">Manage subscription<\\/a><\\/strong><\\/span><\\/p>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#4e4e4e\",\"fontFamily\":\"Arial\",\"fontSize\":\"14px\"},\"h1\":{\"fontColor\":\"#4e4e4e\",\"fontFamily\":\"Arial\",\"fontSize\":\"40px\"},\"h2\":{\"fontColor\":\"#4e4e4e\",\"fontFamily\":\"Arial\",\"fontSize\":\"24px\"},\"h3\":{\"fontColor\":\"#4e4e4e\",\"fontFamily\":\"Arial\",\"fontSize\":\"22px\"},\"link\":{\"fontColor\":\"#3c3c3c\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#222222\"}},\"blockDefaults\":{\"automatedLatestContent\":{\"amount\":\"5\",\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"belowTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContent.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContent.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"automatedLatestContentLayout\":{\"amount\":\"5\",\"withLayout\":true,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContentLayout.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContentLayout.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"button\":{\"text\":\"Button\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"divider\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"footer\":{\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}}},\"posts\":{\"amount\":\"10\",\"contentType\":\"post\",\"postStatus\":\"publish\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"belowTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"link\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"posts.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"posts.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"social\":{\"iconSet\":\"default\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/01-social\\/Facebook.png?mailpoet_version=3.7.1\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/01-social\\/Twitter.png?mailpoet_version=3.7.1\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"}]},\"spacer\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}},\"header\":{\"text\":\"<a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"underline\"}}}}}','https://ps.w.org/mailpoet/assets/newsletter-templates/fitness/thumbnail.20190411-1500.jpg',1,NULL,'2019-09-17 13:54:01'),(25,0,'Motor','[\"woocommerce\",\"all\"]','','{\"content\":{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#e3e3e3\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#e3e3e3\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"24px\"}}},{\"type\":\"social\",\"iconSet\":\"full-symbol-color\",\"styles\":{\"block\":{\"textAlign\":\"center\"}},\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/06-full-symbol-color\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/06-full-symbol-color\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"youtube\",\"link\":\"http:\\/\\/www.youtube.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/06-full-symbol-color\\/Youtube.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Youtube\"}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><span style=\\\"color: #d52a2a;\\\"><strong>Welcome to Vector Motors<\\/strong><\\/span><\\/p>\\n <p style=\\\"text-align: center; font-size: 11px;\\\"><span style=\\\"color: #d52a2a;\\\"><a href=\\\"[link:newsletter_view_in_browser_url]\\\">View email in browser ><\\/a><\\/span><\\/p>\"}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"24px\"}}},{\"type\":\"social\",\"iconSet\":\"full-symbol-color\",\"styles\":{\"block\":{\"textAlign\":\"center\"}},\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/06-full-symbol-color\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"},{\"type\":\"socialIcon\",\"iconType\":\"email\",\"link\":\"\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/06-full-symbol-color\\/Email.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Email\"},{\"type\":\"socialIcon\",\"iconType\":\"website\",\"link\":\"\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/06-full-symbol-color\\/Website.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Website\"}]}]}]},{\"type\":\"container\",\"columnLayout\":\"2_1\",\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/motor\\/Car-Header-2.jpg\",\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#d52a2a\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/motor\\/Car-Header-logo-1.png\",\"alt\":\"Car-Header-logo-1\",\"fullWidth\":false,\"width\":\"167.5px\",\"height\":\"349px\",\"styles\":{\"block\":{\"textAlign\":\"left\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"118px\"}}},{\"type\":\"text\",\"text\":\"<h3 style=\\\"font-size: 35px; line-height: 40px; text-align: left; border-left: 10px solid #d52a2a; margin-left: 20px; padding-left: 20px;\\\"><strong><span style=\\\"color: #ffffff;\\\">Welcome to the club<\\/span><\\/strong><\\/h3>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"72px\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: center;\\\"><strong><span style=\\\"color: #d52a2a;\\\">You\'ve bought the car, here\'s what happens next.<\\/span><\\/strong><\\/h2>\\n <p style=\\\"text-align: center;\\\"><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam a elementum ex. Aliquam mollis metus ac nisl luctus pulvinar. Donec tincidunt pharetra sem, nec eleifend augue. Morbi id nunc commodo, tempor erat et, pretium neque. <\\/span><\\/p>\\n <p style=\\\"text-align: center;\\\"><span><\\/span><\\/p>\\n <p style=\\\"text-align: center;\\\"><span>Vivamus ante sapien, consequat vitae ante quis, facilisis pellentesque mi. Praesent at scelerisque leo. Donec elementum mi consequat, ultrices lorem nec, vestibulum arcu. Aenean id libero vitae felis consequat maximus.<\\/span><\\/p>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#e3e3e3\",\"height\":\"40px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#e3e3e3\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h1><strong>We\'re here to help<\\/strong><\\/h1>\\n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam a elementum ex. Aliquam mollis metus ac nisl luctus pulvinar. Donec tincidunt pharetra sem, nec eleifend augue. Morbi id nunc commodo, tempor erat et, pretium neque.<\\/p>\\n <p><\\/p>\\n <p><strong><a href=\\\"\\\">Get in touch with us here<\\/a><\\/strong><\\/p>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#e3e3e3\",\"height\":\"113px\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\",\"height\":\"42px\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"button\",\"text\":\"Servicing Plans\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#d52a2a\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"176px\",\"lineHeight\":\"50px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"18px\",\"fontWeight\":\"bold\",\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#e3e3e3\",\"height\":\"30px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/motor\\/Car-Wheel.jpg\",\"alt\":\"Car-Wheel\",\"fullWidth\":true,\"width\":\"600px\",\"height\":\"560px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: center;\\\"><strong>We\'ll be in touch soon with updates<\\/strong><\\/h3>\\n <p style=\\\"text-align: center;\\\"><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam a elementum ex. Aliquam mollis metus ac nisl luctus pulvinar. Donec tincidunt pharetra sem, nec eleifend augue. Morbi id nunc commodo, tempor erat et, pretium neque.<\\/span><\\/p>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\",\"height\":\"35px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#e3e3e3\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#e3e3e3\",\"height\":\"20px\"}}},{\"type\":\"footer\",\"text\":\"<p><span style=\\\"color: #d52a2a;\\\"><a href=\\\"[link:subscription_unsubscribe_url]\\\" style=\\\"color: #d52a2a;\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\" style=\\\"color: #d52a2a;\\\">Manage your subscription<\\/a><\\/span><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/motor\\/Car-Footer.jpg\",\"alt\":\"Car-Footer\",\"fullWidth\":true,\"width\":\"1280px\",\"height\":\"275px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#d52a2a\",\"height\":\"20px\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#000000\",\"fontFamily\":\"Roboto\",\"fontSize\":\"14px\"},\"h1\":{\"fontColor\":\"#111111\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"30px\"},\"h2\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"24px\"},\"h3\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"22px\"},\"link\":{\"fontColor\":\"#d52a2a\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#e3e3e3\"}},\"blockDefaults\":{\"automatedLatestContent\":{\"amount\":\"5\",\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"belowTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContent.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContent.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"automatedLatestContentLayout\":{\"amount\":\"5\",\"withLayout\":true,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContentLayout.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContentLayout.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"button\":{\"text\":\"Servicing Plans\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#d52a2a\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"176px\",\"lineHeight\":\"50px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"18px\",\"fontWeight\":\"bold\",\"textAlign\":\"center\"}},\"type\":\"button\"},\"divider\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"18.5px\",\"borderStyle\":\"solid\",\"borderWidth\":\"5px\",\"borderColor\":\"#d52a2a\"}},\"type\":\"divider\"},\"footer\":{\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}},\"type\":\"footer\"},\"posts\":{\"amount\":\"10\",\"contentType\":\"post\",\"postStatus\":\"publish\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"belowTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"link\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"posts.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"posts.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"social\":{\"iconSet\":\"full-symbol-color\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/06-full-symbol-color\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"},{\"type\":\"socialIcon\",\"iconType\":\"email\",\"link\":\"\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/06-full-symbol-color\\/Email.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Email\"},{\"type\":\"socialIcon\",\"iconType\":\"website\",\"link\":\"\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/06-full-symbol-color\\/Website.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Website\"}],\"type\":\"social\"},\"spacer\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"118px\"}},\"type\":\"spacer\"},\"header\":{\"text\":\"<a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#d52a2a\",\"textDecoration\":\"underline\"}},\"type\":\"header\"}}}','https://ps.w.org/mailpoet/assets/newsletter-templates/motor/thumbnail.20190411-1500.jpg',1,NULL,'2019-09-17 13:54:01'),(26,0,'Avocado','[\"woocommerce\",\"all\"]','','{\"content\":{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#f3f8f3\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/avocado\\/Avocado-Logo-2.png\",\"alt\":\"Avocado-Logo-2\",\"fullWidth\":false,\"width\":\"212px\",\"height\":\"89px\",\"styles\":{\"block\":{\"textAlign\":\"left\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"33px\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: right;\\\"><strong>Has to be fresh<\\/strong><\\/p>\"}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#ddeeba\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"58px\"}}},{\"type\":\"text\",\"text\":\"<h1 style=\\\"text-align: center;\\\"><strong>Holy Guacamole!<\\/strong><\\/h1>\\n<h2 style=\\\"text-align: center;\\\">Your monthly avocado<\\/h2>\\n<h2 style=\\\"text-align: center;\\\">delivery starts right now.<\\/h2>\"},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/avocado\\/Avocado-Header-1.jpg\",\"alt\":\"Avocado-Header-1\",\"fullWidth\":true,\"width\":\"1280px\",\"height\":\"644px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/avocado\\/Avocado-Recipe.jpg\",\"alt\":\"Avocado-Recipe\",\"fullWidth\":true,\"width\":\"600px\",\"height\":\"890px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"135px\"}}},{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: left;\\\"><strong>A quick and easy recipe to get you started...<\\/strong><\\/h3>\\n<p style=\\\"text-align: left;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer blandit tortor nec eleifend maximus. Nulla est lectus, tincidunt quis molestie vitae, suscipit non orci.<\\/p>\"},{\"type\":\"button\",\"text\":\"Check it out\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#9ecd2e\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"28px\",\"borderStyle\":\"solid\",\"width\":\"111px\",\"lineHeight\":\"36px\",\"fontColor\":\"#3d3d3d\",\"fontFamily\":\"Arial\",\"fontSize\":\"14px\",\"fontWeight\":\"bold\",\"textAlign\":\"left\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#9ecd2e\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><strong><span style=\\\"color: #333333;\\\"><\\/span><\\/strong><\\/p>\\n<p style=\\\"text-align: center;\\\"><strong><span style=\\\"color: #333333;\\\"><\\/span><\\/strong><strong><span style=\\\"color: #333333;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit.<\\/span><\\/strong><\\/p>\"}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#ddeeba\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"58px\"}}},{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: center;\\\"><strong>Got a friend that hass to have this too ?<\\/strong><\\/h2>\\n<h2 style=\\\"text-align: center;\\\"><\\/h2>\"},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/avocado\\/Avocado-Coupon.jpg\",\"alt\":\"Avocado-Coupon\",\"fullWidth\":true,\"width\":\"1280px\",\"height\":\"382px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#dbefb4\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\">Send them your exclusive coupon code now and they\'ll receive 50% off their next order, and you\'ll get your next box for free! <\\/p>\"},{\"type\":\"button\",\"text\":\"AVOCADOSRULE\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#dbefb4\",\"borderColor\":\"#3d3d3d\",\"borderWidth\":\"3px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"254px\",\"lineHeight\":\"50px\",\"fontColor\":\"#3d3d3d\",\"fontFamily\":\"Arial\",\"fontSize\":\"26px\",\"fontWeight\":\"bold\",\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#dbefb4\",\"height\":\"30px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#f8f8f8\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#f3f8f3\",\"height\":\"44px\"}}},{\"type\":\"social\",\"iconSet\":\"full-symbol-black\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Facebook.png?mailpoet_version=3.7.3\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Twitter.png?mailpoet_version=3.7.3\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Instagram.png?mailpoet_version=3.7.3\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"}]},{\"type\":\"footer\",\"text\":\"<p><strong><span style=\\\"color: #9ecd2e;\\\"><a href=\\\"[link:subscription_unsubscribe_url]\\\" style=\\\"color: #9ecd2e;\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\" style=\\\"color: #9ecd2e;\\\">Manage your subscription<\\/a><\\/span><\\/strong><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#3d3d3d\",\"fontFamily\":\"Arial\",\"fontSize\":\"14px\"},\"h1\":{\"fontColor\":\"#3d3d3d\",\"fontFamily\":\"Arial\",\"fontSize\":\"40px\"},\"h2\":{\"fontColor\":\"#3d3d3d\",\"fontFamily\":\"Arial\",\"fontSize\":\"26px\"},\"h3\":{\"fontColor\":\"#3d3d3d\",\"fontFamily\":\"Arial\",\"fontSize\":\"22px\"},\"link\":{\"fontColor\":\"#9ecd2e\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#f3f8f3\"}},\"blockDefaults\":{\"automatedLatestContent\":{\"amount\":\"5\",\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"belowTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContent.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContent.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"automatedLatestContentLayout\":{\"amount\":\"5\",\"withLayout\":true,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContentLayout.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContentLayout.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"button\":{\"text\":\"AVOCADOSRULE\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#dbefb4\",\"borderColor\":\"#3d3d3d\",\"borderWidth\":\"3px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"254px\",\"lineHeight\":\"50px\",\"fontColor\":\"#3d3d3d\",\"fontFamily\":\"Arial\",\"fontSize\":\"26px\",\"fontWeight\":\"bold\",\"textAlign\":\"center\"}},\"type\":\"button\"},\"divider\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"dotted\",\"borderWidth\":\"2px\",\"borderColor\":\"#9ecd2e\"}},\"type\":\"divider\"},\"footer\":{\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}},\"type\":\"footer\"},\"posts\":{\"amount\":\"10\",\"contentType\":\"post\",\"postStatus\":\"publish\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"belowTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"link\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"posts.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"posts.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"social\":{\"iconSet\":\"full-symbol-black\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Facebook.png?mailpoet_version=3.7.3\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Twitter.png?mailpoet_version=3.7.3\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Instagram.png?mailpoet_version=3.7.3\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"}],\"type\":\"social\"},\"spacer\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"33px\"}},\"type\":\"spacer\"},\"header\":{\"text\":\"<a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"underline\"}}}}}','https://ps.w.org/mailpoet/assets/newsletter-templates/avocado/thumbnail.20190411-1500.jpg',1,NULL,'2019-09-17 13:54:01'),(27,0,'Book store (with coupon)','[\"woocommerce\",\"all\"]','','{\"content\":{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#125674\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"60px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/book-store-with-coupon\\/Book-Logo.png\",\"alt\":\"Book-Logo\",\"fullWidth\":false,\"width\":\"200px\",\"height\":\"48px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/book-store-with-coupon\\/Book-Header.jpg\",\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#125674\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"100px\"}}},{\"type\":\"text\",\"text\":\"<h1 style=\\\"text-align: center;\\\"><strong><span style=\\\"color: #ffffff;\\\">Turn more pages this weekend...<\\/span><\\/strong><\\/h1>\\n <p style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\">Just to say thanks, here\'s a small gift from us to you.<\\/span><\\/p>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"71px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/book-store-with-coupon\\/Book-Body-2.png\",\"display\":\"tile\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"21px\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><span style=\\\"color: #5094ad;\\\"><strong>Read more every week<\\/strong><\\/span><\\/p>\\n <h2 style=\\\"text-align: center;\\\"><strong>Your free gift!<\\/strong><\\/h2>\"}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/book-store-with-coupon\\/Book-Body-2.png\",\"display\":\"tile\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"2px\",\"borderStyle\":\"dashed\",\"borderWidth\":\"2px\",\"borderColor\":\"#125674\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/book-store-with-coupon\\/Book-Body-2.png\",\"display\":\"tile\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><span>Lorem ipsum dolor sit amet, adipiscing elit. Fusce mollis orci justo,<\\/span><\\/p>\\n <p style=\\\"text-align: center;\\\"><span>commodo mattis nisi vitae. Sed aliquam, ex ac lacinia tempus,<\\/span><\\/p>\\n <p style=\\\"text-align: center;\\\"><span>enim urna luctus odio, at leo ante non.<\\/span><\\/p>\"},{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: center;\\\"><strong>20% off all books<\\/strong><\\/h2>\"},{\"type\":\"button\",\"text\":\"Coupon_Code\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\",\"borderColor\":\"#125674\",\"borderWidth\":\"3px\",\"borderRadius\":\"40px\",\"borderStyle\":\"solid\",\"width\":\"288px\",\"lineHeight\":\"50px\",\"fontColor\":\"#125674\",\"fontFamily\":\"Courier New\",\"fontSize\":\"26px\",\"fontWeight\":\"bold\",\"textAlign\":\"center\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/book-store-with-coupon\\/Book-Image-Wide-2.png\",\"alt\":\"Book-Image-Wide\",\"fullWidth\":true,\"width\":\"1200px\",\"height\":\"400px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#cdc391\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#cdc391\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"social\",\"iconSet\":\"full-symbol-black\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"social\",\"iconSet\":\"full-symbol-black\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"social\",\"iconSet\":\"full-symbol-black\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"}]}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#125674\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"29px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#125674\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/book-store-with-coupon\\/Book-Logo.png\",\"alt\":\"Book-Logo\",\"fullWidth\":false,\"width\":\"96px\",\"height\":\"48px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"footer\",\"text\":\"<p><span style=\\\"color: #cdc391;\\\"><a href=\\\"[link:subscription_unsubscribe_url]\\\" style=\\\"color: #cdc391;\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\" style=\\\"color: #cdc391;\\\">Manage subscription<\\/a><\\/span><br \\/><span style=\\\"color: #ffffff;\\\">Add your postal address here!<\\/span><\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}}},{\"type\":\"header\",\"text\":\"<p><span style=\\\"color: #ffffff;\\\"><a href=\\\"[link:newsletter_view_in_browser_url]\\\" style=\\\"color: #ffffff;\\\">View this in your browser.<\\/a><\\/span><\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"underline\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#000000\",\"fontFamily\":\"Noticia Text\",\"fontSize\":\"14px\"},\"h1\":{\"fontColor\":\"#111111\",\"fontFamily\":\"Playfair Display\",\"fontSize\":\"30px\"},\"h2\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Playfair Display\",\"fontSize\":\"22px\"},\"h3\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Arial\",\"fontSize\":\"20px\"},\"link\":{\"fontColor\":\"#21759B\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#125674\"}},\"blockDefaults\":{\"automatedLatestContent\":{\"amount\":\"5\",\"withLayout\":false,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"belowTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContent.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContent.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"automatedLatestContentLayout\":{\"amount\":\"5\",\"withLayout\":true,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContentLayout.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContentLayout.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"button\":{\"text\":\"Coupon_Code\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\",\"borderColor\":\"#125674\",\"borderWidth\":\"3px\",\"borderRadius\":\"40px\",\"borderStyle\":\"solid\",\"width\":\"288px\",\"lineHeight\":\"50px\",\"fontColor\":\"#125674\",\"fontFamily\":\"Courier New\",\"fontSize\":\"26px\",\"fontWeight\":\"bold\",\"textAlign\":\"center\"}},\"type\":\"button\"},\"divider\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"2px\",\"borderStyle\":\"dashed\",\"borderWidth\":\"2px\",\"borderColor\":\"#125674\"}},\"type\":\"divider\"},\"footer\":{\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}},\"type\":\"footer\"},\"posts\":{\"amount\":\"10\",\"withLayout\":true,\"contentType\":\"post\",\"postStatus\":\"publish\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"link\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"posts.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"posts.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"social\":{\"iconSet\":\"full-symbol-black\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"}],\"type\":\"social\"},\"spacer\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}},\"type\":\"spacer\"},\"header\":{\"text\":\"<a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"underline\"}},\"type\":\"header\"}}}','https://ps.w.org/mailpoet/assets/newsletter-templates/book-store-with-coupon/thumbnail.20190411-1500.jpg',1,NULL,'2019-09-17 13:54:01'),(28,0,'Flowers (with coupon)','[\"woocommerce\",\"all\"]','','{\"content\":{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#eae5e5\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"header\",\"text\":\"<p><span style=\\\"color: #000000;\\\"><a href=\\\"[link:newsletter_view_in_browser_url]\\\" style=\\\"color: #000000;\\\">View this email in your browser.<\\/a><\\/span><\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"underline\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#e0a9bc\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/flowers-with-coupon\\/Flowers-Logo.png\",\"alt\":\"Flowers-Logo\",\"fullWidth\":false,\"width\":\"110px\",\"height\":\"180px\",\"styles\":{\"block\":{\"textAlign\":\"left\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"44px\"}}},{\"type\":\"social\",\"iconSet\":\"full-symbol-black\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"}]}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#e0a9bc\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/flowers-with-coupon\\/Flowers-Header.jpg\",\"alt\":\"Flowers-Header\",\"fullWidth\":true,\"width\":\"1280px\",\"height\":\"850px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<h1 style=\\\"text-align: center;\\\"><strong>Just for you.<\\/strong><\\/h1>\"}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#e0a9bc\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><span style=\\\"color: #333333;\\\"><strong>Welcome to our flower store - as a token of our appreciation for you signing up,<\\/strong><\\/span><\\/p>\\n <p style=\\\"text-align: center;\\\"><span style=\\\"color: #333333;\\\"><strong>here\'s a little gift from us for your next order.<\\/strong><\\/span><\\/p>\"},{\"type\":\"button\",\"text\":\"CoUpOn_Code\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#292929\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"288px\",\"lineHeight\":\"50px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Courier New\",\"fontSize\":\"26px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><span style=\\\"color: #333333; font-size: 11px;\\\"><strong><\\/strong><strong>10% off your next order with us. Terms and Conditions apply.<\\/strong><\\/span><\\/p>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"45px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: center;\\\"><strong>A little inspiration to get you started...<\\/strong><\\/h2>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h3><strong>New flowers delivered<\\/strong><\\/h3>\"},{\"type\":\"text\",\"text\":\"<p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut rutrum et lacus a dignissim. Curabitur id nisi malesuada, pharetra massa ut, bibendum lacus.<\\/span><\\/p>\"},{\"type\":\"button\",\"text\":\"Buy Now\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#e0a9bc\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"3px\",\"borderStyle\":\"solid\",\"width\":\"85px\",\"lineHeight\":\"36px\",\"fontColor\":\"#292929\",\"fontFamily\":\"Arial\",\"fontSize\":\"14px\",\"fontWeight\":\"bold\",\"textAlign\":\"left\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/flowers-with-coupon\\/Flower-1.jpg\",\"alt\":\"Flower-1\",\"fullWidth\":false,\"width\":\"730px\",\"height\":\"604px\",\"styles\":{\"block\":{\"textAlign\":\"left\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/flowers-with-coupon\\/Flower-2.jpg\",\"alt\":\"Flower-2\",\"fullWidth\":false,\"width\":\"730px\",\"height\":\"604px\",\"styles\":{\"block\":{\"textAlign\":\"left\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h3><strong>Save with a subscription<\\/strong><\\/h3>\"},{\"type\":\"text\",\"text\":\"<p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut rutrum et lacus a dignissim. Curabitur id nisi malesuada, pharetra massa ut, bibendum lacus.<\\/span><\\/p>\"},{\"type\":\"button\",\"text\":\"Buy Now\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#e0a9bc\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"3px\",\"borderStyle\":\"solid\",\"width\":\"85px\",\"lineHeight\":\"36px\",\"fontColor\":\"#292929\",\"fontFamily\":\"Arial\",\"fontSize\":\"14px\",\"fontWeight\":\"bold\",\"textAlign\":\"left\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h3><strong>Collect from our store<\\/strong><\\/h3>\"},{\"type\":\"text\",\"text\":\"<p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut rutrum et lacus a dignissim. Curabitur id nisi malesuada, pharetra massa ut, bibendum lacus.<\\/span><\\/p>\"},{\"type\":\"button\",\"text\":\"Buy Now\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#e0a9bc\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"3px\",\"borderStyle\":\"solid\",\"width\":\"85px\",\"lineHeight\":\"36px\",\"fontColor\":\"#292929\",\"fontFamily\":\"Arial\",\"fontSize\":\"14px\",\"fontWeight\":\"bold\",\"textAlign\":\"left\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/flowers-with-coupon\\/Flower-3.jpg\",\"alt\":\"Flower-3\",\"fullWidth\":false,\"width\":\"730px\",\"height\":\"604px\",\"styles\":{\"block\":{\"textAlign\":\"left\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#eae5e5\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}},{\"type\":\"social\",\"iconSet\":\"grey\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/02-grey\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/02-grey\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/02-grey\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"}]},{\"type\":\"footer\",\"text\":\"<p><span style=\\\"color: #b3748a;\\\"><a href=\\\"[link:subscription_unsubscribe_url]\\\" style=\\\"color: #b3748a;\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\" style=\\\"color: #b3748a;\\\">Manage subscription<\\/a><\\/span><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#000000\",\"fontFamily\":\"Arial\",\"fontSize\":\"14px\"},\"h1\":{\"fontColor\":\"#111111\",\"fontFamily\":\"Arial\",\"fontSize\":\"30px\"},\"h2\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"24px\"},\"h3\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Arial\",\"fontSize\":\"22px\"},\"link\":{\"fontColor\":\"#e0a9bc\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#eae5e5\"}},\"blockDefaults\":{\"automatedLatestContent\":{\"amount\":\"5\",\"withLayout\":false,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"belowTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContent.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContent.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"automatedLatestContentLayout\":{\"amount\":\"5\",\"withLayout\":true,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContentLayout.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContentLayout.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"button\":{\"text\":\"Buy Now\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#e0a9bc\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"3px\",\"borderStyle\":\"solid\",\"width\":\"85px\",\"lineHeight\":\"36px\",\"fontColor\":\"#292929\",\"fontFamily\":\"Arial\",\"fontSize\":\"14px\",\"fontWeight\":\"bold\",\"textAlign\":\"left\"}},\"type\":\"button\"},\"divider\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"footer\":{\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}},\"type\":\"footer\"},\"posts\":{\"amount\":\"10\",\"withLayout\":true,\"contentType\":\"post\",\"postStatus\":\"publish\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"link\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"posts.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"posts.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"social\":{\"iconSet\":\"grey\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/02-grey\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/02-grey\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/02-grey\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"}],\"type\":\"social\"},\"spacer\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"392px\"}},\"type\":\"spacer\"},\"header\":{\"text\":\"<a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"underline\"}},\"type\":\"header\"}}}','https://ps.w.org/mailpoet/assets/newsletter-templates/flowers-with-coupon/thumbnail.20190411-1500.jpg',1,NULL,'2019-09-17 13:54:01'),(29,0,'Newsletter: Blank 1 Column','[\"standard\"]','','{\"content\":{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#f8f8f8\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"header\",\"text\":\"<a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"underline\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/blank_templates\\/fake-logo.png\",\"alt\":\"Fake logo\",\"fullWidth\":false,\"width\":\"598px\",\"height\":\"71px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<h1 style=\\\"text-align: center;\\\"><strong>Let\'s Get Started! <\\/strong><\\/h1>\\n<p> <\\/p>\\n<p>It\'s time to design your newsletter! In the right sidebar, you\'ll find 4 menu items that will help you customize your newsletter:<\\/p>\\n<ol>\\n<li>Content<\\/li>\\n<li>Columns<\\/li>\\n<li>Styles<\\/li>\\n<li>Preview<\\/li>\\n<\\/ol>\"}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#f8f8f8\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"24.5px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},{\"type\":\"social\",\"iconSet\":\"grey\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/02-grey\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/02-grey\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"}]},{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"7.5px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},{\"type\":\"footer\",\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage your subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#000000\",\"fontFamily\":\"Arial\",\"fontSize\":\"16px\"},\"h1\":{\"fontColor\":\"#111111\",\"fontFamily\":\"Trebuchet MS\",\"fontSize\":\"30px\"},\"h2\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Trebuchet MS\",\"fontSize\":\"24px\"},\"h3\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Trebuchet MS\",\"fontSize\":\"22px\"},\"link\":{\"fontColor\":\"#21759B\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#eeeeee\"}}}','https://ps.w.org/mailpoet/assets/newsletter-templates/newsletter-blank-1-column/thumbnail.20190411-1500.jpg',1,NULL,'2019-09-17 13:54:01'),(30,0,'Newsletter: Blank 1:2 Column','[\"standard\"]','','{\"content\":{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#f8f8f8\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"header\",\"text\":\"<a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"underline\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/blank_templates\\/fake-logo.png\",\"alt\":\"Fake logo\",\"fullWidth\":false,\"width\":\"598px\",\"height\":\"71px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<h1 style=\\\"text-align: center;\\\"><strong>Let\'s Get Started!<\\/strong><\\/h1>\\n<p> <\\/p>\\n<p>It\'s time to design your newsletter! In the right sidebar, you\'ll find 4 menu items that will help you customize your newsletter:<\\/p>\\n<ol>\\n<li>Content<\\/li>\\n<li>Columns<\\/li>\\n<li>Styles<\\/li>\\n<li>Preview<\\/li>\\n<\\/ol>\"},{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"dotted\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h2>This template has...<\\/h2>\"},{\"type\":\"text\",\"text\":\"<p>In the right sidebar, you can add these layout blocks to your email:<\\/p>\\n<ul>\\n<li>1 column<\\/li>\\n<li>2 columns<\\/li>\\n<li>3 columns<\\/li>\\n<\\/ul>\"}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h2>... a 2-column layout.<\\/h2>\"},{\"type\":\"text\",\"text\":\"<p><span style=\\\"line-height: 25.6px;\\\">You can change a layout\'s background color by clicking on the settings icon on the right edge of the Designer. Simply hover over this area to see the Settings (gear) icon.<\\/span><\\/p>\"}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#f8f8f8\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"24.5px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},{\"type\":\"social\",\"iconSet\":\"grey\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/02-grey\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/02-grey\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"}]},{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"7.5px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},{\"type\":\"footer\",\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage your subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#000000\",\"fontFamily\":\"Arial\",\"fontSize\":\"16px\"},\"h1\":{\"fontColor\":\"#111111\",\"fontFamily\":\"Trebuchet MS\",\"fontSize\":\"30px\"},\"h2\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Trebuchet MS\",\"fontSize\":\"24px\"},\"h3\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Trebuchet MS\",\"fontSize\":\"22px\"},\"link\":{\"fontColor\":\"#21759B\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#eeeeee\"}}}','https://ps.w.org/mailpoet/assets/newsletter-templates/newsletter-blank-1-2-column/thumbnail.20190411-1500.jpg',1,NULL,'2019-09-17 13:54:01'),(31,0,'Newsletter: Blank 1:2:1 Column','[\"standard\"]','','{\"content\":{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#f8f8f8\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"header\",\"text\":\"<a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"underline\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/blank_templates\\/fake-logo.png\",\"alt\":\"Fake logo\",\"fullWidth\":false,\"width\":\"598px\",\"height\":\"71px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<h1 style=\\\"text-align: center;\\\"><strong>Let\'s Get Started!<\\/strong><\\/h1>\\n<p>It\'s time to design your newsletter! In the right sidebar, you\'ll find four menu items that will help you customize your newsletter:<\\/p>\\n<ol>\\n<li>Content<\\/li>\\n<li>Columns<\\/li>\\n<li>Styles<\\/li>\\n<li>Preview<\\/li>\\n<\\/ol>\"},{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"dotted\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h2>This template has...<\\/h2>\"},{\"type\":\"text\",\"text\":\"<p>In the right sidebar, you can add layout blocks to your email:<\\/p>\\n<ul>\\n<li>1 column<\\/li>\\n<li>2 columns<\\/li>\\n<li>3 columns<\\/li>\\n<\\/ul>\"}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h2>... a 2-column layout.<\\/h2>\"},{\"type\":\"text\",\"text\":\"<p>You can change a layout\'s background color by clicking on the settings icon on the right edge of the Designer. Simply hover over this area to see the Settings (gear) icon.<\\/p>\"}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"dotted\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: center;\\\"><span style=\\\"font-weight: 600;\\\">Let\'s end with a single column. <\\/span><\\/h3>\\n<p style=\\\"line-height: 25.6px;\\\">In the right sidebar, you can add these layout blocks to your email:<\\/p>\\n<p style=\\\"line-height: 25.6px;\\\"><\\/p>\\n<ul style=\\\"line-height: 25.6px;\\\">\\n<li>1 column<\\/li>\\n<li>2 columns<\\/li>\\n<li>3 columns<\\/li>\\n<\\/ul>\"}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#f8f8f8\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"24.5px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},{\"type\":\"social\",\"iconSet\":\"grey\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/02-grey\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/02-grey\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"}]},{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"7.5px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},{\"type\":\"footer\",\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage your subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#000000\",\"fontFamily\":\"Arial\",\"fontSize\":\"16px\"},\"h1\":{\"fontColor\":\"#111111\",\"fontFamily\":\"Trebuchet MS\",\"fontSize\":\"30px\"},\"h2\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Trebuchet MS\",\"fontSize\":\"24px\"},\"h3\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Trebuchet MS\",\"fontSize\":\"22px\"},\"link\":{\"fontColor\":\"#21759B\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#eeeeee\"}}}','https://ps.w.org/mailpoet/assets/newsletter-templates/newsletter-blank-1-2-1-column/thumbnail.20190411-1500.jpg',1,NULL,'2019-09-17 13:54:01'),(32,0,'Newsletter: Blank 1:3 Column','[\"standard\"]','','{\"content\":{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#f8f8f8\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"header\",\"text\":\"<a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"underline\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/blank_templates\\/fake-logo.png\",\"alt\":\"Fake logo\",\"fullWidth\":false,\"width\":\"598px\",\"height\":\"71px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<h1 style=\\\"text-align: center;\\\"><strong>Let\'s Get Started! <\\/strong><\\/h1>\\n<p> <\\/p>\\n<p>It\'s time to design your newsletter! In the right sidebar, you\'ll find four menu items that will help you customize your newsletter:<\\/p>\\n<ol>\\n<li>Content<\\/li>\\n<li>Columns<\\/li>\\n<li>Styles<\\/li>\\n<li>Preview<\\/li>\\n<\\/ol>\"},{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"dotted\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h3>This template...<\\/h3>\"},{\"type\":\"text\",\"text\":\"<p>In the right sidebar, you can add layout blocks to your newsletter.<\\/p>\"}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h3>... has a...<\\/h3>\"},{\"type\":\"text\",\"text\":\"<p>You have the choice of:<\\/p>\\n<ul>\\n<li>1 column<\\/li>\\n<li>2 columns<\\/li>\\n<li>3 columns<\\/li>\\n<\\/ul>\"}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h3>3-column layout.<\\/h3>\"},{\"type\":\"text\",\"text\":\"<p>You can add as many layout blocks as you want!<\\/p>\"},{\"type\":\"text\",\"text\":\"\"}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#f8f8f8\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"24.5px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},{\"type\":\"social\",\"iconSet\":\"grey\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/02-grey\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/02-grey\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"}]},{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"7.5px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},{\"type\":\"footer\",\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage your subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#000000\",\"fontFamily\":\"Arial\",\"fontSize\":\"16px\"},\"h1\":{\"fontColor\":\"#111111\",\"fontFamily\":\"Trebuchet MS\",\"fontSize\":\"30px\"},\"h2\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Trebuchet MS\",\"fontSize\":\"24px\"},\"h3\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Trebuchet MS\",\"fontSize\":\"22px\"},\"link\":{\"fontColor\":\"#21759B\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#eeeeee\"}}}','https://ps.w.org/mailpoet/assets/newsletter-templates/newsletter-blank-1-3-column/thumbnail.20190411-1500.jpg',1,NULL,'2019-09-17 13:54:02'),(33,0,'Simple Text','[\"standard\",\"all\"]','','{\"content\":{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/blank_templates\\/fake-logo.png\",\"alt\":\"Fake logo\",\"fullWidth\":false,\"width\":\"598px\",\"height\":\"71px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: left;\\\">Hi [subscriber:firstname | default:subscriber],<\\/p>\\n<p style=\\\"text-align: left;\\\"><\\/p>\\n<p style=\\\"text-align: left;\\\">In MailPoet, you can write emails in plain text, just like in a regular email. This can make your email newsletters more personal and attention-grabbing.<\\/p>\\n<p style=\\\"text-align: left;\\\"><\\/p>\\n<p style=\\\"text-align: left;\\\">Is this too simple? You can still style your text with basic formatting, like <strong>bold<\\/strong> or <em>italics.<\\/em><\\/p>\\n<p style=\\\"text-align: left;\\\"><\\/p>\\n<p style=\\\"text-align: left;\\\">Finally, you can also add a call-to-action button between 2 blocks of text, like this:<\\/p>\"}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"23px\"}}},{\"type\":\"button\",\"text\":\"It\'s time to take action!\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"288px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"16px\",\"fontWeight\":\"normal\",\"textAlign\":\"left\"}}},{\"type\":\"text\",\"text\":\"<p>Thanks for reading. See you soon!<\\/p>\\n<p> <\\/p>\\n<p><strong><em>The MailPoet Team<\\/em><\\/strong><\\/p>\"},{\"type\":\"footer\",\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage your subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"left\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#000000\",\"fontFamily\":\"Arial\",\"fontSize\":\"15px\"},\"h1\":{\"fontColor\":\"#111111\",\"fontFamily\":\"Trebuchet MS\",\"fontSize\":\"30px\"},\"h2\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Trebuchet MS\",\"fontSize\":\"24px\"},\"h3\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Trebuchet MS\",\"fontSize\":\"22px\"},\"link\":{\"fontColor\":\"#21759B\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#ffffff\"}}}','https://ps.w.org/mailpoet/assets/newsletter-templates/simple-text/thumbnail.20190411-1500.jpg',1,NULL,'2019-09-17 13:54:02'),(34,0,'Take a Hike','[\"standard\",\"all\"]','','{\"content\":{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/take_a_hike\\/header.jpg\",\"alt\":\"header\",\"fullWidth\":true,\"width\":\"1320px\",\"height\":\"483px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<p>Hi [subscriber:firstname | default:explorer]<\\/p>\\n <p><\\/p>\\n <p>Aliquam feugiat nisl eget eleifend congue. Nullam neque tellus, elementum vel elit dictum, tempus sagittis nunc. Phasellus quis commodo odio. Vestibulum vitae mi vel quam rhoncus egestas eget vitae eros. <\\/p>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#843c15\",\"height\":\"40px\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h1><strong>How to plan your hiking route<\\/strong><\\/h1>\\n <p>Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Aliquam dictum urna ac lacus dapibus rhoncus.<\\/p>\"},{\"type\":\"button\",\"text\":\"Read More\",\"url\":\"https:\\/\\/www.google.co.uk\",\"styles\":{\"block\":{\"backgroundColor\":\"#64a1af\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"150px\",\"lineHeight\":\"34px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Courier New\",\"fontSize\":\"18px\",\"fontWeight\":\"bold\",\"textAlign\":\"left\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/take_a_hike\\/map.jpg\",\"alt\":\"map\",\"fullWidth\":false,\"width\":\"330px\",\"height\":\"227px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#843c15\",\"height\":\"40px\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/take_a_hike\\/boots.jpg\",\"alt\":\"boots\",\"fullWidth\":false,\"width\":\"600px\",\"height\":\"400px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h2><strong>Tried & tested: Our favourite walking boots<\\/strong><\\/h2>\\n <p>Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. <\\/p>\"},{\"type\":\"button\",\"text\":\"See Reviews\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#64a1af\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"150px\",\"lineHeight\":\"34px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Courier New\",\"fontSize\":\"18px\",\"fontWeight\":\"bold\",\"textAlign\":\"left\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#843c15\",\"height\":\"40px\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: center;\\\"><strong>Hikers Gallery<\\/strong><\\/h3>\"}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/take_a_hike\\/gallery3.jpg\",\"alt\":\"gallery3\",\"fullWidth\":true,\"width\":\"1000px\",\"height\":\"750px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/take_a_hike\\/gallery1-300x225.jpg\",\"alt\":\"gallery1\",\"fullWidth\":true,\"width\":\"300px\",\"height\":\"225px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/take_a_hike\\/gallery2-1.jpg\",\"alt\":\"gallery2\",\"fullWidth\":true,\"width\":\"1000px\",\"height\":\"750px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\">Edit this to insert text<\\/p>\"},{\"type\":\"button\",\"text\":\"View More Photos\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#64a1af\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"214px\",\"lineHeight\":\"34px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Courier New\",\"fontSize\":\"18px\",\"fontWeight\":\"bold\",\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#843c15\",\"height\":\"40px\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: center;\\\"><strong>Hiking goes social...<\\/strong><\\/h3>\"},{\"type\":\"social\",\"iconSet\":\"circles\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/03-circles\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/03-circles\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/03-circles\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"},{\"type\":\"socialIcon\",\"iconType\":\"google-plus\",\"link\":\"http:\\/\\/plus.google.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/03-circles\\/Google-Plus.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Google Plus\"},{\"type\":\"socialIcon\",\"iconType\":\"youtube\",\"link\":\"http:\\/\\/www.youtube.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/03-circles\\/Youtube.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Youtube\"}]},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#843c15\",\"height\":\"40px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#64a1af\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#64a1af\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"footer\",\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage subscription<\\/a><\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#ffffff\",\"fontFamily\":\"Arial\",\"fontSize\":\"13px\",\"textAlign\":\"left\"},\"link\":{\"fontColor\":\"#ffffff\",\"textDecoration\":\"underline\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"footer\",\"text\":\"<p>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#ffffff\",\"fontFamily\":\"Arial\",\"fontSize\":\"13px\",\"textAlign\":\"right\"},\"link\":{\"fontColor\":\"#ffffff\",\"textDecoration\":\"underline\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#64a1af\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#4f230c\",\"fontFamily\":\"Arial\",\"fontSize\":\"16px\"},\"h1\":{\"fontColor\":\"#423c39\",\"fontFamily\":\"Courier New\",\"fontSize\":\"24px\"},\"h2\":{\"fontColor\":\"#265f6d\",\"fontFamily\":\"Courier New\",\"fontSize\":\"24px\"},\"h3\":{\"fontColor\":\"#423c39\",\"fontFamily\":\"Courier New\",\"fontSize\":\"20px\"},\"link\":{\"fontColor\":\"#843c15\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#843c15\"}}}','https://ps.w.org/mailpoet/assets/newsletter-templates/take_a_hike/thumbnail.20190411-1500.jpg',1,NULL,'2019-09-17 13:54:02'),(35,0,'News Day','[\"standard\",\"all\"]','','{\"content\":{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#f2f2f2\",\"height\":\"20px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/news_day\\/News-Outlet-Title-2.jpg\",\"alt\":\"News-Outlet-Title-2\",\"fullWidth\":true,\"width\":\"1280px\",\"height\":\"700px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"25px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h1 style=\\\"text-align: left;\\\"><span style=\\\"color: #2ca5d2;\\\"><strong>Top Story<\\/strong><\\/span><\\/h1>\"},{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: left;\\\"><strong>Plasma jet engines that could take you from the ground to space<\\/strong><\\/h2>\"},{\"type\":\"image\",\"link\":\"http:\\/\\/mailpoet.info\\/plasma-jet-engines-that-could-take-you-from-the-ground-to-space\\/\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/news_day\\/plasma-stingray111-800x533.jpg\",\"alt\":\"Plasma jet engines that could take you from the ground to space\",\"fullWidth\":false,\"width\":\"413.28125px\",\"height\":440,\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<p class=\\\"mailpoet_wp_post\\\">FORGET fuel-powered jet engines. We\\u2019re on the verge of having aircraft that can fly from the ground up to the edge of space using air and electricity alone. Traditional jet engines create thrust by mixing compressed air with fuel and igniting it. The burning mixture expands rapidly and is blasted out of the back of the engine, pushing it forwards. …<\\/p><p><a href=\\\"http:\\/\\/mailpoet.info\\/plasma-jet-engines-that-could-take-you-from-the-ground-to-space\\/\\\">Read More<\\/a><\\/p>\"},{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"1px\",\"borderColor\":\"#aaaaaa\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<h3><span style=\\\"color: #2ca5d2;\\\"><strong>Popular Posts Today<\\/strong><\\/span><\\/h3>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: left; font-size: 18px; line-height: 1.4;\\\"><strong>Cutting through the smog: What to do to fight air pollution<\\/strong><\\/h3>\\n <p class=\\\"mailpoet_wp_post\\\">Tackling our air problems starts with traffic control, but individual action to reduce energy use and intensive farming would also help clean our air.<\\/p>\\n <p><a href=\\\"http:\\/\\/mailpoet.info\\/cutting-through-the-smog-what-to-do-to-fight-air-pollution\\/\\\">Read More<\\/a><\\/p>\"},{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"1px\",\"borderColor\":\"#aaaaaa\"}}},{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: left; font-size: 18px; line-height: 1.4;\\\"><strong>Ladybird’s transparent shell reveals how it moves<\\/strong><\\/h3>\\n <p class=\\\"mailpoet_wp_post\\\">They certainly know how to fold. A see-through artificial wing case has been used to watch for the first time as ladybirds put away their wings after flight.<\\/p>\\n <p><a href=\\\"http:\\/\\/mailpoet.info\\/ladybirds-transparent-shell-reveals-how-it-folds-its-wings\\/\\\">Read More<\\/a><\\/p>\"},{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"1px\",\"borderColor\":\"#aaaaaa\"}}},{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: left; font-size: 18px; line-height: 1.4;\\\"><strong>Brazil’s history-making Hurricane<\\/strong><\\/h3>\\n <p class=\\\"mailpoet_wp_post\\\">Jairzinho has just made history. In claiming the fourth goal of an unforgettable 1970 FIFA World Cup Mexico™ Final against Italy, he has maintained his record of scoring in every one of Brazil’s matches en route to the Trophy.<\\/p>\\n <p><a href=\\\"http:\\/\\/mailpoet.info\\/brazils-history-making-hurricane\\/\\\">Read More<\\/a><\\/p>\"}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: left; font-size: 18px; line-height: 1.4;\\\"><strong>Iceland’s dentist-coach defying convention and expectations<\\/strong><\\/h3>\\n <p class=\\\"mailpoet_wp_post\\\">As Iceland’s key matches loom, with kick-off just a couple of hours away, you will find their national coach in the pub. This may seem unusual...<\\/p>\\n <p><a href=\\\"http:\\/\\/mailpoet.info\\/icelands-dentist-coach-defying-convention-and-expectations\\/\\\">Read More<\\/a><\\/p>\"},{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"1px\",\"borderColor\":\"#aaaaaa\"}}},{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: left; font-size: 18px; line-height: 1.4;\\\"><strong>Impact and legacy of 2018 FIFA World Cup Russia<\\/strong><\\/h3>\\n <p class=\\\"mailpoet_wp_post\\\">Organising a FIFA World Cup™ in a sustainable manner is a major challenge. The scale of the event inevitably has an impact on the Host Country. <\\/p>\\n <p><a href=\\\"http:\\/\\/mailpoet.info\\/impact-and-legacy-of-2018-fifa-world-cup-russia-facts-and-figures\\/\\\">Read More<\\/a><\\/p>\"},{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"1px\",\"borderColor\":\"#aaaaaa\"}}},{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: left; font-size: 18px; line-height: 1.4;\\\"><strong>Lineker’s life-changing treble<\\/strong><\\/h3>\\n <p class=\\\"mailpoet_wp_post\\\">Given that he won the Golden Boot in his first and came within a whisker of the Final in his second, one might expect Gary Lineker to have a tough time picking his FIFA World Cup™ highlight. Yet the man who scored ten times...<\\/p>\\n <p><a href=\\\"http:\\/\\/mailpoet.info\\/linekers-life-changing-treble\\/\\\">Read More<\\/a><\\/p>\"}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#f2f2f2\",\"height\":\"40px\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"footer\",\"text\":\"<p><strong>NewsDay<\\/strong><\\/p>\\n <p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage subscription<\\/a><br \\/><br \\/><\\/p>\\n <p><\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"left\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"underline\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"social\",\"iconSet\":\"circles\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/03-circles\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/03-circles\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"youtube\",\"link\":\"http:\\/\\/www.youtube.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/03-circles\\/Youtube.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Youtube\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/03-circles\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"},{\"type\":\"socialIcon\",\"iconType\":\"linkedin\",\"link\":\"http:\\/\\/www.linkedin.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/03-circles\\/LinkedIn.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"LinkedIn\"}]},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#f2f2f2\",\"height\":\"40px\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#000000\",\"fontFamily\":\"Arial\",\"fontSize\":\"13px\"},\"h1\":{\"fontColor\":\"#111111\",\"fontFamily\":\"Arial\",\"fontSize\":\"30px\"},\"h2\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"24px\"},\"h3\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Arial\",\"fontSize\":\"22px\"},\"link\":{\"fontColor\":\"#2ca5d2\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#f2f2f2\"}},\"blockDefaults\":{\"automatedLatestContent\":{\"amount\":\"5\",\"withLayout\":false,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"belowTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContent.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContent.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"automatedLatestContentLayout\":{\"amount\":\"5\",\"withLayout\":true,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContentLayout.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContentLayout.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"button\":{\"text\":\"Button\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"divider\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"footer\":{\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}}},\"posts\":{\"amount\":\"10\",\"withLayout\":true,\"contentType\":\"post\",\"postStatus\":\"publish\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"link\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"posts.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"posts.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"social\":{\"iconSet\":\"default\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/01-social\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/01-social\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"}]},\"spacer\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}},\"header\":{\"text\":\"<a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"underline\"}}}}}','https://ps.w.org/mailpoet/assets/newsletter-templates/news_day/thumbnail.20190411-1500.jpg',1,NULL,'2019-09-17 13:54:02'),(36,0,'World Cup','[\"standard\",\"all\"]','','{\"content\":{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#222222\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/world_cup\\/Sports-Football-Header.png\",\"alt\":\"Sports-Football-Header\",\"fullWidth\":true,\"width\":\"1280px\",\"height\":\"220px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/world_cup\\/Sports-Football-Divider-1.png\",\"alt\":\"Sports-Football-Divider-1\",\"fullWidth\":true,\"width\":\"1280px\",\"height\":\"50px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#da6110\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<p><strong><span style=\\\"color: #ffffff; font-size: 14px;\\\">Issue #1<\\/span><\\/strong><\\/p>\"}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: right;\\\"><a href=\\\"[link:newsletter_view_in_browser_url]\\\" target=\\\"_blank\\\" style=\\\"color: #ffffff; font-size: 14px; text-align: center;\\\">View In Browser<\\/a><\\/p>\\n <p style=\\\"text-align: right;\\\"><span style=\\\"color: #ffffff; text-align: start;\\\">Monday 1st January 2017<\\/span><\\/p>\"}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#da6110\",\"height\":\"20px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/world_cup\\/Sports-Football-Header-1.png\",\"alt\":\"Sports-Football-Header\",\"fullWidth\":true,\"width\":\"1280px\",\"height\":\"580px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}},{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: left;\\\"><strong>Welcome Back!<\\/strong><\\/h2>\\n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam consequat lorem at est congue, non consequat lacus iaculis. Integer euismod mauris velit, vel ultrices nibh bibendum quis. Donec eget fermentum magna.<\\/p>\\n <p><\\/p>\\n <p>Nullam congue dui lectus, quis pellentesque orci placerat eu. Fusce semper neque a mi aliquet vulputate sed sit amet nisi. Etiam sed nisl nec orci pretium lacinia eget in turpis. Maecenas in posuere justo. Vestibulum et sapien vestibulum, imperdiet neque in, maximus velit.<\\/p>\\n <p><\\/p>\\n <p>Proin dignissim elit magna, viverra scelerisque libero vehicula sed<\\/p>\"},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/world_cup\\/Sports-Football-Divider-3.png\",\"alt\":\"Sports-Football-Divider-3\",\"fullWidth\":true,\"width\":\"1280px\",\"height\":\"50px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#efefef\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#efefef\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h2 style=\\\"padding-bottom: 0;\\\"><span style=\\\"font-weight: 600;\\\">Latest News<\\/span><\\/h2>\"}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"button\",\"text\":\"View All News\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#d35400\",\"borderColor\":\"#d35400\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"110px\",\"lineHeight\":\"36px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Tahoma\",\"fontSize\":\"14px\",\"fontWeight\":\"normal\",\"textAlign\":\"right\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#efefef\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#efefef\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"http:\\/\\/mailpoet.info\\/brazils-history-making-hurricane\\/\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/world_cup\\/2865897_full-lnd.jpg\",\"alt\":\"Brazil\\u2019s history-making Hurricane\",\"fullWidth\":false,\"width\":652,\"height\":366,\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: left;\\\"><strong>Brazil’s history-making Hurricane<\\/strong><\\/h3>\\n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam consequat lorem at est congue, non consequat lacus iaculis. Integer euismod mauris velit, vel ultrices nibh bibendum quis. Donec eget fermentum magna. Nullam congue dui lectus, quis pellentesque orci placerat eu. Fusce semper neque a mi aliquet vulputate sed sit amet nisi...<\\/p>\\n <p><a href=\\\"http:\\/\\/mailpoet.info\\/brazils-history-making-hurricane\\/\\\">Read More<\\/a><\\/p>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#efefef\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"http:\\/\\/mailpoet.info\\/icelands-dentist-coach-defying-convention-and-expectations\\/\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/world_cup\\/2866107_full-lnd.jpg\",\"alt\":\"Iceland\\u2019s dentist-coach defying convention and expectations\",\"fullWidth\":false,\"width\":652,\"height\":366,\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<h3><strong>Iceland’s dentist-coach defying convention and expectations<\\/strong><\\/h3>\\n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam consequat lorem at est congue, non consequat lacus iaculis. Integer euismod mauris velit...<\\/p>\\n <p><a href=\\\"http:\\/\\/mailpoet.info\\/icelands-dentist-coach-defying-convention-and-expectations\\/\\\">Read More<\\/a><\\/p>\"}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"http:\\/\\/mailpoet.info\\/impact-and-legacy-of-2018-fifa-world-cup-russia-facts-and-figures\\/\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/world_cup\\/2709222_full-lnd.jpg\",\"alt\":\"Impact and legacy of 2018 FIFA World Cup Russia: facts and figures\",\"fullWidth\":false,\"width\":652,\"height\":366,\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: left;\\\"><strong>Impact and legacy of 2018 FIFA World Cup Russia: facts and figures<\\/strong><\\/h3>\\n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam consequat lorem at est congue, non consequat lacus iaculis. Integer euismod...<\\/p>\\n <p><a href=\\\"http:\\/\\/mailpoet.info\\/impact-and-legacy-of-2018-fifa-world-cup-russia-facts-and-figures\\/\\\">Read More<\\/a><\\/p>\"}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"http:\\/\\/mailpoet.info\\/linekers-life-changing-treble\\/\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/world_cup\\/2867790_full-lnd.jpg\",\"alt\":\"Lineker\\u2019s life-changing treble\",\"fullWidth\":false,\"width\":652,\"height\":366,\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: left;\\\"><strong>Lineker’s life-changing treble<\\/strong><\\/h3>\\n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam consequat lorem at est congue, non consequat lacus iaculis. Integer euismod mauris velit <span style=\\\"background-color: inherit;\\\">consequat lorem at est congue...<\\/span><\\/p>\\n <p><a href=\\\"http:\\/\\/mailpoet.info\\/linekers-life-changing-treble\\/\\\">Read More<\\/a><\\/p>\"}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#f8f8f8\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#efefef\",\"height\":\"20px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/world_cup\\/Sports-Football-Divider-2.png\",\"alt\":\"Sports-Football-Divider-2\",\"fullWidth\":true,\"width\":\"1280px\",\"height\":\"50px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#222222\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/world_cup\\/Sports-Football-Footer-1.png\",\"alt\":\"Sports-Football-Footer\",\"fullWidth\":true,\"width\":\"1280px\",\"height\":\"500px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#da6110\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#da6110\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"social\",\"iconSet\":\"full-symbol-grey\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"youtube\",\"link\":\"http:\\/\\/www.youtube.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Youtube.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Youtube\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"}]}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#b55311\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#da6110\",\"height\":\"20px\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/world_cup\\/Sports-Football-Logo-Small.png\",\"alt\":\"Sports-Football-Logo-Small\",\"fullWidth\":false,\"width\":\"772px\",\"height\":\"171px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#da6110\",\"height\":\"20px\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"footer\",\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#ffffff\",\"fontFamily\":\"Tahoma\",\"fontSize\":\"12px\",\"textAlign\":\"right\"},\"link\":{\"fontColor\":\"#ffffff\",\"textDecoration\":\"underline\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#000000\",\"fontFamily\":\"Tahoma\",\"fontSize\":\"14px\"},\"h1\":{\"fontColor\":\"#111111\",\"fontFamily\":\"Tahoma\",\"fontSize\":\"30px\"},\"h2\":{\"fontColor\":\"#da6110\",\"fontFamily\":\"Tahoma\",\"fontSize\":\"24px\"},\"h3\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Tahoma\",\"fontSize\":\"18px\"},\"link\":{\"fontColor\":\"#da6110\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#222222\"}}}','https://ps.w.org/mailpoet/assets/newsletter-templates/world_cup/thumbnail.20190411-1500.jpg',1,NULL,'2019-09-17 13:54:02'),(37,0,'Festival Event','[\"standard\",\"all\"]','','{\"content\":{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#0a5388\",\"height\":\"20px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/festival_event\\/festival-header.jpg\",\"alt\":\"festival-header\",\"fullWidth\":true,\"width\":\"1320px\",\"height\":\"879px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"36px\"}}},{\"type\":\"text\",\"text\":\"<h1 style=\\\"text-align: center;\\\">Pack your glowsticks, <br \\/>Boomfest is back! <\\/h1>\\n <p><\\/p>\\n <p style=\\\"text-align: center;\\\">Duis tempor nisl in risus hendrerit venenatis. <br \\/>Curabitur ornare venenatis nisl non ullamcorper. <\\/p>\"},{\"type\":\"button\",\"text\":\"Duis id tincidunt\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#0a5388\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"260px\",\"lineHeight\":\"50px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Courier New\",\"fontSize\":\"18px\",\"fontWeight\":\"bold\",\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\">Maecenas scelerisque nisi sit amet metus efficitur dapibus! <br \\/>Ut eros risus, facilisis ac aliquet vel, posuere ut urna.<\\/p>\"},{\"type\":\"social\",\"iconSet\":\"full-symbol-grey\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"}]}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"dashed\",\"borderWidth\":\"2px\",\"borderColor\":\"#ffffff\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"28px\"}}},{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: center;\\\">Confirmed Lineup<\\/h2>\"}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h3><em><span style=\\\"color: #bae2ff;\\\">Main Stage<\\/span><\\/em><\\/h3><p>Quisque libero<br \\/>Nulla convallis<br \\/>Vestibulum Ornare<br \\/>Consectetur Odio<\\/p>\"}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h3><em><span style=\\\"color: #bae2ff;\\\">New Acts Stage<\\/span><\\/em><\\/h3><p>Nulla interdum<br \\/>Massa nec<br \\/>Pharetra<br \\/>Varius<\\/p>\"}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h3><em><span style=\\\"color: #bae2ff;\\\">Comedy Stage<\\/span><\\/em><\\/h3><p>In pulvinar<br \\/>Risus sed<br \\/>Condimentum<br \\/>Feugiat<\\/p>\"}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"dashed\",\"borderWidth\":\"2px\",\"borderColor\":\"#ffffff\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: center;\\\">New to the festival this year<\\/h2>\"},{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"9px\",\"borderStyle\":\"dashed\",\"borderWidth\":\"2px\",\"borderColor\":\"#ffffff\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/festival_event\\/street-food.jpg\",\"alt\":\"street food\",\"fullWidth\":true,\"width\":\"499px\",\"height\":\"750px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<h3>Award-winning Street Food<\\/h3><p>Nullam pharetra lectus id porta pulvinar. Proin ac massa nibh. Nullam ac mi pharetra, lobortis nunc et, placerat leo. Mauris eu feugiat elit. Pellentesque eget turpis eu diam vehicula convallis non <a href=\\\"http:\\/\\/www.mailpoet.com\\\">luctus enim.<\\/a><\\/p>\"}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/festival_event\\/happy.jpeg\",\"alt\":\"happy\",\"fullWidth\":true,\"width\":\"499px\",\"height\":\"750px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<h3>Prepare to dazzle with our Glitter Run<\\/h3><p>Donec quis orci at metus finibus tincidunt. Sed vel urna sed urna maximus congue eu et turpis. Nulla tempus hendrerit justo eget molestie. Vivamus quis molestie lacus. Donec commodo odio a nisi feugiat, vitae egestas mi.<\\/p>\"}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"dashed\",\"borderWidth\":\"2px\",\"borderColor\":\"#ffffff\"}}},{\"type\":\"footer\",\"text\":\"<p>Mauris tristique ultricies ullamcorper. <br \\/>Don\'t want to hear from us? <a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a><\\/p><p><\\/p><p>Add your postal address here. <\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#ffffff\",\"fontFamily\":\"Courier New\",\"fontSize\":\"13px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#ffffff\",\"textDecoration\":\"underline\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#ffffff\",\"fontFamily\":\"Courier New\",\"fontSize\":\"16px\"},\"h1\":{\"fontColor\":\"#ffffff\",\"fontFamily\":\"Georgia\",\"fontSize\":\"36px\"},\"h2\":{\"fontColor\":\"#ffffff\",\"fontFamily\":\"Georgia\",\"fontSize\":\"26px\"},\"h3\":{\"fontColor\":\"#ffffff\",\"fontFamily\":\"Georgia\",\"fontSize\":\"24px\"},\"link\":{\"fontColor\":\"#ffffff\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#8d062b\"},\"body\":{\"backgroundColor\":\"#0a5388\"}}}','https://ps.w.org/mailpoet/assets/newsletter-templates/festival_event/thumbnail.20190411-1500.jpg',1,NULL,'2019-09-17 13:54:02'),(38,0,'Retro Computing Magazine','[\"standard\",\"all\"]','','{\"content\":{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#4473a1\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#008282\",\"height\":\"40px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#f8f8f8\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/retro_computing_magazine\\/Windows94-Header.png\",\"alt\":\"Windows94-Header\",\"fullWidth\":true,\"width\":\"1280px\",\"height\":\"740px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"header\",\"text\":\"<p><span style=\\\"color: #ffffff;\\\"><a href=\\\"[link:newsletter_view_in_browser_url]\\\" style=\\\"color: #ffffff;\\\">View this in your browser.<\\/a><\\/span><\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"#008282\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Courier New\",\"fontSize\":\"12px\",\"textAlign\":\"left\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"underline\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}},{\"type\":\"text\",\"text\":\"<h1 style=\\\"text-align: left;\\\"><strong>We\'re upgrading!<\\/strong><\\/h1>\\n<p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. In elementum nunc vel est congue, a venenatis nunc aliquet. Curabitur luctus, nulla et dignissim elementum, ipsum eros fermentum nulla, non cursus eros mi eu velit. Nunc ex nibh, porta vulputate pharetra ac, placerat sed orci. Etiam enim enim, aliquet nec ligula in, ultrices iaculis dolor. Suspendisse potenti. Praesent fringilla augue ut lorem mattis, vitae fringilla nunc faucibus. <\\/span><\\/p>\\n<p><span><\\/span><\\/p>\\n<p><span>Quisque in leo felis. Etiam at libero et enim tincidunt scelerisque. Ut felis lectus, imperdiet quis justo quis, elementum sagittis tellus. Sed elementum, lacus at iaculis vestibulum, nunc leo gravida nisi, sed dapibus nisi odio ac ex. Aliquam id arcu dictum, cursus quam id, eleifend libero.<\\/span><\\/p>\"},{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"ridge\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<h1><strong>Latest News<\\/strong><\\/h1>\"}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: left;\\\"><strong>What is it like to use a Windows 98 PC in 2017?<\\/strong><\\/h3>\"},{\"type\":\"text\",\"text\":\"<p class=\\\"mailpoet_wp_post\\\"><span>Computers are much more advanced than they were even a few years ago, but of course we all like to complain about the dumb things they sometimes do. It’s easy to forget how clunky things used to be, though...<\\/span><\\/p>\\n<p><a href=\\\"http:\\/\\/mailpoet.info\\/odds-on-10-science-breakthroughs-you-can-bet-on\\/\\\">Read more<\\/a><\\/p>\"}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: left;\\\"><strong>Windows 95 still finds life online<\\/strong><\\/h3>\"},{\"type\":\"text\",\"text\":\"<p class=\\\"mailpoet_wp_post\\\">Microsoft’s Windows 95 has reached the ripe old age of 22 this year and to commemorate this milestone, TheNextWeb goes into some details about the operating system that users may have missed over the years...<\\/p>\\n<p><a href=\\\"http:\\/\\/mailpoet.info\\/brazils-history-making-hurricane\\/\\\">Read more<\\/a><\\/p>\"}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: left;\\\"><strong>New Sinclair ZX Spectrum Fully Funded<\\/strong><\\/h3>\"},{\"type\":\"text\",\"text\":\"<p class=\\\"mailpoet_wp_post\\\">The new Sinclair ZX Spectrum Next home computer which was launched on Kickstarter to mark the 35th birthday of the original Spectrum produced by Sinclair Research has been fully funded in less than 48 hours...<\\/p>\\n<p><a href=\\\"http:\\/\\/mailpoet.info\\/cutting-through-the-smog-what-to-do-to-fight-air-pollution\\/\\\">Read more<\\/a><\\/p>\"}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"35px\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#008282\",\"height\":\"50px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#008282\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h2><strong><span style=\\\"color: #ffffff;\\\">Did you know?<\\/span><\\/strong><\\/h2>\\n<p><span style=\\\"color: #ffffff;\\\">At the time of creation and development, the microcomputers in Japan were not powerful enough to handle the complex tasks related to the design and programming of Space Invaders. Nishikado then designed his own hardware and developmental tools to make the game a reality.<\\/span><\\/p>\\n<p><strong><span style=\\\"color: #ffffff;\\\"><\\/span><\\/strong><\\/p>\"}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/retro_computing_magazine\\/Windows94-Today.png\",\"alt\":\"Windows94-Today\",\"fullWidth\":false,\"width\":\"364px\",\"height\":\"291px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#008282\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#f8f8f8\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><strong>Let\'s get social!<\\/strong><\\/p>\"},{\"type\":\"social\",\"iconSet\":\"grey\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/02-grey\\/Facebook.png?mailpoet_version=3.0.0-rc.1.0.4\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/02-grey\\/Twitter.png?mailpoet_version=3.0.0-rc.1.0.4\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"youtube\",\"link\":\"http:\\/\\/www.youtube.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/02-grey\\/Youtube.png?mailpoet_version=3.0.0-rc.1.0.4\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Youtube\"},{\"type\":\"socialIcon\",\"iconType\":\"email\",\"link\":\"\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/02-grey\\/Email.png?mailpoet_version=3.0.0-rc.1.0.4\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Email\"}]},{\"type\":\"footer\",\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage your subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Courier New\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#008282\",\"textDecoration\":\"none\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#000000\",\"fontFamily\":\"Courier New\",\"fontSize\":\"14px\"},\"h1\":{\"fontColor\":\"#111111\",\"fontFamily\":\"Courier New\",\"fontSize\":\"30px\"},\"h2\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Courier New\",\"fontSize\":\"24px\"},\"h3\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Courier New\",\"fontSize\":\"18px\"},\"link\":{\"fontColor\":\"#008282\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#008282\"}}}','https://ps.w.org/mailpoet/assets/newsletter-templates/retro_computing_magazine/thumbnail.20190411-1500.jpg',1,NULL,'2019-09-17 13:54:02'),(39,0,'Shoes','[\"standard\",\"all\"]','','{\"content\":{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#f6f6f6\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/shoes\\/Retail-Shoes-Logo.png\",\"alt\":\"Retail-Shoes-Logo\",\"fullWidth\":true,\"width\":\"1280px\",\"height\":\"220px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/shoes\\/Retail-Shoes-Header.jpg\",\"alt\":\"Retail-Shoes-Header\",\"fullWidth\":true,\"width\":\"1280px\",\"height\":\"700px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#f1b512\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: center;\\\"><span style=\\\"color: #614a0d;\\\">Our New Range<\\/span><\\/h2>\\n <p style=\\\"text-align: center;\\\"><span style=\\\"color: #614a0d;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque cursus aliquam urna, non ultricies diam sagittis sit amet. Etiam tempus a metus sed tincidunt.<\\/span><\\/p>\\n <p style=\\\"text-align: center;\\\"><span style=\\\"color: #614a0d;\\\">Curabitur fermentum ligula eget lacus aliquam volutpat. Integer sapien neque, laoreet quis lobortis sed, semper eget magna. Suspendisse potentiu.<\\/span><\\/p>\"},{\"type\":\"button\",\"text\":\"Find Out More\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#41c7bf\",\"borderColor\":\"#28a9a2\",\"borderWidth\":\"2px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"160px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Arial\",\"fontSize\":\"16px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#36b0a9\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"70px\"}}},{\"type\":\"text\",\"text\":\"<h2><span style=\\\"color: #ffffff;\\\">Handcrafted Shoes<\\/span><\\/h2>\\n <p style=\\\"font-size: 14px;\\\"><span><span style=\\\"color: #ffffff;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque cursus aliquam urna, non ultricies diam sagittis sit amet. Etiam tempus a metus sed tincidunt. Curabitur fermentum ligula eget lacus aliquam volutpat.<\\/span><\\/span><\\/p>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/shoes\\/Retail-Shoes-Boxes-1.jpg\",\"alt\":\"Retail-Shoes-Boxes-1\",\"fullWidth\":true,\"width\":\"700px\",\"height\":\"700px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#36b0a9\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/shoes\\/Retail-Shoes-Boxes-2.jpg\",\"alt\":\"Retail-Shoes-Boxes-2\",\"fullWidth\":true,\"width\":\"700px\",\"height\":\"700px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"70px\"}}},{\"type\":\"text\",\"text\":\"<h2><span style=\\\"color: #ffffff;\\\">Perfect For Any Occasion<\\/span><\\/h2>\\n <p style=\\\"font-size: 14px;\\\"><span><span style=\\\"color: #ffffff;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque cursus aliquam urna, non ultricies diam sagittis sit amet. Etiam tempus a metus sed tincidunt. Curabitur fermentum ligula eget lacus aliquam volutpat.<\\/span><\\/span><\\/p>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#f6f6f6\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}},{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: center;\\\"><strong>We\'re open every day!<\\/strong><\\/h3>\\n <p style=\\\"text-align: center;\\\">Call in any time and we\'ll help you pick the best shoes for any occasion.<\\/p>\\n <p style=\\\"text-align: center;\\\">If you\'re not happy, just bring them back to us and we\'ll give you a full refund.<\\/p>\"},{\"type\":\"button\",\"text\":\"Check Out Our Website\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#41c7bf\",\"borderColor\":\"#28a9a2\",\"borderWidth\":\"2px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"220px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Arial\",\"fontSize\":\"16px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}},{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"2px\",\"borderColor\":\"#d3d3d3\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#f6f6f6\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/shoes\\/Retail-Shoes-Logo-Footer.png\",\"alt\":\"Retail-Shoes-Logo-Footer\",\"fullWidth\":true,\"width\":\"1280px\",\"height\":\"60px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center; font-size: 12px;\\\"><span style=\\\"color: #999999;\\\">Address Line 1<\\/span><\\/p>\\n <p style=\\\"text-align: center; font-size: 12px;\\\"><span style=\\\"color: #999999;\\\">Address Line 2<\\/span><\\/p>\\n <p style=\\\"text-align: center; font-size: 12px;\\\"><span style=\\\"color: #999999;\\\">City<\\/span><\\/p>\\n <p style=\\\"text-align: center; font-size: 12px;\\\"><span style=\\\"color: #999999;\\\">Country<\\/span><\\/p>\"},{\"type\":\"social\",\"iconSet\":\"grey\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/02-grey\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/02-grey\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/02-grey\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"}]}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#f6f6f6\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"footer\",\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage your subscription<\\/a><\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#41c7bf\",\"textDecoration\":\"none\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#000000\",\"fontFamily\":\"Arial\",\"fontSize\":\"15px\"},\"h1\":{\"fontColor\":\"#111111\",\"fontFamily\":\"Arial\",\"fontSize\":\"30px\"},\"h2\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"24px\"},\"h3\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Arial\",\"fontSize\":\"22px\"},\"link\":{\"fontColor\":\"#21759B\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#f6f6f6\"}}}','https://ps.w.org/mailpoet/assets/newsletter-templates/shoes/thumbnail.20190411-1500.jpg',1,NULL,'2019-09-17 13:54:02'),(40,0,'Music','[\"standard\",\"all\"]','','{\"content\":{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#2d2d2d\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/music\\/Music-Logo.png\",\"alt\":\"Music-Logo\",\"fullWidth\":false,\"width\":\"496px\",\"height\":\"78px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/music\\/music-header.jpg\",\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"70px\"}}},{\"type\":\"text\",\"text\":\"<h1 style=\\\"text-align: center;\\\"><span style=\\\"color: #393939;\\\"><strong>You Play.<\\/strong><\\/span><\\/h1>\\n<h1 style=\\\"text-align: center;\\\"><span style=\\\"color: #393939;\\\"><strong>They Listen.<\\/strong><\\/span><\\/h1>\"},{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: center;\\\"><span style=\\\"color: #878787;\\\">Up to 50% off all of our instruments.<\\/span><\\/h2>\\n<h2 style=\\\"text-align: center;\\\"><span style=\\\"color: #878787;\\\">This week only.<\\/span><\\/h2>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"176px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"35px\"}}},{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: center;\\\"><strong>Choose a category and get playing<\\/strong><\\/h2>\"}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"button\",\"text\":\"Electric Guitars\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\",\"borderColor\":\"#2d2d2d\",\"borderWidth\":\"3px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"189px\",\"lineHeight\":\"50px\",\"fontColor\":\"#2d2d2d\",\"fontFamily\":\"Arial\",\"fontSize\":\"18px\",\"fontWeight\":\"bold\",\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"button\",\"text\":\"Trumpets\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\",\"borderColor\":\"#2d2d2d\",\"borderWidth\":\"3px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"189px\",\"lineHeight\":\"50px\",\"fontColor\":\"#2d2d2d\",\"fontFamily\":\"Arial\",\"fontSize\":\"18px\",\"fontWeight\":\"bold\",\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"button\",\"text\":\"DJ Equipment\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\",\"borderColor\":\"#2d2d2d\",\"borderWidth\":\"3px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"189px\",\"lineHeight\":\"50px\",\"fontColor\":\"#2d2d2d\",\"fontFamily\":\"Arial\",\"fontSize\":\"18px\",\"fontWeight\":\"bold\",\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"button\",\"text\":\"Amps\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\",\"borderColor\":\"#2d2d2d\",\"borderWidth\":\"3px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"189px\",\"lineHeight\":\"50px\",\"fontColor\":\"#2d2d2d\",\"fontFamily\":\"Arial\",\"fontSize\":\"18px\",\"fontWeight\":\"bold\",\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"button\",\"text\":\"Drums\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\",\"borderColor\":\"#2d2d2d\",\"borderWidth\":\"3px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"189px\",\"lineHeight\":\"50px\",\"fontColor\":\"#2d2d2d\",\"fontFamily\":\"Arial\",\"fontSize\":\"18px\",\"fontWeight\":\"bold\",\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"button\",\"text\":\"Pianos\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\",\"borderColor\":\"#2d2d2d\",\"borderWidth\":\"3px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"189px\",\"lineHeight\":\"50px\",\"fontColor\":\"#2d2d2d\",\"fontFamily\":\"Arial\",\"fontSize\":\"18px\",\"fontWeight\":\"bold\",\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"button\",\"text\":\"Banjos\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\",\"borderColor\":\"#2d2d2d\",\"borderWidth\":\"3px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"189px\",\"lineHeight\":\"50px\",\"fontColor\":\"#2d2d2d\",\"fontFamily\":\"Arial\",\"fontSize\":\"18px\",\"fontWeight\":\"bold\",\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"button\",\"text\":\"Synthesizers\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\",\"borderColor\":\"#2d2d2d\",\"borderWidth\":\"3px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"189px\",\"lineHeight\":\"50px\",\"fontColor\":\"#2d2d2d\",\"fontFamily\":\"Arial\",\"fontSize\":\"18px\",\"fontWeight\":\"bold\",\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"button\",\"text\":\"Guitar Pedals\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\",\"borderColor\":\"#2d2d2d\",\"borderWidth\":\"3px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"189px\",\"lineHeight\":\"50px\",\"fontColor\":\"#2d2d2d\",\"fontFamily\":\"Arial\",\"fontSize\":\"18px\",\"fontWeight\":\"bold\",\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"button\",\"text\":\"Harmonicas\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\",\"borderColor\":\"#2d2d2d\",\"borderWidth\":\"3px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"189px\",\"lineHeight\":\"50px\",\"fontColor\":\"#2d2d2d\",\"fontFamily\":\"Arial\",\"fontSize\":\"18px\",\"fontWeight\":\"bold\",\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"button\",\"text\":\"Flutes\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\",\"borderColor\":\"#2d2d2d\",\"borderWidth\":\"3px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"189px\",\"lineHeight\":\"50px\",\"fontColor\":\"#2d2d2d\",\"fontFamily\":\"Arial\",\"fontSize\":\"18px\",\"fontWeight\":\"bold\",\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"button\",\"text\":\"Headphones\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\",\"borderColor\":\"#2d2d2d\",\"borderWidth\":\"3px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"189px\",\"lineHeight\":\"50px\",\"fontColor\":\"#2d2d2d\",\"fontFamily\":\"Arial\",\"fontSize\":\"18px\",\"fontWeight\":\"bold\",\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#2d2d2d\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#2d2d2d\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/music\\/Music-Logo.png\",\"alt\":\"Music-Logo\",\"fullWidth\":false,\"width\":\"496px\",\"height\":\"78px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"social\",\"iconSet\":\"full-symbol-grey\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"youtube\",\"link\":\"http:\\/\\/www.youtube.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Youtube.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Youtube\"}]},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center; font-size: 11px;\\\"><span style=\\\"color: #999999;\\\"><em><strong><a href=\\\"[link:subscription_unsubscribe_url]\\\" style=\\\"color: #999999;\\\">Unsubscribe<\\/a><\\/strong><\\/em><\\/span><\\/p>\\n<p style=\\\"text-align: center; font-size: 11px;\\\"><span style=\\\"color: #999999;\\\"><em><strong><a href=\\\"[link:subscription_manage_url]\\\" style=\\\"color: #999999;\\\">Manage subscription<\\/a><\\/strong><\\/em><\\/span><br \\/><span style=\\\"color: #999999;\\\">Add your postal address here!<\\/span><\\/p>\"}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#000000\",\"fontFamily\":\"Arial\",\"fontSize\":\"14px\"},\"h1\":{\"fontColor\":\"#111111\",\"fontFamily\":\"Tahoma\",\"fontSize\":\"36px\"},\"h2\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"22px\"},\"h3\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Arial\",\"fontSize\":\"18px\"},\"link\":{\"fontColor\":\"#2d2d2d\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#2d2d2d\"}},\"blockDefaults\":{\"automatedLatestContent\":{\"amount\":\"5\",\"withLayout\":false,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"belowTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContent.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContent.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"automatedLatestContentLayout\":{\"amount\":\"5\",\"withLayout\":true,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContentLayout.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContentLayout.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"button\":{\"text\":\"Button\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"divider\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"footer\":{\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}}},\"posts\":{\"amount\":\"10\",\"withLayout\":true,\"contentType\":\"post\",\"postStatus\":\"publish\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"link\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"posts.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"posts.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"social\":{\"iconSet\":\"default\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/01-social\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/01-social\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"}]},\"spacer\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"176px\"}},\"type\":\"spacer\"},\"header\":{\"text\":\"<a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"underline\"}}}}}','https://ps.w.org/mailpoet/assets/newsletter-templates/music/thumbnail.20190411-1500.jpg',1,NULL,'2019-09-17 13:54:02'),(41,0,'Hotels','[\"standard\",\"all\"]','','{\"content\":{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#2d2a31\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/hotels\\/Hotel-Logo-1.png\",\"alt\":\"Hotel-Logo\",\"fullWidth\":false,\"width\":\"554px\",\"height\":\"200px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\"><strong>My Favourites<\\/strong><\\/span><\\/h3>\"}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\"><strong>Recent Bookings<\\/strong><\\/span><\\/h3>\"}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/hotels\\/Hotel-Header.jpg\",\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}},{\"type\":\"text\",\"text\":\"<h1><span style=\\\"color: #ffffff;\\\"><strong>Pets go free<\\/strong><\\/span><\\/h1>\"},{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: left;\\\"><span style=\\\"color: #ffffff;\\\">Stay in any Exquisite hotel this summer and bring your pet for free!<\\/span><\\/h2>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"button\",\"text\":\"Find Out More\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffc600\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"46px\",\"fontColor\":\"#3f3f3f\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"bold\",\"textAlign\":\"left\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}},{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: left;\\\"><strong>Get ready to travel in Exquiste style...<\\/strong><\\/h2>\\n<p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. In elementum nunc vel est congue, a venenatis nunc aliquet. Curabitur luctus, nulla et dignissim elementum, ipsum eros fermentum nulla, non cursus eros mi eu velit. Nunc ex nibh, porta vulputate pharetra ac, placerat sed orci. Etiam enim enim, aliquet nec ligula in, ultrices iaculis dolor. Suspendisse potenti. Praesent fringilla augue ut lorem mattis, vitae fringilla nunc faucibus.<\\/span><\\/p>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/hotels\\/dubai-paris.jpg\",\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"181px\"}}},{\"type\":\"text\",\"text\":\"<h1><span style=\\\"color: #ffffff;\\\"><strong>Dubai<\\/strong><\\/span><\\/h1>\\n<h2><span style=\\\"color: #ffffff;\\\">From $199<strong><br \\/><\\/strong><\\/span><\\/h2>\"}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"181px\"}}},{\"type\":\"text\",\"text\":\"<h1><strong><span style=\\\"color: #ffffff;\\\">Paris<\\/span><\\/strong><\\/h1>\\n<h2><span style=\\\"color: #ffffff;\\\">From $149<\\/span><\\/h2>\"}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/hotels\\/toronto-delhi.jpg\",\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"181px\"}}},{\"type\":\"text\",\"text\":\"<h1><span style=\\\"color: #ffffff;\\\"><strong>Toronto<\\/strong><\\/span><\\/h1>\\n<h2><span style=\\\"color: #ffffff;\\\">From $229<\\/span><\\/h2>\"}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"181px\"}}},{\"type\":\"text\",\"text\":\"<h1><span style=\\\"color: #ffffff;\\\"><strong>New Delhi<\\/strong><\\/span><\\/h1>\\n<h2><span style=\\\"color: #ffffff;\\\">From $149<\\/span><\\/h2>\"}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/hotels\\/rio-london.jpg\",\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"181px\"}}},{\"type\":\"text\",\"text\":\"<h1><span style=\\\"color: #ffffff;\\\"><strong>Rio de Janeiro<\\/strong><\\/span><\\/h1>\\n<h2><span style=\\\"color: #ffffff;\\\">From $329<\\/span><\\/h2>\"}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"181px\"}}},{\"type\":\"text\",\"text\":\"<h1><span style=\\\"color: #ffffff;\\\"><strong>London<\\/strong><\\/span><\\/h1>\\n<h2><span style=\\\"color: #ffffff;\\\">From $99<\\/span><\\/h2>\"}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#ffc600\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"35px\"}}},{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: center;\\\"><strong>Just for you...<\\/strong><\\/h2>\\n<p style=\\\"text-align: center;\\\">Here\'s 10% off your next booking with us.<\\/p>\\n<p style=\\\"text-align: center;\\\">Just grab the code below and paste it when required on the booking form!<\\/p>\"},{\"type\":\"button\",\"text\":\"VALU3DCUST\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffc600\",\"borderColor\":\"#000000\",\"borderWidth\":\"2px\",\"borderRadius\":\"6px\",\"borderStyle\":\"solid\",\"width\":\"219px\",\"lineHeight\":\"40px\",\"fontColor\":\"#000000\",\"fontFamily\":\"Courier New\",\"fontSize\":\"30px\",\"fontWeight\":\"bold\",\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"25px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#2d2a31\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#2d2a31\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/hotels\\/Hotel-Logo-Small.png\",\"alt\":\"Hotel-Logo-Small\",\"fullWidth\":true,\"width\":\"554px\",\"height\":\"200px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#2d2a31\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\"><strong>Address Line 1 <\\/strong><\\/span><\\/p>\\n<p style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\"><strong>Address Line 2 <\\/strong><\\/span><\\/p>\\n<p style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\"><strong>City <\\/strong><\\/span><\\/p>\\n<p style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\"><strong>Country<\\/strong><\\/span><\\/p>\"},{\"type\":\"social\",\"iconSet\":\"full-symbol-grey\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"}]},{\"type\":\"footer\",\"text\":\"<p><span style=\\\"color: #ffc600;\\\"><a href=\\\"[link:subscription_unsubscribe_url]\\\" style=\\\"color: #ffc600;\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\" style=\\\"color: #ffc600;\\\">Manage subscription<\\/a><\\/span><br \\/><span style=\\\"color: #ffffff;\\\">Add your postal address here!<\\/span><\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#000000\",\"fontFamily\":\"Arial\",\"fontSize\":\"14px\"},\"h1\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Tahoma\",\"fontSize\":\"40px\"},\"h2\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\"},\"h3\":{\"fontColor\":\"#2d2a31\",\"fontFamily\":\"Arial\",\"fontSize\":\"18px\"},\"link\":{\"fontColor\":\"#008282\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#2d2a31\"}},\"blockDefaults\":{\"automatedLatestContent\":{\"amount\":\"5\",\"withLayout\":false,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"belowTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContent.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContent.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"automatedLatestContentLayout\":{\"amount\":\"5\",\"withLayout\":true,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContentLayout.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContentLayout.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"button\":{\"text\":\"Find Out More\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffc600\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"46px\",\"fontColor\":\"#3f3f3f\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"bold\",\"textAlign\":\"left\"}},\"type\":\"button\"},\"divider\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"footer\":{\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}}},\"posts\":{\"amount\":\"10\",\"withLayout\":true,\"contentType\":\"post\",\"postStatus\":\"publish\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"link\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"posts.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"posts.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"social\":{\"iconSet\":\"default\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/01-social\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/01-social\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"}]},\"spacer\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"181px\"}},\"type\":\"spacer\"},\"header\":{\"text\":\"<a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"underline\"}},\"type\":\"header\"}}}','https://ps.w.org/mailpoet/assets/newsletter-templates/hotels/thumbnail.20190411-1500.jpg',1,NULL,'2019-09-17 13:54:02'),(42,0,'Piece of cake','[\"standard\",\"all\"]','','{\"content\":{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"header\",\"text\":\"<p><strong>Open daily from 9am to 9pm | <a href=\\\"[link:newsletter_view_in_browser_url]\\\">View Online<\\/a><\\/strong><\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"#ececeb\"},\"text\":{\"fontColor\":\"#606060\",\"fontFamily\":\"Arial\",\"fontSize\":\"13px\",\"textAlign\":\"right\"},\"link\":{\"fontColor\":\"#d42b2b\",\"textDecoration\":\"none\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/piece_of_cake\\/Restaurant-Bakery-Logo-1.png\",\"alt\":\"Restaurant-Bakery-Logo-1\",\"fullWidth\":true,\"width\":\"1280px\",\"height\":\"180px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/piece_of_cake\\/Restaurant-Bakery-Header.jpg\",\"alt\":\"Restaurant-Bakery-Header\",\"fullWidth\":true,\"width\":\"1280px\",\"height\":\"1600px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}},{\"type\":\"text\",\"text\":\"<h1 style=\\\"text-align: center;\\\"><strong>It\'s our Birthday!<\\/strong><\\/h1>\"},{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: center; line-height: 1.4;\\\">To celebrate, we\'re adding a slice of our Birthday cake to every order. Pop in this weekend to use our special offer code and enjoy!<\\/h3>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center; border: 3px dashed #d42b2b; color: #d42b2b; padding: 10px; font-size: 24px;\\\"><strong>HAPPYBDAY<\\/strong><\\/p>\"}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"50px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#ececeb\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#ececeb\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<p style=\\\"background-color: #ececeb; line-height: 1.3;\\\"><span style=\\\"font-weight: 600;\\\"><span style=\\\"font-size: 12px; text-align: center;\\\">Add your postal address here.<\\/span><\\/span><\\/p>\"}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"social\",\"iconSet\":\"full-symbol-color\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/06-full-symbol-color\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/06-full-symbol-color\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"youtube\",\"link\":\"http:\\/\\/www.youtube.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/06-full-symbol-color\\/Youtube.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Youtube\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/06-full-symbol-color\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"}]}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: right; line-height: 1.3;\\\"><strong><a href=\\\"[link:subscription_unsubscribe_url]\\\" style=\\\"color: #d42b2b; text-decoration: none; font-size: 12px; text-align: center;\\\">Unsubscribe<\\/a><\\/strong><\\/p>\\n <p style=\\\"text-align: right; line-height: 1.3;\\\"><strong><a href=\\\"[link:subscription_manage_url]\\\" style=\\\"color: #d42b2b; text-decoration: none; font-size: 12px; text-align: center;\\\">Manage Subscription<\\/a><\\/strong><\\/p>\"}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#ececeb\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#606060\",\"fontFamily\":\"Arial\",\"fontSize\":\"16px\"},\"h1\":{\"fontColor\":\"#606060\",\"fontFamily\":\"Arial\",\"fontSize\":\"30px\"},\"h2\":{\"fontColor\":\"#d42b2b\",\"fontFamily\":\"Arial\",\"fontSize\":\"24px\"},\"h3\":{\"fontColor\":\"#606060\",\"fontFamily\":\"Arial\",\"fontSize\":\"20px\"},\"link\":{\"fontColor\":\"#d42b2b\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#ececeb\"}}}','https://ps.w.org/mailpoet/assets/newsletter-templates/piece_of_cake/thumbnail.20190411-1500.jpg',1,NULL,'2019-09-17 13:54:02'),(43,0,'Buddhist Temple','[\"standard\",\"all\"]','','{\"content\":{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/buddhist-temple\\/Buddhist-Header.jpg\",\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#00050b\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"header\",\"text\":\"<p><a href=\\\"[link:newsletter_view_in_browser_url]\\\">View email in browser ><\\/a><\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"11px\",\"textAlign\":\"left\"},\"link\":{\"fontColor\":\"#787878\",\"textDecoration\":\"none\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"80px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/buddhist-temple\\/Buddhist-Logo.png\",\"alt\":\"Buddhist-Logo\",\"fullWidth\":false,\"width\":\"170px\",\"height\":\"99px\",\"styles\":{\"block\":{\"textAlign\":\"left\"}}},{\"type\":\"text\",\"text\":\"<h1>With our thoughts, we make the <span style=\\\"color: #f37f31;\\\">world<\\/span><\\/h1>\\n <p><span style=\\\"color: #dedede;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam sed semper ipsum. Vestibulum finibus sapien in enim ultricies, vel placerat risus lacinia.<\\/span><\\/p>\"},{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"24.5px\",\"borderStyle\":\"dashed\",\"borderWidth\":\"2px\",\"borderColor\":\"#f37f31\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/buddhist-temple\\/Buddhist-Avatar.jpg\",\"alt\":\"Buddhist-Avatar\",\"fullWidth\":false,\"width\":\"70px\",\"height\":\"400px\",\"styles\":{\"block\":{\"textAlign\":\"left\"}}},{\"type\":\"text\",\"text\":\"<p><span style=\\\"color: #999999;\\\">Special Event<\\/span><\\/p>\\n <h3>Dalai Lama visit<\\/h3>\\n <p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam sed semper ipsum.<\\/span><\\/p>\"},{\"type\":\"button\",\"text\":\"Book tickets here\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#f37f31\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"40px\",\"borderStyle\":\"solid\",\"width\":\"145px\",\"lineHeight\":\"35px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"14px\",\"fontWeight\":\"bold\",\"textAlign\":\"left\"}}},{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"7px\",\"borderStyle\":\"dashed\",\"borderWidth\":\"2px\",\"borderColor\":\"#f37f31\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}},{\"type\":\"text\",\"text\":\"<h3><span style=\\\"color: #f37f31;\\\">New prayer flags<\\/span><\\/h3>\\n <p><span style=\\\"color: #dedede;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam sed semper ipsum. Vestibulum finibus sapien in enim ultricies, vel placerat risus lacinia.<\\/span><\\/p>\\n <p><a href=\\\"http:\\/\\/a9d.fc4.mwp.accessdomain.com\\\">Find out more ><\\/a><\\/p>\"}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/buddhist-temple\\/5bafccfc554c7f08176ec084.png\",\"alt\":\"5bafccfc554c7f08176ec084\",\"fullWidth\":false,\"width\":\"280px\",\"height\":\"524px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"columnLayout\":\"1_2\",\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/buddhist-temple\\/Buddhist-Social.jpg\",\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#f37f31\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"45px\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"90px\"}}},{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\">Sharing matters to us<\\/span><\\/h3>\\n <p style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam sed semper ipsum. Vestibulum finibus sapien in enim ultricies, vel placerat risus lacinia.<\\/span><\\/p>\"},{\"type\":\"social\",\"iconSet\":\"full-symbol-grey\",\"styles\":{\"block\":{\"textAlign\":\"center\"}},\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"website\",\"link\":\"\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Website.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Website\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"}]},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"45px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"50px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/buddhist-temple\\/Buddhist-Images-1.jpg\",\"alt\":\"Buddhist-Images-1\",\"fullWidth\":false,\"width\":\"800px\",\"height\":\"600px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<h3><span style=\\\"color: #dedede;\\\">Meditation for beginners<\\/span><\\/h3>\\n <p><span style=\\\"color: #dedede;\\\"><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam sed semper ipsum.<\\/span> <\\/span><\\/p>\\n <p><a href=\\\"http:\\/\\/a9d.fc4.mwp.accessdomain.com\\\">Find out more ><\\/a><\\/p>\"}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/buddhist-temple\\/Buddhist-Images-2.jpg\",\"alt\":\"Buddhist-Images-2\",\"fullWidth\":false,\"width\":\"800px\",\"height\":\"600px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<h3><span style=\\\"color: #dedede;\\\">Planning your trip to a temple<\\/span><\\/h3>\\n <p><span style=\\\"color: #dedede;\\\"><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam sed semper ipsum.<\\/span> <\\/span><\\/p>\\n <p><a href=\\\"http:\\/\\/a9d.fc4.mwp.accessdomain.com\\\">Find out more ><\\/a><\\/p>\"}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/buddhist-temple\\/Buddhist-Images-3.jpg\",\"alt\":\"Buddhist-Images-3\",\"fullWidth\":false,\"width\":\"800px\",\"height\":\"600px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<h3><span style=\\\"color: #dedede;\\\">Visit the sunken statues<\\/span><\\/h3>\\n <p><span style=\\\"color: #dedede;\\\"><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam sed semper ipsum.<\\/span> <\\/span><\\/p>\\n <p><a href=\\\"http:\\/\\/a9d.fc4.mwp.accessdomain.com\\\">Find out more ><\\/a><\\/p>\"}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"7px\",\"borderStyle\":\"dashed\",\"borderWidth\":\"2px\",\"borderColor\":\"#f37f31\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/buddhist-temple\\/Buddhist-Logo.png\",\"alt\":\"Buddhist-Logo\",\"fullWidth\":false,\"width\":\"170px\",\"height\":\"99px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"footer\",\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#ffffff\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#f37f31\",\"textDecoration\":\"underline\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#eeeeee\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"14px\"},\"h1\":{\"fontColor\":\"#eeeeee\",\"fontFamily\":\"Merriweather\",\"fontSize\":\"30px\"},\"h2\":{\"fontColor\":\"#eeeeee\",\"fontFamily\":\"Merriweather\",\"fontSize\":\"24px\"},\"h3\":{\"fontColor\":\"#eeeeee\",\"fontFamily\":\"Merriweather\",\"fontSize\":\"22px\"},\"link\":{\"fontColor\":\"#f37f31\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#00050b\"},\"body\":{\"backgroundColor\":\"#00050b\"}},\"blockDefaults\":{\"automatedLatestContent\":{\"amount\":\"5\",\"withLayout\":false,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"belowTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContent.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContent.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"automatedLatestContentLayout\":{\"amount\":\"5\",\"withLayout\":true,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContentLayout.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContentLayout.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"button\":{\"text\":\"Book tickets here\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#f37f31\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"40px\",\"borderStyle\":\"solid\",\"width\":\"145px\",\"lineHeight\":\"35px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"14px\",\"fontWeight\":\"bold\",\"textAlign\":\"left\"}},\"type\":\"button\"},\"divider\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"7px\",\"borderStyle\":\"dashed\",\"borderWidth\":\"2px\",\"borderColor\":\"#f37f31\"}},\"type\":\"divider\"},\"footer\":{\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#ffffff\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#f37f31\",\"textDecoration\":\"underline\"}},\"type\":\"footer\"},\"posts\":{\"amount\":\"10\",\"withLayout\":true,\"contentType\":\"post\",\"postStatus\":\"publish\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"link\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"posts.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"posts.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"social\":{\"iconSet\":\"full-symbol-grey\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"website\",\"link\":\"\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Website.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Website\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"}],\"type\":\"social\"},\"spacer\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}},\"type\":\"spacer\"},\"header\":{\"text\":\"<a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"11px\",\"textAlign\":\"left\"},\"link\":{\"fontColor\":\"#787878\",\"textDecoration\":\"none\"}},\"type\":\"header\"}}}','https://ps.w.org/mailpoet/assets/newsletter-templates/buddhist-temple/thumbnail.20190411-1500.jpg',1,NULL,'2019-09-17 13:54:02'),(44,0,'Mosque','[\"standard\",\"all\"]','','{\"content\":{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#e3e3e3\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#009146\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"header\",\"text\":\"<p><a href=\\\"[link:newsletter_view_in_browser_url]\\\">View email in browser ><\\/a><\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Open Sans\",\"fontSize\":\"10px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#ffffff\",\"textDecoration\":\"none\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/mosque\\/Mosque-Header.jpg\",\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#333333\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"100px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/mosque\\/Mosque-Logo.png\",\"alt\":\"Mosque-Logo\",\"fullWidth\":false,\"width\":\"182px\",\"height\":\"119px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><span style=\\\"color: #999999;\\\"><strong>JANUARY 2019<\\/strong><\\/span><\\/p>\\n <h1 style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\">Newsletter<\\/span><\\/h1>\\n <p style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc scelerisque ut purus vel eleifend. Curabitur mollis nisi id mauris efficitur pretium.<\\/span><\\/p>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"90px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: center;\\\"><span style=\\\"color: #009146;\\\"><strong>Upcoming Events<\\/strong><\\/span><\\/h2>\"}]}]},{\"type\":\"container\",\"columnLayout\":\"1_2\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/mosque\\/Mosque-Images-1.jpg\",\"alt\":\"Mosque-Images-1\",\"fullWidth\":false,\"width\":\"800px\",\"height\":\"600px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: left;\\\"><span style=\\\"color: #999999;\\\"><strong>14th January 2019<\\/strong><\\/span><\\/p>\\n <h3 style=\\\"text-align: left;\\\"><span style=\\\"color: #333333;\\\"><span>The Four Imams<\\/span><\\/span><\\/h3>\\n <p style=\\\"text-align: left;\\\"><span style=\\\"color: #333333;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc scelerisque ut purus vel eleifend. Curabitur mollis nisi id mauris.<\\/span><\\/p>\\n <p style=\\\"text-align: left;\\\"><strong><a href=\\\"\\\">Find out more ><\\/a><\\/strong><\\/p>\"}]}]},{\"type\":\"container\",\"columnLayout\":\"1_2\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/mosque\\/Mosque-Images-2.jpg\",\"alt\":\"Mosque-Images-2\",\"fullWidth\":false,\"width\":\"800px\",\"height\":\"600px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: left;\\\"><span style=\\\"color: #999999;\\\"><strong>23rd January 2019<\\/strong><\\/span><\\/p>\\n <h3 style=\\\"text-align: left;\\\"><span style=\\\"color: #333333;\\\"><span>Prayer Makes Perfect<\\/span><\\/span><\\/h3>\\n <p style=\\\"text-align: left;\\\"><span style=\\\"color: #333333;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc scelerisque ut purus vel eleifend. Curabitur mollis nisi id mauris.<\\/span><\\/p>\\n <p style=\\\"text-align: left;\\\"><span style=\\\"color: #333333;\\\"><strong><a href=\\\"\\\">Find out more ><\\/a><\\/strong><\\/span><\\/p>\"}]}]},{\"type\":\"container\",\"columnLayout\":\"1_2\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/mosque\\/Mosque-Images-3.jpg\",\"alt\":\"Mosque-Images-3\",\"fullWidth\":false,\"width\":\"800px\",\"height\":\"600px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: left;\\\"><span style=\\\"color: #999999;\\\"><strong>29th January 2019<\\/strong><\\/span><\\/p>\\n <h3 style=\\\"text-align: left;\\\"><span style=\\\"color: #333333;\\\"><span>Plaster Carving<\\/span><\\/span><\\/h3>\\n <p style=\\\"text-align: left;\\\"><span style=\\\"color: #333333;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc scelerisque ut purus vel eleifend. Curabitur mollis nisi id mauris.<\\/span><\\/p>\\n <p style=\\\"text-align: left;\\\"><span style=\\\"color: #333333;\\\"><strong><a href=\\\"http:\\/\\/a9d.fc4.mwp.accessdomain.com\\\">Find out more ><\\/a><\\/strong><\\/span><\\/p>\"}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#009146\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"5.5px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#009146\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: center;\\\"><span style=\\\"color: #009146;\\\"><strong>Prayer Times<\\/strong><\\/span><\\/h2>\"}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: center;\\\"><strong><\\/strong><strong>Fajr<\\/strong><\\/h2>\"},{\"type\":\"button\",\"text\":\"7.04pm\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#009146\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"288px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Open Sans\",\"fontSize\":\"16px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: center;\\\"><strong>Sunrise<\\/strong><\\/h2>\"},{\"type\":\"button\",\"text\":\"8.41am\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#009146\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"288px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Open Sans\",\"fontSize\":\"16px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: center;\\\"><strong>Dhuhr<\\/strong><\\/h2>\"},{\"type\":\"button\",\"text\":\"12.35pm\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#009146\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"288px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Open Sans\",\"fontSize\":\"16px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: center;\\\"><strong>Asr<\\/strong><\\/h2>\"},{\"type\":\"button\",\"text\":\"2.01pm\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#009146\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"288px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Open Sans\",\"fontSize\":\"16px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: center;\\\"><strong>Maghrib<\\/strong><\\/h2>\"},{\"type\":\"button\",\"text\":\"4.21pm\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#009146\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"288px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Open Sans\",\"fontSize\":\"16px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: center;\\\"><strong>Isha\'a<\\/strong><\\/h2>\"},{\"type\":\"button\",\"text\":\"5.58pm\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#009146\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"288px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Open Sans\",\"fontSize\":\"16px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/mosque\\/bg-2.jpg\",\"alt\":\"bg-2\",\"fullWidth\":false,\"width\":\"1200px\",\"height\":\"286px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#009146\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"24px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/mosque\\/Mosque-Logo.png\",\"alt\":\"Mosque-Logo\",\"fullWidth\":false,\"width\":\"144px\",\"height\":\"119px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#e3e3e3\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"29px\"}}},{\"type\":\"social\",\"iconSet\":\"circles\",\"styles\":{\"block\":{\"textAlign\":\"center\"}},\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/03-circles\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/03-circles\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/03-circles\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"footer\",\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Open Sans\",\"fontSize\":\"11px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#009146\",\"textDecoration\":\"underline\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Open Sans\",\"fontSize\":\"13px\"},\"h1\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Open Sans\",\"fontSize\":\"30px\"},\"h2\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Open Sans\",\"fontSize\":\"24px\"},\"h3\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Open Sans\",\"fontSize\":\"22px\"},\"link\":{\"fontColor\":\"#009146\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#e3e3e3\"}},\"blockDefaults\":{\"automatedLatestContent\":{\"amount\":\"5\",\"withLayout\":false,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"belowTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContent.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContent.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"automatedLatestContentLayout\":{\"amount\":\"5\",\"withLayout\":true,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContentLayout.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContentLayout.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"button\":{\"text\":\"5.58pm\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#009146\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"288px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Open Sans\",\"fontSize\":\"16px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}},\"type\":\"button\"},\"divider\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"5.5px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#009146\"}},\"type\":\"divider\"},\"footer\":{\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Open Sans\",\"fontSize\":\"11px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#009146\",\"textDecoration\":\"underline\"}},\"type\":\"footer\"},\"posts\":{\"amount\":\"10\",\"withLayout\":true,\"contentType\":\"post\",\"postStatus\":\"publish\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"link\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"posts.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"posts.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"social\":{\"iconSet\":\"circles\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/03-circles\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/03-circles\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/03-circles\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"}],\"type\":\"social\"},\"spacer\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"29px\"}},\"type\":\"spacer\"},\"header\":{\"text\":\"<a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Open Sans\",\"fontSize\":\"10px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#ffffff\",\"textDecoration\":\"none\"}},\"type\":\"header\"}}}','https://ps.w.org/mailpoet/assets/newsletter-templates/mosque/thumbnail.20190411-1500.jpg',1,NULL,'2019-09-17 13:54:02'),(45,0,'Synagogue','[\"standard\",\"all\"]','','{\"content\":{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#2b3d5e\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"header\",\"text\":\"<p><a href=\\\"[link:newsletter_view_in_browser_url]\\\">View email in browser ><\\/a><\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"12px\",\"textAlign\":\"left\"},\"link\":{\"fontColor\":\"#7386a7\",\"textDecoration\":\"underline\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#384e76\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"#04aeb9\",\"padding\":\"7.5px\",\"borderStyle\":\"dashed\",\"borderWidth\":\"2px\",\"borderColor\":\"#0d7e85\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":\"1_2\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#384e76\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/synagogue\\/Synagogue-Logo.png\",\"alt\":\"Synagogue-Logo\",\"fullWidth\":false,\"width\":\"180px\",\"height\":\"208px\",\"styles\":{\"block\":{\"textAlign\":\"left\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"27px\"}}},{\"type\":\"social\",\"iconSet\":\"full-symbol-grey\",\"styles\":{\"block\":{\"textAlign\":\"center\"}},\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"}]}]}]},{\"type\":\"container\",\"columnLayout\":\"1_2\",\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/synagogue\\/Synagogue-Header-2.jpg\",\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#384e76\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"140px\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"44px\"}}},{\"type\":\"text\",\"text\":\"<h1 style=\\\"text-align: left;\\\"><span style=\\\"color: #ffffff;\\\">Welcome back<\\/span><\\/h1>\\n <p style=\\\"text-align: left;\\\"><span style=\\\"color: #ffffff;\\\">This month we\'ll be discussing important topics around our faith, and highlighting some events that you may be interested in.<\\/span><\\/p>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"38px\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: left;\\\"><span style=\\\"color: #04aeb9;\\\"><strong><span>S P E C I A L E V E N T<\\/span><\\/strong><\\/span><\\/p>\\n <h3 style=\\\"text-align: left;\\\"><span style=\\\"color: #ffffff;\\\">Stories In Song<\\/span><\\/h3>\\n <p style=\\\"text-align: left;\\\"><span style=\\\"color: #ffffff;\\\">An afternoon of comedy and music with Daniel Cainer. This multi-award-winning master-songwriter and great musician brings our family trees to life.<\\/span><\\/p>\"},{\"type\":\"button\",\"text\":\"Tickets available here\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#04aeb9\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"175px\",\"lineHeight\":\"38px\",\"fontColor\":\"#093c3f\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"14px\",\"fontWeight\":\"bold\",\"textAlign\":\"left\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"43px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":\"1_2\",\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/synagogue\\/Synagogue-Back-1.jpg\",\"display\":\"tile\"},\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/synagogue\\/male-18.jpg\",\"alt\":\"male-18\",\"fullWidth\":false,\"width\":\"150px\",\"height\":\"360px\",\"styles\":{\"block\":{\"textAlign\":\"right\"}}},{\"type\":\"text\",\"text\":\"<p class=\\\"font_2\\\" style=\\\"text-align: right;\\\"><span style=\\\"color: #384e76;\\\"><strong>Ariel Abel<\\/strong><\\/span><\\/p>\\n <p class=\\\"font_2\\\" style=\\\"font-size: 11px; text-align: right;\\\"><span style=\\\"color: #384e76;\\\">Princes Road Synagogue <span>Rabbi <\\/span><\\/span><\\/p>\"},{\"type\":\"button\",\"text\":\"Get in touch\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#04aeb9\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"90px\",\"lineHeight\":\"30px\",\"fontColor\":\"#093c3f\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"12px\",\"fontWeight\":\"bold\",\"textAlign\":\"right\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}},{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: left;\\\"><span style=\\\"color: #384e76;\\\">Greetings from our Rabbi <\\/span><\\/h2>\\n <p style=\\\"text-align: left;\\\"><span style=\\\"color: #384e76;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed pellentesque magna erat, vitae ultricies eros porttitor eleifend. Fusce luctus accumsan risus, at rhoncus ante vehicula in. Praesent ut ultricies ipsum. Sed lacus dolor, laoreet nec tincidunt ut, commodo nec augue. In dignissim justo eget ante facilisis ornare.<\\/span><\\/p>\\n <p style=\\\"text-align: left;\\\"><span style=\\\"color: #384e76;\\\"><\\/span><\\/p>\\n <p style=\\\"text-align: left;\\\"><span style=\\\"color: #384e76;\\\"><span>Cras in lacus ac lectus hendrerit porta. Morbi pretium id nisi eget placerat. Integer nec quam nec augue luctus facilisis. Nam sollicitudin velit nec risus mattis, quis porttitor tortor consequat. Vivamus nec justo vel lectus pharetra volutpat.<\\/span><\\/span><\\/p>\\n <p style=\\\"text-align: left;\\\"><span style=\\\"color: #384e76;\\\"><span><\\/span><\\/span><\\/p>\\n <p style=\\\"text-align: left;\\\"><span style=\\\"color: #384e76;\\\"><span>Quisque eget vestibulum quam, eu fermentum ipsum.<\\/span><\\/span><\\/p>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#384e76\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"#04aeb9\",\"padding\":\"6.5px\",\"borderStyle\":\"dashed\",\"borderWidth\":\"2px\",\"borderColor\":\"#04aeb9\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}},{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: center;\\\"><span style=\\\"color: #384e76;\\\">Latest News<\\/span><\\/h2>\\n <p style=\\\"text-align: center;\\\"><span style=\\\"color: #384e76;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed pellentesque magna erat, vitae ultricies eros porttitor eleifend.<\\/span><\\/p>\"}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/synagogue\\/Synagogue-Images-1.jpg\",\"alt\":\"Synagogue-Images-1\",\"fullWidth\":false,\"width\":\"800px\",\"height\":\"500px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: left;\\\"><span style=\\\"color: #384e76;\\\">Building work started this week<\\/span><\\/h3>\\n <p style=\\\"text-align: left;\\\"><span style=\\\"color: #384e76;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed pellentesque magna erat.<\\/span><\\/p>\"},{\"type\":\"button\",\"text\":\"Read more\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#04aeb9\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"81px\",\"lineHeight\":\"30px\",\"fontColor\":\"#093c3f\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"12px\",\"fontWeight\":\"bold\",\"textAlign\":\"left\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/synagogue\\/Synagogue-Images-2.jpg\",\"alt\":\"Synagogue-Images-2\",\"fullWidth\":false,\"width\":\"800px\",\"height\":\"500px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: left;\\\"><span style=\\\"color: #384e76;\\\">What\'s life like as a Jewish teenager?<\\/span><\\/h3>\\n <p style=\\\"text-align: left;\\\"><span style=\\\"color: #384e76;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed pellentesque magna erat.<\\/span><\\/p>\"},{\"type\":\"button\",\"text\":\"Read more\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#04aeb9\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"81px\",\"lineHeight\":\"30px\",\"fontColor\":\"#093c3f\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"12px\",\"fontWeight\":\"bold\",\"textAlign\":\"left\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/synagogue\\/Synagogue-Images-3.jpg\",\"alt\":\"Synagogue-Images-3\",\"fullWidth\":false,\"width\":\"800px\",\"height\":\"500px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: left;\\\"><span style=\\\"color: #384e76;\\\">The life of paper in a modern world<\\/span><\\/h3>\\n <p style=\\\"text-align: left;\\\"><span style=\\\"color: #384e76;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed pellentesque magna erat.<\\/span><\\/p>\"},{\"type\":\"button\",\"text\":\"Read more\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#04aeb9\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"81px\",\"lineHeight\":\"30px\",\"fontColor\":\"#093c3f\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"12px\",\"fontWeight\":\"bold\",\"textAlign\":\"left\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#2b3d5e\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#04aeb9\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}},{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\">Keep in touch with us<\\/span><\\/h2>\\n <p style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed pellentesque magna erat, vitae ultricies eros porttitor eleifend.<\\/span><\\/p>\"},{\"type\":\"social\",\"iconSet\":\"full-symbol-grey\",\"styles\":{\"block\":{\"textAlign\":\"center\"}},\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"}]},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#2b3d5e\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":\"1_2\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#2b3d5e\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/synagogue\\/Synagogue-Logo.png\",\"alt\":\"Synagogue-Logo\",\"fullWidth\":false,\"width\":\"180px\",\"height\":\"208px\",\"styles\":{\"block\":{\"textAlign\":\"left\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"footer\",\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#ffffff\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"12px\",\"textAlign\":\"right\"},\"link\":{\"fontColor\":\"#04aeb9\",\"textDecoration\":\"underline\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#2b3d5e\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#000000\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"13px\"},\"h1\":{\"fontColor\":\"#111111\",\"fontFamily\":\"Merriweather\",\"fontSize\":\"30px\"},\"h2\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Merriweather\",\"fontSize\":\"24px\"},\"h3\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Merriweather\",\"fontSize\":\"18px\"},\"link\":{\"fontColor\":\"#21759B\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#2b3d5e\"}},\"blockDefaults\":{\"automatedLatestContent\":{\"amount\":\"5\",\"withLayout\":false,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"belowTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContent.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContent.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"automatedLatestContentLayout\":{\"amount\":\"5\",\"withLayout\":true,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContentLayout.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContentLayout.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"button\":{\"text\":\"Get in touch\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#04aeb9\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"90px\",\"lineHeight\":\"30px\",\"fontColor\":\"#093c3f\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"12px\",\"fontWeight\":\"bold\",\"textAlign\":\"right\"}},\"type\":\"button\"},\"divider\":{\"styles\":{\"block\":{\"backgroundColor\":\"#04aeb9\",\"padding\":\"6.5px\",\"borderStyle\":\"dashed\",\"borderWidth\":\"2px\",\"borderColor\":\"#04aeb9\"}},\"type\":\"divider\"},\"footer\":{\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#ffffff\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"12px\",\"textAlign\":\"right\"},\"link\":{\"fontColor\":\"#04aeb9\",\"textDecoration\":\"underline\"}},\"type\":\"footer\"},\"posts\":{\"amount\":\"10\",\"withLayout\":true,\"contentType\":\"post\",\"postStatus\":\"publish\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"link\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"posts.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"posts.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"social\":{\"iconSet\":\"full-symbol-grey\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"}],\"type\":\"social\"},\"spacer\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}},\"type\":\"spacer\"},\"header\":{\"text\":\"<a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"12px\",\"textAlign\":\"left\"},\"link\":{\"fontColor\":\"#7386a7\",\"textDecoration\":\"underline\"}},\"type\":\"header\"}}}','https://ps.w.org/mailpoet/assets/newsletter-templates/synagogue/thumbnail.20190411-1500.jpg',1,NULL,'2019-09-17 13:54:02'),(46,0,'Faith','[\"standard\",\"all\"]','','{\"content\":{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/faith\\/church-header.jpg\",\"alt\":\"church-header\",\"fullWidth\":true,\"width\":\"1036px\",\"height\":\"563px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<h1 style=\\\"text-align: center;\\\">Spreading Love & Hope...<\\/h1><p>Duis id molestie ex. Quisque finibus magna in justo tristique pellentesque. Nulla sed leo facilisis arcu malesuada molestie vel quis dolor. Donec imperdiet condimentum odio ut elementum. Aenean nisl massa, rutrum a ullamcorper eget, molestie non erat. <\\/p>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#f3f4f4\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: left;\\\">Family Faith Events<\\/h2>\"},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/faith\\/family.jpg\",\"alt\":\"family\",\"fullWidth\":false,\"width\":\"660px\",\"height\":\"880px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<p>In maximus tempus pellentesque. Nunc scelerisque ante odio, vel placerat dui fermentum efficitur. Integer vitae ex suscipit, aliquet eros vitae, ornare est. <a href=\\\"http:\\/\\/www.example.com\\\">Aenean vel dapibus nisi<\\/a>.<\\/p>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<h2>Thoughts & Prayers<\\/h2>\"},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/faith\\/pray.jpg\",\"alt\":\"pray\",\"fullWidth\":false,\"width\":\"660px\",\"height\":\"880px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<p>Donec sed vulputate ipsum. In scelerisque rutrum interdum. Donec imperdiet dignissim erat, in dictum lectus accumsan ut. <a href=\\\"http:\\/\\/www.example.com\\\">Aliquam erat volutpat.<\\/a><\\/p>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<h1 style=\\\"text-align: center;\\\">Latest News<\\/h1>\"},{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"7px\",\"borderStyle\":\"dotted\",\"borderWidth\":\"1px\",\"borderColor\":\"#dcdcdc\"}}},{\"type\":\"automatedLatestContent\",\"amount\":\"3\",\"contentType\":\"post\",\"terms\":[],\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h3\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"belowTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"type\":\"button\",\"text\":\"Read more\",\"url\":\"[postLink]\",\"styles\":{\"block\":{\"backgroundColor\":\"#dfeaf3\",\"borderColor\":\"#00ddff\",\"borderWidth\":\"0px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"160px\",\"lineHeight\":\"45px\",\"fontColor\":\"#597890\",\"fontFamily\":\"Tahoma\",\"fontSize\":\"16px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"dotted\",\"borderWidth\":\"2px\",\"borderColor\":\"#dfeaf3\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"#e7eff6\",\"padding\":\"13px\",\"borderStyle\":\"ridge\",\"borderWidth\":\"6px\",\"borderColor\":\"#597890\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#e7eff6\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"footer\",\"text\":\"<a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage subscription<\\/a><br \\/><b>Add your postal address here!<\\/b>\",\"styles\":{\"block\":{\"backgroundColor\":\"#e7eff6\"},\"text\":{\"fontColor\":\"#787878\",\"fontFamily\":\"Tahoma\",\"fontSize\":\"14px\",\"textAlign\":\"left\"},\"link\":{\"fontColor\":\"#787878\",\"textDecoration\":\"none\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\">Find us socially:<\\/p>\"},{\"type\":\"social\",\"iconSet\":\"full-symbol-black\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"email\",\"link\":\"\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Email.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Email\"},{\"type\":\"socialIcon\",\"iconType\":\"website\",\"link\":\"\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Website.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Website\"}]},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#787878\",\"fontFamily\":\"Tahoma\",\"fontSize\":\"16px\"},\"h1\":{\"fontColor\":\"#597890\",\"fontFamily\":\"Comic Sans MS\",\"fontSize\":\"26px\"},\"h2\":{\"fontColor\":\"#597890\",\"fontFamily\":\"Comic Sans MS\",\"fontSize\":\"18px\"},\"h3\":{\"fontColor\":\"#787878\",\"fontFamily\":\"Tahoma\",\"fontSize\":\"18px\"},\"link\":{\"fontColor\":\"#597890\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#e7eff6\"}}}','https://ps.w.org/mailpoet/assets/newsletter-templates/faith/thumbnail.20190411-1500.jpg',1,NULL,'2019-09-17 13:54:02'),(47,0,'College','[\"standard\",\"all\"]','','{\"content\":{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#eeeeee\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#eeeeee\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/college\\/College-Logo.png\",\"alt\":\"College-Logo\",\"fullWidth\":false,\"width\":\"106px\",\"height\":\"652px\",\"styles\":{\"block\":{\"textAlign\":\"left\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"36px\"}}},{\"type\":\"social\",\"iconSet\":\"circles\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/03-circles\\/Facebook.png?mailpoet_version=3.15.0\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/03-circles\\/Twitter.png?mailpoet_version=3.15.0\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/03-circles\\/Instagram.png?mailpoet_version=3.15.0\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"},{\"type\":\"socialIcon\",\"iconType\":\"youtube\",\"link\":\"http:\\/\\/www.youtube.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/03-circles\\/Youtube.png?mailpoet_version=3.15.0\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Youtube\"}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"33px\"}}},{\"type\":\"header\",\"text\":\"<p><a href=\\\"[link:newsletter_view_in_browser_url]\\\">View in browser ><\\/a><\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"right\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"underline\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/college\\/College-Header.jpg\",\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#333333\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"60px\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: left;\\\"><span style=\\\"color: #ffcc00;\\\"><strong>S U M M E R E D I T I O N<\\/strong><\\/span><\\/p>\\n <h1 style=\\\"text-align: left;\\\"><span style=\\\"color: #ffffff;\\\">Graduation Day is Coming<\\/span><\\/h1>\\n <p style=\\\"text-align: left;\\\"><span style=\\\"color: #ffffff;\\\"><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce dapibus iaculis risus ut tincidunt. Integer gravida mauris erat, vehicula blandit velit ultrices ut. <\\/span><\\/span><\\/p>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"35px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":\"2_1\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"54px\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: left;\\\"><span style=\\\"color: #999999;\\\"><strong>H E A D M A S T E R \' S B L O G<\\/strong><\\/span><\\/p>\\n <h2 style=\\\"text-align: left;\\\"><strong><span style=\\\"color: #333333;\\\">Your hard work pays off in the future to come<\\/span><\\/strong><\\/h2>\\n <p><\\/p>\"},{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"18.5px\",\"borderStyle\":\"solid\",\"borderWidth\":\"2px\",\"borderColor\":\"#ffcc00\"}}},{\"type\":\"text\",\"text\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur purus quam, semper eget nisl at, pretium fermentum ligula. Ut augue elit, congue non nisl eget, venenatis ornare ante. Aliquam erat volutpat. Maecenas facilisis eget risus vel scelerisque.<\\/p>\\n <p><\\/p>\\n <p>Etiam eros arcu, vestibulum at iaculis ut, iaculis nec est. Ut ut malesuada purus. Etiam sed accumsan eros, eu aliquam nisl. Nam faucibus sit amet felis at euismod. Sed efficitur varius tincidunt. Curabitur varius, nunc id interdum sodales, felis purus congue nulla, at semper orci est id mauris. Ut euismod vel dui sed mollis. Aliquam vestibulum id leo eu tristique. Etiam sit amet lacus vitae mi dignissim iaculis id ac nulla.<\\/p>\\n <p><\\/p>\"},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/college\\/College-Image.jpg\",\"alt\":\"College-Image\",\"fullWidth\":false,\"width\":\"1200px\",\"height\":\"800px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<p><\\/p>\\n <p>Praesent mi lorem, varius sit amet mattis at, sollicitudin ac enim. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam rhoncus tellus eleifend, accumsan magna in, imperdiet mauris. Cras a justo in lectus semper fermentum. Integer porta vel risus a varius. Aliquam nec nulla dui. Nulla congue ornare fringilla.<\\/p>\\n <p><\\/p>\\n <p>Nulla gravida interdum velit, nec pretium lacus placerat vel. Curabitur vitae arcu condimentum, iaculis nisl ac, viverra augue.<\\/p>\\n <p><\\/p>\\n <p>Etiam tincidunt justo quam, ac suscipit lectus hendrerit ac.<\\/p>\"}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/college\\/College-Avatar.jpg\",\"alt\":\"College-Avatar\",\"fullWidth\":true,\"width\":\"500px\",\"height\":\"500px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<p><\\/p>\\n <p><\\/p>\\n <p><strong>Mr George Chalk<\\/strong><\\/p>\\n <p>Headmaster & Director<\\/p>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"44px\"}}},{\"type\":\"text\",\"text\":\"<p><strong>Need some tips and advice? <\\/strong><\\/p>\\n <p>Here\'s the latest updates from our blog:<\\/p>\\n <p><\\/p>\\n <p><a href=\\\"http:\\/\\/mailpoet-sg.com\\\">7 ways to destress before an exam even starts<\\/a><\\/p>\\n <p><\\/p>\\n <p><a href=\\\"http:\\/\\/mailpoet-sg.com\\\">Focussing on the right content is key to being successful<\\/a><\\/p>\\n <p><\\/p>\\n <p><a href=\\\"http:\\/\\/mailpoet-sg.com\\\">Getting a degree is only the start of the battle<\\/a><\\/p>\"}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":\"2_1\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#eeeeee\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"35px\"}}},{\"type\":\"social\",\"iconSet\":\"circles\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/03-circles\\/Facebook.png?mailpoet_version=3.15.0\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/03-circles\\/Twitter.png?mailpoet_version=3.15.0\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/03-circles\\/Instagram.png?mailpoet_version=3.15.0\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"},{\"type\":\"socialIcon\",\"iconType\":\"youtube\",\"link\":\"http:\\/\\/www.youtube.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/03-circles\\/Youtube.png?mailpoet_version=3.15.0\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Youtube\"}]},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><span style=\\\"color: #ffcc00;\\\"><strong><\\/strong><\\/span><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a><span> | <\\/span><a href=\\\"[link:subscription_manage_url]\\\">Manage subscription<\\/a><br \\/><span>Add your postal address here!<\\/span><\\/p>\"}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/college\\/College-Logo.png\",\"alt\":\"College-Logo\",\"fullWidth\":false,\"width\":\"106px\",\"height\":\"652px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#000000\",\"fontFamily\":\"Source Sans Pro\",\"fontSize\":\"14px\"},\"h1\":{\"fontColor\":\"#111111\",\"fontFamily\":\"Playfair Display\",\"fontSize\":\"40px\"},\"h2\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Playfair Display\",\"fontSize\":\"30px\"},\"h3\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Open Sans\",\"fontSize\":\"24px\"},\"link\":{\"fontColor\":\"#447c9d\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#eeeeee\"}},\"blockDefaults\":{\"automatedLatestContent\":{\"amount\":\"5\",\"withLayout\":false,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"belowTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContent.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContent.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"automatedLatestContentLayout\":{\"amount\":\"5\",\"withLayout\":true,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContentLayout.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContentLayout.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"button\":{\"text\":\"Button\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"divider\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"18.5px\",\"borderStyle\":\"solid\",\"borderWidth\":\"2px\",\"borderColor\":\"#ffcc00\"}},\"type\":\"divider\"},\"footer\":{\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}}},\"posts\":{\"amount\":\"10\",\"withLayout\":true,\"contentType\":\"post\",\"postStatus\":\"publish\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"link\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"posts.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"posts.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"social\":{\"iconSet\":\"circles\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/03-circles\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/03-circles\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/03-circles\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"},{\"type\":\"socialIcon\",\"iconType\":\"youtube\",\"link\":\"http:\\/\\/www.youtube.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/03-circles\\/Youtube.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Youtube\"}],\"type\":\"social\"},\"spacer\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}},\"type\":\"spacer\"},\"header\":{\"text\":\"<a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"right\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"underline\"}},\"type\":\"header\"}}}','https://ps.w.org/mailpoet/assets/newsletter-templates/college/thumbnail.20190411-1500.jpg',1,NULL,'2019-09-17 13:54:02'),(48,0,'Renewable Energy','[\"standard\",\"all\"]','','{\"content\":{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#313f58\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"header\",\"text\":\"<p><span style=\\\"color: #fdb323;\\\"><a href=\\\"[link:newsletter_view_in_browser_url]\\\" style=\\\"color: #fdb323;\\\">View in browser ><\\/a><\\/span><\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"underline\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#016fc1\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/renewable-energy\\/Energy-Logo.png\",\"alt\":\"Energy-Logo\",\"fullWidth\":false,\"width\":\"200px\",\"height\":\"145px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"36px\"}}},{\"type\":\"social\",\"iconSet\":\"full-symbol-grey\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Facebook.png?mailpoet_version=3.15.0\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Twitter.png?mailpoet_version=3.15.0\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"linkedin\",\"link\":\"http:\\/\\/www.linkedin.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/LinkedIn.png?mailpoet_version=3.15.0\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"LinkedIn\"}]}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/renewable-energy\\/Energy-Header.jpg\",\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<h1 style=\\\"text-align: center;\\\"><strong><span style=\\\"color: #ffffff;\\\">2018 Energy Report<\\/span><\\/strong><\\/h1>\\n <p style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse maximus purus vel sem rutrum pulvinar. Pellentesque at justo id ipsum porttitor viverra non porta nisl.<\\/span><\\/p>\"},{\"type\":\"button\",\"text\":\"Read it here\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#fdb323\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"135px\",\"lineHeight\":\"44px\",\"fontColor\":\"#2e2e2e\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"16px\",\"fontWeight\":\"bold\",\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"197px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><span style=\\\"color: #999999;\\\"><strong>R E C E N T<\\/strong><\\/span><\\/p>\\n <h2 style=\\\"text-align: center;\\\"><span style=\\\"color: #003366;\\\"><strong>Here\'s what\'s happening this week<\\/strong><\\/span><\\/h2>\"}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/renewable-energy\\/Energy-Image-1.jpg\",\"alt\":\"Energy-Image-1\",\"fullWidth\":false,\"width\":\"600px\",\"height\":\"400px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<h3><span style=\\\"color: #003366;\\\"><strong>How can electricity be better?<\\/strong><\\/span><\\/h3>\"},{\"type\":\"button\",\"text\":\"Read more\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#fdb323\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"100px\",\"lineHeight\":\"30px\",\"fontColor\":\"#2e2e2e\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"14px\",\"fontWeight\":\"bold\",\"textAlign\":\"left\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/renewable-energy\\/Energy-Image-2.jpg\",\"alt\":\"Energy-Image-2\",\"fullWidth\":false,\"width\":\"600px\",\"height\":\"400px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<h3><span style=\\\"color: #003366;\\\"><strong>Nuclear power for newcomers<\\/strong><\\/span><\\/h3>\"},{\"type\":\"button\",\"text\":\"Read more\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#fdb323\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"100px\",\"lineHeight\":\"30px\",\"fontColor\":\"#2e2e2e\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"14px\",\"fontWeight\":\"bold\",\"textAlign\":\"left\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/renewable-energy\\/Energy-Image-3.jpg\",\"alt\":\"Energy-Image-3\",\"fullWidth\":false,\"width\":\"600px\",\"height\":\"400px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<h3><span style=\\\"color: #003366;\\\"><strong>Saving the planet, one trip at a time<\\/strong><\\/span><\\/h3>\"},{\"type\":\"button\",\"text\":\"Read more\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#fdb323\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"100px\",\"lineHeight\":\"30px\",\"fontColor\":\"#2e2e2e\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"14px\",\"fontWeight\":\"bold\",\"textAlign\":\"left\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"35px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":\"1_2\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#f8f8f8\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/renewable-energy\\/Energy-Image-Tall.jpg\",\"alt\":\"Energy-Image-Tall\",\"fullWidth\":true,\"width\":\"600px\",\"height\":\"900px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: left;\\\"><span style=\\\"color: #999999;\\\"><strong>S P O N S O R E D<\\/strong><\\/span><\\/p>\\n <h2><span style=\\\"color: #003366;\\\"><strong>Control your heating and your spending with our amazing app<\\/strong><\\/span><\\/h2>\\n <p><span style=\\\"color: #003366;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse maximus purus vel sem rutrum pulvinar. <\\/span><\\/p>\"},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/renewable-energy\\/CityNews-GoogleDownload.png\",\"alt\":\"CityNews-GoogleDownload\",\"fullWidth\":false,\"width\":\"130px\",\"height\":\"168px\",\"styles\":{\"block\":{\"textAlign\":\"left\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/renewable-energy\\/CityNews-AppleDownload.png\",\"alt\":\"CityNews-AppleDownload\",\"fullWidth\":false,\"width\":\"130px\",\"height\":\"168px\",\"styles\":{\"block\":{\"textAlign\":\"left\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#313f58\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/renewable-energy\\/Energy-Logo.png\",\"alt\":\"Energy-Logo\",\"fullWidth\":true,\"width\":\"134px\",\"height\":\"145px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"social\",\"iconSet\":\"full-symbol-grey\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Facebook.png?mailpoet_version=3.15.0\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Twitter.png?mailpoet_version=3.15.0\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"linkedin\",\"link\":\"http:\\/\\/www.linkedin.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/LinkedIn.png?mailpoet_version=3.15.0\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"LinkedIn\"}]},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><span style=\\\"color: #fdb323;\\\"><a href=\\\"[link:subscription_unsubscribe_url]\\\" style=\\\"color: #fdb323;\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\" style=\\\"color: #fdb323;\\\">Manage subscription<\\/a><\\/span><br \\/><span style=\\\"color: #999999;\\\">Add your postal address here!<\\/span><\\/p>\"}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#000000\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"14px\"},\"h1\":{\"fontColor\":\"#111111\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"36px\"},\"h2\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"24px\"},\"h3\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"18px\"},\"link\":{\"fontColor\":\"#2ea1cd\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#313f58\"}},\"blockDefaults\":{\"automatedLatestContent\":{\"amount\":\"5\",\"withLayout\":false,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"belowTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContent.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContent.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"automatedLatestContentLayout\":{\"amount\":\"5\",\"withLayout\":true,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContentLayout.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContentLayout.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"button\":{\"text\":\"Read more\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#fdb323\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"100px\",\"lineHeight\":\"30px\",\"fontColor\":\"#2e2e2e\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"14px\",\"fontWeight\":\"bold\",\"textAlign\":\"left\"}},\"type\":\"button\"},\"divider\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"footer\":{\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}}},\"posts\":{\"amount\":\"10\",\"withLayout\":true,\"contentType\":\"post\",\"postStatus\":\"publish\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"link\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"posts.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"posts.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"social\":{\"iconSet\":\"full-symbol-grey\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"linkedin\",\"link\":\"http:\\/\\/www.linkedin.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/LinkedIn.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"LinkedIn\"}],\"type\":\"social\"},\"spacer\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}},\"type\":\"spacer\"},\"header\":{\"text\":\"<a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"underline\"}},\"type\":\"header\"}}}','https://ps.w.org/mailpoet/assets/newsletter-templates/renewable-energy/thumbnail.20190411-1500.jpg',1,NULL,'2019-09-17 13:54:02'),(49,0,'Primary School','[\"standard\",\"all\"]','','{\"content\":{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#cae7f2\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"header\",\"text\":\"<p><strong><a href=\\\"[link:newsletter_view_in_browser_url]\\\">View in browser ><\\/a><\\/strong><\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#e63729\",\"textDecoration\":\"underline\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/primary-school\\/PrimarySchool-Header.jpg\",\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/primary-school\\/PrimarySchool-Logo.png\",\"alt\":\"PrimarySchool-Logo\",\"fullWidth\":false,\"width\":\"120px\",\"height\":\"652px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"33px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#e63729\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><strong><span style=\\\"color: #ffffff;\\\"><a href=\\\"http:\\/\\/mailpoet-sg.com\\\" style=\\\"color: #ffffff;\\\">News & Events<\\/a><\\/span><\\/strong><\\/p>\"}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><strong><span style=\\\"color: #ffffff;\\\"><a href=\\\"http:\\/\\/mailpoet-sg.com\\\" style=\\\"color: #ffffff;\\\">Parent Information<\\/a><\\/span><\\/strong><\\/p>\"}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><strong><span style=\\\"color: #ffffff;\\\"><a href=\\\"http:\\/\\/mailpoet-sg.com\\\" style=\\\"color: #ffffff;\\\">Scho<\\/a><a href=\\\"http:\\/\\/mailpoet-sg.com\\\" style=\\\"color: #ffffff;\\\">ol Calendar<\\/a><\\/span><\\/strong><\\/p>\"}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/primary-school\\/PrimarySchool-WideImage-1.jpg\",\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#c23a3a\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"50px\"}}},{\"type\":\"text\",\"text\":\"<h1 style=\\\"text-align: center;\\\"><strong><span style=\\\"color: #ffffff;\\\">Welcome back everyone!<\\/span><\\/strong><\\/h1>\\n <p style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus ac orci neque. Sed hendrerit condimentum augue, sed porta nulla vulputate rutrum. Donec vel purus urna.<\\/span><\\/p>\"},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/primary-school\\/PrimarySchool-Avatar.png\",\"alt\":\"PrimarySchool-Avatar\",\"fullWidth\":false,\"width\":\"80px\",\"height\":\"500px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><em><span style=\\\"color: #ffffff;\\\">Dr Angela Boyd - Director of Schooling<\\/span><\\/em><\\/p>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":\"2_1\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h1 style=\\\"text-align: left;\\\"><span style=\\\"color: #333333;\\\"><strong>The new school year is here<\\/strong><\\/span><\\/h1>\\n <p style=\\\"text-align: left;\\\"><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus ac orci neque. Sed hendrerit condimentum augue, sed porta nulla vulputate rutrum. Donec vel purus urna. <\\/span><\\/p>\\n <p style=\\\"text-align: left;\\\"><span><\\/span><\\/p>\\n <p style=\\\"text-align: left;\\\"><span>Sed dui sapien, congue non accumsan euismod, ultrices ut dui. Ut sapien arcu, interdum pharetra enim at, porttitor viverra nisi. Suspendisse potenti. <\\/span><\\/p>\"},{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"dotted\",\"borderWidth\":\"4px\",\"borderColor\":\"#e63729\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/primary-school\\/PrimarySchool-CopyImage.jpg\",\"alt\":\"PrimarySchool-CopyImage\",\"fullWidth\":false,\"width\":\"1000px\",\"height\":\"583px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: left;\\\"><span style=\\\"color: #333333;\\\"><strong>Essentials for your bag<\\/strong><\\/span><\\/h2>\\n <p style=\\\"text-align: left;\\\"><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus ac orci neque. Sed hendrerit condimentum augue, sed porta nulla vulputate rutrum. Donec vel purus urna. <\\/span><\\/p>\"},{\"type\":\"button\",\"text\":\"Get the kit\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#e63729\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"40px\",\"borderStyle\":\"solid\",\"width\":\"90px\",\"lineHeight\":\"33px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"14px\",\"fontWeight\":\"normal\",\"textAlign\":\"left\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/primary-school\\/PrimarySchool-School.png\",\"alt\":\"PrimarySchool-School\",\"fullWidth\":false,\"width\":\"150px\",\"height\":\"512px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"button\",\"text\":\"Class Lists\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#e63729\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"40px\",\"borderStyle\":\"solid\",\"width\":\"160px\",\"lineHeight\":\"38px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"16px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},{\"type\":\"button\",\"text\":\"Payments\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#43772f\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"40px\",\"borderStyle\":\"solid\",\"width\":\"160px\",\"lineHeight\":\"38px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"16px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},{\"type\":\"button\",\"text\":\"Schedule\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#408bb6\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"40px\",\"borderStyle\":\"solid\",\"width\":\"160px\",\"lineHeight\":\"38px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"16px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#e63729\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<h1 style=\\\"text-align: center;\\\"><strong><span style=\\\"color: #ffffff;\\\">Everything is social!<\\/span><\\/strong><\\/h1>\\n <p style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus ac orci neque. Sed hendrerit condimentum augue, sed porta nulla vulputate rutrum. Donec vel purus urna.<\\/span><\\/p>\"},{\"type\":\"social\",\"iconSet\":\"full-symbol-grey\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Facebook.png?mailpoet_version=3.15.0\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Twitter.png?mailpoet_version=3.15.0\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"youtube\",\"link\":\"http:\\/\\/www.youtube.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Youtube.png?mailpoet_version=3.15.0\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Youtube\"},{\"type\":\"socialIcon\",\"iconType\":\"website\",\"link\":\"\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Website.png?mailpoet_version=3.15.0\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Website\"}]}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#cae7f2\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/primary-school\\/PrimarySchool-Logo.png\",\"alt\":\"PrimarySchool-Logo\",\"fullWidth\":false,\"width\":\"110px\",\"height\":\"652px\",\"styles\":{\"block\":{\"textAlign\":\"left\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}},{\"type\":\"footer\",\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"12px\",\"textAlign\":\"right\"},\"link\":{\"fontColor\":\"#e63729\",\"textDecoration\":\"underline\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#000000\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"14px\"},\"h1\":{\"fontColor\":\"#111111\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"30px\"},\"h2\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"24px\"},\"h3\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"22px\"},\"link\":{\"fontColor\":\"#ffffff\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#cae7f2\"}},\"blockDefaults\":{\"automatedLatestContent\":{\"amount\":\"5\",\"withLayout\":false,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"belowTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContent.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContent.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"automatedLatestContentLayout\":{\"amount\":\"5\",\"withLayout\":true,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContentLayout.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContentLayout.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"button\":{\"text\":\"Get the kit\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#e63729\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"40px\",\"borderStyle\":\"solid\",\"width\":\"90px\",\"lineHeight\":\"33px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"14px\",\"fontWeight\":\"normal\",\"textAlign\":\"left\"}},\"type\":\"button\"},\"divider\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"dotted\",\"borderWidth\":\"4px\",\"borderColor\":\"#e63729\"}},\"type\":\"divider\"},\"footer\":{\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"12px\",\"textAlign\":\"right\"},\"link\":{\"fontColor\":\"#e63729\",\"textDecoration\":\"underline\"}},\"type\":\"footer\"},\"posts\":{\"amount\":\"10\",\"withLayout\":true,\"contentType\":\"post\",\"postStatus\":\"publish\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"link\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"posts.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"posts.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"social\":{\"iconSet\":\"full-symbol-grey\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"youtube\",\"link\":\"http:\\/\\/www.youtube.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Youtube.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Youtube\"},{\"type\":\"socialIcon\",\"iconType\":\"website\",\"link\":\"\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Website.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Website\"}],\"type\":\"social\"},\"spacer\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}},\"type\":\"spacer\"},\"header\":{\"text\":\"<a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#e63729\",\"textDecoration\":\"underline\"}},\"type\":\"header\"}}}','https://ps.w.org/mailpoet/assets/newsletter-templates/primary-school/thumbnail.20190411-1500.jpg',1,NULL,'2019-09-17 13:54:02'),(50,0,'Computer Repair','[\"standard\",\"all\"]','','{\"content\":{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#1c00af\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><span style=\\\"color: #999999;\\\"><a href=\\\"[link:newsletter_view_in_browser_url]\\\" style=\\\"color: #999999;\\\">View in browser ><\\/a><\\/span><\\/p>\"}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#1c00af\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/computer-repair\\/ComputerRepair-Logo.png\",\"alt\":\"ComputerRepair-Logo\",\"fullWidth\":true,\"width\":\"408px\",\"height\":\"97px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"34px\",\"borderStyle\":\"dashed\",\"borderWidth\":\"2px\",\"borderColor\":\"#ffffff\"}}},{\"type\":\"text\",\"text\":\"<h1 style=\\\"text-align: center;\\\"><strong>TIRED OF SCREENS LIKE THIS?<\\/strong><\\/h1>\\n <p style=\\\"text-align: center;\\\"><em>Don\'t panic! We\'re here to help! <\\/em><\\/p>\\n <p style=\\\"text-align: center;\\\"><\\/p>\\n <p style=\\\"text-align: center;\\\">Come on down to our nearest store and we\'ll be happy to take a look at your computer and help get you back up and running again in no time.<\\/p>\"},{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"14px\",\"borderStyle\":\"dashed\",\"borderWidth\":\"2px\",\"borderColor\":\"#ffffff\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><a href=\\\"http:\\/\\/mailpoet-sg.com\\/wp-admin\\/http:\\\">Computer Repair<\\/a><\\/p>\"}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><a href=\\\"http:\\/\\/mailpoet-sg.com\\/wp-admin\\/http:\\\">Help & Support<\\/a><\\/p>\"}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><a href=\\\"http:\\/\\/mailpoet-sg.com\\/wp-admin\\/http:\\\">Call Us Now<\\/a><\\/p>\"}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/computer-repair\\/ComputerRepair-Image-2.jpg\",\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#1c00af\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"42px\"}}},{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: center;\\\"><strong>Check out our locations<\\/strong><\\/h2>\\n <p style=\\\"text-align: center;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce dapibus iaculis risus ut tincidunt.<\\/p>\"},{\"type\":\"button\",\"text\":\"View locations\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"borderColor\":\"#f8f8f8\",\"borderWidth\":\"3px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Courier New\",\"fontSize\":\"16px\",\"fontWeight\":\"bold\",\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"50px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/computer-repair\\/ComputerRepair-Logo.png\",\"alt\":\"ComputerRepair-Logo\",\"fullWidth\":true,\"width\":\"254px\",\"height\":\"97px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center; font-size: 12px;\\\"><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a><span> | <\\/span><a href=\\\"[link:subscription_manage_url]\\\">Manage subscription<\\/a><\\/p>\"}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"social\",\"iconSet\":\"full-symbol-grey\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Facebook.png?mailpoet_version=3.15.0\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Twitter.png?mailpoet_version=3.15.0\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Instagram.png?mailpoet_version=3.15.0\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"},{\"type\":\"socialIcon\",\"iconType\":\"website\",\"link\":\"\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Website.png?mailpoet_version=3.15.0\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Website\"},{\"type\":\"socialIcon\",\"iconType\":\"linkedin\",\"link\":\"http:\\/\\/www.linkedin.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/LinkedIn.png?mailpoet_version=3.15.0\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"LinkedIn\"}]}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center; font-size: 12px;\\\">Add your address here<\\/p>\"}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#ffffff\",\"fontFamily\":\"Courier New\",\"fontSize\":\"16px\"},\"h1\":{\"fontColor\":\"#ffffff\",\"fontFamily\":\"Courier New\",\"fontSize\":\"30px\"},\"h2\":{\"fontColor\":\"#ffffff\",\"fontFamily\":\"Courier New\",\"fontSize\":\"24px\"},\"h3\":{\"fontColor\":\"#ffffff\",\"fontFamily\":\"Courier New\",\"fontSize\":\"22px\"},\"link\":{\"fontColor\":\"#ffffff\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#1c00af\"},\"body\":{\"backgroundColor\":\"#1c00af\"}},\"blockDefaults\":{\"automatedLatestContent\":{\"amount\":\"5\",\"withLayout\":false,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"belowTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContent.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContent.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"automatedLatestContentLayout\":{\"amount\":\"5\",\"withLayout\":true,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContentLayout.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContentLayout.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"button\":{\"text\":\"View locations\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"borderColor\":\"#f8f8f8\",\"borderWidth\":\"3px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Courier New\",\"fontSize\":\"16px\",\"fontWeight\":\"bold\",\"textAlign\":\"center\"}},\"type\":\"button\"},\"divider\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"16.5px\",\"borderStyle\":\"dashed\",\"borderWidth\":\"2px\",\"borderColor\":\"#ffffff\"}},\"type\":\"divider\"},\"footer\":{\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}},\"type\":\"footer\"},\"posts\":{\"amount\":\"10\",\"withLayout\":true,\"contentType\":\"post\",\"postStatus\":\"publish\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"link\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"posts.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"posts.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"social\":{\"iconSet\":\"full-symbol-grey\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"},{\"type\":\"socialIcon\",\"iconType\":\"website\",\"link\":\"\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Website.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Website\"},{\"type\":\"socialIcon\",\"iconType\":\"linkedin\",\"link\":\"http:\\/\\/www.linkedin.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/LinkedIn.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"LinkedIn\"}],\"type\":\"social\"},\"spacer\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"50px\"}},\"type\":\"spacer\"},\"header\":{\"text\":\"<a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"underline\"}}}}}','https://ps.w.org/mailpoet/assets/newsletter-templates/computer-repair/thumbnail.20190411-1500.jpg',1,NULL,'2019-09-17 13:54:02'),(51,0,'Yoga Studio','[\"standard\",\"all\"]','','{\"content\":{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#f8f8f8\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#1e2937\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/yoga_studio\\/yoga-1.png\",\"alt\":\"yoga-1\",\"fullWidth\":true,\"width\":\"1280px\",\"height\":\"740px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}},{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: center;\\\"><strong>Here\'s your classes for this week:<\\/strong><\\/h2>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h3><strong><span style=\\\"color: #83bd31;\\\"><em>Weekdays<\\/em><\\/span><\\/strong><\\/h3>\\n <p><strong>Monday<\\/strong>: 7am, 9am, 11am, 3pm and 5pm.<\\/p>\\n <p><strong>Tuesday<\\/strong>: 7am, 9am, 11am, 3pm and 5pm.<\\/p>\\n <p><strong>Wednesday<\\/strong>: 7am, 9am, 11am, 3pm and 5pm.<\\/p>\\n <p><strong>Thursday<\\/strong>: CLOSED FOR PRIVATE CLASS.<\\/p>\\n <p><strong>Friday<\\/strong>: 7am, 9am, 11am, and 3pm.<\\/p>\"}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h3><strong><span style=\\\"color: #83bd31;\\\"><em>Weekend<\\/em><\\/span><\\/strong><\\/h3>\\n <p><strong>Saturday<\\/strong>: 7am, 9am, 11am, 3pm and 5pm.<\\/p>\\n <p><strong>Sunday<\\/strong>: 7am, 9am, 11am, 3pm and 5pm.<\\/p>\\n <p><\\/p>\"}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"22px\",\"borderStyle\":\"solid\",\"borderWidth\":\"1px\",\"borderColor\":\"#d5d5d5\"}}},{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: center;\\\"><span style=\\\"font-weight: 600;\\\">Meet the instructors<\\/span><\\/h3>\"}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/yoga_studio\\/yoga-person-1.png\",\"alt\":\"yoga-person-1\",\"fullWidth\":false,\"width\":\"400px\",\"height\":\"400px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: center;\\\"><span style=\\\"color: #83bd31;\\\"><span style=\\\"font-weight: 600;\\\">Maria Smith<\\/span><\\/span><\\/h3>\\n <p style=\\\"text-align: center;\\\">Nullam hendrerit feugiat feugiat. Praesent mollis ante lacus, quis tempor leo sagittis vel. Donec sagittis eros at felis venenatis ultricies.<\\/p>\"},{\"type\":\"button\",\"text\":\"Find Out More\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#83bd31\",\"borderColor\":\"#83bd31\",\"borderWidth\":\"1px\",\"borderRadius\":\"40px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"30px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Arial\",\"fontSize\":\"14px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/yoga_studio\\/yoga-person-2.png\",\"alt\":\"yoga-person-2\",\"fullWidth\":false,\"width\":\"400px\",\"height\":\"400px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: center;\\\"><span style=\\\"color: #83bd31;\\\"><span style=\\\"font-weight: 600;\\\">Fiona Davies<\\/span><\\/span><\\/h3>\\n <p style=\\\"text-align: center;\\\">Nullam hendrerit feugiat feugiat. Praesent mollis ante lacus, quis tempor leo sagittis vel. Donec sagittis eros at felis venenatis ultricies.<\\/p>\"},{\"type\":\"button\",\"text\":\"Find Out More\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#83bd31\",\"borderColor\":\"#83bd31\",\"borderWidth\":\"1px\",\"borderRadius\":\"40px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"30px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Arial\",\"fontSize\":\"14px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/yoga_studio\\/yoga-person-3.png\",\"alt\":\"yoga-person-3\",\"fullWidth\":false,\"width\":\"400px\",\"height\":\"400px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: center;\\\"><span style=\\\"color: #83bd31;\\\"><span style=\\\"font-weight: 600;\\\">Matthew Johnson<\\/span><\\/span><\\/h3>\\n <p style=\\\"text-align: center;\\\">Nullam hendrerit feugiat feugiat. Praesent mollis ante lacus, quis tempor leo sagittis vel. Donec sagittis eros at felis venenatis ultricies.<\\/p>\"},{\"type\":\"button\",\"text\":\"Find Out More\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#83bd31\",\"borderColor\":\"#83bd31\",\"borderWidth\":\"1px\",\"borderRadius\":\"40px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"31px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Arial\",\"fontSize\":\"14px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#83bd31\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}},{\"type\":\"text\",\"text\":\"<p><strong>Pose of the week:<\\/strong><\\/p>\\n <h2>Virabhadrasana I<\\/h2>\\n <p>The myth is that the powerful priest Daksha made a great yagna (ritual sacrifice) but did not invite his youngest daughter Sati and her husband Shiva, the supreme ruler of the universe. Sati found out and decided to go alone to the yagna.<\\/p>\\n <p><\\/p>\\n <p>When she arrived, Sati entered into an argument with her father. Unable to withstand his insults, she spoke a vow to her father, “Since it was you who gave me this body, I no longer wish to be associated with it.”<\\/p>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/yoga_studio\\/yoga-pose.png\",\"alt\":\"yoga-pose\",\"fullWidth\":false,\"width\":\"400px\",\"height\":\"400px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"35px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}},{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: center;\\\"><span style=\\\"font-weight: 600;\\\">Quote of the week<\\/span><\\/h3>\"},{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: center;\\\"><em>Be a lamp to yourself. Be your own confidence. Hold on to the truth within yourself as to the only truth.<\\/em><\\/h2>\\n <p style=\\\"text-align: center;\\\"><span style=\\\"font-family: Arial, sans-serif; font-size: 14px; text-align: center; color: #999999;\\\">Buddha<\\/span><em><\\/em><\\/p>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\",\"height\":\"20px\"}}},{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"#d5d5d5\",\"padding\":\"15px\",\"borderStyle\":\"solid\",\"borderWidth\":\"1px\",\"borderColor\":\"#b3b3b3\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#d5d5d5\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/yoga_studio\\/yoga-logo-small.png\",\"alt\":\"yoga-logo-small\",\"fullWidth\":false,\"width\":\"50px\",\"height\":\"50px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"social\",\"iconSet\":\"full-symbol-black\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"},{\"type\":\"socialIcon\",\"iconType\":\"youtube\",\"link\":\"http:\\/\\/www.youtube.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Youtube.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Youtube\"}]}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<p style=\\\"font-size: 13px; text-align: center;\\\"><strong>Yoga Studio<\\/strong><\\/p>\\n <p style=\\\"font-size: 11px; text-align: center;\\\">Address Line 1<\\/p>\\n <p style=\\\"font-size: 11px; text-align: center;\\\">Address Line 2<\\/p>\\n <p style=\\\"font-size: 11px; text-align: center;\\\">City\\/Town<\\/p>\\n <p style=\\\"font-size: 11px; text-align: center;\\\">Country<\\/p>\"}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"footer\",\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a><\\/p><p><a href=\\\"[link:subscription_manage_url]\\\">Manage subscription<\\/a><\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"11px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#000000\",\"textDecoration\":\"underline\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"#d5d5d5\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"1px\",\"borderColor\":\"#aaaaaa\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#1e2937\",\"fontFamily\":\"Arial\",\"fontSize\":\"13px\"},\"h1\":{\"fontColor\":\"#1e2937\",\"fontFamily\":\"Arial\",\"fontSize\":\"30px\"},\"h2\":{\"fontColor\":\"#1e2937\",\"fontFamily\":\"Arial\",\"fontSize\":\"24px\"},\"h3\":{\"fontColor\":\"#1e2937\",\"fontFamily\":\"Arial\",\"fontSize\":\"20px\"},\"link\":{\"fontColor\":\"#83bd31\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#1e2937\"}}}','https://ps.w.org/mailpoet/assets/newsletter-templates/yoga_studio/thumbnail.20190411-1500.jpg',1,NULL,'2019-09-17 13:54:02'),(52,0,'Retro','[\"standard\",\"all\"]','','{\"content\":{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#f8f8f8\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/retro\\/1980s-Header.jpg\",\"alt\":\"1980s-Header\",\"fullWidth\":true,\"width\":\"1280px\",\"height\":\"740px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}},{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: left;\\\"><strong>Welcome back !<\\/strong><\\/h2>\\n<p style=\\\"text-align: left;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<\\/p>\"},{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"2px\",\"borderColor\":\"#f36543\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/retro\\/1980s-Download-1.jpg\",\"alt\":\"1980s-Download-1\",\"fullWidth\":false,\"width\":\"364px\",\"height\":\"291px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h3><strong>Free Retro-Futuristic Font<\\/strong><\\/h3>\\n<p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. In elementum nunc vel est congue, a venenatis nunc aliquet. Curabitur luctus, nulla et dignissim elementum, ipsum eros fermentum nulla, non cursus eros mi eu velit.<\\/span><\\/p>\"},{\"type\":\"button\",\"text\":\"Download Here\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#f36543\",\"borderColor\":\"#f36543\",\"borderWidth\":\"1px\",\"borderRadius\":\"40px\",\"borderStyle\":\"solid\",\"width\":\"150px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Arial\",\"fontSize\":\"14px\",\"fontWeight\":\"bold\",\"textAlign\":\"left\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/retro\\/1980s-Download-2.jpg\",\"alt\":\"1980s-Download-2\",\"fullWidth\":false,\"width\":\"364px\",\"height\":\"291px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h3><span style=\\\"font-weight: 600;\\\">New UI Kit now available<\\/span><\\/h3>\\n<p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. In elementum nunc vel est congue, a venenatis nunc aliquet. Curabitur luctus, nulla et dignissim elementum, ipsum eros fermentum nulla, non cursus eros mi eu velit.<\\/span><\\/p>\"},{\"type\":\"button\",\"text\":\"Download Here\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#f36543\",\"borderColor\":\"#f36543\",\"borderWidth\":\"1px\",\"borderRadius\":\"40px\",\"borderStyle\":\"solid\",\"width\":\"150px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Arial\",\"fontSize\":\"14px\",\"fontWeight\":\"bold\",\"textAlign\":\"left\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/retro\\/1980s-Download-3.jpg\",\"alt\":\"1980s-Download-3\",\"fullWidth\":false,\"width\":\"364px\",\"height\":\"291px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h3><strong>Free Retro Patterns<\\/strong><\\/h3>\\n<p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. In elementum nunc vel est congue, a venenatis nunc aliquet. Curabitur luctus, nulla et dignissim elementum, ipsum eros fermentum nulla, non cursus eros mi eu velit.<\\/span><\\/p>\"},{\"type\":\"button\",\"text\":\"Download Here\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#f36543\",\"borderColor\":\"#f36543\",\"borderWidth\":\"1px\",\"borderRadius\":\"40px\",\"borderStyle\":\"solid\",\"width\":\"150px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Arial\",\"fontSize\":\"14px\",\"fontWeight\":\"bold\",\"textAlign\":\"left\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#12233c\",\"height\":\"40px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/retro\\/1980s-Footer.jpg\",\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"140px\"}}},{\"type\":\"text\",\"text\":\"<h1 style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\">Retro Downloads<\\/span><\\/h1>\\n<h1 style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\">To Your Inbox<\\/span><\\/h1>\\n<h1 style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\">Every Week<\\/span><\\/h1>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"120px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#12233c\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#12223b\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"footer\",\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage your subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#ffffff\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"left\"},\"link\":{\"fontColor\":\"#f36543\",\"textDecoration\":\"underline\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"social\",\"iconSet\":\"full-symbol-grey\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"youtube\",\"link\":\"http:\\/\\/www.youtube.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Youtube.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Youtube\"},{\"type\":\"socialIcon\",\"iconType\":\"email\",\"link\":\"\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Email.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Email\"}]}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#12233c\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#000000\",\"fontFamily\":\"Arial\",\"fontSize\":\"14px\"},\"h1\":{\"fontColor\":\"#111111\",\"fontFamily\":\"Verdana\",\"fontSize\":\"30px\"},\"h2\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"24px\"},\"h3\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Arial\",\"fontSize\":\"18px\"},\"link\":{\"fontColor\":\"#008282\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#12233c\"}},\"blockDefaults\":{\"automatedLatestContent\":{\"amount\":\"5\",\"withLayout\":false,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"belowTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContent.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContent.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"automatedLatestContentLayout\":{\"amount\":\"5\",\"withLayout\":true,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContentLayout.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContentLayout.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"button\":{\"text\":\"Button\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"divider\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"2px\",\"borderColor\":\"#f36543\"}},\"type\":\"divider\"},\"footer\":{\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}}},\"posts\":{\"amount\":\"10\",\"withLayout\":true,\"contentType\":\"post\",\"postStatus\":\"publish\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"link\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"posts.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"posts.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"social\":{\"iconSet\":\"default\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/01-social\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/01-social\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"}]},\"spacer\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"140px\"}},\"type\":\"spacer\"},\"header\":{\"text\":\"<a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"underline\"}}}}}','https://ps.w.org/mailpoet/assets/newsletter-templates/retro/thumbnail.20190411-1500.jpg',1,NULL,'2019-09-17 13:54:02'),(53,0,'Charity','[\"standard\",\"all\"]','','{\"content\":{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#7bc9ee\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/charity\\/header-bg.jpg\",\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/charity\\/charity-logo.png\",\"alt\":\"charity-logo\",\"fullWidth\":false,\"width\":\"240px\",\"height\":\"103px\",\"styles\":{\"block\":{\"textAlign\":\"left\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"43px\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: right;\\\"><span style=\\\"color: #a6d2d2;\\\">Charity Number: 09238923<\\/span><\\/p>\"}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/charity\\/charity-header.jpg\",\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"45px\"}}},{\"type\":\"text\",\"text\":\"<h1><strong><span style=\\\"color: #ffffff;\\\">We need your help<\\/span><\\/strong><\\/h1>\"},{\"type\":\"text\",\"text\":\"<h3><span style=\\\"color: #ffffff;\\\">For just $5 a month, you can help people around the world that are in desperate need of fresh, clean water.<\\/span><\\/h3>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"80px\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"35px\"}}},{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: center;\\\"><span style=\\\"color: #333333;\\\"><strong>It only takes 5 minutes to help someone in need<\\/strong><\\/span><\\/h2>\\n<p style=\\\"text-align: center;\\\"><span style=\\\"color: #333333;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis pharetra diam semper, vulputate eros quis, sagittis ipsum. Vivamus ullamcorper sapien at sapien maximus, nec venenatis sapien tincidunt. Duis viverra imperdiet magna, a facilisis diam scelerisque at. Nunc at quam ligula. Nullam ut magna velit.<\\/span><\\/p>\"},{\"type\":\"button\",\"text\":\"Start Helping Now\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#05a0e8\",\"borderColor\":\"#05a0e8\",\"borderWidth\":\"1px\",\"borderRadius\":\"3px\",\"borderStyle\":\"solid\",\"width\":\"241px\",\"lineHeight\":\"50px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Arial\",\"fontSize\":\"20px\",\"fontWeight\":\"bold\",\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"25px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#7bc9ee\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}},{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: center;\\\"><strong>Noah\'s Story<\\/strong><\\/h2>\"}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#7bc9ee\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/charity\\/Charity-Child.png\",\"alt\":\"Charity-Child\",\"fullWidth\":false,\"width\":\"200px\",\"height\":\"200px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis pharetra diam semper, vulputate eros quis, sagittis ipsum. Vivamus ullamcorper sapien at sapien maximus, nec venenatis sapien tincidunt. <\\/span><\\/p>\\n<p><span><\\/span><\\/p>\\n<p><span>Duis viverra imperdiet magna, a facilisis diam scelerisque at. Nunc at quam ligula. Nullam ut magna velit.<\\/span><\\/p>\"}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#7bc9ee\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/charity\\/Charity-Video.jpg\",\"alt\":\"Charity-Video\",\"fullWidth\":false,\"width\":\"1280px\",\"height\":\"760px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/charity\\/Charity-Logo-Small.png\",\"alt\":\"Charity-Logo-Small\",\"fullWidth\":false,\"width\":\"407px\",\"height\":\"82px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"social\",\"iconSet\":\"full-symbol-black\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"}]}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"font-size: 11px;\\\"><span style=\\\"color: #000000;\\\"><a href=\\\"[link:subscription_unsubscribe_url]\\\" style=\\\"color: #000000;\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\" style=\\\"color: #000000;\\\">Manage subscription<\\/a><\\/span><br \\/><span style=\\\"color: #000000;\\\">Add your postal address here!<\\/span><\\/p>\"}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#000000\",\"fontFamily\":\"Arial\",\"fontSize\":\"14px\"},\"h1\":{\"fontColor\":\"#111111\",\"fontFamily\":\"Arial\",\"fontSize\":\"30px\"},\"h2\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"24px\"},\"h3\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\"},\"link\":{\"fontColor\":\"#05a0e8\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#7bc9ee\"}},\"blockDefaults\":{\"automatedLatestContent\":{\"amount\":\"5\",\"withLayout\":false,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"belowTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContent.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContent.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"automatedLatestContentLayout\":{\"amount\":\"5\",\"withLayout\":true,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContentLayout.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContentLayout.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"button\":{\"text\":\"Button\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"divider\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"footer\":{\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}}},\"posts\":{\"amount\":\"10\",\"withLayout\":true,\"contentType\":\"post\",\"postStatus\":\"publish\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"link\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"posts.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"posts.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"social\":{\"iconSet\":\"default\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/01-social\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/01-social\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"}]},\"spacer\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"80px\"}},\"type\":\"spacer\"},\"header\":{\"text\":\"<a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"underline\"}}}}}','https://ps.w.org/mailpoet/assets/newsletter-templates/charity/thumbnail.20190411-1500.jpg',1,NULL,'2019-09-17 13:54:02'),(54,0,'City News','[\"standard\",\"all\"]','','{\"content\":{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#252525\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}},{\"type\":\"header\",\"text\":\"<p><span style=\\\"color: #999999;\\\"><a href=\\\"[link:newsletter_view_in_browser_url]\\\" style=\\\"color: #999999;\\\">View online ><\\/a><\\/span><\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"right\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"underline\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/city-local-news\\/CityNews-Header.jpg\",\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#000000\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"70px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/city-local-news\\/CityNews-Logo.png\",\"alt\":\"CityNews-Logo\",\"fullWidth\":false,\"width\":\"150px\",\"height\":\"178px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<h1 style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\"><strong>[date:mtext] [date:y]<\\/strong><\\/span><\\/h1>\\n <p style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\">N E W S L E T T E R<\\/span><\\/p>\"},{\"type\":\"social\",\"iconSet\":\"full-symbol-grey\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"email\",\"link\":\"\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Email.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Email\"},{\"type\":\"socialIcon\",\"iconType\":\"youtube\",\"link\":\"http:\\/\\/www.youtube.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Youtube.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Youtube\"}]},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#252525\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"22px\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: left;\\\"><span style=\\\"color: #333333;\\\"><strong><span><\\/span><\\/strong><\\/span><span style=\\\"color: #999999;\\\"><strong>TOP STORY<\\/strong><\\/span><\\/p>\\n <h2 style=\\\"text-align: left;\\\"><span style=\\\"color: #333333;\\\"><strong>Park opens to all within the community<\\/strong><\\/span><\\/h2>\\n <p><span style=\\\"color: #333333;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus ac maximus justo. Phasellus ullamcorper, enim at eleifend malesuada, risus purus interdum arcu, sed porttitor erat diam a neque. <\\/span><\\/p>\\n <p><span style=\\\"color: #333333;\\\"><\\/span><\\/p>\\n <p><strong><a href=\\\"http:\\/\\/mailpoet-sg.com\\\">Read full article ><\\/a><\\/strong><\\/p>\"}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/city-local-news\\/CityNews-Images-1.jpg\",\"alt\":\"CityNews-Images-1\",\"fullWidth\":true,\"width\":\"600px\",\"height\":\"600px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#252525\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/city-local-news\\/CityNews-ThinImages-1.jpg\",\"alt\":\"CityNews-ThinImages-1\",\"fullWidth\":false,\"width\":\"600px\",\"height\":\"300px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: left;\\\"><span style=\\\"color: #999999;\\\"><strong>EVENTS<\\/strong><\\/span><\\/p>\\n <h3 style=\\\"text-align: left;\\\"><span style=\\\"color: #333333;\\\"><strong>Christmas Market opening soon<\\/strong><\\/span><\\/h3>\\n <p><strong><a href=\\\"http:\\/\\/mailpoet-sg.com\\\">Read full article ><\\/a><\\/strong><\\/p>\"}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/city-local-news\\/CityNews-ThinImages-2.jpg\",\"alt\":\"CityNews-ThinImages-2\",\"fullWidth\":false,\"width\":\"600px\",\"height\":\"300px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: left;\\\"><span style=\\\"color: #999999;\\\"><strong>HEALTHCARE<\\/strong><\\/span><\\/p>\\n <h3 style=\\\"text-align: left;\\\"><span style=\\\"color: #333333;\\\"><strong>Hospitals brace for cuts to services<\\/strong><\\/span><\\/h3>\\n <p><strong><a href=\\\"http:\\/\\/mailpoet-sg.com\\\">Read full article ><\\/a><\\/strong><\\/p>\"}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/city-local-news\\/CityNews-ThinImages-3.jpg\",\"alt\":\"CityNews-ThinImages-3\",\"fullWidth\":false,\"width\":\"600px\",\"height\":\"300px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: left;\\\"><span style=\\\"color: #999999;\\\"><strong>WEATHER<\\/strong><\\/span><\\/p>\\n <h3 style=\\\"text-align: left;\\\"><span style=\\\"color: #333333;\\\"><strong>Dry heat has a high chance to cause fires<\\/strong><\\/span><\\/h3>\\n <p><strong><a href=\\\"http:\\/\\/mailpoet-sg.com\\\">Read full article ><\\/a><\\/strong><\\/p>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/city-local-news\\/CityNews-ThinImages-4.jpg\",\"alt\":\"CityNews-ThinImages-4\",\"fullWidth\":false,\"width\":\"600px\",\"height\":\"300px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: left;\\\"><span style=\\\"color: #999999;\\\"><strong>ARTS<\\/strong><\\/span><\\/p>\\n <h3 style=\\\"text-align: left;\\\"><span style=\\\"color: #333333;\\\"><strong>Local theatre to stage dramatic new play<\\/strong><\\/span><\\/h3>\\n <p><strong><a href=\\\"http:\\/\\/mailpoet-sg.com\\\">Read full article ><\\/a><\\/strong><\\/p>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#252525\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#252525\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/city-local-news\\/CityNews-Phone.png\",\"alt\":\"CityNews-Phone\",\"fullWidth\":false,\"width\":\"162px\",\"height\":\"679px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: left;\\\"><span style=\\\"color: #ffffff;\\\"><strong>Download the CityNews app<\\/strong><\\/span><\\/h3>\\n <p><span style=\\\"color: #d1d1d1;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus ac maximus justo. Phasellus ullamcorper, enim at eleifend malesuada, risus purus interdum arcu, sed porttitor erat diam a neque. <\\/span><\\/p>\"},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/city-local-news\\/CityNews-GoogleDownload.png\",\"alt\":\"CityNews-GoogleDownload\",\"fullWidth\":false,\"width\":\"150px\",\"height\":\"168px\",\"styles\":{\"block\":{\"textAlign\":\"left\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/city-local-news\\/CityNews-AppleDownload.png\",\"alt\":\"CityNews-AppleDownload\",\"fullWidth\":false,\"width\":\"150px\",\"height\":\"168px\",\"styles\":{\"block\":{\"textAlign\":\"left\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#252525\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"1px\",\"borderColor\":\"#4b4b4b\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/city-local-news\\/CityNews-Logo.png\",\"alt\":\"CityNews-Logo\",\"fullWidth\":false,\"width\":\"122px\",\"height\":\"178px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"footer\",\"text\":\"<p><span style=\\\"color: #999999;\\\"><a href=\\\"[link:subscription_unsubscribe_url]\\\" style=\\\"color: #999999;\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\" style=\\\"color: #999999;\\\">Manage subscription<\\/a><\\/span><br \\/><span style=\\\"color: #ffffff;\\\">Add your postal address here!<\\/span><\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}}},{\"type\":\"social\",\"iconSet\":\"full-symbol-grey\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"email\",\"link\":\"\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Email.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Email\"},{\"type\":\"socialIcon\",\"iconType\":\"youtube\",\"link\":\"http:\\/\\/www.youtube.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Youtube.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Youtube\"}]}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#000000\",\"fontFamily\":\"Source Sans Pro\",\"fontSize\":\"16px\"},\"h1\":{\"fontColor\":\"#111111\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"26px\"},\"h2\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Merriweather\",\"fontSize\":\"24px\"},\"h3\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Merriweather\",\"fontSize\":\"20px\"},\"link\":{\"fontColor\":\"#252525\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#f8f8f8\"},\"body\":{\"backgroundColor\":\"#252525\"}},\"blockDefaults\":{\"automatedLatestContent\":{\"amount\":\"5\",\"withLayout\":false,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"belowTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContent.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContent.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"automatedLatestContentLayout\":{\"amount\":\"5\",\"withLayout\":true,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContentLayout.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContentLayout.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"button\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}},\"type\":\"button\"},\"divider\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"1px\",\"borderColor\":\"#4b4b4b\"}},\"type\":\"divider\"},\"footer\":{\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}},\"type\":\"footer\"},\"posts\":{\"amount\":\"10\",\"withLayout\":true,\"contentType\":\"post\",\"postStatus\":\"publish\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"left\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"link\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"posts.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}},\"type\":\"button\"},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"posts.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"1px\",\"borderColor\":\"#4b4b4b\"}},\"type\":\"divider\"},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\",\"type\":\"posts\",\"offset\":0,\"terms\":[],\"search\":\"\"},\"social\":{\"iconSet\":\"full-symbol-grey\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"email\",\"link\":\"\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Email.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Email\"},{\"type\":\"socialIcon\",\"iconType\":\"youtube\",\"link\":\"http:\\/\\/www.youtube.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Youtube.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Youtube\"}],\"type\":\"social\"},\"spacer\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}},\"type\":\"spacer\"},\"header\":{\"text\":\"<a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"right\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"underline\"}},\"type\":\"header\"}}}','https://ps.w.org/mailpoet/assets/newsletter-templates/city-local-news/thumbnail.20190411-1500.jpg',1,NULL,'2019-09-17 13:54:02'),(55,0,'Coffee','[\"standard\",\"all\"]','','{\"content\":{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"50px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"social\",\"iconSet\":\"full-symbol-black\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Facebook.png?mailpoet_version=3.0.0-rc.2.0.0\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Twitter.png?mailpoet_version=3.0.0-rc.2.0.0\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Instagram.png?mailpoet_version=3.0.0-rc.2.0.0\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"}]}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/coffee\\/Coffee-Logo-1.png\",\"alt\":\"Coffee-Logo-1\",\"fullWidth\":false,\"width\":\"120px\",\"height\":\"71px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"header\",\"text\":\"<p><span style=\\\"color: #000000;\\\"><a href=\\\"[link:newsletter_view_in_browser_url]\\\" style=\\\"color: #000000;\\\">Open email in your web browser.<\\/a><\\/span><\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"underline\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/coffee\\/Coffee-Header.jpg\",\"alt\":\"Coffee-Header\",\"fullWidth\":false,\"width\":\"1280px\",\"height\":\"260px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/coffee\\/coffee.gif\",\"alt\":\"coffee\",\"fullWidth\":true,\"width\":\"660px\",\"height\":\"371px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: center;\\\"><strong>We\'ve got some new blends, just for you.<\\/strong><\\/h2>\\n<p style=\\\"text-align: center;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer vehicula magna sit amet lorem venenatis, quis condimentum odio egestas. Suspendisse felis felis, tempor id convallis in, tincidunt quis nisi. Morbi dolor elit, maximus et velit quis, fermentum porta lectus. Nulla odio est, tempus vitae nunc sit amet, fermentum tristique lacus. In bibendum fringilla cursus.<\\/p>\"},{\"type\":\"button\",\"text\":\"Check Them Out\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#6fb910\",\"borderColor\":\"#6fb910\",\"borderWidth\":\"0px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"150px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Arial\",\"fontSize\":\"16px\",\"fontWeight\":\"bold\",\"textAlign\":\"center\"}}},{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"1px\",\"borderColor\":\"#d6d6d6\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/coffee\\/Coffee-Mid.jpg\",\"alt\":\"Coffee-Mid\",\"fullWidth\":true,\"width\":\"1280px\",\"height\":\"411px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#eaeaea\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#eaeaea\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer vehicula magna sit amet lorem venenatis, quis condimentum odio egestas. Suspendisse felis felis, tempor id convallis in, tincidunt quis nisi.<\\/span><\\/p>\\n<p><span><\\/span><\\/p>\\n<p><span> Morbi dolor elit, maximus et velit quis, fermentum porta lectus. Nulla odio est, tempus vitae nunc sit amet, fermentum tristique lacus. In bibendum fringilla cursus.<\\/span><\\/p>\"}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer vehicula magna sit amet lorem venenatis, quis condimentum odio egestas. Suspendisse felis felis, tempor id convallis in, tincidunt quis nisi.<\\/span><\\/p>\\n<p><span><\\/span><\\/p>\\n<p><span>Morbi dolor elit, maximus et velit quis, fermentum porta lectus. Nulla odio est, tempus vitae nunc sit amet, fermentum tristique lacus. In bibendum fringilla cursus.<\\/span><\\/p>\"}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}},{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: center;\\\"><strong>Interested in upgrading your subscription?<\\/strong><\\/h2>\\n<p style=\\\"text-align: center;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit.<\\/p>\\n<p style=\\\"text-align: center;\\\">Integer vehicula magna sit amet lorem venenatis, quis condimentum odio egestas.<\\/p>\"},{\"type\":\"button\",\"text\":\"Get Started\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#6fb910\",\"borderColor\":\"#6fb910\",\"borderWidth\":\"0px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"118px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Arial\",\"fontSize\":\"16px\",\"fontWeight\":\"bold\",\"textAlign\":\"center\"}}},{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"1px\",\"borderColor\":\"#d6d6d6\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: center;\\\"><strong>Latest News<\\/strong><\\/h2>\"}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"http:\\/\\/mailpoet.info\\/cutting-through-the-smog-what-to-do-to-fight-air-pollution\\/\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/coffee\\/Coffee-Cup.jpg\",\"alt\":\"Coffee-Cup\",\"fullWidth\":false,\"width\":\"400px\",\"height\":\"400px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: left;\\\"><span style=\\\"color: #6fb910;\\\"><strong>Capsule MFG Launches Upgraded Line of Modular Coffee Bars<\\/strong><\\/span><\\/p>\\n<p style=\\\"text-align: left;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit.<\\/p>\\n<p style=\\\"text-align: left;\\\">Integer vehicula magna sit amet lorem venenatis, quis condimentum odio egestas.<\\/p>\\n<p style=\\\"text-align: left;\\\"><\\/p>\\n<p><span style=\\\"color: #6fb910;\\\"><strong><a href=\\\"http:\\/\\/mailpoet.info\\/\\\" style=\\\"color: #6fb910;\\\">Read more<\\/a><\\/strong><\\/span><\\/p>\"}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"http:\\/\\/mailpoet.info\\/cutting-through-the-smog-what-to-do-to-fight-air-pollution\\/\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/coffee\\/Coffee-Cup.jpg\",\"alt\":\"Coffee-Cup\",\"fullWidth\":false,\"width\":\"400px\",\"height\":\"400px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: left;\\\"><span style=\\\"color: #6fb910;\\\"><strong>British-Designed Niche Zero Aims to Leave No Grind Behind<\\/strong><\\/span><\\/p>\\n<p style=\\\"text-align: left;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit.<\\/p>\\n<p style=\\\"text-align: left;\\\">Integer vehicula magna sit amet lorem venenatis, quis condimentum odio egestas.<\\/p>\\n<p style=\\\"text-align: left;\\\"><\\/p>\\n<p><strong><span style=\\\"color: #6fb910;\\\"><a href=\\\"http:\\/\\/mailpoet.info\\/\\\" style=\\\"color: #6fb910;\\\">Read more<\\/a><\\/span><\\/strong><\\/p>\"}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"http:\\/\\/mailpoet.info\\/cutting-through-the-smog-what-to-do-to-fight-air-pollution\\/\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/coffee\\/Coffee-Cup.jpg\",\"alt\":\"Coffee-Cup\",\"fullWidth\":false,\"width\":\"400px\",\"height\":\"400px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: left;\\\"><span style=\\\"color: #6fb910;\\\"><strong>Boyd’s Being Acquired by Farmer Bros for Approximately $58.6M<\\/strong><\\/span><\\/p>\\n<p style=\\\"text-align: left;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit.<\\/p>\\n<p style=\\\"text-align: left;\\\">Integer vehicula magna sit amet lorem venenatis, quis condimentum odio egestas.<\\/p>\\n<p style=\\\"text-align: left;\\\"><\\/p>\\n<p><strong><span style=\\\"color: #6fb910;\\\"><a href=\\\"http:\\/\\/mailpoet.info\\/\\\" style=\\\"color: #6fb910;\\\">Read more<\\/a><\\/span><\\/strong><\\/p>\"}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"22.5px\",\"borderStyle\":\"solid\",\"borderWidth\":\"1px\",\"borderColor\":\"#d6d6d6\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/coffee\\/Coffee-Logo-1.png\",\"alt\":\"Coffee-Logo-1\",\"fullWidth\":false,\"width\":\"120px\",\"height\":\"71px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"social\",\"iconSet\":\"full-symbol-black\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Facebook.png?mailpoet_version=3.0.0-rc.2.0.0\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Twitter.png?mailpoet_version=3.0.0-rc.2.0.0\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Instagram.png?mailpoet_version=3.0.0-rc.2.0.0\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"}]},{\"type\":\"footer\",\"text\":\"<p><strong><span style=\\\"color: #000000;\\\"><a href=\\\"[link:subscription_unsubscribe_url]\\\" style=\\\"color: #000000;\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\" style=\\\"color: #000000;\\\">Manage subscription<\\/a><\\/span><\\/strong><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#000000\",\"fontFamily\":\"Arial\",\"fontSize\":\"14px\"},\"h1\":{\"fontColor\":\"#111111\",\"fontFamily\":\"Arial\",\"fontSize\":\"30px\"},\"h2\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"24px\"},\"h3\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Arial\",\"fontSize\":\"18px\"},\"link\":{\"fontColor\":\"#0f0f0f\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#ffffff\"}}}','https://ps.w.org/mailpoet/assets/newsletter-templates/coffee/thumbnail.20190411-1500.jpg',1,NULL,'2019-09-17 13:54:02'),(56,0,'Vlogger','[\"standard\",\"all\"]','','{\"content\":{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"25px\"}}},{\"type\":\"header\",\"text\":\"<p><a href=\\\"[link:newsletter_view_in_browser_url]\\\">View email in browser ><\\/a><\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#aaaaaa\",\"textDecoration\":\"none\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/vlogger\\/Vlogger-Header.jpg\",\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#f3ba25\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"180px\"}}},{\"type\":\"text\",\"text\":\"<h1 style=\\\"text-align: center; font-size: 80px;\\\"><span style=\\\"color: #ffffff;\\\"><strong>STACEY<\\/strong><\\/span><\\/h1>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"145px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#5527a6\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\">Vlogging About Beauty, Fashion, Life Hacks & My Life<\\/span><\\/p>\"}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"50px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/vlogger\\/Vlogger-Youtube.jpg\",\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#7b0000\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"63px\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center; font-size: 11px;\\\"><span style=\\\"color: #ffffff;\\\">L A T E S T V I D E O<\\/span><\\/p>\\n <h1 style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\"><strong>Roses are red...<\\/strong><\\/span><\\/h1>\\n <p style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis ut fringilla velit, id malesuada nisi. Nam ac rutrum diam. Nunc diam leo, bibendum eget aliquam eget, commodo vitae lectus.<\\/span><\\/p>\"},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/vlogger\\/Vlogger-PlayButton.png\",\"alt\":\"Vlogger-PlayButton\",\"fullWidth\":false,\"width\":\"50px\",\"height\":\"400px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#e9e9e9\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/vlogger\\/Vlogger-Images-1.jpg\",\"alt\":\"Vlogger-Images-1\",\"fullWidth\":true,\"width\":\"800px\",\"height\":\"500px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\">Mixing it up<\\/p>\"}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/vlogger\\/Vlogger-Images-2.jpg\",\"alt\":\"Vlogger-Images-2\",\"fullWidth\":true,\"width\":\"800px\",\"height\":\"500px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\">Front row seats!<\\/p>\"}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/vlogger\\/Vlogger-Images-3.jpg\",\"alt\":\"Vlogger-Images-3\",\"fullWidth\":true,\"width\":\"800px\",\"height\":\"500px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\">Max has a birthday!<\\/p>\"}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#e9e9e9\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"button\",\"text\":\"Check out all my latest videos\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#5527a6\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"225px\",\"lineHeight\":\"50px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"14px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/vlogger\\/Vlogger-WhoAmI.jpg\",\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"109px\"}}},{\"type\":\"text\",\"text\":\"<h1 style=\\\"text-align: left;\\\"><span style=\\\"color: #5527a6;\\\"><strong>This is my story<\\/strong><\\/span><\\/h1>\\n <p style=\\\"text-align: left;\\\"><span style=\\\"color: #333333;\\\"><\\/span><span style=\\\"color: #333333;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis ut fringilla velit, id malesuada nisi. Nam ac rutrum diam. Nunc diam leo, bibendum eget aliquam eget, commodo vitae lectus.<\\/span><\\/p>\"},{\"type\":\"button\",\"text\":\"Go to my Youtube Page\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#5527a6\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"183px\",\"lineHeight\":\"50px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"14px\",\"fontWeight\":\"normal\",\"textAlign\":\"left\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"71px\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#5527a6\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\"><strong>Never miss a thing<\\/strong><\\/span><\\/h2>\\n <p style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis ut fringilla velit, id malesuada nisi. Nam ac rutrum diam. Nunc diam leo, bibendum eget aliquam eget, commodo vitae lectus.<\\/span><\\/p>\"},{\"type\":\"social\",\"iconSet\":\"full-symbol-grey\",\"styles\":{\"block\":{\"textAlign\":\"center\"}},\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"youtube\",\"link\":\"http:\\/\\/www.youtube.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Youtube.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Youtube\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"}]}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#3a147d\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"32px\"}}},{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: left;\\\"><strong><span style=\\\"color: #ffffff;\\\">STACEY<\\/span><\\/strong><\\/h3>\"}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"footer\",\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#9d82cd\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"12px\",\"textAlign\":\"right\"},\"link\":{\"fontColor\":\"#ffffff\",\"textDecoration\":\"none\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#000000\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"14px\"},\"h1\":{\"fontColor\":\"#111111\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"30px\"},\"h2\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"24px\"},\"h3\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"22px\"},\"link\":{\"fontColor\":\"#5527a6\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#ffffff\"}},\"blockDefaults\":{\"automatedLatestContent\":{\"amount\":\"5\",\"withLayout\":false,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"belowTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContent.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContent.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"automatedLatestContentLayout\":{\"amount\":\"3\",\"withLayout\":true,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h3\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read the post\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContentLayout.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"160px\",\"lineHeight\":\"30px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"16px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}},\"type\":\"button\"},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContentLayout.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}},\"type\":\"divider\"},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\",\"type\":\"automatedLatestContentLayout\",\"terms\":[]},\"button\":{\"text\":\"Read the post\",\"url\":\"[postLink]\",\"styles\":{\"block\":{\"backgroundColor\":\"#5527a6\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"225px\",\"lineHeight\":\"50px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"14px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}},\"type\":\"button\"},\"divider\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#ffffff\"}},\"type\":\"divider\"},\"footer\":{\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#9d82cd\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"12px\",\"textAlign\":\"right\"},\"link\":{\"fontColor\":\"#ffffff\",\"textDecoration\":\"none\"}},\"type\":\"footer\"},\"posts\":{\"amount\":\"10\",\"withLayout\":true,\"contentType\":\"post\",\"postStatus\":\"publish\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"link\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"posts.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"posts.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"social\":{\"iconSet\":\"full-symbol-grey\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"youtube\",\"link\":\"http:\\/\\/www.youtube.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Youtube.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Youtube\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"}],\"type\":\"social\"},\"spacer\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"32px\"}},\"type\":\"spacer\"},\"header\":{\"text\":\"<a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#aaaaaa\",\"textDecoration\":\"none\"}},\"type\":\"header\"}}}','https://ps.w.org/mailpoet/assets/newsletter-templates/vlogger/thumbnail.20190411-1500.jpg',1,NULL,'2019-09-17 13:54:02'),(57,0,'Birds','[\"standard\",\"all\"]','','{\"content\":{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#222222\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#26b6cf\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/birds\\/Birds-Logo-1.png\",\"alt\":\"Birds-Logo\",\"fullWidth\":false,\"width\":\"178px\",\"height\":\"127px\",\"styles\":{\"block\":{\"textAlign\":\"left\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"header\",\"text\":\"<p><a href=\\\"[link:newsletter_view_in_browser_url]\\\">View email in browser ><\\/a><\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Roboto\",\"fontSize\":\"12px\",\"textAlign\":\"right\"},\"link\":{\"fontColor\":\"#12616f\",\"textDecoration\":\"underline\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#222222\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/birds\\/Birds-Header-2.jpg\",\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#222222\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"112px\"}}},{\"type\":\"text\",\"text\":\"<h1 style=\\\"text-align: left;\\\"><span style=\\\"color: #ffffff;\\\"><strong>New Season<\\/strong><\\/span><\\/h1>\\n <p style=\\\"text-align: left;\\\"><span style=\\\"color: #ffffff;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut in mattis neque. <\\/span><span style=\\\"color: #ffffff;\\\">Quisque sed massa eu tellus efficitur dictum at sed augue. <span>Ut in mattis neque.<\\/span><\\/span><\\/p>\"},{\"type\":\"button\",\"text\":\"Read the whole story\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#26b6cf\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"159px\",\"lineHeight\":\"37px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"14px\",\"fontWeight\":\"normal\",\"textAlign\":\"left\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"90px\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#222222\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":\"2_1\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/birds\\/Birds-Images-1.jpg\",\"alt\":\"Birds-Images-1\",\"fullWidth\":true,\"width\":\"800px\",\"height\":\"600px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"53px\"}}},{\"type\":\"text\",\"text\":\"<h3><strong>Puffin Sightings<\\/strong><\\/h3>\\n <p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut in mattis neque. Quisque sed massa eu tellus efficitur dictum at sed augue. <\\/span><\\/p>\"},{\"type\":\"button\",\"text\":\"Read more\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#26b6cf\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"82px\",\"lineHeight\":\"29px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"12px\",\"fontWeight\":\"normal\",\"textAlign\":\"left\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#222222\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: center;\\\"><strong>This month\'s best pictures<\\/strong><\\/h3>\"}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/birds\\/Birds-Images-6.jpg\",\"alt\":\"Birds-Images-6\",\"fullWidth\":true,\"width\":\"800px\",\"height\":\"600px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/birds\\/Birds-Images-7.jpg\",\"alt\":\"Birds-Images-7\",\"fullWidth\":true,\"width\":\"800px\",\"height\":\"600px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/birds\\/Birds-Images-5.jpg\",\"alt\":\"Birds-Images-5\",\"fullWidth\":true,\"width\":\"800px\",\"height\":\"600px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/birds\\/Birds-Images-2.jpg\",\"alt\":\"Birds-Images-2\",\"fullWidth\":true,\"width\":\"800px\",\"height\":\"600px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/birds\\/Birds-Images-3.jpg\",\"alt\":\"Birds-Images-3\",\"fullWidth\":true,\"width\":\"800px\",\"height\":\"600px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/birds\\/Birds-Images-4.jpg\",\"alt\":\"Birds-Images-4\",\"fullWidth\":true,\"width\":\"800px\",\"height\":\"600px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#222222\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":\"1_2\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#222222\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/birds\\/580b57fbd9996e24bc43bb61.png\",\"alt\":\"580b57fbd9996e24bc43bb61\",\"fullWidth\":true,\"width\":\"671px\",\"height\":\"700px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<h3><strong><span style=\\\"color: #ffffff;\\\">Tweeting isn\'t just for birds...<\\/span><\\/strong><\\/h3>\\n <p><span style=\\\"color: #ffffff;\\\">We love to hear your thoughts about this newsletter, as well as being able to share your amazing pictures with us. Use the hashtag <strong>#birdwatch<\\/strong> and we\'ll share the best pictures here each month.<\\/span><\\/p>\"},{\"type\":\"social\",\"iconSet\":\"circles\",\"styles\":{\"block\":{\"textAlign\":\"center\"}},\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/03-circles\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/03-circles\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/03-circles\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"},{\"type\":\"socialIcon\",\"iconType\":\"youtube\",\"link\":\"http:\\/\\/www.youtube.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/03-circles\\/Youtube.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Youtube\"}]}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#222222\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#26b6cf\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#26b6cf\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/birds\\/Birds-Logo-1.png\",\"alt\":\"Birds-Logo\",\"fullWidth\":false,\"width\":\"164px\",\"height\":\"127px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"footer\",\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#147080\",\"fontFamily\":\"Roboto\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#12616f\",\"textDecoration\":\"underline\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#3d3d3d\",\"fontFamily\":\"Roboto\",\"fontSize\":\"14px\"},\"h1\":{\"fontColor\":\"#3d3d3d\",\"fontFamily\":\"Roboto\",\"fontSize\":\"36px\"},\"h2\":{\"fontColor\":\"#3d3d3d\",\"fontFamily\":\"Roboto\",\"fontSize\":\"24px\"},\"h3\":{\"fontColor\":\"#3d3d3d\",\"fontFamily\":\"Roboto\",\"fontSize\":\"22px\"},\"link\":{\"fontColor\":\"#21759B\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#222222\"}},\"blockDefaults\":{\"automatedLatestContent\":{\"amount\":\"5\",\"withLayout\":false,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"belowTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContent.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContent.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"automatedLatestContentLayout\":{\"amount\":\"5\",\"withLayout\":true,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContentLayout.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContentLayout.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"button\":{\"text\":\"Read more\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#26b6cf\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"82px\",\"lineHeight\":\"29px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"12px\",\"fontWeight\":\"normal\",\"textAlign\":\"left\"}},\"type\":\"button\"},\"divider\":{\"styles\":{\"block\":{\"backgroundColor\":\"#2d4b50\",\"padding\":\"5.5px\",\"borderStyle\":\"dotted\",\"borderWidth\":\"4px\",\"borderColor\":\"#4a6b70\"}},\"type\":\"divider\"},\"footer\":{\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#147080\",\"fontFamily\":\"Roboto\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#12616f\",\"textDecoration\":\"underline\"}},\"type\":\"footer\"},\"posts\":{\"amount\":\"10\",\"withLayout\":true,\"contentType\":\"post\",\"postStatus\":\"publish\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"link\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"posts.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"posts.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"social\":{\"iconSet\":\"circles\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/03-circles\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/03-circles\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/03-circles\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"},{\"type\":\"socialIcon\",\"iconType\":\"youtube\",\"link\":\"http:\\/\\/www.youtube.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/03-circles\\/Youtube.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Youtube\"}],\"type\":\"social\"},\"spacer\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"112px\"}},\"type\":\"spacer\"},\"header\":{\"text\":\"<a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Roboto\",\"fontSize\":\"12px\",\"textAlign\":\"right\"},\"link\":{\"fontColor\":\"#12616f\",\"textDecoration\":\"underline\"}},\"type\":\"header\"}}}','https://ps.w.org/mailpoet/assets/newsletter-templates/birds/thumbnail.20190411-1500.jpg',1,NULL,'2019-09-17 13:54:02'),(58,0,'Engineering','[\"standard\",\"all\"]','','{\"content\":{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#1d1d1d\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/engineering\\/Engineering-Logo.png\",\"alt\":\"Engineering-Logo\",\"fullWidth\":true,\"width\":\"150px\",\"height\":\"506px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"header\",\"text\":\"<p><span style=\\\"color: #808080;\\\"><a href=\\\"[link:newsletter_view_in_browser_url]\\\" style=\\\"color: #808080;\\\">View this in your browser.<\\/a><\\/span><\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"underline\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/engineering\\/Engineering-Header-1.jpg\",\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"295px\"}}},{\"type\":\"text\",\"text\":\"<h1 style=\\\"text-align: center;\\\"><strong><em><span style=\\\"color: #ffffff;\\\">Let your dreams take flight...<\\/span><\\/em><\\/strong><\\/h1>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/engineering\\/Engineering-Bearing.png\",\"alt\":\"Engineering-Bearing\",\"fullWidth\":false,\"width\":\"400px\",\"height\":\"800px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h2><strong><span style=\\\"color: #ffffff;\\\">The all-new RoundBros 6206 ball bearing.<\\/span><\\/strong><\\/h2>\\n <p><span style=\\\"color: #cccccc;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus ac orci neque. Sed hendrerit condimentum augue, sed porta nulla vulputate rutrum. Donec vel purus urna. Sed dui sapien, congue non accumsan euismod, ultrices ut dui.<\\/span><\\/p>\"},{\"type\":\"button\",\"text\":\"Find out more\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#1d1d1d\",\"borderColor\":\"#ffffff\",\"borderWidth\":\"3px\",\"borderRadius\":\"3px\",\"borderStyle\":\"solid\",\"width\":\"134px\",\"lineHeight\":\"33px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Roboto\",\"fontSize\":\"16px\",\"fontWeight\":\"bold\",\"textAlign\":\"left\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}},{\"type\":\"text\",\"text\":\"<h1 style=\\\"text-align: center;\\\"><strong><em><span style=\\\"color: #ffffff;\\\">...and stay grounded in safety<\\/span><\\/em><\\/strong><\\/h1>\"},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/engineering\\/Engineering-Footer-c.jpg\",\"alt\":\"Engineering-Footer-c\",\"fullWidth\":true,\"width\":\"928px\",\"height\":\"661px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h2><strong><span style=\\\"color: #ffffff;\\\">Bearing sets are back in stock for a limited time!<\\/span><\\/strong><\\/h2>\\n <p><span style=\\\"color: #cccccc;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus ac orci neque. Sed hendrerit condimentum augue, sed porta nulla vulputate rutrum.<\\/span><\\/p>\"},{\"type\":\"button\",\"text\":\"Find out more\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#1d1d1d\",\"borderColor\":\"#ffffff\",\"borderWidth\":\"3px\",\"borderRadius\":\"3px\",\"borderStyle\":\"solid\",\"width\":\"134px\",\"lineHeight\":\"33px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Roboto\",\"fontSize\":\"16px\",\"fontWeight\":\"bold\",\"textAlign\":\"left\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/engineering\\/Engineering-Bearing-2.png\",\"alt\":\"Engineering-Bearing-2\",\"fullWidth\":false,\"width\":\"800px\",\"height\":\"574px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"dotted\",\"borderWidth\":\"2px\",\"borderColor\":\"#424242\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"50px\"}}},{\"type\":\"social\",\"iconSet\":\"circles\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/03-circles\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/03-circles\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/03-circles\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/engineering\\/Engineering-Logo.png\",\"alt\":\"Engineering-Logo\",\"fullWidth\":true,\"width\":\"100px\",\"height\":\"506px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}},{\"type\":\"footer\",\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a><\\/p>\\n <p><a href=\\\"[link:subscription_manage_url]\\\">Manage subscription<\\/a><br \\/><span style=\\\"color: #999999;\\\">Add your postal address here!<\\/span><\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Roboto\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#5aa9cc\",\"textDecoration\":\"underline\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"50px\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#000000\",\"fontFamily\":\"Roboto\",\"fontSize\":\"14px\"},\"h1\":{\"fontColor\":\"#111111\",\"fontFamily\":\"Roboto\",\"fontSize\":\"40px\"},\"h2\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Roboto\",\"fontSize\":\"24px\"},\"h3\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Roboto\",\"fontSize\":\"22px\"},\"link\":{\"fontColor\":\"#21759B\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#1d1d1d\"},\"body\":{\"backgroundColor\":\"#1d1d1d\"}},\"blockDefaults\":{\"automatedLatestContent\":{\"amount\":\"5\",\"withLayout\":false,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"belowTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContent.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContent.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"automatedLatestContentLayout\":{\"amount\":\"5\",\"withLayout\":true,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContentLayout.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContentLayout.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"button\":{\"text\":\"Find out more\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#1d1d1d\",\"borderColor\":\"#ffffff\",\"borderWidth\":\"3px\",\"borderRadius\":\"3px\",\"borderStyle\":\"solid\",\"width\":\"134px\",\"lineHeight\":\"33px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Roboto\",\"fontSize\":\"16px\",\"fontWeight\":\"bold\",\"textAlign\":\"left\"}},\"type\":\"button\"},\"divider\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"dotted\",\"borderWidth\":\"2px\",\"borderColor\":\"#424242\"}},\"type\":\"divider\"},\"footer\":{\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Roboto\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#5aa9cc\",\"textDecoration\":\"underline\"}},\"type\":\"footer\"},\"posts\":{\"amount\":\"10\",\"withLayout\":true,\"contentType\":\"post\",\"postStatus\":\"publish\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"link\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"posts.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"posts.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"social\":{\"iconSet\":\"circles\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/03-circles\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/03-circles\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/03-circles\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"}],\"type\":\"social\"},\"spacer\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"50px\"}},\"type\":\"spacer\"},\"header\":{\"text\":\"<a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"underline\"}},\"type\":\"header\"}}}','https://ps.w.org/mailpoet/assets/newsletter-templates/engineering/thumbnail.20190411-1500.jpg',1,NULL,'2019-09-17 13:54:02'),(59,0,'Branding Agency News','[\"standard\",\"all\"]','','{\"content\":{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#eeeeee\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"header\",\"text\":\"<p><span style=\\\"color: #808080;\\\"><a href=\\\"[link:newsletter_view_in_browser_url]\\\" style=\\\"color: #808080;\\\">View this in your browser.<\\/a><\\/span><\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"12px\",\"textAlign\":\"left\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"underline\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"25px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/branding-agency-news\\/Branding-Logo.png\",\"alt\":\"Branding-Logo\",\"fullWidth\":false,\"width\":\"122px\",\"height\":\"117px\",\"styles\":{\"block\":{\"textAlign\":\"left\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"social\",\"iconSet\":\"full-symbol-black\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Facebook.png?mailpoet_version=3.15.0\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Twitter.png?mailpoet_version=3.15.0\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Instagram.png?mailpoet_version=3.15.0\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"}]}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<p><span style=\\\"color: #bdbdbd;\\\"><strong>B I G N E W S<\\/strong><\\/span><\\/p>\\n <h1>Branded is getting a refresh<\\/h1>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/branding-agency-news\\/Branding-Image01.jpg\",\"alt\":\"Branding-Image01\",\"fullWidth\":true,\"width\":\"1200px\",\"height\":\"700px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}},{\"type\":\"text\",\"text\":\"<p><span style=\\\"color: #999999;\\\"><strong><\\/strong><\\/span><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam eu quam risus. Quisque tempor sodales tortor. Cras enim orci, bibendum vitae sollicitudin porttitor, eleifend eu metus. Aliquam a fringilla libero. Vivamus turpis orci, viverra in vehicula vitae, imperdiet et ex. Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.<\\/span><\\/p>\"},{\"type\":\"button\",\"text\":\"> Read more\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\",\"borderColor\":\"#ffffff\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"90px\",\"lineHeight\":\"20px\",\"fontColor\":\"#0e0e0e\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"14px\",\"fontWeight\":\"bold\",\"textAlign\":\"left\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"2px\",\"borderColor\":\"#dfdfdf\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h3>Design starts with a pencil and paper<\\/h3>\\n <p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam eu quam risus. Quisque tempor sodales tortor.<\\/span><\\/p>\"},{\"type\":\"button\",\"text\":\"> Read more\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\",\"borderColor\":\"#ffffff\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"90px\",\"lineHeight\":\"20px\",\"fontColor\":\"#0e0e0e\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"14px\",\"fontWeight\":\"bold\",\"textAlign\":\"left\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/branding-agency-news\\/Branding-Image02.jpg\",\"alt\":\"Branding-Image02\",\"fullWidth\":false,\"width\":\"540px\",\"height\":\"700px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h3>How television has impacted branding<\\/h3>\\n <p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam eu quam risus. Quisque tempor sodales tortor.<\\/span><\\/p>\"},{\"type\":\"button\",\"text\":\"> Read more\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\",\"borderColor\":\"#ffffff\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"90px\",\"lineHeight\":\"20px\",\"fontColor\":\"#0e0e0e\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"14px\",\"fontWeight\":\"bold\",\"textAlign\":\"left\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/branding-agency-news\\/Branding-Image03.jpg\",\"alt\":\"Branding-Image03\",\"fullWidth\":false,\"width\":\"1200px\",\"height\":\"700px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#eeeeee\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"50px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"35px\"}}},{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: center;\\\">Some of our recent branding<\\/h3>\\n <p style=\\\"text-align: center;\\\">Looking for some work from us? Get in touch and we\'ll see what we can do.<\\/p>\"},{\"type\":\"button\",\"text\":\"Get in touch here >\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\",\"borderColor\":\"#ffffff\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"157px\",\"lineHeight\":\"20px\",\"fontColor\":\"#0e0e0e\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"14px\",\"fontWeight\":\"bold\",\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/branding-agency-news\\/greens-food-suppliers.png\",\"alt\":\"greens-food-suppliers\",\"fullWidth\":false,\"width\":\"900px\",\"height\":\"418px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/branding-agency-news\\/james-and-sons.png\",\"alt\":\"james-and-sons\",\"fullWidth\":false,\"width\":\"156px\",\"height\":\"692px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/branding-agency-news\\/fast-banana.png\",\"alt\":\"fast-banana\",\"fullWidth\":false,\"width\":\"900px\",\"height\":\"325px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/branding-agency-news\\/space-cube.png\",\"alt\":\"space-cube\",\"fullWidth\":false,\"width\":\"900px\",\"height\":\"487px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/branding-agency-news\\/the-dance-studio.png\",\"alt\":\"the-dance-studio\",\"fullWidth\":false,\"width\":\"900px\",\"height\":\"365px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"25px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/branding-agency-news\\/yoga-baby.png\",\"alt\":\"yoga-baby\",\"fullWidth\":false,\"width\":\"900px\",\"height\":\"248px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"25px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/branding-agency-news\\/beauty-box.png\",\"alt\":\"beauty-box\",\"fullWidth\":false,\"width\":\"900px\",\"height\":\"304px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/branding-agency-news\\/cheshire-county-hygiene-services.png\",\"alt\":\"cheshire-county-hygiene-services\",\"fullWidth\":false,\"width\":\"900px\",\"height\":\"393px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"25px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/branding-agency-news\\/crofts-accountants.png\",\"alt\":\"crofts-accountants\",\"fullWidth\":false,\"width\":\"900px\",\"height\":\"229px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#eeeeee\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"44px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/branding-agency-news\\/Branding-Logo.png\",\"alt\":\"Branding-Logo\",\"fullWidth\":false,\"width\":\"120px\",\"height\":\"117px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"footer\",\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage subscription<\\/a><br \\/><span style=\\\"color: #808080;\\\">Add your postal address here!<\\/span><\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#222222\",\"textDecoration\":\"underline\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#000000\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"14px\"},\"h1\":{\"fontColor\":\"#111111\",\"fontFamily\":\"Merriweather\",\"fontSize\":\"36px\"},\"h2\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Merriweather\",\"fontSize\":\"30px\"},\"h3\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Merriweather\",\"fontSize\":\"24px\"},\"link\":{\"fontColor\":\"#21759B\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#eeeeee\"}},\"blockDefaults\":{\"automatedLatestContent\":{\"amount\":\"5\",\"withLayout\":false,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"belowTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContent.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContent.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"automatedLatestContentLayout\":{\"amount\":\"5\",\"withLayout\":true,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContentLayout.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContentLayout.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"button\":{\"text\":\"Get in touch here >\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\",\"borderColor\":\"#ffffff\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"157px\",\"lineHeight\":\"20px\",\"fontColor\":\"#0e0e0e\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"14px\",\"fontWeight\":\"bold\",\"textAlign\":\"center\"}},\"type\":\"button\"},\"divider\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"2px\",\"borderColor\":\"#dfdfdf\"}},\"type\":\"divider\"},\"footer\":{\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#222222\",\"textDecoration\":\"underline\"}},\"type\":\"footer\"},\"posts\":{\"amount\":\"10\",\"withLayout\":true,\"contentType\":\"post\",\"postStatus\":\"publish\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"link\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"posts.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"posts.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"social\":{\"iconSet\":\"full-symbol-black\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"}],\"type\":\"social\"},\"spacer\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}},\"type\":\"spacer\"},\"header\":{\"text\":\"<a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"12px\",\"textAlign\":\"left\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"underline\"}},\"type\":\"header\"}}}','https://ps.w.org/mailpoet/assets/newsletter-templates/branding-agency-news/thumbnail.20190411-1500.jpg',1,NULL,'2019-09-17 13:54:02'),(60,0,'WordPress Theme','[\"standard\",\"all\"]','','{\"content\":{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#b8dae3\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"header\",\"text\":\"<p><a href=\\\"[link:newsletter_view_in_browser_url]\\\">Open this email in your web browser ><\\/a><\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arvo\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#222222\",\"textDecoration\":\"none\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#051137\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#051137\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/word-press-theme\\/Wordpress-Logo.png\",\"alt\":\"Wordpress-Logo\",\"fullWidth\":false,\"width\":\"260px\",\"height\":\"177px\",\"styles\":{\"block\":{\"textAlign\":\"left\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"22px\"}}},{\"type\":\"social\",\"iconSet\":\"full-symbol-grey\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"website\",\"link\":\"\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Website.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Website\"},{\"type\":\"socialIcon\",\"iconType\":\"email\",\"link\":\"\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Email.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Email\"}]}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/word-press-theme\\/Wordpress-Header-b.jpg\",\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#2d557f\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\">ThemeZone presents...<\\/span><\\/h3>\"},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/word-press-theme\\/Wordpress-Header-img.png\",\"alt\":\"Wordpress-Header-img\",\"fullWidth\":false,\"width\":\"1134px\",\"height\":\"898px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\">The Winter Theme Bundle<\\/span><\\/h2>\\n <p style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\"><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin placerat feugiat est, malesuada varius sem finibus a. Nunc feugiat sollicitudin gravida.<\\/span><\\/span><\\/p>\"},{\"type\":\"button\",\"text\":\"Take a look\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\",\"borderColor\":\"#1e986a\",\"borderWidth\":\"0px\",\"borderRadius\":\"40px\",\"borderStyle\":\"solid\",\"width\":\"132px\",\"lineHeight\":\"50px\",\"fontColor\":\"#1a4f66\",\"fontFamily\":\"Arvo\",\"fontSize\":\"16px\",\"fontWeight\":\"bold\",\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"44px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: center;\\\"><span style=\\\"color: #333333;\\\">Fully customisable and ready to use<\\/span><\\/h2>\\n <p style=\\\"text-align: center;\\\"><span style=\\\"color: #333333;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin placerat feugiat est, malesuada varius sem finibus a. Nunc feugiat sollicitudin gravida.<\\/span><\\/p>\"},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/word-press-theme\\/Wordpress-Image-1.jpg\",\"alt\":\"Wordpress-Image-1\",\"fullWidth\":true,\"width\":\"400px\",\"height\":\"340px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"60px\"}}},{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: left;\\\"><span style=\\\"color: #333333;\\\">Beautiful, simple design<\\/span><\\/h2>\\n <p style=\\\"text-align: left;\\\"><span style=\\\"color: #333333;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin placerat feugiat est, malesuada varius sem finibus a. Nunc feugiat sollicitudin gravida.<\\/span><\\/p>\"}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/word-press-theme\\/Wordpress-Image-2.jpg\",\"alt\":\"Wordpress-Image-2\",\"fullWidth\":true,\"width\":\"541px\",\"height\":\"454px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#051137\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}},{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\">Installation is super easy<\\/span><\\/h2>\\n <p style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\"><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin placerat feugiat est, malesuada varius sem finibus a. Nunc feugiat sollicitudin gravida.<\\/span><\\/span><\\/p>\"}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#051137\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: center;\\\"><span style=\\\"color: #2ecd91;\\\"><strong>1<\\/strong><\\/span><\\/h2>\\n <p style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\"><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit.<\\/span><\\/span><\\/p>\"}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: center;\\\"><span style=\\\"color: #2ecd91;\\\"><strong><span>2<\\/span><\\/strong><\\/span><\\/h2>\\n <p style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\"><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit.<\\/span><\\/span><\\/p>\"}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: center;\\\"><span style=\\\"color: #2ecd91;\\\"><strong><span>3<\\/span><\\/strong><\\/span><\\/h2>\\n <p style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\"><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit.<\\/span><\\/span><\\/p>\"}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#051137\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#b8dae3\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#b8dae3\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/word-press-theme\\/Wordpress-Logo-Footer.png\",\"alt\":\"Wordpress-Logo-Footer\",\"fullWidth\":false,\"width\":\"190px\",\"height\":\"177px\",\"styles\":{\"block\":{\"textAlign\":\"left\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"footer\",\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arvo\",\"fontSize\":\"12px\",\"textAlign\":\"right\"},\"link\":{\"fontColor\":\"#051137\",\"textDecoration\":\"underline\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#000000\",\"fontFamily\":\"Arvo\",\"fontSize\":\"14px\"},\"h1\":{\"fontColor\":\"#111111\",\"fontFamily\":\"Arvo\",\"fontSize\":\"30px\"},\"h2\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arvo\",\"fontSize\":\"24px\"},\"h3\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Arvo\",\"fontSize\":\"22px\"},\"link\":{\"fontColor\":\"#21759B\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#b8dae3\"}},\"blockDefaults\":{\"automatedLatestContent\":{\"amount\":\"5\",\"withLayout\":false,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"belowTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContent.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContent.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"automatedLatestContentLayout\":{\"amount\":\"5\",\"withLayout\":true,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContentLayout.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContentLayout.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"button\":{\"text\":\"Take a look\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\",\"borderColor\":\"#1e986a\",\"borderWidth\":\"0px\",\"borderRadius\":\"40px\",\"borderStyle\":\"solid\",\"width\":\"132px\",\"lineHeight\":\"50px\",\"fontColor\":\"#1a4f66\",\"fontFamily\":\"Arvo\",\"fontSize\":\"16px\",\"fontWeight\":\"bold\",\"textAlign\":\"center\"}},\"type\":\"button\"},\"divider\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"dotted\",\"borderWidth\":\"4px\",\"borderColor\":\"#21377e\"}},\"type\":\"divider\"},\"footer\":{\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arvo\",\"fontSize\":\"12px\",\"textAlign\":\"right\"},\"link\":{\"fontColor\":\"#051137\",\"textDecoration\":\"underline\"}},\"type\":\"footer\"},\"posts\":{\"amount\":\"10\",\"withLayout\":true,\"contentType\":\"post\",\"postStatus\":\"publish\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"link\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"posts.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"posts.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"social\":{\"iconSet\":\"full-symbol-grey\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"website\",\"link\":\"\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Website.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Website\"},{\"type\":\"socialIcon\",\"iconType\":\"email\",\"link\":\"\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Email.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Email\"}],\"type\":\"social\"},\"spacer\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}},\"type\":\"spacer\"},\"header\":{\"text\":\"<a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arvo\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#222222\",\"textDecoration\":\"none\"}},\"type\":\"header\"}}}','https://ps.w.org/mailpoet/assets/newsletter-templates/word-press-theme/thumbnail.20190411-1500.jpg',1,NULL,'2019-09-17 13:54:02'),(61,0,'Drone','[\"standard\",\"all\"]','','{\"content\":{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#242424\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#070707\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/drone\\/Drone-Logo.png\",\"alt\":\"Drone-Logo\",\"fullWidth\":false,\"width\":\"138px\",\"height\":\"228px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<h1 style=\\\"text-align: center;\\\"><strong><span style=\\\"color: #ffffff;\\\">TAKE TO THE SKIES<\\/span><\\/strong><\\/h1>\"},{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: center;\\\"><span style=\\\"color: #f0f0f0;\\\">The Frontier 7S is the world’s first<\\/span><\\/h3>\\n<h3 style=\\\"text-align: center;\\\"><span style=\\\"color: #f0f0f0;\\\">mind-controlled aerial drone<\\/span><\\/h3>\"},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/drone\\/Drone-Header.jpg\",\"alt\":\"Drone-Header\",\"fullWidth\":false,\"width\":\"470px\",\"height\":\"462px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"39px\"}}},{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: center;\\\"><strong>Fly with your mind<\\/strong><\\/h2>\\n<p style=\\\"text-align: center;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis pharetra diam semper, vulputate eros quis, sagittis ipsum. Vivamus ullamcorper sapien at sapien maximus, nec venenatis sapien tincidunt. Duis viverra imperdiet magna, a facilisis diam scelerisque at. Nunc at quam ligula. Nullam ut magna velit.<\\/p>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/drone\\/Drone-Image-1.jpg\",\"alt\":\"Drone-Image-1\",\"fullWidth\":true,\"width\":\"400px\",\"height\":\"400px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"55px\"}}},{\"type\":\"text\",\"text\":\"<h2><strong>Ready to travel to you<\\/strong><\\/h2>\\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis pharetra diam semper, vulputate eros quis, sagittis ipsum. Vivamus ullamcorper sapien at sapien maximus, nec venenatis sapien tincidunt.<\\/p>\"},{\"type\":\"button\",\"text\":\"Find Out More\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#000000\",\"borderColor\":\"#000000\",\"borderWidth\":\"1px\",\"borderRadius\":\"10px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Arial\",\"fontSize\":\"18px\",\"fontWeight\":\"bold\",\"textAlign\":\"left\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"25px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#080808\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}},{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: center;\\\"><strong><span style=\\\"color: #ffffff;\\\">Don\'t just take our word for it...<\\/span><\\/strong><\\/h2>\"},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/drone\\/Drone-Video.jpg\",\"alt\":\"Drone-Video\",\"fullWidth\":true,\"width\":\"1280px\",\"height\":\"760px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\">Check out our social media platforms and keep up-to-date with the latest news and events happening near you.<\\/span><\\/p>\"},{\"type\":\"social\",\"iconSet\":\"full-symbol-grey\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"},{\"type\":\"socialIcon\",\"iconType\":\"youtube\",\"link\":\"http:\\/\\/www.youtube.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Youtube.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Youtube\"}]},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#242424\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#242424\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/drone\\/Drone-Logo-Light-1.png\",\"alt\":\"Drone-Logo-Light\",\"fullWidth\":false,\"width\":\"120px\",\"height\":\"72px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#242424\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><span style=\\\"color: #aeaeae;\\\">Address Line 1 <\\/span><\\/p>\\n<p style=\\\"text-align: center;\\\"><span style=\\\"color: #aeaeae;\\\">Address Line 2 <\\/span><\\/p>\\n<p style=\\\"text-align: center;\\\"><span style=\\\"color: #aeaeae;\\\">City <\\/span><\\/p>\\n<p style=\\\"text-align: center;\\\"><span style=\\\"color: #aeaeae;\\\">Country<\\/span><\\/p>\"},{\"type\":\"footer\",\"text\":\"<p><span style=\\\"color: #ffffff;\\\"><a href=\\\"[link:subscription_unsubscribe_url]\\\" style=\\\"color: #ffffff;\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\" style=\\\"color: #ffffff;\\\">Manage subscription<\\/a><\\/span><\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#000000\",\"fontFamily\":\"Arial\",\"fontSize\":\"14px\"},\"h1\":{\"fontColor\":\"#111111\",\"fontFamily\":\"Lucida\",\"fontSize\":\"40px\"},\"h2\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"24px\"},\"h3\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Verdana\",\"fontSize\":\"16px\"},\"link\":{\"fontColor\":\"#070707\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#242424\"}},\"blockDefaults\":{\"automatedLatestContent\":{\"amount\":\"5\",\"withLayout\":false,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"belowTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContent.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContent.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"automatedLatestContentLayout\":{\"amount\":\"5\",\"withLayout\":true,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContentLayout.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContentLayout.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"button\":{\"text\":\"Button\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"divider\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"footer\":{\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}}},\"posts\":{\"amount\":\"10\",\"withLayout\":true,\"contentType\":\"post\",\"postStatus\":\"publish\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"link\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"posts.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"posts.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"social\":{\"iconSet\":\"default\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/01-social\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/01-social\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"}]},\"spacer\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"39px\"}},\"type\":\"spacer\"},\"header\":{\"text\":\"<a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"underline\"}}}}}','https://ps.w.org/mailpoet/assets/newsletter-templates/drone/thumbnail.20190411-1500.jpg',1,NULL,'2019-09-17 13:54:02'),(62,0,'Fashion Blog','[\"standard\",\"all\"]','','{\"content\":{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"header\",\"text\":\"<p><span style=\\\"color: #999999;\\\"><a href=\\\"[link:newsletter_view_in_browser_url]\\\" style=\\\"color: #999999;\\\">View online ><\\/a><\\/span><\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"underline\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/fashion-blog\\/Fashion-Logo-1.png\",\"alt\":\"Fashion-Logo-1\",\"fullWidth\":false,\"width\":\"200px\",\"height\":\"38px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/fashion-blog\\/Fashion-Header.jpg\",\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#66cbba\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"170px\"}}},{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: center; background-color: #ffffff; line-height: 1.2; margin: 0!important; padding: 15px 10px 10px 10px;\\\"><strong>The new season is here<\\/strong><\\/h2>\\n <p style=\\\"text-align: center; background-color: #ffffff; padding: 10px; margin: 0!important;\\\"><strong><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus et pellentesque<\\/span><\\/strong><\\/p>\\n <p style=\\\"text-align: center; background-color: #ffffff; padding: 10px 10px 30px 10px; margin: 0!important;\\\"><a href=\\\"http:\\/\\/www.mystore.com\\\" style=\\\"background-color: #222222; color: #ffffff!important; padding: 10px; text-decoration: none!important; font-weight: bold;\\\">Start Shopping<\\/a><\\/p>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"170px\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":\"1_2\",\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/fashion-blog\\/Fashion-Gift.jpg\",\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#66cbba\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"50px\"}}},{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: right;\\\"><strong>In a hurry?<\\/strong><\\/h3>\\n <p style=\\\"text-align: right;\\\">Grab a gift card from our online shop.<\\/p>\\n <p style=\\\"text-align: right;\\\">Treat yourself or that special someone in your life.<\\/p>\"},{\"type\":\"button\",\"text\":\"Buy a gift card\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#222222\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"114px\",\"lineHeight\":\"34px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"fontWeight\":\"bold\",\"textAlign\":\"right\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"50px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><strong>Keep in touch with us online<\\/strong><\\/p>\"},{\"type\":\"social\",\"iconSet\":\"full-symbol-black\",\"styles\":{\"block\":{\"textAlign\":\"center\"}},\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"}]},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/fashion-blog\\/Fashion-Logo-1.png\",\"alt\":\"Fashion-Logo-1\",\"fullWidth\":true,\"width\":\"142px\",\"height\":\"38px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"footer\",\"text\":\"<p><strong><span style=\\\"color: #000000;\\\"><a href=\\\"[link:subscription_unsubscribe_url]\\\" style=\\\"color: #000000;\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\" style=\\\"color: #000000;\\\">Manage your subscription<\\/a><\\/span><\\/strong><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"23px\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#000000\",\"fontFamily\":\"Arial\",\"fontSize\":\"13px\"},\"h1\":{\"fontColor\":\"#111111\",\"fontFamily\":\"Arial\",\"fontSize\":\"26px\"},\"h2\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"22px\"},\"h3\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Arial\",\"fontSize\":\"20px\"},\"link\":{\"fontColor\":\"#21759B\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#ffffff\"}},\"blockDefaults\":{\"automatedLatestContent\":{\"amount\":\"5\",\"withLayout\":false,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"belowTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContent.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContent.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"automatedLatestContentLayout\":{\"amount\":\"5\",\"withLayout\":true,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContentLayout.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContentLayout.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"button\":{\"text\":\"Buy a gift card\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#222222\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"114px\",\"lineHeight\":\"34px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"fontWeight\":\"bold\",\"textAlign\":\"right\"}},\"type\":\"button\"},\"divider\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"footer\":{\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}},\"type\":\"footer\"},\"posts\":{\"amount\":\"10\",\"withLayout\":true,\"contentType\":\"post\",\"postStatus\":\"publish\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"link\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"posts.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"posts.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"social\":{\"iconSet\":\"full-symbol-black\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"}],\"type\":\"social\"},\"spacer\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"170px\"}},\"type\":\"spacer\"},\"header\":{\"text\":\"<a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"underline\"}},\"type\":\"header\"}}}','https://ps.w.org/mailpoet/assets/newsletter-templates/fashion-blog/thumbnail.20190411-1500.jpg',1,NULL,'2019-09-17 13:54:02'),(63,0,'Fashion Store','[\"standard\",\"all\"]','','{\"content\":{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/fashion\\/tulip-2.png\",\"alt\":\"tulip\",\"fullWidth\":false,\"width\":\"26.5px\",\"height\":\"64px\",\"styles\":{\"block\":{\"textAlign\":\"left\"}}},{\"type\":\"text\",\"text\":\"<h1><strong>TULIP PARK<\\/strong><\\/h1>\"}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"85px\"}}},{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: right;\\\"><span style=\\\"color: #bcbcbc;\\\">Since 1987<\\/span><\\/h3>\"}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/fashion\\/Fashion-Header.jpg\",\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#f8f8f8\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"486px\"}}},{\"type\":\"text\",\"text\":\"<h1 style=\\\"text-align: left;\\\"><span style=\\\"color: #ffffff;\\\">Autumn\\/Winter<\\/span><\\/h1>\"}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}},{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: center;\\\"><strong>The Autumn\\/Winter Range at Tulip Park<\\/strong><\\/h2>\\n<p style=\\\"text-align: center;\\\"><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. In elementum nunc vel est congue, a venenatis nunc aliquet. Curabitur luctus, nulla et dignissim elementum, ipsum eros fermentum nulla, non cursus eros mi eu velit. Nunc ex nibh, porta vulputate pharetra ac, placerat sed orci. Etiam enim enim, aliquet nec ligula in, ultrices iaculis dolor. Suspendisse potenti. Praesent fringilla augue ut lorem mattis, vitae fringilla nunc faucibus.<\\/span><\\/p>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/fashion\\/Fashion-Items-1.jpg\",\"alt\":\"Fashion-Items-1\",\"fullWidth\":true,\"width\":\"364px\",\"height\":\"291px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"36px\"}}},{\"type\":\"text\",\"text\":\"<h3><strong>Title Goes Here<\\/strong><\\/h3>\\n<p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. In elementum nunc vel est congue, a venenatis nunc aliquet. Curabitur luctus, nulla et dignissim elementum, ipsum eros fermentum nulla, non cursus eros mi eu velit. Nunc ex nibh, porta vulputate pharetra ac, placerat sed orci.<\\/span><\\/p>\"}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"36px\"}}},{\"type\":\"text\",\"text\":\"<h3><strong>Title Goes Here<\\/strong><\\/h3>\\n<p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. In elementum nunc vel est congue, a venenatis nunc aliquet. Curabitur luctus, nulla et dignissim elementum, ipsum eros fermentum nulla, non cursus eros mi eu velit. Nunc ex nibh, porta vulputate pharetra ac, placerat sed orci.<\\/span><\\/p>\"}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/fashion\\/Fashion-Items-2.jpg\",\"alt\":\"Fashion-Items-2\",\"fullWidth\":true,\"width\":\"364px\",\"height\":\"291px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/fashion\\/Fashion-Items-3.jpg\",\"alt\":\"Fashion-Items-3\",\"fullWidth\":true,\"width\":\"364px\",\"height\":\"291px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"36px\"}}},{\"type\":\"text\",\"text\":\"<h3><strong>Title Goes Here<\\/strong><\\/h3>\\n<p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. In elementum nunc vel est congue, a venenatis nunc aliquet. Curabitur luctus, nulla et dignissim elementum, ipsum eros fermentum nulla, non cursus eros mi eu velit. Nunc ex nibh, porta vulputate pharetra ac, placerat sed orci.<\\/span><\\/p>\"}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"35px\"}}},{\"type\":\"button\",\"text\":\"Check out the full range here\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#cdcdcd\",\"borderColor\":\"#e4e4e4\",\"borderWidth\":\"1px\",\"borderRadius\":\"3px\",\"borderStyle\":\"solid\",\"width\":\"288px\",\"lineHeight\":\"40px\",\"fontColor\":\"#000000\",\"fontFamily\":\"Arial\",\"fontSize\":\"16px\",\"fontWeight\":\"bold\",\"textAlign\":\"center\"}}},{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"1px\",\"borderColor\":\"#aaaaaa\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: center;\\\"><strong>New in this week...<\\/strong><\\/h2>\"}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/fashion\\/Fashion-Items-4.jpg\",\"alt\":\"Fashion-Items-4\",\"fullWidth\":true,\"width\":\"364px\",\"height\":\"291px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/fashion\\/Fashion-Items-5.jpg\",\"alt\":\"Fashion-Items-5\",\"fullWidth\":true,\"width\":\"364px\",\"height\":\"291px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/fashion\\/Fashion-Items-6.jpg\",\"alt\":\"Fashion-Items-6\",\"fullWidth\":true,\"width\":\"364px\",\"height\":\"291px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#12223b\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#f0f0f0\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#f0f0f0\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: center;\\\"><strong>TULIP PARK<\\/strong><\\/h2>\"}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"social\",\"iconSet\":\"full-symbol-black\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"}]}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"font-size: 11px;\\\"><span style=\\\"color: #000000;\\\"><a href=\\\"[link:subscription_unsubscribe_url]\\\" style=\\\"color: #000000;\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\" style=\\\"color: #000000;\\\">Manage subscription<\\/a><\\/span><br \\/><span style=\\\"color: #000000;\\\">Add your postal address here!<\\/span><\\/p>\"}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#000000\",\"fontFamily\":\"Arial\",\"fontSize\":\"14px\"},\"h1\":{\"fontColor\":\"#111111\",\"fontFamily\":\"Courier New\",\"fontSize\":\"30px\"},\"h2\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"24px\"},\"h3\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\"},\"link\":{\"fontColor\":\"#008282\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#f0f0f0\"}},\"blockDefaults\":{\"automatedLatestContent\":{\"amount\":\"5\",\"withLayout\":false,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"belowTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContent.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContent.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"automatedLatestContentLayout\":{\"amount\":\"5\",\"withLayout\":true,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContentLayout.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContentLayout.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"button\":{\"text\":\"Button\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"divider\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"footer\":{\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}}},\"posts\":{\"amount\":\"10\",\"withLayout\":true,\"contentType\":\"post\",\"postStatus\":\"publish\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"link\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"posts.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"posts.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"social\":{\"iconSet\":\"default\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/01-social\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/01-social\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"}]},\"spacer\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"486px\"}},\"type\":\"spacer\"},\"header\":{\"text\":\"<a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"underline\"}}}}}','https://ps.w.org/mailpoet/assets/newsletter-templates/fashion/thumbnail.20190411-1500.jpeg',1,NULL,'2019-09-17 13:54:03'),(64,0,'Women Fashion Store','[\"standard\",\"all\"]','','{\"content\":{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#f5f5f5\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#f5f5f5\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<p style=\\\"font-size: 12px; text-align: left;\\\">October 2018 Edition<\\/p>\"}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: right;\\\"><a href=\\\"[link:newsletter_view_in_browser_url]\\\" style=\\\"color: #b76e97; font-size: 12px;\\\">View<\\/a><a href=\\\"[link:newsletter_view_in_browser_url]\\\" style=\\\"color: #b76e97; font-size: 12px;\\\"> Online<\\/a><\\/p>\"}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#f5f5f5\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/fashion-blog-a\\/Fashion-Logo.png\",\"alt\":\"Fashion-Logo\",\"fullWidth\":false,\"width\":\"157px\",\"height\":\"48px\",\"styles\":{\"block\":{\"textAlign\":\"left\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/fashion-blog-a\\/Fashion-Header.jpg\",\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"90px\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\"><strong>October 2018<\\/strong><\\/span><\\/p>\\n <h1 style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\"><strong>Autumn Season<\\/strong><\\/span><\\/h1>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"60px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: left;\\\"><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce mollis orci justo, commodo mattis nisi ullamcorper vitae. Sed aliquam, ex ac lacinia tempus, enim urna luctus odio, at consequat leo ante non tellus.<\\/span><\\/p>\\n <p style=\\\"text-align: left;\\\"><span><\\/span><\\/p>\\n <p style=\\\"text-align: left;\\\"><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce mollis orci justo, commodo mattis nisi ullamcorper vitae. <\\/span><\\/p>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":\"1_2\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#f6e4e4\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/fashion-blog-a\\/Fashion-Image-1.jpg\",\"alt\":\"Fashion-Image-1\",\"fullWidth\":true,\"width\":\"400px\",\"height\":\"600px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"60px\"}}},{\"type\":\"text\",\"text\":\"<h2><span style=\\\"color: #b76e97;\\\"><strong>$59<\\/strong><\\/span><\\/h2>\\n <h3><strong>New Outfit<\\/strong><\\/h3>\\n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce mollis orci justo, commodo mattis nisi ullamcorper vitae. <span>Lorem ipsum dolor sit amet.<\\/span><\\/p>\"},{\"type\":\"button\",\"text\":\"Read more\",\"url\":\"[postLink]\",\"styles\":{\"block\":{\"backgroundColor\":\"#ae6ca1\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"100px\",\"lineHeight\":\"35px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"14px\",\"fontWeight\":\"bold\",\"textAlign\":\"left\"}}}]}]},{\"type\":\"container\",\"columnLayout\":\"2_1\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#ebe8e8\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"60px\"}}},{\"type\":\"text\",\"text\":\"<h2><span style=\\\"color: #b76e97;\\\"><strong>$159<\\/strong><\\/span><\\/h2>\\n <h3><strong>New Outfit<\\/strong><\\/h3>\\n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce mollis orci justo, commodo mattis nisi ullamcorper vitae. <span>Lorem ipsum dolor sit amet.<\\/span><\\/p>\"},{\"type\":\"button\",\"text\":\"Read more\",\"url\":\"[postLink]\",\"styles\":{\"block\":{\"backgroundColor\":\"#ae6ca1\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"100px\",\"lineHeight\":\"35px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"14px\",\"fontWeight\":\"bold\",\"textAlign\":\"left\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/fashion-blog-a\\/Fashion-Image-2.jpg\",\"alt\":\"Fashion-Image-2\",\"fullWidth\":true,\"width\":\"400px\",\"height\":\"600px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"columnLayout\":\"1_2\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#f6e4e4\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/fashion-blog-a\\/Fashion-Image-3.jpg\",\"alt\":\"Fashion-Image-3\",\"fullWidth\":true,\"width\":\"400px\",\"height\":\"600px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"60px\"}}},{\"type\":\"text\",\"text\":\"<h2><span style=\\\"color: #b76e97;\\\"><strong>$25<\\/strong><\\/span><\\/h2>\\n <h3><strong>New Outfit<\\/strong><\\/h3>\\n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce mollis orci justo, commodo mattis nisi ullamcorper vitae. <span>Lorem ipsum dolor sit amet.<\\/span><\\/p>\"},{\"type\":\"button\",\"text\":\"Read more\",\"url\":\"[postLink]\",\"styles\":{\"block\":{\"backgroundColor\":\"#ae6ca1\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"100px\",\"lineHeight\":\"35px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"14px\",\"fontWeight\":\"bold\",\"textAlign\":\"left\"}}}]}]},{\"type\":\"container\",\"columnLayout\":\"2_1\",\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/fashion-blog-a\\/Fashion-Instagram.jpg\",\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"50px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/fashion-blog-a\\/glyph-logo_May2016.png\",\"alt\":\"glyph-logo_May2016\",\"fullWidth\":false,\"width\":\"52px\",\"height\":\"504px\",\"styles\":{\"block\":{\"textAlign\":\"left\"}}},{\"type\":\"text\",\"text\":\"<h2><span style=\\\"color: #000000;\\\"><strong>Our new Instagram Page<\\/strong><\\/span><\\/h2>\\n <p><span style=\\\"color: #000000;\\\">We have just released our brand new Instagram page.<\\/span><\\/p>\\n <p><span style=\\\"color: #000000;\\\">We\'ll be keeping everyone up to date with the latest<\\/span><\\/p>\\n <p><span style=\\\"color: #000000;\\\">fashion and style advice every day.<\\/span><\\/p>\"},{\"type\":\"button\",\"text\":\"Check it out\",\"url\":\"[postLink]\",\"styles\":{\"block\":{\"backgroundColor\":\"#151515\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"114px\",\"lineHeight\":\"35px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"14px\",\"fontWeight\":\"bold\",\"textAlign\":\"left\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"35px\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#f5f5f5\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}},{\"type\":\"social\",\"iconSet\":\"full-symbol-black\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"}]}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#f5f5f5\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"footer\",\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage your subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#ae70ad\",\"textDecoration\":\"none\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#626262\",\"fontFamily\":\"Noticia Text\",\"fontSize\":\"14px\"},\"h1\":{\"fontColor\":\"#111111\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"30px\"},\"h2\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"22px\"},\"h3\":{\"fontColor\":\"#505050\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"20px\"},\"link\":{\"fontColor\":\"#21759b\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#f5f5f5\"}},\"blockDefaults\":{\"automatedLatestContent\":{\"amount\":\"5\",\"withLayout\":false,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"belowTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContent.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContent.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"automatedLatestContentLayout\":{\"amount\":\"5\",\"withLayout\":true,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContentLayout.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContentLayout.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"button\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"styles\":{\"block\":{\"backgroundColor\":\"#ae6ca1\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"100px\",\"lineHeight\":\"35px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"14px\",\"fontWeight\":\"bold\",\"textAlign\":\"left\"}},\"type\":\"button\"},\"divider\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"footer\":{\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#ae70ad\",\"textDecoration\":\"none\"}},\"type\":\"footer\"},\"posts\":{\"amount\":\"10\",\"withLayout\":true,\"contentType\":\"post\",\"postStatus\":\"publish\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h3\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":true,\"featuredImagePosition\":\"right\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"link\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"posts.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}},\"type\":\"button\"},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"posts.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}},\"type\":\"divider\"},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\",\"type\":\"posts\",\"offset\":0,\"terms\":[],\"search\":\"\"},\"social\":{\"iconSet\":\"full-symbol-black\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"}],\"type\":\"social\"},\"spacer\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}},\"type\":\"spacer\"},\"header\":{\"text\":\"<a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"underline\"}},\"type\":\"header\"}}}','https://ps.w.org/mailpoet/assets/newsletter-templates/fashion-blog-a/thumbnail.20190411-1500.jpg',1,NULL,'2019-09-17 13:54:04');
INSERT INTO `wp_mailpoet_newsletter_templates` VALUES (65,0,'Photography','[\"standard\",\"all\"]','','{\"content\":{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/photography\\/Photography-Logo.png\",\"alt\":\"Photography-Logo\",\"fullWidth\":false,\"width\":\"160px\",\"height\":\"141px\",\"styles\":{\"block\":{\"textAlign\":\"left\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"42px\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: right;\\\"><a href=\\\"[link:newsletter_view_in_browser_url]\\\">View online ><\\/a><\\/p>\"}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h1 style=\\\"line-height: 48px;\\\"><strong>The big photos from last week, straight to your inbox.<\\/strong><\\/h1>\"}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/photography\\/Photography-Images-1.jpg\",\"alt\":\"Photography-Images-1\",\"fullWidth\":true,\"width\":\"1200px\",\"height\":\"800px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<p><strong><span style=\\\"color: #000000;\\\">Canyon<\\/span><\\/strong><\\/p>\\n <p><span style=\\\"color: #000000;\\\">\\ud83d\\udcf7 Brodie Vissers<\\/span><\\/p>\"}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"25px\"}}},{\"type\":\"button\",\"text\":\"View all work\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#111111\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"140px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Courier New\",\"fontSize\":\"14px\",\"fontWeight\":\"normal\",\"textAlign\":\"right\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"60px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/photography\\/Photography-Images-2.jpg\",\"alt\":\"Photography-Images-2\",\"fullWidth\":true,\"width\":\"1200px\",\"height\":\"800px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<p><strong><span style=\\\"color: #000000;\\\">Rooftopper<\\/span><\\/strong><\\/p>\\n <p><span style=\\\"color: #000000;\\\">\\ud83d\\udcf7 Stan Johnson<\\/span><\\/p>\"}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"25px\"}}},{\"type\":\"button\",\"text\":\"View all work\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#111111\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"140px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Courier New\",\"fontSize\":\"14px\",\"fontWeight\":\"normal\",\"textAlign\":\"right\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"60px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/photography\\/Photography-Images-3.jpg\",\"alt\":\"Photography-Images-3\",\"fullWidth\":true,\"width\":\"1200px\",\"height\":\"800px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<p><strong><span style=\\\"color: #000000;\\\">Gold<\\/span><\\/strong><\\/p>\\n <p><span style=\\\"color: #000000;\\\">\\ud83d\\udcf7 Nicole De Khors<\\/span><\\/p>\"}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"25px\"}}},{\"type\":\"button\",\"text\":\"View all work\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#111111\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"140px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Courier New\",\"fontSize\":\"14px\",\"fontWeight\":\"normal\",\"textAlign\":\"right\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"60px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h1 style=\\\"line-height: 48px; text-align: center;\\\"><strong>Fresh inspiration<\\/strong><\\/h1>\"}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/photography\\/Photography-Squares-1.jpg\",\"alt\":\"Photography-Squares-1\",\"fullWidth\":true,\"width\":\"700px\",\"height\":\"700px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/photography\\/Photography-Squares-2.jpg\",\"alt\":\"Photography-Squares-2\",\"fullWidth\":true,\"width\":\"700px\",\"height\":\"700px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/photography\\/Photography-Squares-3.jpg\",\"alt\":\"Photography-Squares-3\",\"fullWidth\":true,\"width\":\"700px\",\"height\":\"700px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/photography\\/Photography-Squares-4.jpg\",\"alt\":\"Photography-Squares-4\",\"fullWidth\":true,\"width\":\"700px\",\"height\":\"700px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/photography\\/Photography-Squares-5.jpg\",\"alt\":\"Photography-Squares-5\",\"fullWidth\":true,\"width\":\"700px\",\"height\":\"700px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/photography\\/Photography-Squares-6.jpg\",\"alt\":\"Photography-Squares-6\",\"fullWidth\":true,\"width\":\"700px\",\"height\":\"700px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/photography\\/Photography-Squares-7.jpg\",\"alt\":\"Photography-Squares-7\",\"fullWidth\":true,\"width\":\"700px\",\"height\":\"700px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/photography\\/Photography-Squares-8.jpg\",\"alt\":\"Photography-Squares-8\",\"fullWidth\":true,\"width\":\"700px\",\"height\":\"700px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/photography\\/Photography-Squares-9.jpg\",\"alt\":\"Photography-Squares-9\",\"fullWidth\":true,\"width\":\"700px\",\"height\":\"700px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"60px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h1 style=\\\"line-height: 48px; text-align: center;\\\"><strong>Stay focused<\\/strong><\\/h1>\\n <p style=\\\"text-align: center;\\\">We\'re always keeping our social media feeds up to date with the latest images from our photographers. Check them out below.<\\/p>\"},{\"type\":\"social\",\"iconSet\":\"full-symbol-grey\",\"styles\":{\"block\":{\"textAlign\":\"center\"}},\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"},{\"type\":\"socialIcon\",\"iconType\":\"youtube\",\"link\":\"http:\\/\\/www.youtube.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Youtube.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Youtube\"}]}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"29px\",\"borderStyle\":\"solid\",\"borderWidth\":\"2px\",\"borderColor\":\"#2d2d2d\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/photography\\/Photography-Logo.png\",\"alt\":\"Photography-Logo\",\"fullWidth\":false,\"width\":\"108px\",\"height\":\"141px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"footer\",\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage subscription<\\/a><br \\/><span style=\\\"color: #999999;\\\">Add your postal address here!<\\/span><\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#ffffff\",\"fontFamily\":\"Courier New\",\"fontSize\":\"13px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#ffffff\",\"textDecoration\":\"underline\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#ffffff\",\"fontFamily\":\"Courier New\",\"fontSize\":\"16px\"},\"h1\":{\"fontColor\":\"#ffffff\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"40px\"},\"h2\":{\"fontColor\":\"#ffffff\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"24px\"},\"h3\":{\"fontColor\":\"#ffffff\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"22px\"},\"link\":{\"fontColor\":\"#ffffff\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#111111\"},\"body\":{\"backgroundColor\":\"#111111\"}},\"blockDefaults\":{\"automatedLatestContent\":{\"amount\":\"5\",\"withLayout\":false,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"belowTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContent.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContent.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"automatedLatestContentLayout\":{\"amount\":\"5\",\"withLayout\":true,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContentLayout.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContentLayout.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"button\":{\"text\":\"View all work\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#111111\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"140px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Courier New\",\"fontSize\":\"14px\",\"fontWeight\":\"normal\",\"textAlign\":\"right\"}},\"type\":\"button\"},\"divider\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"29px\",\"borderStyle\":\"solid\",\"borderWidth\":\"2px\",\"borderColor\":\"#2d2d2d\"}},\"type\":\"divider\"},\"footer\":{\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#ffffff\",\"fontFamily\":\"Courier New\",\"fontSize\":\"13px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#ffffff\",\"textDecoration\":\"underline\"}},\"type\":\"footer\"},\"posts\":{\"amount\":\"10\",\"withLayout\":true,\"contentType\":\"post\",\"postStatus\":\"publish\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"link\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"posts.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"posts.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"social\":{\"iconSet\":\"full-symbol-grey\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"},{\"type\":\"socialIcon\",\"iconType\":\"youtube\",\"link\":\"http:\\/\\/www.youtube.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Youtube.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Youtube\"}],\"type\":\"social\"},\"spacer\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}},\"type\":\"spacer\"},\"header\":{\"text\":\"<a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"underline\"}}}}}','https://ps.w.org/mailpoet/assets/newsletter-templates/photography/thumbnail.20190411-1500.jpg',1,NULL,'2019-09-17 13:54:04'),(66,0,'Jazz Club','[\"standard\",\"all\"]','','{\"content\":{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/jazz-club\\/Jazz-Header.jpg\",\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#0b0821\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}},{\"type\":\"header\",\"text\":\"<p><a href=\\\"[link:newsletter_view_in_browser_url]\\\">View email in browser ><\\/a><\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#898989\",\"textDecoration\":\"underline\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/jazz-club\\/Jazz-logo.png\",\"alt\":\"Jazz-logo\",\"fullWidth\":false,\"width\":\"324px\",\"height\":\"607px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"social\",\"iconSet\":\"full-symbol-grey\",\"styles\":{\"block\":{\"textAlign\":\"center\"}},\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"},{\"type\":\"socialIcon\",\"iconType\":\"youtube\",\"link\":\"http:\\/\\/www.youtube.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Youtube.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Youtube\"}]},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/jazz-club\\/Jazz-Images-1.jpg\",\"alt\":\"Jazz-Images-1\",\"fullWidth\":false,\"width\":\"800px\",\"height\":\"875px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<h2><span>29th March 2019<\\/span><\\/h2>\\n <h1><span>James Patterson<\\/span><\\/h1>\\n <p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis ut fringilla velit, id malesuada nisi. Nam ac rutrum diam. Nunc diam leo, bibendum eget aliquam eget, commodo vitae lectus.<\\/span><\\/p>\"},{\"type\":\"button\",\"text\":\"Get tickets\",\"url\":\"[postLink]\",\"styles\":{\"block\":{\"backgroundColor\":\"#e30095\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"90px\",\"lineHeight\":\"36px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Roboto\",\"fontSize\":\"14px\",\"fontWeight\":\"normal\",\"textAlign\":\"left\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"35px\"}}},{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: right;\\\"><span>14th April 2019<\\/span><\\/h2>\\n <h1 style=\\\"text-align: right;\\\"><span>Samantha Morris<\\/span><\\/h1>\\n <p style=\\\"text-align: right;\\\"><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis ut fringilla velit, id malesuada nisi. Nam ac rutrum diam. Nunc diam leo, bibendum eget aliquam eget, commodo vitae lectus.<\\/span><\\/p>\"},{\"type\":\"button\",\"text\":\"Get tickets\",\"url\":\"[postLink]\",\"styles\":{\"block\":{\"backgroundColor\":\"#e30095\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"90px\",\"lineHeight\":\"36px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Roboto\",\"fontSize\":\"14px\",\"fontWeight\":\"normal\",\"textAlign\":\"right\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/jazz-club\\/Jazz-Images-2.jpg\",\"alt\":\"Jazz-Images-2\",\"fullWidth\":false,\"width\":\"800px\",\"height\":\"875px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/jazz-club\\/Jazz-Images-3.jpg\",\"alt\":\"Jazz-Images-3\",\"fullWidth\":false,\"width\":\"800px\",\"height\":\"875px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<h2><span>3rd May 2019<\\/span><\\/h2>\\n <h1><span>Buster Smith<\\/span><\\/h1>\\n <p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis ut fringilla velit, id malesuada nisi. Nam ac rutrum diam. Nunc diam leo, bibendum eget aliquam eget, commodo vitae lectus.<\\/span><\\/p>\"},{\"type\":\"button\",\"text\":\"Get tickets\",\"url\":\"[postLink]\",\"styles\":{\"block\":{\"backgroundColor\":\"#e30095\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"90px\",\"lineHeight\":\"36px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Roboto\",\"fontSize\":\"14px\",\"fontWeight\":\"normal\",\"textAlign\":\"left\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#ff7b0e\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"34px\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><span style=\\\"color: #a04d08;\\\"><strong>J A Z Z C L U B P R E S E N T S<\\/strong><\\/span><\\/p>\\n <h1 style=\\\"text-align: center; font-size: 52px;\\\"><span style=\\\"color: #ffffff;\\\">24th Jazz Festival<\\/span><\\/h1>\\n <h3 style=\\\"text-align: center;\\\"><strong><span style=\\\"color: #a04d08;\\\">5 - 14 August 2018<\\/span><\\/strong><\\/h3>\\n <p style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\"><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis ut fringilla velit, id malesuada nisi. Nam ac rutrum diam. Nunc diam leo, bibendum eget aliquam eget, commodo vitae lectus.<\\/span><\\/span><\\/p>\\n <p><span style=\\\"color: #ffffff;\\\"><\\/span><\\/p>\"},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/jazz-club\\/Jazz-Social.jpg\",\"alt\":\"Jazz-Social\",\"fullWidth\":true,\"width\":\"1200px\",\"height\":\"193px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"34px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/jazz-club\\/Jazz-logo.png\",\"alt\":\"Jazz-logo\",\"fullWidth\":false,\"width\":\"144px\",\"height\":\"607px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"footer\",\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#ffffff\",\"fontFamily\":\"Roboto\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#e30095\",\"textDecoration\":\"none\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#848486\",\"fontFamily\":\"Roboto\",\"fontSize\":\"14px\"},\"h1\":{\"fontColor\":\"#ffffff\",\"fontFamily\":\"Arvo\",\"fontSize\":\"26px\"},\"h2\":{\"fontColor\":\"#e30095\",\"fontFamily\":\"Arvo\",\"fontSize\":\"20px\"},\"h3\":{\"fontColor\":\"#e30095\",\"fontFamily\":\"Arvo\",\"fontSize\":\"22px\"},\"link\":{\"fontColor\":\"#e30095\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#0b0821\"},\"body\":{\"backgroundColor\":\"#0b0821\"}},\"blockDefaults\":{\"automatedLatestContent\":{\"amount\":\"5\",\"withLayout\":false,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"belowTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContent.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContent.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"automatedLatestContentLayout\":{\"amount\":\"3\",\"withLayout\":true,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h3\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read the post\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContentLayout.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"160px\",\"lineHeight\":\"30px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"16px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}},\"type\":\"button\"},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContentLayout.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}},\"type\":\"divider\"},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\",\"type\":\"automatedLatestContentLayout\",\"terms\":[]},\"button\":{\"text\":\"Get tickets\",\"url\":\"[postLink]\",\"styles\":{\"block\":{\"backgroundColor\":\"#e30095\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"90px\",\"lineHeight\":\"36px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Roboto\",\"fontSize\":\"14px\",\"fontWeight\":\"normal\",\"textAlign\":\"left\"}},\"type\":\"button\"},\"divider\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}},\"type\":\"divider\"},\"footer\":{\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#ffffff\",\"fontFamily\":\"Roboto\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#e30095\",\"textDecoration\":\"none\"}},\"type\":\"footer\"},\"posts\":{\"amount\":\"10\",\"withLayout\":true,\"contentType\":\"post\",\"postStatus\":\"publish\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"left\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"link\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"posts.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}},\"type\":\"button\"},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"posts.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}},\"type\":\"divider\"},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\",\"type\":\"posts\",\"offset\":10,\"terms\":[],\"search\":\"\"},\"social\":{\"iconSet\":\"full-symbol-grey\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"},{\"type\":\"socialIcon\",\"iconType\":\"youtube\",\"link\":\"http:\\/\\/www.youtube.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Youtube.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Youtube\"}],\"type\":\"social\"},\"spacer\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"34px\"}},\"type\":\"spacer\"},\"header\":{\"text\":\"<a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#898989\",\"textDecoration\":\"underline\"}},\"type\":\"header\"}}}','https://ps.w.org/mailpoet/assets/newsletter-templates/jazz-club/thumbnail.20190411-1500.jpg',1,NULL,'2019-09-17 13:54:04'),(67,0,'Guitarist','[\"standard\",\"all\"]','','{\"content\":{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#27282e\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"23px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#27282e\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/guitarist\\/Guitarist-Logo.png\",\"alt\":\"Guitarist-Logo\",\"fullWidth\":false,\"width\":\"184px\",\"height\":\"179px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"26px\"}}},{\"type\":\"social\",\"iconSet\":\"full-symbol-grey\",\"styles\":{\"block\":{\"textAlign\":\"center\"}},\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"25px\"}}},{\"type\":\"header\",\"text\":\"<p><a href=\\\"[link:newsletter_view_in_browser_url]\\\">View in browser ><\\/a><\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#949494\",\"textDecoration\":\"underline\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#27282e\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"23px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/guitarist\\/Guitarist-Header.jpg\",\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#27282e\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"700px\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"250px\"}}},{\"type\":\"text\",\"text\":\"<h3><strong>Exit Stage Right<\\/strong><\\/h3>\\n <p><span style=\\\"color: #999999;\\\">A brand new album releasing this summer on <span style=\\\"color: #ffffff;\\\">iTunes<\\/span> and <span style=\\\"color: #1db954;\\\">Spotify<\\/span><\\/span><\\/p>\"},{\"type\":\"button\",\"text\":\"Find out more\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#4c537e\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"95px\",\"lineHeight\":\"30px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"12px\",\"fontWeight\":\"normal\",\"textAlign\":\"left\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"130px\"}}},{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: center;\\\"><span style=\\\"color: #27282e;\\\"><strong>My recording setup<\\/strong><\\/span><\\/h3>\\n <p style=\\\"text-align: center;\\\"><span style=\\\"color: #5a5c66;\\\">A lot of people have been asking how I record my albums, so I thought I would write a quick blog post to explain<\\/span><\\/p>\"},{\"type\":\"button\",\"text\":\"Find out more\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#4c537e\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"95px\",\"lineHeight\":\"30px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"12px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/guitarist\\/Guitarist-Images-1-1.jpg\",\"alt\":\"Guitarist-Images-1\",\"fullWidth\":true,\"width\":\"800px\",\"height\":\"1000px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/guitarist\\/Guitarist-Images-2-1.jpg\",\"alt\":\"Guitarist-Images-2\",\"fullWidth\":true,\"width\":\"800px\",\"height\":\"1000px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"130px\"}}},{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: center;\\\"><span style=\\\"color: #27282e;\\\"><strong>Life on the road<\\/strong><\\/span><\\/h3>\\n <p style=\\\"text-align: center;\\\"><span style=\\\"color: #5a5c66;\\\">Not many people know what it\'s like to travel all over the world and perform every night in many different places<\\/span><\\/p>\"},{\"type\":\"button\",\"text\":\"Find out more\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#4c537e\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"95px\",\"lineHeight\":\"30px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"12px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#27282e\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}},{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\"><strong>New tour dates<\\/strong><\\/span><\\/h3>\\n <p style=\\\"text-align: center;\\\"><span style=\\\"color: #999999;\\\">Come see me perform new tracks from the album<\\/span><\\/p>\"},{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"14px\",\"borderStyle\":\"dashed\",\"borderWidth\":\"2px\",\"borderColor\":\"#37383e\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#27282e\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"button\",\"text\":\"March 7th 2019\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#4c537e\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"288px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"16px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\">Metro Radio Arena - Newcastle Upon Tyne<\\/span><\\/p>\"}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"button\",\"text\":\"March 8th 2019\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#4c537e\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"288px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"16px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\">First Direct Arena<\\/span><\\/p>\\n <p style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\">- Leeds<\\/span><\\/p>\"}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"button\",\"text\":\"March 9th 2019\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#4c537e\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"288px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"16px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\">Liverpool Echo Arena - Liverpool<\\/span><\\/p>\"}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#27282e\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#27282e\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"button\",\"text\":\"March 11th 2019\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#4c537e\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"288px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"16px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\">The Brighton Centre - Brighton<\\/span><\\/p>\"}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"button\",\"text\":\"March 12th 2019\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#4c537e\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"288px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"16px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\">Motorpoint Arena Nottingham - Nottingham<\\/span><\\/p>\"}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"button\",\"text\":\"March 13th 2019\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#4c537e\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"288px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"16px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\">Motorpoint Arena Cardiff - Cardiff<\\/span><\\/p>\"}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#27282e\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"14px\",\"borderStyle\":\"dashed\",\"borderWidth\":\"2px\",\"borderColor\":\"#37383e\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#27282e\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/guitarist\\/Guitarist-Logo.png\",\"alt\":\"Guitarist-Logo\",\"fullWidth\":true,\"width\":\"176px\",\"height\":\"179px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"footer\",\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage subscription<\\/a><br \\/><span style=\\\"color: #999999;\\\">Add your postal address here!<\\/span><\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#4c537e\",\"textDecoration\":\"none\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#27282e\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"15px\"},\"h1\":{\"fontColor\":\"#27282e\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"30px\"},\"h2\":{\"fontColor\":\"#27282e\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"24px\"},\"h3\":{\"fontColor\":\"#ffffff\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"22px\"},\"link\":{\"fontColor\":\"#21759B\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#27282e\"}},\"blockDefaults\":{\"automatedLatestContent\":{\"amount\":\"5\",\"withLayout\":false,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"belowTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContent.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContent.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"automatedLatestContentLayout\":{\"amount\":\"5\",\"withLayout\":true,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContentLayout.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContentLayout.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"button\":{\"text\":\"March 13th 2019\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#4c537e\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"288px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"16px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}},\"type\":\"button\"},\"divider\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"14px\",\"borderStyle\":\"dashed\",\"borderWidth\":\"2px\",\"borderColor\":\"#37383e\"}},\"type\":\"divider\"},\"footer\":{\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#4c537e\",\"textDecoration\":\"none\"}},\"type\":\"footer\"},\"posts\":{\"amount\":\"10\",\"withLayout\":true,\"contentType\":\"post\",\"postStatus\":\"publish\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"link\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"posts.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"posts.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"social\":{\"iconSet\":\"full-symbol-grey\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"}],\"type\":\"social\"},\"spacer\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}},\"type\":\"spacer\"},\"header\":{\"text\":\"<a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#949494\",\"textDecoration\":\"underline\"}},\"type\":\"header\"}}}','https://ps.w.org/mailpoet/assets/newsletter-templates/guitarist/thumbnail.20190411-1500.jpg',1,NULL,'2019-09-17 13:54:04'),(68,0,'Healthy Food Blog','[\"standard\",\"all\"]','','{\"content\":{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#e3e3e3\",\"height\":\"40px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#323232\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#323232\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<p><strong><span style=\\\"color: #ffffff; font-size: 14px;\\\">[date:mtext] [date:y] Edition<\\/span><\\/strong><\\/p>\"}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#323232\",\"height\":\"22px\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: right; font-size: 12px;\\\"><span style=\\\"color: #ed682a;\\\"><strong><a href=\\\"[link:newsletter_view_in_browser_url]\\\" style=\\\"color: #ed682a;\\\">View this email in your browser ><\\/a><\\/strong><\\/span><\\/p>\"}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\",\"height\":\"30px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/healthy-food-blog\\/HealthyFood-Logo.png\",\"alt\":\"HealthyFood-Logo\",\"fullWidth\":false,\"width\":\"400px\",\"height\":\"296px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\",\"height\":\"25px\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\",\"height\":\"121px\"}}},{\"type\":\"social\",\"iconSet\":\"circles\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/03-circles\\/Facebook.png?mailpoet_version=3.14.1\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/03-circles\\/Twitter.png?mailpoet_version=3.14.1\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/03-circles\\/Instagram.png?mailpoet_version=3.14.1\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"},{\"type\":\"socialIcon\",\"iconType\":\"youtube\",\"link\":\"http:\\/\\/www.youtube.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/03-circles\\/Youtube.png?mailpoet_version=3.14.1\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Youtube\"}]}]}]},{\"type\":\"container\",\"columnLayout\":\"2_1\",\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/healthy-food-blog\\/HealthyFood-Header-1.jpg\",\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#ed682a\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}},{\"type\":\"text\",\"text\":\"<h1 style=\\\"text-align: left;\\\"><strong><span style=\\\"color: #ffffff;\\\">Welcome back!<\\/span><\\/strong><\\/h1>\\n <p><span style=\\\"color: #ffffff;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam nisl massa, fringilla id rutrum sed, porttitor in risus. Fusce dui erat, bibendum a accumsan non.<\\/span><\\/p>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"56px\"}}},{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: left;\\\"><span style=\\\"color: #333333;\\\"><strong>It\'s November - time to plant those \\ud83c\\udf36<\\/strong><\\/span><\\/h2>\\n <p><span style=\\\"color: #333333;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam nisl massa, fringilla id rutrum sed, porttitor in risus. Fusce dui erat, bibendum a accumsan non.<\\/span><\\/p>\\n <p><span style=\\\"color: #333333;\\\"><\\/span><\\/p>\\n <p><span style=\\\"color: #333333;\\\">Tag your chilli images with #novemberheat for your chance to win a box of spicy treats!<\\/span><\\/p>\\n <p><span style=\\\"color: #333333;\\\"><\\/span><\\/p>\\n <h3><span style=\\\"color: #ed682a;\\\"><strong>#novemberheat<\\/strong><\\/span><\\/h3>\"}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/healthy-food-blog\\/HealthyFood-Instagram.jpg\",\"alt\":\"HealthyFood-Instagram\",\"fullWidth\":true,\"width\":\"507px\",\"height\":\"600px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#ed682a\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<h1 style=\\\"text-align: left;\\\"><strong><span style=\\\"color: #ffffff;\\\">Start eating healthy today<\\/span><\\/strong><\\/h1>\\n <h3><strong><span style=\\\"color: #ffffff;\\\"><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam nisl massa, fringilla id rutrum sed, porttitor in risus. Fusce dui erat, bibendum a accumsan non.<\\/span><\\/span><\\/strong><\\/h3>\"}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/healthy-food-blog\\/HealthyFood-CouponImage.jpg\",\"display\":\"tile\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/healthy-food-blog\\/HealthyFood-CouponImage.jpg\",\"display\":\"tile\"},\"styles\":{\"block\":{\"backgroundColor\":\"#ed682a\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/healthy-food-blog\\/5a5b7bf514d8c4188e0b08fc-1024x766.png\",\"alt\":\"5a5b7bf514d8c4188e0b08fc\",\"fullWidth\":true,\"width\":\"298px\",\"height\":\"524px\",\"styles\":{\"block\":{\"textAlign\":\"right\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: left;\\\"><strong>Get 20% off a box<\\/strong><\\/h3>\\n <p><span style=\\\"color: #333333;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam nisl massa, fringilla<\\/span><\\/p>\\n <p><span style=\\\"color: #333333;\\\">id rutrum sed, porttitor in risus.<\\/span><\\/p>\"},{\"type\":\"button\",\"text\":\"CouPon_Cod3\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\",\"borderColor\":\"#323232\",\"borderWidth\":\"2px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"255px\",\"lineHeight\":\"40px\",\"fontColor\":\"#323232\",\"fontFamily\":\"Courier New\",\"fontSize\":\"18px\",\"fontWeight\":\"bold\",\"textAlign\":\"left\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/healthy-food-blog\\/HealthyFood-CouponImage.jpg\",\"display\":\"tile\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#ed682a\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#ed682a\",\"height\":\"26px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: center;\\\"><span style=\\\"color: #333333;\\\"><strong>Your weekly recipe list<\\/strong><\\/span><\\/h2>\\n <p style=\\\"text-align: center;\\\"><span style=\\\"color: #333333;\\\">Cook delicious meals right now - here\'s your list for this week.<\\/span><\\/p>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><strong>MONDAY<\\/strong><\\/p>\"},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/healthy-food-blog\\/HealthyFood-01-Monday.jpg\",\"alt\":\"HealthyFood-01-Monday\",\"fullWidth\":false,\"width\":\"500px\",\"height\":\"500px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"button\",\"text\":\"Spicy Prawn Broth\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#ed682a\",\"borderColor\":\"#323232\",\"borderWidth\":\"0px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"255px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"14px\",\"fontWeight\":\"bold\",\"textAlign\":\"left\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><strong>TUESDAY<\\/strong><\\/p>\"},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/healthy-food-blog\\/HealthyFood-02-Tuesday.jpg\",\"alt\":\"HealthyFood-02-Tuesday\",\"fullWidth\":false,\"width\":\"500px\",\"height\":\"500px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"button\",\"text\":\"Classic Pizza\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#ed682a\",\"borderColor\":\"#323232\",\"borderWidth\":\"0px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"255px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"14px\",\"fontWeight\":\"bold\",\"textAlign\":\"left\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><strong>WEDNESDAY<\\/strong><\\/p>\"},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/healthy-food-blog\\/HealthyFood-03-Wednesday.jpg\",\"alt\":\"HealthyFood-03-Wednesday\",\"fullWidth\":false,\"width\":\"500px\",\"height\":\"500px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"button\",\"text\":\"Salad Roll\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#ed682a\",\"borderColor\":\"#323232\",\"borderWidth\":\"0px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"255px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"14px\",\"fontWeight\":\"bold\",\"textAlign\":\"left\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"9px\",\"borderStyle\":\"solid\",\"borderWidth\":\"2px\",\"borderColor\":\"#ed682a\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><strong>THURSDAY<\\/strong><\\/p>\"},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/healthy-food-blog\\/HealthyFood-04-Thursday.jpg\",\"alt\":\"HealthyFood-04-Thursday\",\"fullWidth\":false,\"width\":\"500px\",\"height\":\"500px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"button\",\"text\":\"Shellfish Pasta\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#ed682a\",\"borderColor\":\"#323232\",\"borderWidth\":\"0px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"255px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"14px\",\"fontWeight\":\"bold\",\"textAlign\":\"left\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><strong>FRIDAY<\\/strong><\\/p>\"},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/healthy-food-blog\\/HealthyFood-05-Friday.jpg\",\"alt\":\"HealthyFood-05-Friday\",\"fullWidth\":false,\"width\":\"500px\",\"height\":\"500px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"button\",\"text\":\"Thai Green Curry\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#ed682a\",\"borderColor\":\"#323232\",\"borderWidth\":\"0px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"255px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"14px\",\"fontWeight\":\"bold\",\"textAlign\":\"left\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><strong>SATURDAY<\\/strong><\\/p>\"},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/healthy-food-blog\\/HealthyFood-06-Saturday.jpg\",\"alt\":\"HealthyFood-06-Saturday\",\"fullWidth\":false,\"width\":\"500px\",\"height\":\"500px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"button\",\"text\":\"Stuffed Turkey\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#ed682a\",\"borderColor\":\"#323232\",\"borderWidth\":\"0px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"255px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"14px\",\"fontWeight\":\"bold\",\"textAlign\":\"left\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"9px\",\"borderStyle\":\"solid\",\"borderWidth\":\"2px\",\"borderColor\":\"#ed682a\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":\"1_2\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><strong>SUNDAY<\\/strong><\\/p>\"},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/healthy-food-blog\\/HealthyFood-07-Sunday.jpg\",\"alt\":\"HealthyFood-07-Sunday\",\"fullWidth\":false,\"width\":\"500px\",\"height\":\"500px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"button\",\"text\":\"Lemon Cake\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#ed682a\",\"borderColor\":\"#323232\",\"borderWidth\":\"0px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"255px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"14px\",\"fontWeight\":\"bold\",\"textAlign\":\"left\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: left;\\\"><span style=\\\"color: #333333;\\\"><strong>Want more recipes?<\\/strong><\\/span><\\/h2>\\n <p><span style=\\\"color: #333333;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam nisl massa, fringilla id rutrum sed, porttitor in risus. Fusce dui erat, bibendum a accumsan non.<\\/span><\\/p>\\n <p><span style=\\\"color: #333333;\\\"><\\/span><\\/p>\\n <p><span style=\\\"color: #333333;\\\">For all of our recipes, check out our website or visit one of our social media platforms below. We\'d love to hear what you think about our choices this week!<\\/span><\\/p>\"},{\"type\":\"social\",\"iconSet\":\"circles\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/03-circles\\/Facebook.png?mailpoet_version=3.14.1\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/03-circles\\/Twitter.png?mailpoet_version=3.14.1\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/03-circles\\/Instagram.png?mailpoet_version=3.14.1\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"},{\"type\":\"socialIcon\",\"iconType\":\"youtube\",\"link\":\"http:\\/\\/www.youtube.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/03-circles\\/Youtube.png?mailpoet_version=3.14.1\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Youtube\"}]}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"9px\",\"borderStyle\":\"solid\",\"borderWidth\":\"2px\",\"borderColor\":\"#ed682a\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#e3e3e3\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#e3e3e3\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/healthy-food-blog\\/HealthyFood-Logo.png\",\"alt\":\"HealthyFood-Logo\",\"fullWidth\":false,\"width\":\"110px\",\"height\":\"296px\",\"styles\":{\"block\":{\"textAlign\":\"left\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"footer\",\"text\":\"<p><span style=\\\"color: #ed682a;\\\"><a href=\\\"[link:subscription_unsubscribe_url]\\\" style=\\\"color: #ed682a;\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\" style=\\\"color: #ed682a;\\\">Manage your subscription<\\/a><\\/span><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"right\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#000000\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"14px\"},\"h1\":{\"fontColor\":\"#111111\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"40px\"},\"h2\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"24px\"},\"h3\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"22px\"},\"link\":{\"fontColor\":\"#ed682a\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#e3e3e3\"}},\"blockDefaults\":{\"automatedLatestContent\":{\"amount\":\"5\",\"withLayout\":false,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"belowTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContent.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContent.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"automatedLatestContentLayout\":{\"amount\":\"5\",\"withLayout\":true,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContentLayout.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContentLayout.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"button\":{\"text\":\"Lemon Cake\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#ed682a\",\"borderColor\":\"#323232\",\"borderWidth\":\"0px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"255px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"14px\",\"fontWeight\":\"bold\",\"textAlign\":\"left\"}},\"type\":\"button\"},\"divider\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"9px\",\"borderStyle\":\"solid\",\"borderWidth\":\"2px\",\"borderColor\":\"#ed682a\"}},\"type\":\"divider\"},\"footer\":{\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"right\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}},\"type\":\"footer\"},\"posts\":{\"amount\":\"10\",\"withLayout\":true,\"contentType\":\"post\",\"postStatus\":\"publish\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"link\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"posts.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"posts.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"social\":{\"iconSet\":\"circles\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/03-circles\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/03-circles\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/03-circles\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"},{\"type\":\"socialIcon\",\"iconType\":\"youtube\",\"link\":\"http:\\/\\/www.youtube.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/03-circles\\/Youtube.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Youtube\"}],\"type\":\"social\"},\"spacer\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}},\"type\":\"spacer\"},\"header\":{\"text\":\"<a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"right\"},\"link\":{\"fontColor\":\"#e39171\",\"textDecoration\":\"none\"}},\"type\":\"header\"}}}','https://ps.w.org/mailpoet/assets/newsletter-templates/healthy-food-blog/thumbnail.20190411-1500.jpg',1,NULL,'2019-09-17 13:54:04'),(69,0,'Software','[\"standard\",\"all\"]','','{\"content\":{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"60px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/software\\/Software-Logo.png\",\"alt\":\"Software-Logo\",\"fullWidth\":false,\"width\":\"140px\",\"height\":\"122px\",\"styles\":{\"block\":{\"textAlign\":\"left\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"header\",\"text\":\"<p><strong><a href=\\\"[link:newsletter_view_in_browser_url]\\\">View online<\\/a><\\/strong><\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"12px\",\"textAlign\":\"right\"},\"link\":{\"fontColor\":\"#212327\",\"textDecoration\":\"underline\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}},{\"type\":\"text\",\"text\":\"<h1 style=\\\"text-align: center; line-height: 46px;\\\"><span style=\\\"color: #212327;\\\"><strong>Your music.<br \\/>Your way.<\\/strong><\\/span><\\/h1>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/software\\/Software-Header.jpg\",\"alt\":\"Software-Header\",\"fullWidth\":true,\"width\":\"1200px\",\"height\":\"800px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"50px\"}}},{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: left;\\\"><strong>Find music fast<\\/strong><\\/h2>\\n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin placerat feugiat est, malesuada varius sem finibus a. Nunc feugiat sollicitudin gravida. In eu vestibulum orci, sit amet ultrices mauris.<\\/p>\"},{\"type\":\"button\",\"text\":\"Find out more\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#212327\",\"borderColor\":\"#212327\",\"borderWidth\":\"0px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"124px\",\"lineHeight\":\"39px\",\"fontColor\":\"#cacaca\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"14px\",\"fontWeight\":\"bold\",\"textAlign\":\"left\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/software\\/Software-Image-1.jpg\",\"alt\":\"Software-Image-1\",\"fullWidth\":true,\"width\":\"800px\",\"height\":\"800px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/software\\/Software-Image-2.jpg\",\"alt\":\"Software-Image-2\",\"fullWidth\":true,\"width\":\"800px\",\"height\":\"800px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"50px\"}}},{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: left;\\\"><strong>Keep up with the trend<\\/strong><\\/h2>\\n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin placerat feugiat est, malesuada varius sem finibus a. Nunc feugiat sollicitudin gravida. In eu vestibulum orci, sit amet ultrices mauris.<\\/p>\"},{\"type\":\"button\",\"text\":\"Find out more\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#212327\",\"borderColor\":\"#212327\",\"borderWidth\":\"0px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"124px\",\"lineHeight\":\"39px\",\"fontColor\":\"#cacaca\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"14px\",\"fontWeight\":\"bold\",\"textAlign\":\"left\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"50px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}},{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: center;\\\"><strong>Get the app now for free<\\/strong><\\/h2>\\n <p style=\\\"text-align: center;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin placerat feugiat est, malesuada varius sem finibus a. Nunc feugiat sollicitudin gravida.<\\/p>\"},{\"type\":\"button\",\"text\":\"Download for free\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#dbbb00\",\"borderColor\":\"#212327\",\"borderWidth\":\"0px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"199px\",\"lineHeight\":\"50px\",\"fontColor\":\"#212327\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"18px\",\"fontWeight\":\"bold\",\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"50px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/software\\/Software-Logo.png\",\"alt\":\"Software-Logo\",\"fullWidth\":false,\"width\":\"140px\",\"height\":\"122px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"social\",\"iconSet\":\"full-symbol-black\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Facebook.png?mailpoet_version=3.15.0\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Twitter.png?mailpoet_version=3.15.0\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"youtube\",\"link\":\"http:\\/\\/www.youtube.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Youtube.png?mailpoet_version=3.15.0\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Youtube\"}]},{\"type\":\"footer\",\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#212327\",\"textDecoration\":\"underline\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#212327\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"14px\"},\"h1\":{\"fontColor\":\"#212327\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"40px\"},\"h2\":{\"fontColor\":\"#212327\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"26px\"},\"h3\":{\"fontColor\":\"#212327\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"22px\"},\"link\":{\"fontColor\":\"#212327\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#dbbb00\"},\"body\":{\"backgroundColor\":\"#dbbb00\"}},\"blockDefaults\":{\"automatedLatestContent\":{\"amount\":\"5\",\"withLayout\":false,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"belowTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContent.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContent.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"automatedLatestContentLayout\":{\"amount\":\"5\",\"withLayout\":true,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContentLayout.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContentLayout.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"button\":{\"text\":\"Find out more\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#212327\",\"borderColor\":\"#212327\",\"borderWidth\":\"0px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"124px\",\"lineHeight\":\"39px\",\"fontColor\":\"#cacaca\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"14px\",\"fontWeight\":\"bold\",\"textAlign\":\"left\"}},\"type\":\"button\"},\"divider\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"footer\":{\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#212327\",\"textDecoration\":\"underline\"}},\"type\":\"footer\"},\"posts\":{\"amount\":\"10\",\"withLayout\":true,\"contentType\":\"post\",\"postStatus\":\"publish\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"link\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"posts.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"posts.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"social\":{\"iconSet\":\"full-symbol-black\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"youtube\",\"link\":\"http:\\/\\/www.youtube.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Youtube.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Youtube\"}],\"type\":\"social\"},\"spacer\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}},\"type\":\"spacer\"},\"header\":{\"text\":\"<a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"12px\",\"textAlign\":\"right\"},\"link\":{\"fontColor\":\"#212327\",\"textDecoration\":\"underline\"}},\"type\":\"header\"}}}','https://ps.w.org/mailpoet/assets/newsletter-templates/software/thumbnail.20190411-1500.jpg',1,NULL,'2019-09-17 13:54:04'),(70,0,'Makeup Blog','[\"standard\",\"all\"]','','{\"content\":{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"header\",\"text\":\"<p><a href=\\\"[link:newsletter_view_in_browser_url]\\\">View online<\\/a><\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#adadad\",\"textDecoration\":\"underline\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/lifestyle-blog-a\\/WomensLifestyle-Logo.png\",\"alt\":\"WomensLifestyle-Logo\",\"fullWidth\":false,\"width\":\"130px\",\"height\":\"94px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<h1 style=\\\"text-align: center;\\\">Fashion Week Special<\\/h1>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/lifestyle-blog-a\\/WomensLifestyle-Header-1.jpg\",\"alt\":\"WomensLifestyle-Header-1\",\"fullWidth\":true,\"width\":\"900px\",\"height\":\"426px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed sit amet scelerisque odio. Pellentesque nisl massa, ullamcorper eu gravida varius, mollis eu orci.<\\/span><\\/p>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/lifestyle-blog-a\\/WomensLifestyle-Breaker-1-1.jpg\",\"alt\":\"WomensLifestyle-Breaker-1-1\",\"fullWidth\":true,\"width\":\"900px\",\"height\":\"65px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#c83142\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/lifestyle-blog-a\\/WomensLifestyle-Image-1.png\",\"alt\":\"WomensLifestyle-Image-1\",\"fullWidth\":false,\"width\":\"400px\",\"height\":\"400px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\">Big announcement from top artists<\\/span><\\/h3>\\n <p style=\\\"text-align: center;\\\"><span style=\\\"color: #e0cccc;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed sit amet scelerisque odio. Pellentesque nisl massa, ullamcorper eu gravida varius, mollis eu orci.<\\/span><\\/p>\"},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/lifestyle-blog-a\\/WomensLifestyle-Breaker-2.jpg\",\"alt\":\"WomensLifestyle-Breaker-2\",\"fullWidth\":true,\"width\":\"900px\",\"height\":\"65px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#6d3aa7\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":\"1_2\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#6d3aa7\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/lifestyle-blog-a\\/WomensLifestyle-Image-2.png\",\"alt\":\"WomensLifestyle-Image-2\",\"fullWidth\":false,\"width\":\"400px\",\"height\":\"400px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"34px\"}}},{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: left;\\\"><span style=\\\"color: #ffffff;\\\">New Workshops to begin<\\/span><\\/h3>\\n <p style=\\\"text-align: left;\\\"><span style=\\\"color: #f6dff7;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed sit amet scelerisque odio. Pellentesque nisl massa, ullamcorper eu gravida varius, mollis eu orci.<\\/span><\\/p>\"}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/lifestyle-blog-a\\/WomensLifestyle-Breaker-3.jpg\",\"alt\":\"WomensLifestyle-Breaker-3\",\"fullWidth\":true,\"width\":\"900px\",\"height\":\"65px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#0f2f41\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#0f2f41\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/lifestyle-blog-a\\/WomensLifestyle-Image-3.png\",\"alt\":\"WomensLifestyle-Image-3\",\"fullWidth\":false,\"width\":\"400px\",\"height\":\"400px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\"><\\/span><span style=\\\"color: #becbf7;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed sit amet scelerisque.<\\/span><\\/p>\"}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/lifestyle-blog-a\\/WomensLifestyle-Image-4.png\",\"alt\":\"WomensLifestyle-Image-4\",\"fullWidth\":false,\"width\":\"400px\",\"height\":\"400px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\"><\\/span><span style=\\\"color: #becbf7;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed sit amet scelerisque.<\\/span><\\/p>\"}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/lifestyle-blog-a\\/WomensLifestyle-Image-5.png\",\"alt\":\"WomensLifestyle-Image-5\",\"fullWidth\":false,\"width\":\"400px\",\"height\":\"400px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\"><\\/span><span style=\\\"color: #becbf7;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed sit amet scelerisque.<\\/span><\\/p>\"}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#0f2f41\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/lifestyle-blog-a\\/WomensLifestyle-Breaker-4.jpg\",\"alt\":\"WomensLifestyle-Breaker-4\",\"fullWidth\":true,\"width\":\"900px\",\"height\":\"65px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/lifestyle-blog-a\\/WomensLifestyle-Logo.png\",\"alt\":\"WomensLifestyle-Logo\",\"fullWidth\":false,\"width\":\"170px\",\"height\":\"40px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"social\",\"iconSet\":\"full-symbol-black\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"}]},{\"type\":\"footer\",\"text\":\"<p><span style=\\\"color: #000000;\\\"><strong><a href=\\\"[link:subscription_unsubscribe_url]\\\" style=\\\"color: #000000;\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\" style=\\\"color: #000000;\\\">Manage subscription<\\/a><\\/strong><\\/span><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#000000\",\"fontFamily\":\"Trebuchet MS\",\"fontSize\":\"14px\"},\"h1\":{\"fontColor\":\"#111111\",\"fontFamily\":\"Courier New\",\"fontSize\":\"30px\"},\"h2\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Courier New\",\"fontSize\":\"24px\"},\"h3\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Courier New\",\"fontSize\":\"20px\"},\"link\":{\"fontColor\":\"#21759B\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#ffffff\"}},\"blockDefaults\":{\"automatedLatestContent\":{\"amount\":\"5\",\"withLayout\":false,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"belowTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContent.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContent.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"automatedLatestContentLayout\":{\"amount\":\"5\",\"withLayout\":true,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContentLayout.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContentLayout.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"button\":{\"text\":\"Button\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"divider\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"footer\":{\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}},\"type\":\"footer\"},\"posts\":{\"amount\":\"10\",\"withLayout\":true,\"contentType\":\"post\",\"postStatus\":\"publish\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"link\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"posts.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"posts.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"social\":{\"iconSet\":\"full-symbol-black\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"}],\"type\":\"social\"},\"spacer\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}},\"type\":\"spacer\"},\"header\":{\"text\":\"<a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#adadad\",\"textDecoration\":\"underline\"}},\"type\":\"header\"}}}','https://ps.w.org/mailpoet/assets/newsletter-templates/lifestyle-blog-a/thumbnail.20190411-1500.jpg',1,NULL,'2019-09-17 13:54:04'),(71,0,'Kids Shop','[\"standard\",\"all\"]','','{\"content\":{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"header\",\"text\":\"<p><a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a><\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"underline\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/fashion-shop\\/FashionKids-Header.jpg\",\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"60px\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center; font-size: 11px; letter-spacing: 3px;\\\"><strong>AUTUMN RANGE 2018<\\/strong><\\/p>\"},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/fashion-shop\\/FashionKids-Logo.png\",\"alt\":\"FashionKids-Logo\",\"fullWidth\":false,\"width\":\"200px\",\"height\":\"64px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<h1 style=\\\"text-align: center; font-size: 52px; line-height: 1.2;\\\"><strong>IT\'S TIME <\\/strong><strong>TO EXPLORE<\\/strong><\\/h1>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"403px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#c6d4dd\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/fashion-shop\\/FashionKids-Image-Square.jpg\",\"alt\":\"FashionKids-Image-Square\",\"fullWidth\":true,\"width\":\"400px\",\"height\":\"400px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"100px\"}}},{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: center;\\\">Keep them warm this autumn with our whole new range just for your little ones<\\/h3>\"}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/fashion-shop\\/FashionKids-Image-1-1.jpg\",\"alt\":\"FashionKids-Image-1-1\",\"fullWidth\":true,\"width\":\"400px\",\"height\":\"800px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#c6d4dd\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/fashion-shop\\/FashionKids-Image-Square-2.jpg\",\"alt\":\"FashionKids-Image-Square-2\",\"fullWidth\":true,\"width\":\"400px\",\"height\":\"400px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"113px\"}}},{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: center;\\\">All of our clothes are easy to wash and are ready for your little explorers<\\/h3>\"}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/fashion-shop\\/FashionKids-Logo.png\",\"alt\":\"FashionKids-Logo\",\"fullWidth\":false,\"width\":\"187px\",\"height\":\"30px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"35px\"}}},{\"type\":\"social\",\"iconSet\":\"full-symbol-color\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/06-full-symbol-color\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/06-full-symbol-color\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/06-full-symbol-color\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"},{\"type\":\"socialIcon\",\"iconType\":\"youtube\",\"link\":\"http:\\/\\/www.youtube.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/06-full-symbol-color\\/Youtube.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Youtube\"}]}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"footer\",\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage your subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#21759b\",\"textDecoration\":\"none\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#000000\",\"fontFamily\":\"Arial\",\"fontSize\":\"15px\"},\"h1\":{\"fontColor\":\"#111111\",\"fontFamily\":\"Georgia\",\"fontSize\":\"30px\"},\"h2\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Georgia\",\"fontSize\":\"26px\"},\"h3\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Georgia\",\"fontSize\":\"24px\"},\"link\":{\"fontColor\":\"#21759B\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#ffffff\"}},\"blockDefaults\":{\"automatedLatestContent\":{\"amount\":\"5\",\"withLayout\":false,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"belowTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContent.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContent.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"automatedLatestContentLayout\":{\"amount\":\"5\",\"withLayout\":true,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContentLayout.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContentLayout.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"button\":{\"text\":\"Button\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"divider\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"footer\":{\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#21759b\",\"textDecoration\":\"none\"}},\"type\":\"footer\"},\"posts\":{\"amount\":\"10\",\"withLayout\":true,\"contentType\":\"post\",\"postStatus\":\"publish\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"link\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"posts.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"posts.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"social\":{\"iconSet\":\"full-symbol-color\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/06-full-symbol-color\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/06-full-symbol-color\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/06-full-symbol-color\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"},{\"type\":\"socialIcon\",\"iconType\":\"youtube\",\"link\":\"http:\\/\\/www.youtube.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/06-full-symbol-color\\/Youtube.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Youtube\"}],\"type\":\"social\"},\"spacer\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"35px\"}},\"type\":\"spacer\"},\"header\":{\"text\":\"<a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"underline\"}},\"type\":\"header\"}}}','https://ps.w.org/mailpoet/assets/newsletter-templates/fashion-shop/thumbnail.20190411-1500.jpg',1,NULL,'2019-09-17 13:54:04'),(72,0,'Lifestyle Blog','[\"standard\",\"all\"]','','{\"content\":{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/lifestyle-blog-b\\/WomensLifestyle-Logo-1.png\",\"alt\":\"WomensLifestyle-Logo\",\"fullWidth\":true,\"width\":\"160px\",\"height\":\"57px\",\"styles\":{\"block\":{\"textAlign\":\"left\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"header\",\"text\":\"<p><span style=\\\"color: #b25088;\\\"><a href=\\\"[link:newsletter_view_in_browser_url]\\\" style=\\\"color: #b25088;\\\">View online ><\\/a><\\/span><\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"right\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"underline\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/lifestyle-blog-b\\/WomensLifestyle-Header.jpg\",\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#b25187\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"440px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/lifestyle-blog-b\\/WomensLifestyle-HeaderDrop.jpg\",\"alt\":\"WomensLifestyle-HeaderDrop\",\"fullWidth\":true,\"width\":\"900px\",\"height\":\"61px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<p style=\\\"font-size: 11px; letter-spacing: 4px; text-align: center;\\\"><span style=\\\"color: #808080;\\\"><strong>FEATURED ARTICLE THIS MONTH<\\/strong><\\/span><\\/p>\\n <h2 style=\\\"text-align: center;\\\"><strong>Business tips from top female executives<\\/strong><\\/h2>\"}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: center;\\\"><span style=\\\"color: #993366;\\\"><strong>1<\\/strong><\\/span><\\/h3>\\n <p style=\\\"text-align: center;\\\"><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam non est sed tellus pharetra facilisis quis vel lacus.<\\/span><\\/p>\"}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: center;\\\"><span style=\\\"color: #993366;\\\"><strong>2<\\/strong><\\/span><\\/h3>\\n <p style=\\\"text-align: center;\\\"><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam non est sed tellus pharetra facilisis quis vel lacus.<\\/span><\\/p>\"}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: center;\\\"><span style=\\\"color: #993366;\\\"><strong>3<\\/strong><\\/span><\\/h3>\\n <p style=\\\"text-align: center;\\\"><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam non est sed tellus pharetra facilisis quis vel lacus.<\\/span><\\/p>\"}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"23px\"}}},{\"type\":\"button\",\"text\":\"Read the article\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#b25088\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"50px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Arial\",\"fontSize\":\"16px\",\"fontWeight\":\"bold\",\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"21px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/lifestyle-blog-b\\/WomensLifestyle-Image-1.jpg\",\"alt\":\"WomensLifestyle-Image-1\",\"fullWidth\":true,\"width\":\"400px\",\"height\":\"400px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"71px\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"font-size: 11px; letter-spacing: 4px; text-align: left;\\\"><span style=\\\"color: #808080;\\\"><strong>PODCASTS<\\/strong><\\/span><\\/p>\\n <h2 style=\\\"text-align: left;\\\"><strong>Does hard work really pay off?<\\/strong><\\/h2>\\n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam non est sed tellus pharetra facilisis quis vel lacus.<\\/p>\"}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"71px\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"font-size: 11px; letter-spacing: 4px; text-align: left;\\\"><span style=\\\"color: #808080;\\\"><strong>PSYCHOLOGY<\\/strong><\\/span><\\/p>\\n <h2 style=\\\"text-align: left;\\\"><strong>Closing deals can be easier than you think<\\/strong><\\/h2>\\n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam non est sed tellus pharetra facilisis quis vel lacus.<\\/p>\"}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/lifestyle-blog-b\\/WomensLifestyle-Image-2.jpg\",\"alt\":\"WomensLifestyle-Image-2\",\"fullWidth\":true,\"width\":\"400px\",\"height\":\"400px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/lifestyle-blog-b\\/WomensLifestyle-Image-3.jpg\",\"alt\":\"WomensLifestyle-Image-3\",\"fullWidth\":true,\"width\":\"400px\",\"height\":\"400px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"71px\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"font-size: 11px; letter-spacing: 4px; text-align: left;\\\"><span style=\\\"color: #808080;\\\"><strong>TECHNOLOGY<\\/strong><\\/span><\\/p>\\n <h2 style=\\\"text-align: left;\\\"><strong>What email software is right for you?<\\/strong><\\/h2>\\n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam non est sed tellus pharetra facilisis quis vel lacus.<\\/p>\"}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"50px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/lifestyle-blog-b\\/WomensLifestyle-Logo-1.png\",\"alt\":\"WomensLifestyle-Logo\",\"fullWidth\":false,\"width\":\"112px\",\"height\":\"57px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"social\",\"iconSet\":\"circles\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/03-circles\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/03-circles\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"website\",\"link\":\"\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/03-circles\\/Website.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Website\"},{\"type\":\"socialIcon\",\"iconType\":\"pinterest\",\"link\":\"http:\\/\\/www.pinterest.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/03-circles\\/Pinterest.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Pinterest\"}]},{\"type\":\"footer\",\"text\":\"<p><strong><span style=\\\"color: #b25088;\\\"><a href=\\\"[link:subscription_unsubscribe_url]\\\" style=\\\"color: #b25088;\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\" style=\\\"color: #b25088;\\\">Manage subscription<\\/a><\\/span><\\/strong><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#000000\",\"fontFamily\":\"Arial\",\"fontSize\":\"15px\"},\"h1\":{\"fontColor\":\"#111111\",\"fontFamily\":\"Arial\",\"fontSize\":\"30px\"},\"h2\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"24px\"},\"h3\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Arial\",\"fontSize\":\"22px\"},\"link\":{\"fontColor\":\"#21759B\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#ffffff\"}},\"blockDefaults\":{\"automatedLatestContent\":{\"amount\":\"5\",\"withLayout\":false,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"belowTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContent.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContent.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"automatedLatestContentLayout\":{\"amount\":\"5\",\"withLayout\":true,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContentLayout.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContentLayout.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"button\":{\"text\":\"Read the article\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#b25088\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"50px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Arial\",\"fontSize\":\"16px\",\"fontWeight\":\"bold\",\"textAlign\":\"center\"}},\"type\":\"button\"},\"divider\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"footer\":{\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}},\"type\":\"footer\"},\"posts\":{\"amount\":\"10\",\"withLayout\":true,\"contentType\":\"post\",\"postStatus\":\"publish\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"link\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"posts.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"posts.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"social\":{\"iconSet\":\"circles\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/03-circles\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/03-circles\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"website\",\"link\":\"\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/03-circles\\/Website.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Website\"},{\"type\":\"socialIcon\",\"iconType\":\"pinterest\",\"link\":\"http:\\/\\/www.pinterest.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/03-circles\\/Pinterest.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Pinterest\"}],\"type\":\"social\"},\"spacer\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}},\"type\":\"spacer\"},\"header\":{\"text\":\"<a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"right\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"underline\"}},\"type\":\"header\"}}}','https://ps.w.org/mailpoet/assets/newsletter-templates/lifestyle-blog-b/thumbnail.20190411-1500.jpg',1,NULL,'2019-09-17 13:54:04'),(73,0,'Painter','[\"standard\",\"all\"]','','{\"content\":{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}},{\"type\":\"header\",\"text\":\"<p><a href=\\\"[link:newsletter_view_in_browser_url]\\\">View in browser ><\\/a><\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Merriweather\",\"fontSize\":\"11px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#787878\",\"textDecoration\":\"none\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/painter\\/Painter-Logo-bg.jpg\",\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#8289ca\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"100px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/painter\\/Painter-Logo.png\",\"alt\":\"Painter-Logo\",\"fullWidth\":false,\"width\":\"305.9375px\",\"height\":\"93px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"100px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><a href=\\\"https:\\/\\/www.mailpoet.com\\\">Reviews & Submissions<\\/a><\\/p>\"}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><a href=\\\"https:\\/\\/www.mailpoet.com\\\">Essential Gear<\\/a><\\/p>\"}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><a href=\\\"https:\\/\\/www.mailpoet.com\\\">Latest Commissions<\\/a><\\/p>\"}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/painter\\/Painter-Header.jpg\",\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"100px\"}}},{\"type\":\"text\",\"text\":\"<h1><strong>Welcome back<\\/strong><\\/h1>\\n <p>It\'s been a big month for the studio and we\'d love to show you some of our recent work.<\\/p>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"35px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/painter\\/186018-sktchy-2-nh-gutenCRALTBRBLOG.jpg\",\"alt\":\"186018-sktchy-2-nh-gutenCRALTBRBLOG\",\"fullWidth\":false,\"width\":\"520px\",\"height\":\"830px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"140px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/painter\\/181215_2-laura-anderson-dog-fab-artistico-cpCRAltBRCRBlog.jpg\",\"alt\":\"181215_2-laura-anderson-dog-fab-artistico-cpCRAltBRCRBlog\",\"fullWidth\":false,\"width\":\"180px\",\"height\":\"1010px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/painter\\/170204_sktchy_BlackChickenBrushPen2CRBR.jpg\",\"alt\":\"170204_sktchy_BlackChickenBrushPen2CRBR\",\"fullWidth\":false,\"width\":\"328px\",\"height\":\"686px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}},{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: center;\\\"><strong>Latest from the blog<\\/strong><\\/h2>\"}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/painter\\/1812231-sktchy-1-jon-coxwell-fabriano-cpCRFeat-394x252.jpg\",\"alt\":\"1812231-sktchy-1-jon-coxwell-fabriano-cpCRFeat-394x252\",\"fullWidth\":false,\"width\":\"394px\",\"height\":\"252px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<p><span>Self-Assessment: 2018—Filling Journals, Using Up Paint<\\/span><\\/p>\\n <p><a href=\\\"https:\\/\\/www.mailpoet.com\\\">Read more ><\\/a><\\/p>\"}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/painter\\/180830-2018-fair-32-pigeon-fabri-300-hpCRAltBRFeat-394x252.jpg\",\"alt\":\"180830-2018-fair-32-pigeon-fabri-300-hpCRAltBRFeat-394x252\",\"fullWidth\":false,\"width\":\"394px\",\"height\":\"252px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<p><span>Happy New Year 2019<\\/span><\\/p>\\n <p><a href=\\\"https:\\/\\/www.mailpoet.com\\\">Read more ><\\/a><\\/p>\"}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/painter\\/180828-sktchy-t-c-c-hahn-expressions-cpCRAltBRCRFeat-394x252.jpg\",\"alt\":\"180828-sktchy-t-c-c-hahn-expressions-cpCRAltBRCRFeat-394x252\",\"fullWidth\":false,\"width\":\"394px\",\"height\":\"252px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<p><span>Roz’s 2018 Minnesota State Fair Journal<\\/span><\\/p>\\n <p><a href=\\\"https:\\/\\/www.mailpoet.com\\\">Read more ><\\/a><\\/p>\"}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/painter\\/Painter-SocialBack.jpg\",\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"64px\"}}},{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: center;\\\"><strong>Stay in touch<\\/strong><\\/h3>\\n <p style=\\\"text-align: center;\\\"><span>Keep up-to-date with all of the work from the studio<\\/span><\\/p>\"},{\"type\":\"social\",\"iconSet\":\"full-symbol-black\",\"styles\":{\"block\":{\"textAlign\":\"center\"}},\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"},{\"type\":\"socialIcon\",\"iconType\":\"youtube\",\"link\":\"http:\\/\\/www.youtube.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Youtube.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Youtube\"}]},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><strong>Canvas Studio<\\/strong><\\/p>\\n <p style=\\\"text-align: center; font-size: 11px;\\\"><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage subscription<\\/a><br \\/>Add your postal address here!<\\/p>\"}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#000000\",\"fontFamily\":\"Merriweather\",\"fontSize\":\"14px\"},\"h1\":{\"fontColor\":\"#111111\",\"fontFamily\":\"Merriweather\",\"fontSize\":\"36px\"},\"h2\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Merriweather\",\"fontSize\":\"24px\"},\"h3\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Merriweather\",\"fontSize\":\"22px\"},\"link\":{\"fontColor\":\"#585858\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#ffffff\"}},\"blockDefaults\":{\"automatedLatestContent\":{\"amount\":\"5\",\"withLayout\":false,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"belowTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContent.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContent.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"automatedLatestContentLayout\":{\"amount\":\"5\",\"withLayout\":true,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContentLayout.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContentLayout.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"button\":{\"text\":\"Button\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"divider\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"footer\":{\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Merriweather\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#585858\",\"textDecoration\":\"none\"}},\"type\":\"footer\"},\"posts\":{\"amount\":\"10\",\"withLayout\":true,\"contentType\":\"post\",\"postStatus\":\"publish\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"link\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"posts.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"posts.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"social\":{\"iconSet\":\"full-symbol-black\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"},{\"type\":\"socialIcon\",\"iconType\":\"youtube\",\"link\":\"http:\\/\\/www.youtube.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Youtube.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Youtube\"}],\"type\":\"social\"},\"spacer\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"100px\"}},\"type\":\"spacer\"},\"header\":{\"text\":\"<a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Merriweather\",\"fontSize\":\"11px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#787878\",\"textDecoration\":\"none\"}},\"type\":\"header\"}}}','https://ps.w.org/mailpoet/assets/newsletter-templates/painter/thumbnail.20190411-1500.jpg',1,NULL,'2019-09-17 13:54:04'),(74,0,'Farmers Market','[\"standard\",\"all\"]','','{\"content\":{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"header\",\"text\":\"<p><span style=\\\"color: #689f2c;\\\"><a href=\\\"[link:newsletter_view_in_browser_url]\\\" style=\\\"color: #689f2c;\\\">View this in your browser.<\\/a><\\/span><\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"underline\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/farmers-market\\/FarmersMarket-Top-2.jpg\",\"alt\":\"FarmersMarket-Top\",\"fullWidth\":true,\"width\":\"1200px\",\"height\":\"25px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/farmers-market\\/FarmersMarket-Middle.jpg\",\"display\":\"tile\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/farmers-market\\/FarmersMarket-Logo.png\",\"alt\":\"FarmersMarket-Logo\",\"fullWidth\":true,\"width\":\"200px\",\"height\":\"400px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/farmers-market\\/FarmersMarket-Middle.jpg\",\"display\":\"tile\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#252525\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"44px\"}}},{\"type\":\"text\",\"text\":\"<h1 style=\\\"line-height: 32px;\\\"><strong><span style=\\\"color: #ffffff;\\\">COME JOIN US THIS WEEKEND<\\/span><\\/strong><\\/h1>\\n <p><span style=\\\"color: #ffffff;\\\">We\'re having a big bake sale this weekend starting 9am on Saturday morning. Pop down to see us and our merchants.<\\/span><\\/p>\\n <p><span style=\\\"color: #ffffff;\\\"><\\/span><\\/p>\\n <p><strong><a href=\\\"http:\\/\\/www.google.com\\\">Add date to my calendar ><\\/a><\\/strong><\\/p>\"}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/farmers-market\\/FarmersMarket-Header.jpg\",\"alt\":\"FarmersMarket-Header\",\"fullWidth\":false,\"width\":\"1000px\",\"height\":\"800px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/farmers-market\\/FarmersMarket-Middle.jpg\",\"display\":\"tile\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/farmers-market\\/FarmersMarket-Middle.jpg\",\"display\":\"tile\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/farmers-market\\/FarmersMarket-Images-1.jpg\",\"alt\":\"FarmersMarket-Images-1\",\"fullWidth\":false,\"width\":\"500px\",\"height\":\"500px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<p>It\'s carrot season, which means it\'s the perfect time to try our carrot recipes!<\\/p>\"},{\"type\":\"button\",\"text\":\"CARROTS EVERYWHERE\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#252525\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Source Sans Pro\",\"fontSize\":\"14px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/farmers-market\\/FarmersMarket-Images-2.jpg\",\"alt\":\"FarmersMarket-Images-2\",\"fullWidth\":false,\"width\":\"500px\",\"height\":\"500px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<p>Don\'t throw out those leftover pumpkins - here\'s some tips for you.<\\/p>\"},{\"type\":\"button\",\"text\":\"PUMPED FOR PUMPKINS\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#252525\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Source Sans Pro\",\"fontSize\":\"14px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/farmers-market\\/FarmersMarket-Images-3.jpg\",\"alt\":\"FarmersMarket-Images-3\",\"fullWidth\":false,\"width\":\"500px\",\"height\":\"500px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<p>Our new bakery has opened and is making some of the best artisanal bread.<\\/p>\"},{\"type\":\"button\",\"text\":\"I KNEAD THIS\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#252525\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Source Sans Pro\",\"fontSize\":\"14px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/farmers-market\\/FarmersMarket-Middle.jpg\",\"display\":\"tile\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/farmers-market\\/FarmersMarket-Video.jpg\",\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#222222\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"55px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/farmers-market\\/FarmersMarket-PlayButton.png\",\"alt\":\"FarmersMarket-PlayButton\",\"fullWidth\":true,\"width\":\"100px\",\"height\":\"400px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"61px\"}}},{\"type\":\"text\",\"text\":\"<h1 style=\\\"line-height: 32px;\\\"><strong><span style=\\\"color: #ffffff;\\\">A DAY IN THE LIFE<\\/span><\\/strong><\\/h1>\\n <p><span style=\\\"color: #ffffff;\\\">Check out what it\'s like to be at the market every weekend.<\\/span><\\/p>\\n <p><span style=\\\"color: #ffffff;\\\"><\\/span><\\/p>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/farmers-market\\/FarmersMarket-Middle.jpg\",\"display\":\"tile\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":\"1_2\",\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/farmers-market\\/FarmersMarket-Middle.jpg\",\"display\":\"tile\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/farmers-market\\/FarmersMarket-Logo.png\",\"alt\":\"FarmersMarket-Logo\",\"fullWidth\":true,\"width\":\"112px\",\"height\":\"400px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"social\",\"iconSet\":\"full-symbol-black\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Facebook.png?mailpoet_version=3.15.0\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Twitter.png?mailpoet_version=3.15.0\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Instagram.png?mailpoet_version=3.15.0\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"}]},{\"type\":\"footer\",\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage your subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Roboto\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#689f2c\",\"textDecoration\":\"none\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/farmers-market\\/FarmersMarket-Bottom-2.jpg\",\"alt\":\"FarmersMarket-Bottom\",\"fullWidth\":true,\"width\":\"660px\",\"height\":\"50px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#000000\",\"fontFamily\":\"Roboto\",\"fontSize\":\"14px\"},\"h1\":{\"fontColor\":\"#111111\",\"fontFamily\":\"Source Sans Pro\",\"fontSize\":\"30px\"},\"h2\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Trebuchet MS\",\"fontSize\":\"24px\"},\"h3\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Trebuchet MS\",\"fontSize\":\"22px\"},\"link\":{\"fontColor\":\"#689f2c\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#ffffff\"}},\"blockDefaults\":{\"automatedLatestContent\":{\"amount\":\"5\",\"withLayout\":false,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"belowTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContent.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContent.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"automatedLatestContentLayout\":{\"amount\":\"5\",\"withLayout\":true,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContentLayout.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContentLayout.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"button\":{\"text\":\"CARROTS EVERYWHERE\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#252525\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Source Sans Pro\",\"fontSize\":\"14px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}},\"type\":\"button\"},\"divider\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"2px\",\"borderColor\":\"#252525\"}},\"type\":\"divider\"},\"footer\":{\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Roboto\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#689f2c\",\"textDecoration\":\"none\"}},\"type\":\"footer\"},\"posts\":{\"amount\":\"10\",\"withLayout\":true,\"contentType\":\"post\",\"postStatus\":\"publish\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"link\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"posts.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"posts.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"social\":{\"iconSet\":\"full-symbol-black\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"http:\\/\\/192.168.1.33\\/cc-website\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"}],\"type\":\"social\"},\"spacer\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}},\"type\":\"spacer\"},\"header\":{\"text\":\"<a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"underline\"}},\"type\":\"header\"}}}','https://ps.w.org/mailpoet/assets/newsletter-templates/farmers-market/thumbnail.20190411-1500.jpg',1,NULL,'2019-09-17 13:54:04');
/*!40000 ALTER TABLE `wp_mailpoet_newsletter_templates` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_mailpoet_newsletters`
--
DROP TABLE IF EXISTS `wp_mailpoet_newsletters`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_mailpoet_newsletters` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`hash` varchar(150) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`parent_id` int(10) unsigned DEFAULT NULL,
`subject` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'standard',
`sender_address` varchar(150) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`sender_name` varchar(150) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'draft',
`reply_to_address` varchar(150) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`reply_to_name` varchar(150) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`preheader` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`body` longtext COLLATE utf8mb4_unicode_520_ci,
`sent_at` timestamp NULL DEFAULT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
`deleted_at` timestamp NULL DEFAULT NULL,
`unsubscribe_token` varchar(15) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
PRIMARY KEY (`id`),
UNIQUE KEY `unsubscribe_token` (`unsubscribe_token`),
KEY `type_status` (`type`,`status`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_mailpoet_newsletters`
--
LOCK TABLES `wp_mailpoet_newsletters` WRITE;
/*!40000 ALTER TABLE `wp_mailpoet_newsletters` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_mailpoet_newsletters` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_mailpoet_scheduled_task_subscribers`
--
DROP TABLE IF EXISTS `wp_mailpoet_scheduled_task_subscribers`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_mailpoet_scheduled_task_subscribers` (
`task_id` int(10) unsigned NOT NULL,
`subscriber_id` int(10) unsigned NOT NULL,
`processed` int(11) NOT NULL,
`failed` smallint(6) NOT NULL DEFAULT '0',
`error` text COLLATE utf8mb4_unicode_520_ci,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
PRIMARY KEY (`task_id`,`subscriber_id`),
KEY `subscriber_id` (`subscriber_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_mailpoet_scheduled_task_subscribers`
--
LOCK TABLES `wp_mailpoet_scheduled_task_subscribers` WRITE;
/*!40000 ALTER TABLE `wp_mailpoet_scheduled_task_subscribers` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_mailpoet_scheduled_task_subscribers` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_mailpoet_scheduled_tasks`
--
DROP TABLE IF EXISTS `wp_mailpoet_scheduled_tasks`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_mailpoet_scheduled_tasks` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`type` varchar(90) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`status` varchar(12) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`priority` mediumint(9) NOT NULL DEFAULT '0',
`scheduled_at` timestamp NULL DEFAULT NULL,
`processed_at` timestamp NULL DEFAULT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
`deleted_at` timestamp NULL DEFAULT NULL,
`reschedule_count` int(11) NOT NULL DEFAULT '0',
`meta` longtext COLLATE utf8mb4_unicode_520_ci,
PRIMARY KEY (`id`),
KEY `type` (`type`),
KEY `status` (`status`)
) 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_mailpoet_scheduled_tasks`
--
LOCK TABLES `wp_mailpoet_scheduled_tasks` WRITE;
/*!40000 ALTER TABLE `wp_mailpoet_scheduled_tasks` DISABLE KEYS */;
INSERT INTO `wp_mailpoet_scheduled_tasks` VALUES (1,'inactive_subscribers','scheduled',5,'2019-09-17 14:54:05',NULL,'2019-09-17 13:54:05','2019-09-17 13:54:05',NULL,0,NULL),(2,'beamer','completed',5,'2019-09-17 13:54:05','2019-09-17 13:54:27','2019-09-17 13:54:05','2019-09-17 13:54:27',NULL,0,NULL),(3,'unsubscribe_tokens','completed',5,'2019-09-17 13:54:05','2019-09-17 13:54:27','2019-09-17 13:54:05','2019-09-17 13:54:27',NULL,0,NULL),(4,'migration','completed',10,'2019-09-17 13:54:06','2019-09-17 13:54:25','2019-09-17 13:54:06','2019-09-17 13:54:25',NULL,0,NULL),(5,'export_files_cleanup','scheduled',10,'2019-09-24 00:00:00',NULL,'2019-09-17 13:54:06','2019-09-17 13:54:06',NULL,0,NULL),(6,'stats_notification_automated_emails','scheduled',10,'2019-10-07 12:00:00',NULL,'2019-09-17 13:54:06','2019-09-17 13:54:06',NULL,0,NULL),(7,'unsubscribe_tokens','scheduled',10,'2019-09-24 00:00:00',NULL,'2019-09-17 13:54:27','2019-09-17 13:54:27',NULL,0,NULL),(8,'beamer','scheduled',10,'2019-09-18 11:00:00',NULL,'2019-09-17 13:54:46','2019-09-17 13:54:46',NULL,0,NULL);
/*!40000 ALTER TABLE `wp_mailpoet_scheduled_tasks` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_mailpoet_segments`
--
DROP TABLE IF EXISTS `wp_mailpoet_segments`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_mailpoet_segments` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`name` varchar(90) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`type` varchar(90) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'default',
`description` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
`deleted_at` timestamp NULL DEFAULT NULL,
PRIMARY KEY (`id`),
UNIQUE KEY `name` (`name`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_mailpoet_segments`
--
LOCK TABLES `wp_mailpoet_segments` WRITE;
/*!40000 ALTER TABLE `wp_mailpoet_segments` DISABLE KEYS */;
INSERT INTO `wp_mailpoet_segments` VALUES (1,'WordPress Users','wp_users','This list contains all of your WordPress users.','2019-09-17 13:54:04','2019-09-17 13:54:04',NULL),(2,'WooCommerce Customers','woocommerce_users','This list contains all of your WooCommerce customers.','2019-09-17 13:54:04','2019-09-17 13:54:04',NULL),(3,'My First List','default','This list is automatically created when you install MailPoet.','2019-09-17 13:54:05','2019-09-17 13:54:05',NULL);
/*!40000 ALTER TABLE `wp_mailpoet_segments` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_mailpoet_sending_queues`
--
DROP TABLE IF EXISTS `wp_mailpoet_sending_queues`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_mailpoet_sending_queues` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`task_id` int(10) unsigned NOT NULL,
`newsletter_id` int(10) unsigned NOT NULL,
`newsletter_rendered_body` longtext COLLATE utf8mb4_unicode_520_ci,
`newsletter_rendered_subject` varchar(250) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`subscribers` longtext COLLATE utf8mb4_unicode_520_ci,
`count_total` int(10) unsigned NOT NULL DEFAULT '0',
`count_processed` int(10) unsigned NOT NULL DEFAULT '0',
`count_to_process` int(10) unsigned NOT NULL DEFAULT '0',
`meta` longtext COLLATE utf8mb4_unicode_520_ci,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
`deleted_at` timestamp NULL DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `task_id` (`task_id`),
KEY `newsletter_id` (`newsletter_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_mailpoet_sending_queues`
--
LOCK TABLES `wp_mailpoet_sending_queues` WRITE;
/*!40000 ALTER TABLE `wp_mailpoet_sending_queues` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_mailpoet_sending_queues` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_mailpoet_settings`
--
DROP TABLE IF EXISTS `wp_mailpoet_settings`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_mailpoet_settings` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`name` varchar(50) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`value` longtext COLLATE utf8mb4_unicode_520_ci,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
PRIMARY KEY (`id`),
UNIQUE KEY `name` (`name`)
) ENGINE=InnoDB AUTO_INCREMENT=26 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_mailpoet_settings`
--
LOCK TABLES `wp_mailpoet_settings` WRITE;
/*!40000 ALTER TABLE `wp_mailpoet_settings` DISABLE KEYS */;
INSERT INTO `wp_mailpoet_settings` VALUES (1,'cron_trigger','a:1:{s:6:\"method\";s:9:\"WordPress\";}','2019-09-17 13:54:05','2019-09-17 13:54:05'),(2,'sender','a:2:{s:4:\"name\";s:8:\"cc_admin\";s:7:\"address\";s:22:\"wordpress@192.168.1.33\";}','2019-09-17 13:54:05','2019-09-17 13:54:27'),(3,'signup_confirmation','a:3:{s:7:\"enabled\";b:1;s:4:\"from\";a:2:{s:4:\"name\";s:8:\"cc_admin\";s:7:\"address\";s:22:\"wordpress@192.168.1.33\";}s:8:\"reply_to\";a:2:{s:4:\"name\";s:8:\"cc_admin\";s:7:\"address\";s:24:\"shieldwatch006@gmail.com\";}}','2019-09-17 13:54:05','2019-09-17 13:54:27'),(4,'installed_at','2019-09-17 13:54:05','2019-09-17 13:54:05','2019-09-17 13:54:05'),(5,'captcha','a:3:{s:4:\"type\";s:8:\"built-in\";s:20:\"recaptcha_site_token\";s:0:\"\";s:22:\"recaptcha_secret_token\";s:0:\"\";}','2019-09-17 13:54:05','2019-09-17 13:54:05'),(6,'subscriber_email_notification','a:3:{s:7:\"enabled\";b:1;s:9:\"automated\";b:1;s:7:\"address\";s:24:\"shieldwatch006@gmail.com\";}','2019-09-17 13:54:05','2019-09-17 13:54:05'),(7,'stats_notifications','a:3:{s:7:\"enabled\";b:1;s:7:\"address\";s:24:\"shieldwatch006@gmail.com\";s:9:\"automated\";b:1;}','2019-09-17 13:54:05','2019-09-17 13:54:05'),(8,'woocommerce','a:1:{s:17:\"optin_on_checkout\";a:2:{s:7:\"enabled\";b:1;s:7:\"message\";s:50:\"Yes, I would like to be added to your mailing list\";}}','2019-09-17 13:54:05','2019-09-17 13:54:05'),(9,'mta_log','a:6:{s:4:\"sent\";N;s:7:\"started\";i:1568728445;s:6:\"status\";N;s:13:\"retry_attempt\";N;s:8:\"retry_at\";N;s:5:\"error\";N;}','2019-09-17 13:54:05','2019-09-17 13:54:05'),(10,'subscription','a:1:{s:5:\"pages\";a:4:{s:11:\"unsubscribe\";i:362;s:6:\"manage\";i:362;s:12:\"confirmation\";i:362;s:7:\"captcha\";i:362;}}','2019-09-17 13:54:05','2019-09-17 13:54:05'),(11,'db_version','3.35.4','2019-09-17 13:54:05','2019-09-17 13:54:05'),(12,'updates_log','a:1:{i:0;a:3:{s:16:\"previous_version\";N;s:11:\"new_version\";s:6:\"3.35.4\";s:4:\"date\";s:19:\"2019-09-17 13:54:05\";}}','2019-09-17 13:54:05','2019-09-17 13:54:05'),(13,'cron_trigger_wordpress','a:1:{s:11:\"last_run_at\";i:1568728628;}','2019-09-17 13:54:06','2019-09-17 13:57:08'),(14,'cron_daemon','a:8:{s:5:\"token\";s:5:\"rgmb7\";s:6:\"status\";s:8:\"inactive\";s:15:\"run_accessed_at\";i:1568728505;s:14:\"run_started_at\";i:1568728505;s:16:\"run_completed_at\";i:1568728505;s:10:\"last_error\";N;s:15:\"last_error_date\";N;s:10:\"updated_at\";i:1568728505;}','2019-09-17 13:54:06','2019-09-17 13:55:05'),(15,'show_intro','1','2019-09-17 13:54:22','2019-09-17 13:54:22'),(16,'show_congratulate_after_first_newsletter','1','2019-09-17 13:54:22','2019-09-17 13:54:22'),(17,'show_poll_success_delivery_preview','1','2019-09-17 13:54:22','2019-09-17 13:54:22'),(18,'version','3.35.4','2019-09-17 13:54:22','2019-09-17 13:54:22'),(19,'last_announcement_date','1567697520','2019-09-17 13:54:27','2019-09-17 13:54:27'),(20,'reply_to','a:2:{s:4:\"name\";s:8:\"cc_admin\";s:7:\"address\";s:24:\"shieldwatch006@gmail.com\";}','2019-09-17 13:54:27','2019-09-17 13:54:27'),(21,'authorized_emails_addresses_check',NULL,'2019-09-17 13:54:27','2019-09-17 13:54:27'),(22,'analytics','a:1:{s:7:\"enabled\";s:4:\"true\";}','2019-09-17 13:54:36','2019-09-17 13:54:36'),(23,'analytics_last_sent','2019-09-17 13:54:36','2019-09-17 13:54:36','2019-09-17 13:54:36'),(24,'public_id','e6315a800d1395c6025bc71f6486f95d','2019-09-17 13:54:41','2019-09-17 13:54:41'),(25,'new_public_id','false','2019-09-17 13:54:41','2019-09-17 13:54:41');
/*!40000 ALTER TABLE `wp_mailpoet_settings` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_mailpoet_statistics_clicks`
--
DROP TABLE IF EXISTS `wp_mailpoet_statistics_clicks`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_mailpoet_statistics_clicks` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`newsletter_id` int(10) unsigned NOT NULL,
`subscriber_id` int(10) unsigned NOT NULL,
`queue_id` int(10) unsigned NOT NULL,
`link_id` int(10) unsigned NOT NULL,
`count` int(10) unsigned NOT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
PRIMARY KEY (`id`),
KEY `newsletter_id_subscriber_id` (`newsletter_id`,`subscriber_id`),
KEY `queue_id` (`queue_id`),
KEY `subscriber_id` (`subscriber_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_mailpoet_statistics_clicks`
--
LOCK TABLES `wp_mailpoet_statistics_clicks` WRITE;
/*!40000 ALTER TABLE `wp_mailpoet_statistics_clicks` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_mailpoet_statistics_clicks` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_mailpoet_statistics_forms`
--
DROP TABLE IF EXISTS `wp_mailpoet_statistics_forms`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_mailpoet_statistics_forms` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`form_id` int(10) unsigned NOT NULL,
`subscriber_id` int(10) unsigned NOT NULL,
`created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
PRIMARY KEY (`id`),
UNIQUE KEY `form_subscriber` (`form_id`,`subscriber_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_mailpoet_statistics_forms`
--
LOCK TABLES `wp_mailpoet_statistics_forms` WRITE;
/*!40000 ALTER TABLE `wp_mailpoet_statistics_forms` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_mailpoet_statistics_forms` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_mailpoet_statistics_newsletters`
--
DROP TABLE IF EXISTS `wp_mailpoet_statistics_newsletters`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_mailpoet_statistics_newsletters` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`newsletter_id` int(10) unsigned NOT NULL,
`subscriber_id` int(10) unsigned NOT NULL,
`queue_id` int(10) unsigned NOT NULL,
`sent_at` timestamp NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
PRIMARY KEY (`id`),
KEY `newsletter_id` (`newsletter_id`),
KEY `subscriber_id` (`subscriber_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_mailpoet_statistics_newsletters`
--
LOCK TABLES `wp_mailpoet_statistics_newsletters` WRITE;
/*!40000 ALTER TABLE `wp_mailpoet_statistics_newsletters` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_mailpoet_statistics_newsletters` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_mailpoet_statistics_opens`
--
DROP TABLE IF EXISTS `wp_mailpoet_statistics_opens`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_mailpoet_statistics_opens` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`newsletter_id` int(10) unsigned NOT NULL,
`subscriber_id` int(10) unsigned NOT NULL,
`queue_id` int(10) unsigned NOT NULL,
`created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
PRIMARY KEY (`id`),
KEY `newsletter_id_subscriber_id` (`newsletter_id`,`subscriber_id`),
KEY `queue_id` (`queue_id`),
KEY `subscriber_id` (`subscriber_id`),
KEY `created_at` (`created_at`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_mailpoet_statistics_opens`
--
LOCK TABLES `wp_mailpoet_statistics_opens` WRITE;
/*!40000 ALTER TABLE `wp_mailpoet_statistics_opens` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_mailpoet_statistics_opens` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_mailpoet_statistics_unsubscribes`
--
DROP TABLE IF EXISTS `wp_mailpoet_statistics_unsubscribes`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_mailpoet_statistics_unsubscribes` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`newsletter_id` int(10) unsigned NOT NULL,
`subscriber_id` int(10) unsigned NOT NULL,
`queue_id` int(10) unsigned NOT NULL,
`created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
PRIMARY KEY (`id`),
KEY `newsletter_id_subscriber_id` (`newsletter_id`,`subscriber_id`),
KEY `queue_id` (`queue_id`),
KEY `subscriber_id` (`subscriber_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_mailpoet_statistics_unsubscribes`
--
LOCK TABLES `wp_mailpoet_statistics_unsubscribes` WRITE;
/*!40000 ALTER TABLE `wp_mailpoet_statistics_unsubscribes` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_mailpoet_statistics_unsubscribes` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_mailpoet_statistics_woocommerce_purchases`
--
DROP TABLE IF EXISTS `wp_mailpoet_statistics_woocommerce_purchases`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_mailpoet_statistics_woocommerce_purchases` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`newsletter_id` int(10) unsigned NOT NULL,
`subscriber_id` int(10) unsigned NOT NULL,
`queue_id` int(10) unsigned NOT NULL,
`click_id` int(10) unsigned NOT NULL,
`order_id` bigint(20) unsigned NOT NULL,
`order_currency` char(3) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`order_price_total` float NOT NULL COMMENT 'With shipping and taxes in order_currency',
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
PRIMARY KEY (`id`),
UNIQUE KEY `click_id_order_id` (`click_id`,`order_id`),
KEY `newsletter_id` (`newsletter_id`),
KEY `queue_id` (`queue_id`),
KEY `subscriber_id` (`subscriber_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_mailpoet_statistics_woocommerce_purchases`
--
LOCK TABLES `wp_mailpoet_statistics_woocommerce_purchases` WRITE;
/*!40000 ALTER TABLE `wp_mailpoet_statistics_woocommerce_purchases` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_mailpoet_statistics_woocommerce_purchases` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_mailpoet_stats_notifications`
--
DROP TABLE IF EXISTS `wp_mailpoet_stats_notifications`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_mailpoet_stats_notifications` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`newsletter_id` int(10) unsigned NOT NULL,
`task_id` int(10) unsigned NOT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
PRIMARY KEY (`id`),
UNIQUE KEY `newsletter_id_task_id` (`newsletter_id`,`task_id`),
KEY `task_id` (`task_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_mailpoet_stats_notifications`
--
LOCK TABLES `wp_mailpoet_stats_notifications` WRITE;
/*!40000 ALTER TABLE `wp_mailpoet_stats_notifications` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_mailpoet_stats_notifications` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_mailpoet_subscriber_custom_field`
--
DROP TABLE IF EXISTS `wp_mailpoet_subscriber_custom_field`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_mailpoet_subscriber_custom_field` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`subscriber_id` int(10) unsigned NOT NULL,
`custom_field_id` int(10) unsigned NOT NULL,
`value` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
PRIMARY KEY (`id`),
UNIQUE KEY `subscriber_id_custom_field_id` (`subscriber_id`,`custom_field_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_mailpoet_subscriber_custom_field`
--
LOCK TABLES `wp_mailpoet_subscriber_custom_field` WRITE;
/*!40000 ALTER TABLE `wp_mailpoet_subscriber_custom_field` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_mailpoet_subscriber_custom_field` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_mailpoet_subscriber_ips`
--
DROP TABLE IF EXISTS `wp_mailpoet_subscriber_ips`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_mailpoet_subscriber_ips` (
`ip` varchar(45) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
PRIMARY KEY (`created_at`,`ip`),
KEY `ip` (`ip`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_mailpoet_subscriber_ips`
--
LOCK TABLES `wp_mailpoet_subscriber_ips` WRITE;
/*!40000 ALTER TABLE `wp_mailpoet_subscriber_ips` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_mailpoet_subscriber_ips` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_mailpoet_subscriber_segment`
--
DROP TABLE IF EXISTS `wp_mailpoet_subscriber_segment`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_mailpoet_subscriber_segment` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`subscriber_id` int(10) unsigned NOT NULL,
`segment_id` int(10) unsigned NOT NULL,
`status` varchar(12) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'subscribed',
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
PRIMARY KEY (`id`),
UNIQUE KEY `subscriber_segment` (`subscriber_id`,`segment_id`),
KEY `segment_id` (`segment_id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_mailpoet_subscriber_segment`
--
LOCK TABLES `wp_mailpoet_subscriber_segment` WRITE;
/*!40000 ALTER TABLE `wp_mailpoet_subscriber_segment` DISABLE KEYS */;
INSERT INTO `wp_mailpoet_subscriber_segment` VALUES (1,1,1,'subscribed','2019-09-17 13:54:04','2019-09-17 13:54:04');
/*!40000 ALTER TABLE `wp_mailpoet_subscriber_segment` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_mailpoet_subscribers`
--
DROP TABLE IF EXISTS `wp_mailpoet_subscribers`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_mailpoet_subscribers` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`wp_user_id` bigint(20) DEFAULT NULL,
`is_woocommerce_user` int(11) NOT NULL DEFAULT '0',
`first_name` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`last_name` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`email` varchar(150) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`status` varchar(12) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'unconfirmed',
`subscribed_ip` varchar(45) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`confirmed_ip` varchar(45) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`confirmed_at` timestamp NULL DEFAULT NULL,
`last_subscribed_at` timestamp NULL DEFAULT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
`deleted_at` timestamp NULL DEFAULT NULL,
`unconfirmed_data` longtext COLLATE utf8mb4_unicode_520_ci,
`source` enum('form','imported','administrator','api','wordpress_user','woocommerce_user','woocommerce_checkout','unknown') COLLATE utf8mb4_unicode_520_ci DEFAULT 'unknown',
`count_confirmations` int(10) unsigned NOT NULL DEFAULT '0',
`unsubscribe_token` varchar(15) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
PRIMARY KEY (`id`),
UNIQUE KEY `email` (`email`),
UNIQUE KEY `unsubscribe_token` (`unsubscribe_token`),
KEY `wp_user_id` (`wp_user_id`),
KEY `updated_at` (`updated_at`),
KEY `status_deleted_at` (`status`,`deleted_at`),
KEY `last_subscribed_at` (`last_subscribed_at`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_mailpoet_subscribers`
--
LOCK TABLES `wp_mailpoet_subscribers` WRITE;
/*!40000 ALTER TABLE `wp_mailpoet_subscribers` DISABLE KEYS */;
INSERT INTO `wp_mailpoet_subscribers` VALUES (1,1,0,'cc_admin','','shieldwatch006@gmail.com','unconfirmed',NULL,NULL,NULL,NULL,'2019-09-17 13:54:04','2019-09-17 13:54:27',NULL,NULL,'wordpress_user',0,'6yxgt6lsungowcc');
/*!40000 ALTER TABLE `wp_mailpoet_subscribers` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_mailpoet_user_flags`
--
DROP TABLE IF EXISTS `wp_mailpoet_user_flags`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_mailpoet_user_flags` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`user_id` bigint(20) NOT NULL,
`name` varchar(50) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`value` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
PRIMARY KEY (`id`),
UNIQUE KEY `user_id_name` (`user_id`,`name`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_mailpoet_user_flags`
--
LOCK TABLES `wp_mailpoet_user_flags` WRITE;
/*!40000 ALTER TABLE `wp_mailpoet_user_flags` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_mailpoet_user_flags` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_newsletter`
--
DROP TABLE IF EXISTS `wp_newsletter`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_newsletter` (
`name` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`email` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`token` varchar(50) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`language` varchar(10) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`status` varchar(1) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'S',
`id` int(11) NOT NULL AUTO_INCREMENT,
`profile` mediumtext COLLATE utf8mb4_unicode_520_ci,
`created` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
`updated` int(11) NOT NULL DEFAULT '0',
`last_activity` int(11) NOT NULL DEFAULT '0',
`followup_step` tinyint(4) NOT NULL DEFAULT '0',
`followup_time` bigint(20) NOT NULL DEFAULT '0',
`followup` tinyint(4) NOT NULL DEFAULT '0',
`surname` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`sex` char(1) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'n',
`feed_time` bigint(20) NOT NULL DEFAULT '0',
`feed` tinyint(4) NOT NULL DEFAULT '0',
`referrer` varchar(50) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`ip` varchar(50) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`wp_user_id` int(11) NOT NULL DEFAULT '0',
`http_referer` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`geo` tinyint(4) NOT NULL DEFAULT '0',
`country` varchar(4) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`region` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`city` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`bounce_type` varchar(50) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`bounce_time` int(11) NOT NULL DEFAULT '0',
`unsub_email_id` int(11) NOT NULL DEFAULT '0',
`unsub_time` int(11) NOT NULL DEFAULT '0',
`list_1` tinyint(4) NOT NULL DEFAULT '0',
`list_2` tinyint(4) NOT NULL DEFAULT '0',
`list_3` tinyint(4) NOT NULL DEFAULT '0',
`list_4` tinyint(4) NOT NULL DEFAULT '0',
`list_5` tinyint(4) NOT NULL DEFAULT '0',
`list_6` tinyint(4) NOT NULL DEFAULT '0',
`list_7` tinyint(4) NOT NULL DEFAULT '0',
`list_8` tinyint(4) NOT NULL DEFAULT '0',
`list_9` tinyint(4) NOT NULL DEFAULT '0',
`list_10` tinyint(4) NOT NULL DEFAULT '0',
`list_11` tinyint(4) NOT NULL DEFAULT '0',
`list_12` tinyint(4) NOT NULL DEFAULT '0',
`list_13` tinyint(4) NOT NULL DEFAULT '0',
`list_14` tinyint(4) NOT NULL DEFAULT '0',
`list_15` tinyint(4) NOT NULL DEFAULT '0',
`list_16` tinyint(4) NOT NULL DEFAULT '0',
`list_17` tinyint(4) NOT NULL DEFAULT '0',
`list_18` tinyint(4) NOT NULL DEFAULT '0',
`list_19` tinyint(4) NOT NULL DEFAULT '0',
`list_20` tinyint(4) NOT NULL DEFAULT '0',
`list_21` tinyint(4) NOT NULL DEFAULT '0',
`list_22` tinyint(4) NOT NULL DEFAULT '0',
`list_23` tinyint(4) NOT NULL DEFAULT '0',
`list_24` tinyint(4) NOT NULL DEFAULT '0',
`list_25` tinyint(4) NOT NULL DEFAULT '0',
`list_26` tinyint(4) NOT NULL DEFAULT '0',
`list_27` tinyint(4) NOT NULL DEFAULT '0',
`list_28` tinyint(4) NOT NULL DEFAULT '0',
`list_29` tinyint(4) NOT NULL DEFAULT '0',
`list_30` tinyint(4) NOT NULL DEFAULT '0',
`list_31` tinyint(4) NOT NULL DEFAULT '0',
`list_32` tinyint(4) NOT NULL DEFAULT '0',
`list_33` tinyint(4) NOT NULL DEFAULT '0',
`list_34` tinyint(4) NOT NULL DEFAULT '0',
`list_35` tinyint(4) NOT NULL DEFAULT '0',
`list_36` tinyint(4) NOT NULL DEFAULT '0',
`list_37` tinyint(4) NOT NULL DEFAULT '0',
`list_38` tinyint(4) NOT NULL DEFAULT '0',
`list_39` tinyint(4) NOT NULL DEFAULT '0',
`list_40` tinyint(4) NOT NULL DEFAULT '0',
`profile_1` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`profile_2` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`profile_3` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`profile_4` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`profile_5` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`profile_6` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`profile_7` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`profile_8` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`profile_9` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`profile_10` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`profile_11` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`profile_12` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`profile_13` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`profile_14` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`profile_15` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`profile_16` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`profile_17` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`profile_18` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`profile_19` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`profile_20` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`test` tinyint(4) NOT NULL DEFAULT '0',
PRIMARY KEY (`id`),
UNIQUE KEY `email` (`email`),
KEY `wp_user_id` (`wp_user_id`)
) ENGINE=InnoDB AUTO_INCREMENT=46 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_newsletter`
--
LOCK TABLES `wp_newsletter` WRITE;
/*!40000 ALTER TABLE `wp_newsletter` DISABLE KEYS */;
INSERT INTO `wp_newsletter` VALUES ('','pmyers@concertium.com','4f4b074e0b','','S',4,NULL,'2019-09-25 14:54:06',1571167080,0,0,0,0,'','n',0,0,'','10.4.0.84',0,'https://captainschairit.com/',0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','',0),('','swilson@whitemtn.com','3024d6c5a8','','C',12,NULL,'2019-10-19 02:10:21',1571451021,1571452522,0,0,0,'','n',0,0,'','10.4.0.97',0,'https://captainschairit.com/client-dashboard/',0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','',0),('','kleidav@gmail.com','05e4b77a4b','','S',13,NULL,'2019-10-21 09:00:55',1571648455,0,0,0,0,'','n',0,0,'','10.4.0.97',0,'https://captainschairit.com/connectors/',0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','',0),('','eric@adkinstech.com','cb4031f2d2','','C',14,NULL,'2019-10-23 15:19:35',1571843975,1571844139,0,0,0,'','n',0,0,'','10.4.0.97',0,'https://captainschairit.com/client-dashboard/',0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','',0),('','cwhite@hbllp.com','4807e0dd75','','S',15,NULL,'2019-10-24 04:12:55',1599757464,0,0,0,0,'','n',0,0,'','204.238.8.148',0,'https://captainschairit.com/client-dashboard/',0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','',0),('','erikdg@erik.com','712a0fc8f2','','C',16,NULL,'2019-10-24 05:45:22',1571895922,1571900836,0,0,0,'','n',0,0,'','10.4.0.84',0,'https://captainschairit.com/connectors/',0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','',0),('','michael.wates@managedit.com.au','ea84ee0799','','S',17,NULL,'2020-01-22 05:28:09',1579670889,0,0,0,0,'','n',0,0,'','127.0.0.1',0,'https://captainschairit.com/connectors/',0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','',0),('','ryan@smileback.com','abe668038e','','C',20,NULL,'2020-02-26 14:27:48',1582727268,1582905949,0,0,0,'','n',0,0,'','127.0.0.1',0,'https://captainschairit.com/client-dashboard/',0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','',0),('','vschwa@hotmail.com','07b8ef4b01','','S',21,NULL,'2020-03-09 16:23:39',1583771019,0,0,0,0,'','n',0,0,'','127.0.0.1',0,'https://captainschairit.com/client-dashboard/',0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','',0),('','tim@radke.cc','79cf2bff62','','C',22,NULL,'2020-03-10 19:57:57',1583870277,1583870429,0,0,0,'','n',0,0,'','127.0.0.1',0,'https://captainschairit.com/client-dashboard/',0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','',0),('','peter@mikulaitconsulting.com','86a91782a3','','C',23,NULL,'2020-04-06 20:21:12',1586204481,1586205837,0,0,0,'','n',0,0,'','127.0.0.1',0,'https://captainschairit.com/',0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','',0),('','khoffman@axcient.com','873d79018d','','C',24,NULL,'2020-04-27 23:27:47',1588030084,1588033491,0,0,0,'','n',0,0,'','127.0.0.1',0,'https://captainschairit.com/connectors/',0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','',0),('','sgridley@intech-support.com','3303bab0f7','','S',25,NULL,'2020-04-30 02:44:27',1588214685,0,0,0,0,'','n',0,0,'','127.0.0.1',0,'https://captainschairit.com/client-dashboard/',0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','',0),('','james@4bis.con','483f0fc939','','S',26,NULL,'2020-06-13 04:39:42',1592023182,0,0,0,0,'','n',0,0,'','127.0.0.1',0,'https://captainschairit.com/client-dashboard/',0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','',0),('','aidan@castlerock.co.za','5d583b89b7','','S',27,NULL,'2020-06-14 16:09:55',1592150995,0,0,0,0,'','n',0,0,'','127.0.0.1',0,'https://captainschairit.com/client-dashboard/',0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','',0),('','p.jorritsma@viadata.nl','c6e75d8440','','S',28,NULL,'2020-07-02 21:50:17',1593726617,0,0,0,0,'','n',0,0,'','127.0.0.1',0,'https://captainschairit.com/client-dashboard/',0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','',0),('','mike@newcmi.com','5ec6de23e7','','S',29,NULL,'2020-07-08 08:16:31',1594196191,0,0,0,0,'','n',0,0,'','127.0.0.1',0,'https://captainschairit.com/',0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','',0),('','matt.j.kemp@gmail.com','34a0185c41','','C',30,NULL,'2020-08-06 13:54:26',1596722066,1596724347,0,0,0,'','n',0,0,'','127.0.0.1',0,'https://captainschairit.com/blog/',0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','',0),('','bkelly@thewalkergroup.com','56950c221e','','S',31,NULL,'2020-08-13 13:17:35',1597324655,0,0,0,0,'','n',0,0,'','69.177.19.238',0,'https://captainschairit.com/captains-chair-gives-more-transparency-for-msp-customers/',0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','',0),('','kharrison@computex.net','a7f57c35e1','','C',39,NULL,'2020-08-19 03:22:14',1597807334,1597807632,0,0,0,'','n',0,0,'','75.53.224.223',0,'https://captainschairit.com/client-dashboard/',0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','',0),('','pierre.dessureault@connextek.ca','286bd58ed8','','S',40,NULL,'2020-08-19 04:15:07',1597810507,0,0,0,0,'','n',0,0,'','24.200.100.58',0,'https://captainschairit.com/connectors/',0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','',0),('','kent.erickson@pointivity.com','80d06ec546','','S',41,NULL,'2020-09-11 00:45:15',1599785115,0,0,0,0,'','n',0,0,'','184.177.174.210',0,'https://captainschairit.com/',0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','',0),('','kyle@iteutopia.com','ff7f39bd37','','C',42,NULL,'2020-09-15 00:41:57',1600130517,1600133830,0,0,0,'','n',0,0,'','204.156.182.170',0,'https://captainschairit.com/',0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','',0),('','mark.hodges@modtech.ca','51209194a7','','S',43,NULL,'2020-10-16 15:35:49',1602862549,0,0,0,0,'','n',0,0,'','104.157.13.123',0,'https://captainschairit.com/features/',0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','',0),('','ckirkend@5ktech.com','00ae378b2b','','S',44,NULL,'2020-10-19 17:58:22',1603130302,0,0,0,0,'','n',0,0,'','47.190.66.84',0,'https://captainschairit.com/client-dashboard/',0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','',0),('','john@proactiveitservice.us','56775686f3','','C',45,NULL,'2020-11-14 05:50:32',1605333032,1605333468,0,0,0,'','n',0,0,'','174.50.167.131',0,'https://captainschairit.com/',0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','',0);
/*!40000 ALTER TABLE `wp_newsletter` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_newsletter_emails`
--
DROP TABLE IF EXISTS `wp_newsletter_emails`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_newsletter_emails` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`language` varchar(10) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`subject` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`message` longtext COLLATE utf8mb4_unicode_520_ci,
`subject2` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`message2` longtext COLLATE utf8mb4_unicode_520_ci,
`name2` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`created` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
`status` enum('new','sending','sent','paused') COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'new',
`total` int(11) NOT NULL DEFAULT '0',
`last_id` int(11) NOT NULL DEFAULT '0',
`sent` int(11) NOT NULL DEFAULT '0',
`track` int(11) NOT NULL DEFAULT '1',
`list` int(11) NOT NULL DEFAULT '0',
`type` varchar(50) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`query` longtext COLLATE utf8mb4_unicode_520_ci,
`editor` tinyint(4) NOT NULL DEFAULT '0',
`sex` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`theme` varchar(50) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`message_text` longtext COLLATE utf8mb4_unicode_520_ci,
`preferences` longtext COLLATE utf8mb4_unicode_520_ci,
`send_on` int(11) NOT NULL DEFAULT '0',
`token` varchar(10) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`options` longtext COLLATE utf8mb4_unicode_520_ci,
`private` tinyint(1) NOT NULL DEFAULT '0',
`click_count` int(10) unsigned NOT NULL DEFAULT '0',
`version` varchar(10) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`open_count` int(10) unsigned NOT NULL DEFAULT '0',
`unsub_count` int(10) unsigned NOT NULL DEFAULT '0',
`error_count` int(10) unsigned NOT NULL DEFAULT '0',
`stats_time` int(10) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_newsletter_emails`
--
LOCK TABLES `wp_newsletter_emails` WRITE;
/*!40000 ALTER TABLE `wp_newsletter_emails` DISABLE KEYS */;
INSERT INTO `wp_newsletter_emails` VALUES (1,'','Here the email subject','<!DOCTYPE html>\r\n<html>\r\n<head>\r\n<title>Your email title</title>\r\n</head>\r\n<body>\r\n</body>\r\n</html>','',NULL,'','2019-09-10 10:40:45','new',0,0,0,1,0,'message',NULL,1,'','',NULL,NULL,1568112045,'ec2a36d8ce',NULL,0,0,'',0,0,0,0);
/*!40000 ALTER TABLE `wp_newsletter_emails` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_newsletter_sent`
--
DROP TABLE IF EXISTS `wp_newsletter_sent`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_newsletter_sent` (
`email_id` int(10) unsigned NOT NULL DEFAULT '0',
`user_id` int(10) unsigned NOT NULL DEFAULT '0',
`status` tinyint(3) unsigned NOT NULL DEFAULT '0',
`open` tinyint(3) unsigned NOT NULL DEFAULT '0',
`time` int(10) unsigned NOT NULL DEFAULT '0',
`error` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`ip` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`country` varchar(4) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
PRIMARY KEY (`email_id`,`user_id`),
KEY `user_id` (`user_id`),
KEY `email_id` (`email_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_newsletter_sent`
--
LOCK TABLES `wp_newsletter_sent` WRITE;
/*!40000 ALTER TABLE `wp_newsletter_sent` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_newsletter_sent` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_newsletter_stats`
--
DROP TABLE IF EXISTS `wp_newsletter_stats`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_newsletter_stats` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`created` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
`url` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`user_id` int(11) NOT NULL DEFAULT '0',
`email_id` varchar(10) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '0',
`link_id` int(11) NOT NULL DEFAULT '0',
`ip` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`country` varchar(4) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
PRIMARY KEY (`id`),
KEY `email_id` (`email_id`),
KEY `user_id` (`user_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_newsletter_stats`
--
LOCK TABLES `wp_newsletter_stats` WRITE;
/*!40000 ALTER TABLE `wp_newsletter_stats` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_newsletter_stats` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_newsletter_user_logs`
--
DROP TABLE IF EXISTS `wp_newsletter_user_logs`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_newsletter_user_logs` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`user_id` int(11) NOT NULL DEFAULT '0',
`ip` varchar(50) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`source` varchar(50) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`data` longtext COLLATE utf8mb4_unicode_520_ci,
`created` int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=103 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_newsletter_user_logs`
--
LOCK TABLES `wp_newsletter_user_logs` WRITE;
/*!40000 ALTER TABLE `wp_newsletter_user_logs` DISABLE KEYS */;
INSERT INTO `wp_newsletter_user_logs` VALUES (1,2,'192.168.1.33','subscribe','{\"status\":\"C\"}',1568112588),(2,2,'192.168.1.33','subscribe','{\"status\":\"C\"}',1568117751),(3,2,'192.168.1.33','subscribe','{\"status\":\"C\"}',1568727742),(4,2,'192.168.1.33','subscribe','{\"status\":\"C\"}',1568727944),(5,2,'192.168.1.61','subscribe','{\"status\":\"C\"}',1568733257),(6,2,'192.168.1.61','subscribe','{\"status\":\"C\"}',1568733348),(7,3,'192.168.1.33','subscribe','{\"status\":\"C\"}',1568796196),(8,4,'192.168.1.33','subscribe','{\"status\":\"C\"}',1568796251),(9,5,'192.168.1.33','subscribe','{\"status\":\"S\"}',1568800524),(10,5,'192.168.1.33','subscribe','{\"status\":\"S\"}',1568801967),(11,6,'192.168.1.33','subscribe','{\"status\":\"S\"}',1568802082),(12,5,'192.168.1.33','subscribe','{\"status\":\"S\"}',1568808679),(13,2,'10.4.0.97','subscribe','{\"status\":\"S\"}',1569307061),(14,3,'10.4.0.97','subscribe','{\"status\":\"S\"}',1569308668),(15,4,'10.4.0.84','subscribe','{\"status\":\"S\"}',1569423246),(16,3,'10.4.0.97','subscribe','{\"status\":\"S\"}',1570101940),(17,5,'10.4.0.97','subscribe','{\"status\":\"S\"}',1570102351),(18,5,'10.4.0.97','activate','{\"status\":\"C\"}',1570102520),(19,5,'10.4.0.84','activate','{\"status\":\"C\"}',1570102525),(20,4,'10.4.0.84','subscribe','{\"status\":\"S\"}',1570115657),(21,6,'10.4.0.97','subscribe','{\"status\":\"S\"}',1570780411),(22,6,'10.4.0.97','activate','{\"status\":\"C\"}',1570780618),(23,4,'10.4.0.84','subscribe','{\"status\":\"S\"}',1571166726),(24,4,'10.4.0.84','subscribe','{\"status\":\"S\"}',1571167080),(25,5,'10.4.0.97','activate','{\"status\":\"C\"}',1571387107),(26,5,'10.4.0.97','activate','{\"status\":\"C\"}',1571387111),(27,7,'10.4.0.97','subscribe','{\"status\":\"S\"}',1571387748),(28,7,'10.4.0.97','activate','{\"status\":\"C\"}',1571387793),(29,7,'10.4.0.97','activate','{\"status\":\"C\"}',1571387797),(30,8,'10.4.0.97','subscribe','{\"status\":\"S\"}',1571388188),(31,8,'10.4.0.97','activate','{\"status\":\"C\"}',1571388213),(32,8,'10.4.0.97','activate','{\"status\":\"C\"}',1571388217),(33,9,'10.4.0.97','subscribe','{\"status\":\"S\"}',1571394709),(34,9,'10.4.0.97','activate','{\"status\":\"C\"}',1571395215),(35,9,'10.4.0.97','activate','{\"status\":\"C\"}',1571395222),(36,10,'10.4.0.97','subscribe','{\"status\":\"S\"}',1571396088),(37,10,'10.4.0.97','activate','{\"status\":\"C\"}',1571396129),(38,10,'10.4.0.97','activate','{\"status\":\"C\"}',1571396135),(39,11,'10.4.0.97','subscribe','{\"status\":\"S\"}',1571396287),(40,11,'10.4.0.97','activate','{\"status\":\"C\"}',1571396416),(41,11,'10.4.0.97','activate','{\"status\":\"C\"}',1571396422),(42,12,'10.4.0.97','subscribe','{\"status\":\"S\"}',1571451022),(43,12,'10.4.0.97','activate','{\"status\":\"C\"}',1571452522),(44,13,'10.4.0.97','subscribe','{\"status\":\"S\"}',1571648455),(45,14,'10.4.0.97','subscribe','{\"status\":\"S\"}',1571843975),(46,14,'10.4.0.97','activate','{\"status\":\"C\"}',1571844139),(47,15,'10.4.0.97','subscribe','{\"status\":\"S\"}',1571890375),(48,16,'10.4.0.84','subscribe','{\"status\":\"S\"}',1571895922),(49,16,'10.4.0.84','activate','{\"status\":\"C\"}',1571900836),(50,17,'127.0.0.1','subscribe','{\"status\":\"S\"}',1579670889),(51,18,'127.0.0.1','subscribe','{\"status\":\"S\"}',1579765992),(52,19,'127.0.0.1','subscribe','{\"status\":\"S\"}',1580907316),(53,19,'127.0.0.1','subscribe','{\"status\":\"S\"}',1580907600),(54,19,'127.0.0.1','subscribe','{\"status\":\"S\"}',1580907760),(55,20,'127.0.0.1','subscribe','{\"status\":\"S\"}',1582727268),(56,20,'127.0.0.1','activate','{\"status\":\"C\"}',1582905949),(57,21,'127.0.0.1','subscribe','{\"status\":\"S\"}',1583771019),(58,22,'127.0.0.1','subscribe','{\"status\":\"S\"}',1583870277),(59,22,'127.0.0.1','activate','{\"status\":\"C\"}',1583870429),(60,22,'127.0.0.1','activate','{\"status\":\"C\"}',1583870430),(61,23,'127.0.0.1','subscribe','{\"status\":\"S\"}',1586204481),(62,23,'127.0.0.1','activate','{\"status\":\"C\"}',1586205837),(63,24,'127.0.0.1','subscribe','{\"status\":\"S\"}',1588030084),(64,24,'127.0.0.1','activate','{\"status\":\"C\"}',1588033491),(65,25,'127.0.0.1','subscribe','{\"status\":\"S\"}',1588214685),(66,26,'127.0.0.1','subscribe','{\"status\":\"S\"}',1592023182),(67,27,'127.0.0.1','subscribe','{\"status\":\"S\"}',1592150995),(68,28,'127.0.0.1','subscribe','{\"status\":\"S\"}',1593726617),(69,29,'127.0.0.1','subscribe','{\"status\":\"S\"}',1594196191),(70,30,'127.0.0.1','subscribe','{\"status\":\"S\"}',1596722066),(71,30,'127.0.0.1','activate','{\"status\":\"C\"}',1596722108),(72,30,'127.0.0.1','activate','{\"status\":\"C\"}',1596722120),(73,30,'127.0.0.1','activate','{\"status\":\"C\"}',1596724347),(74,31,'69.177.19.238','subscribe','{\"status\":\"S\"}',1597324655),(75,32,'47.15.3.85','subscribe','{\"status\":\"S\"}',1597732842),(76,33,'47.15.3.85','subscribe','{\"status\":\"S\"}',1597732904),(77,34,'47.15.3.85','subscribe','{\"status\":\"S\"}',1597733250),(78,35,'47.15.3.85','subscribe','{\"status\":\"S\"}',1597733489),(79,35,'47.15.3.85','subscribe','{\"status\":\"S\"}',1597733599),(80,36,'47.15.3.85','subscribe','{\"status\":\"S\"}',1597733819),(81,37,'115.187.56.69','subscribe','{\"status\":\"S\"}',1597735151),(82,37,'115.187.56.69','activate','{\"status\":\"C\"}',1597735161),(83,37,'74.125.210.23','activate','{\"status\":\"C\"}',1597735167),(84,38,'115.187.56.69','subscribe','{\"status\":\"S\"}',1597735337),(85,38,'115.187.56.69','activate','{\"status\":\"C\"}',1597735349),(86,38,'74.125.210.25','activate','{\"status\":\"C\"}',1597735350),(87,39,'75.53.224.223','subscribe','{\"status\":\"S\"}',1597807334),(88,39,'75.53.224.223','activate','{\"status\":\"C\"}',1597807632),(89,40,'24.200.100.58','subscribe','{\"status\":\"S\"}',1597810507),(90,15,'204.238.8.148','subscribe','{\"status\":\"S\"}',1599757464),(91,41,'184.177.174.210','subscribe','{\"status\":\"S\"}',1599785115),(92,42,'204.156.182.170','subscribe','{\"status\":\"S\"}',1600130517),(93,42,'199.27.249.15','activate','{\"status\":\"C\"}',1600133774),(94,42,'54.204.90.224','activate','{\"status\":\"C\"}',1600133780),(95,42,'23.82.17.105','activate','{\"status\":\"C\"}',1600133830),(96,43,'104.157.13.123','subscribe','{\"status\":\"S\"}',1602862549),(97,44,'47.190.66.84','subscribe','{\"status\":\"S\"}',1603130302),(98,45,'103.74.111.84','subscribe','{\"status\":\"S\"}',1603252673),(99,45,'103.74.111.84','activate','{\"status\":\"C\"}',1603252705),(100,45,'180.149.55.133','activate','{\"status\":\"C\"}',1603252713),(101,45,'174.50.167.131','subscribe','{\"status\":\"S\"}',1605333032),(102,45,'174.50.167.131','activate','{\"status\":\"C\"}',1605333468);
/*!40000 ALTER TABLE `wp_newsletter_user_logs` 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_520_ci NOT NULL DEFAULT '',
`option_value` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
`autoload` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'yes',
PRIMARY KEY (`option_id`),
UNIQUE KEY `option_name` (`option_name`),
KEY `autoload` (`autoload`)
) ENGINE=InnoDB AUTO_INCREMENT=290899 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_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','https://captainschairit.com/','yes'),(2,'home','https://captainschairit.com/','yes'),(3,'blogname','Captain's Chair','yes'),(4,'blogdescription','Next-Generation IT MSP - Client Portal and Dashboard','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','arnabchakraborty@codeuridea.com','yes'),(7,'start_of_week','1','yes'),(8,'use_balanceTags','0','yes'),(9,'use_smilies','1','yes'),(10,'require_name_email','1','yes'),(11,'comments_notify','1','yes'),(12,'posts_per_rss','10','yes'),(13,'rss_use_excerpt','0','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','open','yes'),(20,'default_ping_status','open','yes'),(21,'default_pingback_flag','1','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','0','yes'),(27,'moderation_notify','1','yes'),(28,'permalink_structure','/%postname%/','yes'),(29,'rewrite_rules','a:268:{s:11:\"sitemap.xml\";s:33:\"index.php?aiosp_sitemap_path=root\";s:21:\"(.+)-sitemap(\\d+).xml\";s:71:\"index.php?aiosp_sitemap_path=$matches[1]&aiosp_sitemap_page=$matches[2]\";s:16:\"(.+)-sitemap.xml\";s:40:\"index.php?aiosp_sitemap_path=$matches[1]\";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:17:\"about-products/?$\";s:34:\"index.php?post_type=about-products\";s:47:\"about-products/feed/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?post_type=about-products&feed=$matches[1]\";s:42:\"about-products/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?post_type=about-products&feed=$matches[1]\";s:34:\"about-products/page/([0-9]{1,})/?$\";s:52:\"index.php?post_type=about-products&paged=$matches[1]\";s:14:\"cc-features/?$\";s:31:\"index.php?post_type=cc-features\";s:44:\"cc-features/feed/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?post_type=cc-features&feed=$matches[1]\";s:39:\"cc-features/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?post_type=cc-features&feed=$matches[1]\";s:31:\"cc-features/page/([0-9]{1,})/?$\";s:49:\"index.php?post_type=cc-features&paged=$matches[1]\";s:16:\"cc-connectors/?$\";s:33:\"index.php?post_type=cc-connectors\";s:46:\"cc-connectors/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_type=cc-connectors&feed=$matches[1]\";s:41:\"cc-connectors/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_type=cc-connectors&feed=$matches[1]\";s:33:\"cc-connectors/page/([0-9]{1,})/?$\";s:51:\"index.php?post_type=cc-connectors&paged=$matches[1]\";s:21:\"cc-leadership-team/?$\";s:38:\"index.php?post_type=cc-leadership-team\";s:51:\"cc-leadership-team/feed/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?post_type=cc-leadership-team&feed=$matches[1]\";s:46:\"cc-leadership-team/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?post_type=cc-leadership-team&feed=$matches[1]\";s:38:\"cc-leadership-team/page/([0-9]{1,})/?$\";s:56:\"index.php?post_type=cc-leadership-team&paged=$matches[1]\";s:10:\"cc-news/?$\";s:27:\"index.php?post_type=cc-news\";s:40:\"cc-news/feed/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?post_type=cc-news&feed=$matches[1]\";s:35:\"cc-news/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?post_type=cc-news&feed=$matches[1]\";s:27:\"cc-news/page/([0-9]{1,})/?$\";s:45:\"index.php?post_type=cc-news&paged=$matches[1]\";s:20:\"cc-press-releases/?$\";s:37:\"index.php?post_type=cc-press-releases\";s:50:\"cc-press-releases/feed/(feed|rdf|rss|rss2|atom)/?$\";s:54:\"index.php?post_type=cc-press-releases&feed=$matches[1]\";s:45:\"cc-press-releases/(feed|rdf|rss|rss2|atom)/?$\";s:54:\"index.php?post_type=cc-press-releases&feed=$matches[1]\";s:37:\"cc-press-releases/page/([0-9]{1,})/?$\";s:55:\"index.php?post_type=cc-press-releases&paged=$matches[1]\";s:14:\"cc-pricings/?$\";s:31:\"index.php?post_type=cc-pricings\";s:44:\"cc-pricings/feed/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?post_type=cc-pricings&feed=$matches[1]\";s:39:\"cc-pricings/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?post_type=cc-pricings&feed=$matches[1]\";s:31:\"cc-pricings/page/([0-9]{1,})/?$\";s:49:\"index.php?post_type=cc-pricings&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:59:\"cc-connector-types/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:57:\"index.php?cc-connector-types=$matches[1]&feed=$matches[2]\";s:54:\"cc-connector-types/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:57:\"index.php?cc-connector-types=$matches[1]&feed=$matches[2]\";s:35:\"cc-connector-types/([^/]+)/embed/?$\";s:51:\"index.php?cc-connector-types=$matches[1]&embed=true\";s:47:\"cc-connector-types/([^/]+)/page/?([0-9]{1,})/?$\";s:58:\"index.php?cc-connector-types=$matches[1]&paged=$matches[2]\";s:29:\"cc-connector-types/([^/]+)/?$\";s:40:\"index.php?cc-connector-types=$matches[1]\";s:60:\"cc-leadership-types/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:58:\"index.php?cc-leadership-types=$matches[1]&feed=$matches[2]\";s:55:\"cc-leadership-types/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:58:\"index.php?cc-leadership-types=$matches[1]&feed=$matches[2]\";s:36:\"cc-leadership-types/([^/]+)/embed/?$\";s:52:\"index.php?cc-leadership-types=$matches[1]&embed=true\";s:48:\"cc-leadership-types/([^/]+)/page/?([0-9]{1,})/?$\";s:59:\"index.php?cc-leadership-types=$matches[1]&paged=$matches[2]\";s:30:\"cc-leadership-types/([^/]+)/?$\";s:41:\"index.php?cc-leadership-types=$matches[1]\";s:57:\"cc-pricing-plans/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?cc-pricing-plans=$matches[1]&feed=$matches[2]\";s:52:\"cc-pricing-plans/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?cc-pricing-plans=$matches[1]&feed=$matches[2]\";s:33:\"cc-pricing-plans/([^/]+)/embed/?$\";s:49:\"index.php?cc-pricing-plans=$matches[1]&embed=true\";s:45:\"cc-pricing-plans/([^/]+)/page/?([0-9]{1,})/?$\";s:56:\"index.php?cc-pricing-plans=$matches[1]&paged=$matches[2]\";s:27:\"cc-pricing-plans/([^/]+)/?$\";s:38:\"index.php?cc-pricing-plans=$matches[1]\";s:42:\"about-products/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:52:\"about-products/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:72:\"about-products/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"about-products/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"about-products/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:48:\"about-products/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:31:\"about-products/([^/]+)/embed/?$\";s:47:\"index.php?about-products=$matches[1]&embed=true\";s:35:\"about-products/([^/]+)/trackback/?$\";s:41:\"index.php?about-products=$matches[1]&tb=1\";s:55:\"about-products/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:53:\"index.php?about-products=$matches[1]&feed=$matches[2]\";s:50:\"about-products/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:53:\"index.php?about-products=$matches[1]&feed=$matches[2]\";s:43:\"about-products/([^/]+)/page/?([0-9]{1,})/?$\";s:54:\"index.php?about-products=$matches[1]&paged=$matches[2]\";s:50:\"about-products/([^/]+)/comment-page-([0-9]{1,})/?$\";s:54:\"index.php?about-products=$matches[1]&cpage=$matches[2]\";s:39:\"about-products/([^/]+)(?:/([0-9]+))?/?$\";s:53:\"index.php?about-products=$matches[1]&page=$matches[2]\";s:31:\"about-products/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:41:\"about-products/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:61:\"about-products/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"about-products/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"about-products/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:37:\"about-products/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:39:\"cc-features/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:49:\"cc-features/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:69:\"cc-features/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"cc-features/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"cc-features/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:45:\"cc-features/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:28:\"cc-features/([^/]+)/embed/?$\";s:44:\"index.php?cc-features=$matches[1]&embed=true\";s:32:\"cc-features/([^/]+)/trackback/?$\";s:38:\"index.php?cc-features=$matches[1]&tb=1\";s:52:\"cc-features/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?cc-features=$matches[1]&feed=$matches[2]\";s:47:\"cc-features/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?cc-features=$matches[1]&feed=$matches[2]\";s:40:\"cc-features/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?cc-features=$matches[1]&paged=$matches[2]\";s:47:\"cc-features/([^/]+)/comment-page-([0-9]{1,})/?$\";s:51:\"index.php?cc-features=$matches[1]&cpage=$matches[2]\";s:36:\"cc-features/([^/]+)(?:/([0-9]+))?/?$\";s:50:\"index.php?cc-features=$matches[1]&page=$matches[2]\";s:28:\"cc-features/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:38:\"cc-features/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:58:\"cc-features/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"cc-features/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"cc-features/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:34:\"cc-features/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:41:\"cc-connectors/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:51:\"cc-connectors/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:71:\"cc-connectors/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:66:\"cc-connectors/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:66:\"cc-connectors/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:47:\"cc-connectors/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:30:\"cc-connectors/([^/]+)/embed/?$\";s:46:\"index.php?cc-connectors=$matches[1]&embed=true\";s:34:\"cc-connectors/([^/]+)/trackback/?$\";s:40:\"index.php?cc-connectors=$matches[1]&tb=1\";s:54:\"cc-connectors/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?cc-connectors=$matches[1]&feed=$matches[2]\";s:49:\"cc-connectors/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?cc-connectors=$matches[1]&feed=$matches[2]\";s:42:\"cc-connectors/([^/]+)/page/?([0-9]{1,})/?$\";s:53:\"index.php?cc-connectors=$matches[1]&paged=$matches[2]\";s:49:\"cc-connectors/([^/]+)/comment-page-([0-9]{1,})/?$\";s:53:\"index.php?cc-connectors=$matches[1]&cpage=$matches[2]\";s:38:\"cc-connectors/([^/]+)(?:/([0-9]+))?/?$\";s:52:\"index.php?cc-connectors=$matches[1]&page=$matches[2]\";s:30:\"cc-connectors/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:40:\"cc-connectors/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:60:\"cc-connectors/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:55:\"cc-connectors/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:55:\"cc-connectors/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:36:\"cc-connectors/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:46:\"cc-leadership-team/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:56:\"cc-leadership-team/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:76:\"cc-leadership-team/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:71:\"cc-leadership-team/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:71:\"cc-leadership-team/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:52:\"cc-leadership-team/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:35:\"cc-leadership-team/([^/]+)/embed/?$\";s:51:\"index.php?cc-leadership-team=$matches[1]&embed=true\";s:39:\"cc-leadership-team/([^/]+)/trackback/?$\";s:45:\"index.php?cc-leadership-team=$matches[1]&tb=1\";s:59:\"cc-leadership-team/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:57:\"index.php?cc-leadership-team=$matches[1]&feed=$matches[2]\";s:54:\"cc-leadership-team/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:57:\"index.php?cc-leadership-team=$matches[1]&feed=$matches[2]\";s:47:\"cc-leadership-team/([^/]+)/page/?([0-9]{1,})/?$\";s:58:\"index.php?cc-leadership-team=$matches[1]&paged=$matches[2]\";s:54:\"cc-leadership-team/([^/]+)/comment-page-([0-9]{1,})/?$\";s:58:\"index.php?cc-leadership-team=$matches[1]&cpage=$matches[2]\";s:43:\"cc-leadership-team/([^/]+)(?:/([0-9]+))?/?$\";s:57:\"index.php?cc-leadership-team=$matches[1]&page=$matches[2]\";s:35:\"cc-leadership-team/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"cc-leadership-team/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"cc-leadership-team/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"cc-leadership-team/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"cc-leadership-team/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"cc-leadership-team/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:35:\"cc-news/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"cc-news/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"cc-news/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"cc-news/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"cc-news/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"cc-news/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:24:\"cc-news/([^/]+)/embed/?$\";s:40:\"index.php?cc-news=$matches[1]&embed=true\";s:28:\"cc-news/([^/]+)/trackback/?$\";s:34:\"index.php?cc-news=$matches[1]&tb=1\";s:48:\"cc-news/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?cc-news=$matches[1]&feed=$matches[2]\";s:43:\"cc-news/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?cc-news=$matches[1]&feed=$matches[2]\";s:36:\"cc-news/([^/]+)/page/?([0-9]{1,})/?$\";s:47:\"index.php?cc-news=$matches[1]&paged=$matches[2]\";s:43:\"cc-news/([^/]+)/comment-page-([0-9]{1,})/?$\";s:47:\"index.php?cc-news=$matches[1]&cpage=$matches[2]\";s:32:\"cc-news/([^/]+)(?:/([0-9]+))?/?$\";s:46:\"index.php?cc-news=$matches[1]&page=$matches[2]\";s:24:\"cc-news/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:34:\"cc-news/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:54:\"cc-news/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"cc-news/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"cc-news/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"cc-news/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:45:\"cc-press-releases/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:55:\"cc-press-releases/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:75:\"cc-press-releases/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:70:\"cc-press-releases/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:70:\"cc-press-releases/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:51:\"cc-press-releases/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:34:\"cc-press-releases/([^/]+)/embed/?$\";s:50:\"index.php?cc-press-releases=$matches[1]&embed=true\";s:38:\"cc-press-releases/([^/]+)/trackback/?$\";s:44:\"index.php?cc-press-releases=$matches[1]&tb=1\";s:58:\"cc-press-releases/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:56:\"index.php?cc-press-releases=$matches[1]&feed=$matches[2]\";s:53:\"cc-press-releases/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:56:\"index.php?cc-press-releases=$matches[1]&feed=$matches[2]\";s:46:\"cc-press-releases/([^/]+)/page/?([0-9]{1,})/?$\";s:57:\"index.php?cc-press-releases=$matches[1]&paged=$matches[2]\";s:53:\"cc-press-releases/([^/]+)/comment-page-([0-9]{1,})/?$\";s:57:\"index.php?cc-press-releases=$matches[1]&cpage=$matches[2]\";s:42:\"cc-press-releases/([^/]+)(?:/([0-9]+))?/?$\";s:56:\"index.php?cc-press-releases=$matches[1]&page=$matches[2]\";s:34:\"cc-press-releases/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:44:\"cc-press-releases/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:64:\"cc-press-releases/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"cc-press-releases/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"cc-press-releases/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:40:\"cc-press-releases/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:39:\"cc-pricings/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:49:\"cc-pricings/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:69:\"cc-pricings/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"cc-pricings/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"cc-pricings/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:45:\"cc-pricings/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:28:\"cc-pricings/([^/]+)/embed/?$\";s:44:\"index.php?cc-pricings=$matches[1]&embed=true\";s:32:\"cc-pricings/([^/]+)/trackback/?$\";s:38:\"index.php?cc-pricings=$matches[1]&tb=1\";s:52:\"cc-pricings/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?cc-pricings=$matches[1]&feed=$matches[2]\";s:47:\"cc-pricings/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?cc-pricings=$matches[1]&feed=$matches[2]\";s:40:\"cc-pricings/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?cc-pricings=$matches[1]&paged=$matches[2]\";s:47:\"cc-pricings/([^/]+)/comment-page-([0-9]{1,})/?$\";s:51:\"index.php?cc-pricings=$matches[1]&cpage=$matches[2]\";s:36:\"cc-pricings/([^/]+)(?:/([0-9]+))?/?$\";s:50:\"index.php?cc-pricings=$matches[1]&page=$matches[2]\";s:28:\"cc-pricings/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:38:\"cc-pricings/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:58:\"cc-pricings/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"cc-pricings/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"cc-pricings/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:34:\"cc-pricings/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:13:\"favicon\\.ico$\";s:19:\"index.php?favicon=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:38:\"index.php?&page_id=5&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'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(33,'active_plugins','a:12:{i:0;s:30:\"advanced-custom-fields/acf.php\";i:1;s:43:\"all-in-one-seo-pack/all_in_one_seo_pack.php\";i:2;s:33:\"cf7-salesforce/cf7-salesforce.php\";i:3;s:33:\"classic-editor/classic-editor.php\";i:4;s:36:\"contact-form-7/wp-contact-form-7.php\";i:5;s:45:\"contact-form-entries/contact-form-entries.php\";i:6;s:73:\"country-phone-field-contact-form-7/country-phone-field-contact-form-7.php\";i:7;s:21:\"newsletter/plugin.php\";i:8;s:37:\"post-types-order/post-types-order.php\";i:9;s:57:\"ssl-insecure-content-fixer/ssl-insecure-content-fixer.php\";i:10;s:45:\"taxonomy-terms-order/taxonomy-terms-order.php\";i:11;s:29:\"wp-mail-smtp/wp_mail_smtp.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:70:\"/var/www/captainschairit.com/wp-content/themes/captainschare/style.css\";i:1;s:74:\"/var/www/captainschairit.com/wp-content/themes/captainschare/functions.php\";i:3;s:97:\"/var/www/captainschairit.com/wp-content/themes/captainschare/template-parts/confirmation-page.php\";i:4;s:75:\"/var/www/captainschairit.com/wp-content/themes/captainschare/css/custom.css\";i:5;s:87:\"/var/www/captainschairit.com/wp-content/themes/captainschare/template-parts/pricing.php\";}','no'),(40,'template','captainschare','yes'),(41,'stylesheet','captainschare','yes'),(44,'comment_registration','0','yes'),(45,'html_type','text/html','yes'),(46,'use_trackback','0','yes'),(47,'default_role','subscriber','yes'),(48,'db_version','48748','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','1','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','0','yes'),(70,'close_comments_days_old','14','yes'),(71,'thread_comments','1','yes'),(72,'thread_comments_depth','5','yes'),(73,'page_comments','0','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:1:{s:33:\"classic-editor/classic-editor.php\";a:2:{i:0;s:14:\"Classic_Editor\";i:1;s:9:\"uninstall\";}}','no'),(82,'timezone_string','','yes'),(83,'page_for_posts','0','yes'),(84,'page_on_front','5','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,'wp_page_for_privacy_policy','3','yes'),(92,'show_comments_cookies_opt_in','1','yes'),(93,'initial_db_version','44719','yes'),(94,'wp_user_roles','a:6:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:86:{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:28:\"mailpoet_access_plugin_admin\";b:1;s:24:\"mailpoet_manage_settings\";b:1;s:24:\"mailpoet_manage_features\";b:1;s:22:\"mailpoet_manage_emails\";b:1;s:27:\"mailpoet_manage_subscribers\";b:1;s:21:\"mailpoet_manage_forms\";b:1;s:24:\"mailpoet_manage_segments\";b:1;s:21:\"vxcf_sales_read_feeds\";b:1;s:21:\"vxcf_sales_edit_feeds\";b:1;s:20:\"vxcf_sales_read_logs\";b:1;s:24:\"vxcf_sales_read_settings\";b:1;s:24:\"vxcf_sales_edit_settings\";b:1;s:22:\"vxcf_sales_send_to_crm\";b:1;s:22:\"vxcf_sales_export_logs\";b:1;s:20:\"vxcf_sales_uninstall\";b:1;s:23:\"vx_crmperks_view_addons\";b:1;s:23:\"vx_crmperks_edit_addons\";b:1;s:23:\"vxcf_leads_read_entries\";b:1;s:23:\"vxcf_leads_read_license\";b:1;s:24:\"vxcf_leads_read_settings\";b:1;s:23:\"vxcf_leads_edit_entries\";b:1;s:24:\"vxcf_leads_edit_settings\";b:1;s:24:\"vx_crmperks_view_plugins\";b:1;s:16:\"aiosp_manage_seo\";b:1;s:23:\"vxcf_sales_read_license\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:36:{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:28:\"mailpoet_access_plugin_admin\";b:1;s:22:\"mailpoet_manage_emails\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{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:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{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: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:15:\"future_prospect\";a:2:{s:4:\"name\";s:15:\"Future Prospect\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}}','yes'),(95,'fresh_site','0','yes'),(96,'widget_search','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(97,'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'),(98,'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'),(99,'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'),(100,'widget_meta','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(101,'sidebars_widgets','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:9:\"sidebar-2\";a:0:{}s:9:\"sidebar-3\";a:0:{}s:13:\"array_version\";i:3;}','yes'),(102,'cron','a:11:{i:1607588615;a:1:{s:26:\"action_scheduler_run_queue\";a:1:{s:32:\"0d04ed39571b55704c122d726248bbac\";a:3:{s:8:\"schedule\";s:12:\"every_minute\";s:4:\"args\";a:1:{i:0;s:7:\"WP Cron\";}s:8:\"interval\";i:60;}}}i:1607588749;a:1:{s:10:\"newsletter\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"newsletter\";s:4:\"args\";a:0:{}s:8:\"interval\";i:300;}}}i:1607590049;a:1:{s:34:\"wp_privacy_delete_old_export_files\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1607590325;a:1:{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;}}}i:1607596014;a:1:{s:33:\"aioseop_cron_check_remote_notices\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1607631750;a:2:{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: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:1607674950;a:1:{s:32:\"recovery_mode_clean_expired_keys\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1607674967;a:2:{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;}}s:25:\"delete_expired_transients\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1607674973;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:1607691788;a:1:{s:30:\"wp_site_health_scheduled_check\";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'),(103,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(104,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(105,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(106,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(107,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(108,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(109,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(110,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(111,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(113,'recovery_keys','a:0:{}','yes'),(115,'theme_mods_twentynineteen','a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1568103890;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'),(120,'_site_transient_update_themes','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1607587449;s:7:\"checked\";a:1:{s:13:\"captainschare\";s:3:\"2.0\";}s:8:\"response\";a:0:{}s:9:\"no_update\";a:0:{}s:12:\"translations\";a:0:{}}','no'),(137,'current_theme','Captain\'s Chair','yes'),(138,'theme_mods_captainschare','a:3:{i:0;b:0;s:18:\"nav_menu_locations\";a:2:{s:7:\"primary\";i:2;s:11:\"footer_menu\";i:3;}s:18:\"custom_css_post_id\";i:-1;}','yes'),(139,'theme_switched','','yes'),(150,'recently_activated','a:0:{}','yes'),(157,'site_logo','https://captainschairit.com/wp-content/uploads/2019/10/logos-e1570199148130.png','yes'),(158,'footer_logo','https://captainschairit.com/wp-content/uploads/2019/10/logos-e1570199148130.png','yes'),(159,'twitter','https://twitter.com','yes'),(160,'facebook','https://www.facebook.com','yes'),(161,'google_plus','https://www.google.com','yes'),(162,'address','','yes'),(165,'announcement','<strong>Check out the coverage we received from IT Nation</strong>','yes'),(179,'acf_version','5.9.3','yes'),(182,'newsletter_logger_secret','0b536af1','yes'),(184,'newsletter_main_first_install_time','1568111633','no'),(185,'newsletter_main','a:35:{s:11:\"return_path\";s:25:\"sales@captainschairit.com\";s:8:\"reply_to\";s:25:\"sales@captainschairit.com\";s:12:\"sender_email\";s:25:\"sales@captainschairit.com\";s:11:\"sender_name\";s:15:\"Captain\'s Chair\";s:6:\"editor\";i:0;s:13:\"scheduler_max\";s:3:\"100\";s:9:\"phpmailer\";s:1:\"0\";s:5:\"debug\";s:1:\"0\";s:5:\"track\";s:1:\"1\";s:3:\"css\";s:0:\"\";s:12:\"css_disabled\";s:1:\"0\";s:2:\"ip\";s:0:\"\";s:4:\"page\";s:1:\"8\";s:19:\"disable_cron_notice\";i:0;s:13:\"do_shortcodes\";s:1:\"0\";s:11:\"header_logo\";a:2:{s:2:\"id\";s:1:\"7\";s:3:\"url\";s:63:\"https://captainschairit.com/wp-content/uploads/2019/09/logo.png\";}s:12:\"header_title\";s:15:\"Captain\'s Chair\";s:10:\"header_sub\";s:43:\"Explore the tool for the next-gen of IT MSP\";s:12:\"footer_title\";s:10:\"Concertium\";s:14:\"footer_contact\";s:39:\"4012 Gunn Hwy #250 Tampa, FL 33618, USA\";s:12:\"footer_legal\";s:39:\"© Copyright 2019. All Rights Reserved.\";s:12:\"facebook_url\";s:0:\"\";s:11:\"twitter_url\";s:0:\"\";s:13:\"instagram_url\";s:0:\"\";s:13:\"pinterest_url\";s:0:\"\";s:12:\"linkedin_url\";s:48:\"https://www.linkedin.com/company/captain-s-chair\";s:10:\"tumblr_url\";s:0:\"\";s:11:\"youtube_url\";s:0:\"\";s:9:\"vimeo_url\";s:0:\"\";s:14:\"soundcloud_url\";s:0:\"\";s:14:\"googleplus_url\";s:0:\"\";s:12:\"contract_key\";s:0:\"\";s:9:\"log_level\";s:1:\"0\";s:25:\"content_transfer_encoding\";s:0:\"\";s:5:\"roles\";a:0:{}}','yes'),(186,'newsletter_main_info','a:16:{s:11:\"header_logo\";a:2:{s:2:\"id\";s:1:\"7\";s:3:\"url\";s:63:\"https://captainschairit.com/wp-content/uploads/2019/09/logo.png\";}s:12:\"header_title\";s:15:\"Captain\'s Chair\";s:10:\"header_sub\";s:43:\"Explore the tool for the next-gen of IT MSP\";s:12:\"footer_title\";s:10:\"Concertium\";s:14:\"footer_contact\";s:39:\"4012 Gunn Hwy #250 Tampa, FL 33618, USA\";s:12:\"footer_legal\";s:39:\"© Copyright 2019. All Rights Reserved.\";s:12:\"facebook_url\";s:0:\"\";s:11:\"twitter_url\";s:0:\"\";s:13:\"instagram_url\";s:0:\"\";s:13:\"pinterest_url\";s:0:\"\";s:12:\"linkedin_url\";s:48:\"https://www.linkedin.com/company/captain-s-chair\";s:10:\"tumblr_url\";s:0:\"\";s:11:\"youtube_url\";s:0:\"\";s:9:\"vimeo_url\";s:0:\"\";s:14:\"soundcloud_url\";s:0:\"\";s:14:\"googleplus_url\";s:0:\"\";}','yes'),(187,'newsletter_main_smtp','a:8:{s:7:\"enabled\";s:1:\"1\";s:4:\"host\";s:19:\"mail.codeuridea.com\";s:4:\"port\";s:3:\"587\";s:6:\"secure\";s:0:\"\";s:4:\"user\";s:31:\"arnabchakraborty@codeuridea.com\";s:4:\"pass\";s:10:\"ArnabC321$\";s:12:\"ssl_insecure\";s:1:\"0\";s:10:\"test_email\";s:31:\"arnabchakraborty@codeuridea.com\";}','yes'),(188,'newsletter_main_version','1.6.3','yes'),(189,'newsletter_subscription_first_install_time','1568111634','no'),(190,'newsletter','a:17:{s:14:\"noconfirmation\";s:1:\"0\";s:14:\"optin_override\";s:1:\"1\";s:8:\"multiple\";s:1:\"1\";s:6:\"notify\";s:1:\"1\";s:12:\"notify_email\";s:25:\"sales@captainschairit.com\";s:17:\"subscription_text\";s:26:\"<p>{subscription_form}</p>\";s:10:\"error_text\";s:102:\"<p>You cannot subscribe with the email address you entered, please contact the site administrator.</p>\";s:17:\"confirmation_text\";s:132:\"<p style=\"text-align: center;\">A confirmation email is on the way. Follow the instructions and check the spam folder. Thank you.</p>\";s:16:\"confirmation_url\";s:0:\"\";s:20:\"confirmation_subject\";s:32:\"Please confirm your subscription\";s:20:\"confirmation_message\";s:94:\"<p>Please confirm your subscription <a href=\"{subscription_confirm_url}\">clicking here</a></p>\";s:14:\"confirmed_text\";s:71:\"<p style=\"text-align: center;\">Your subscription has been confirmed</p>\";s:13:\"confirmed_url\";s:0:\"\";s:18:\"confirmed_tracking\";s:0:\"\";s:18:\"confirmed_disabled\";s:1:\"0\";s:17:\"confirmed_subject\";s:7:\"Welcome\";s:17:\"confirmed_message\";s:76:\"<p>This message confirms your subscription to our newsletter. Thank you!</p>\";}','yes'),(191,'newsletter_subscription_lists','a:240:{s:6:\"list_1\";s:0:\"\";s:13:\"list_1_status\";i:0;s:14:\"list_1_checked\";i:0;s:13:\"list_1_forced\";i:0;s:19:\"list_1_subscription\";i:0;s:14:\"list_1_profile\";i:0;s:6:\"list_2\";s:0:\"\";s:13:\"list_2_status\";i:0;s:14:\"list_2_checked\";i:0;s:13:\"list_2_forced\";i:0;s:19:\"list_2_subscription\";i:0;s:14:\"list_2_profile\";i:0;s:6:\"list_3\";s:0:\"\";s:13:\"list_3_status\";i:0;s:14:\"list_3_checked\";i:0;s:13:\"list_3_forced\";i:0;s:19:\"list_3_subscription\";i:0;s:14:\"list_3_profile\";i:0;s:6:\"list_4\";s:0:\"\";s:13:\"list_4_status\";i:0;s:14:\"list_4_checked\";i:0;s:13:\"list_4_forced\";i:0;s:19:\"list_4_subscription\";i:0;s:14:\"list_4_profile\";i:0;s:6:\"list_5\";s:0:\"\";s:13:\"list_5_status\";i:0;s:14:\"list_5_checked\";i:0;s:13:\"list_5_forced\";i:0;s:19:\"list_5_subscription\";i:0;s:14:\"list_5_profile\";i:0;s:6:\"list_6\";s:0:\"\";s:13:\"list_6_status\";i:0;s:14:\"list_6_checked\";i:0;s:13:\"list_6_forced\";i:0;s:19:\"list_6_subscription\";i:0;s:14:\"list_6_profile\";i:0;s:6:\"list_7\";s:0:\"\";s:13:\"list_7_status\";i:0;s:14:\"list_7_checked\";i:0;s:13:\"list_7_forced\";i:0;s:19:\"list_7_subscription\";i:0;s:14:\"list_7_profile\";i:0;s:6:\"list_8\";s:0:\"\";s:13:\"list_8_status\";i:0;s:14:\"list_8_checked\";i:0;s:13:\"list_8_forced\";i:0;s:19:\"list_8_subscription\";i:0;s:14:\"list_8_profile\";i:0;s:6:\"list_9\";s:0:\"\";s:13:\"list_9_status\";i:0;s:14:\"list_9_checked\";i:0;s:13:\"list_9_forced\";i:0;s:19:\"list_9_subscription\";i:0;s:14:\"list_9_profile\";i:0;s:7:\"list_10\";s:0:\"\";s:14:\"list_10_status\";i:0;s:15:\"list_10_checked\";i:0;s:14:\"list_10_forced\";i:0;s:20:\"list_10_subscription\";i:0;s:15:\"list_10_profile\";i:0;s:7:\"list_11\";s:0:\"\";s:14:\"list_11_status\";i:0;s:15:\"list_11_checked\";i:0;s:14:\"list_11_forced\";i:0;s:20:\"list_11_subscription\";i:0;s:15:\"list_11_profile\";i:0;s:7:\"list_12\";s:0:\"\";s:14:\"list_12_status\";i:0;s:15:\"list_12_checked\";i:0;s:14:\"list_12_forced\";i:0;s:20:\"list_12_subscription\";i:0;s:15:\"list_12_profile\";i:0;s:7:\"list_13\";s:0:\"\";s:14:\"list_13_status\";i:0;s:15:\"list_13_checked\";i:0;s:14:\"list_13_forced\";i:0;s:20:\"list_13_subscription\";i:0;s:15:\"list_13_profile\";i:0;s:7:\"list_14\";s:0:\"\";s:14:\"list_14_status\";i:0;s:15:\"list_14_checked\";i:0;s:14:\"list_14_forced\";i:0;s:20:\"list_14_subscription\";i:0;s:15:\"list_14_profile\";i:0;s:7:\"list_15\";s:0:\"\";s:14:\"list_15_status\";i:0;s:15:\"list_15_checked\";i:0;s:14:\"list_15_forced\";i:0;s:20:\"list_15_subscription\";i:0;s:15:\"list_15_profile\";i:0;s:7:\"list_16\";s:0:\"\";s:14:\"list_16_status\";i:0;s:15:\"list_16_checked\";i:0;s:14:\"list_16_forced\";i:0;s:20:\"list_16_subscription\";i:0;s:15:\"list_16_profile\";i:0;s:7:\"list_17\";s:0:\"\";s:14:\"list_17_status\";i:0;s:15:\"list_17_checked\";i:0;s:14:\"list_17_forced\";i:0;s:20:\"list_17_subscription\";i:0;s:15:\"list_17_profile\";i:0;s:7:\"list_18\";s:0:\"\";s:14:\"list_18_status\";i:0;s:15:\"list_18_checked\";i:0;s:14:\"list_18_forced\";i:0;s:20:\"list_18_subscription\";i:0;s:15:\"list_18_profile\";i:0;s:7:\"list_19\";s:0:\"\";s:14:\"list_19_status\";i:0;s:15:\"list_19_checked\";i:0;s:14:\"list_19_forced\";i:0;s:20:\"list_19_subscription\";i:0;s:15:\"list_19_profile\";i:0;s:7:\"list_20\";s:0:\"\";s:14:\"list_20_status\";i:0;s:15:\"list_20_checked\";i:0;s:14:\"list_20_forced\";i:0;s:20:\"list_20_subscription\";i:0;s:15:\"list_20_profile\";i:0;s:7:\"list_21\";s:0:\"\";s:14:\"list_21_status\";i:0;s:15:\"list_21_checked\";i:0;s:14:\"list_21_forced\";i:0;s:20:\"list_21_subscription\";i:0;s:15:\"list_21_profile\";i:0;s:7:\"list_22\";s:0:\"\";s:14:\"list_22_status\";i:0;s:15:\"list_22_checked\";i:0;s:14:\"list_22_forced\";i:0;s:20:\"list_22_subscription\";i:0;s:15:\"list_22_profile\";i:0;s:7:\"list_23\";s:0:\"\";s:14:\"list_23_status\";i:0;s:15:\"list_23_checked\";i:0;s:14:\"list_23_forced\";i:0;s:20:\"list_23_subscription\";i:0;s:15:\"list_23_profile\";i:0;s:7:\"list_24\";s:0:\"\";s:14:\"list_24_status\";i:0;s:15:\"list_24_checked\";i:0;s:14:\"list_24_forced\";i:0;s:20:\"list_24_subscription\";i:0;s:15:\"list_24_profile\";i:0;s:7:\"list_25\";s:0:\"\";s:14:\"list_25_status\";i:0;s:15:\"list_25_checked\";i:0;s:14:\"list_25_forced\";i:0;s:20:\"list_25_subscription\";i:0;s:15:\"list_25_profile\";i:0;s:7:\"list_26\";s:0:\"\";s:14:\"list_26_status\";i:0;s:15:\"list_26_checked\";i:0;s:14:\"list_26_forced\";i:0;s:20:\"list_26_subscription\";i:0;s:15:\"list_26_profile\";i:0;s:7:\"list_27\";s:0:\"\";s:14:\"list_27_status\";i:0;s:15:\"list_27_checked\";i:0;s:14:\"list_27_forced\";i:0;s:20:\"list_27_subscription\";i:0;s:15:\"list_27_profile\";i:0;s:7:\"list_28\";s:0:\"\";s:14:\"list_28_status\";i:0;s:15:\"list_28_checked\";i:0;s:14:\"list_28_forced\";i:0;s:20:\"list_28_subscription\";i:0;s:15:\"list_28_profile\";i:0;s:7:\"list_29\";s:0:\"\";s:14:\"list_29_status\";i:0;s:15:\"list_29_checked\";i:0;s:14:\"list_29_forced\";i:0;s:20:\"list_29_subscription\";i:0;s:15:\"list_29_profile\";i:0;s:7:\"list_30\";s:0:\"\";s:14:\"list_30_status\";i:0;s:15:\"list_30_checked\";i:0;s:14:\"list_30_forced\";i:0;s:20:\"list_30_subscription\";i:0;s:15:\"list_30_profile\";i:0;s:7:\"list_31\";s:0:\"\";s:14:\"list_31_status\";i:0;s:15:\"list_31_checked\";i:0;s:14:\"list_31_forced\";i:0;s:20:\"list_31_subscription\";i:0;s:15:\"list_31_profile\";i:0;s:7:\"list_32\";s:0:\"\";s:14:\"list_32_status\";i:0;s:15:\"list_32_checked\";i:0;s:14:\"list_32_forced\";i:0;s:20:\"list_32_subscription\";i:0;s:15:\"list_32_profile\";i:0;s:7:\"list_33\";s:0:\"\";s:14:\"list_33_status\";i:0;s:15:\"list_33_checked\";i:0;s:14:\"list_33_forced\";i:0;s:20:\"list_33_subscription\";i:0;s:15:\"list_33_profile\";i:0;s:7:\"list_34\";s:0:\"\";s:14:\"list_34_status\";i:0;s:15:\"list_34_checked\";i:0;s:14:\"list_34_forced\";i:0;s:20:\"list_34_subscription\";i:0;s:15:\"list_34_profile\";i:0;s:7:\"list_35\";s:0:\"\";s:14:\"list_35_status\";i:0;s:15:\"list_35_checked\";i:0;s:14:\"list_35_forced\";i:0;s:20:\"list_35_subscription\";i:0;s:15:\"list_35_profile\";i:0;s:7:\"list_36\";s:0:\"\";s:14:\"list_36_status\";i:0;s:15:\"list_36_checked\";i:0;s:14:\"list_36_forced\";i:0;s:20:\"list_36_subscription\";i:0;s:15:\"list_36_profile\";i:0;s:7:\"list_37\";s:0:\"\";s:14:\"list_37_status\";i:0;s:15:\"list_37_checked\";i:0;s:14:\"list_37_forced\";i:0;s:20:\"list_37_subscription\";i:0;s:15:\"list_37_profile\";i:0;s:7:\"list_38\";s:0:\"\";s:14:\"list_38_status\";i:0;s:15:\"list_38_checked\";i:0;s:14:\"list_38_forced\";i:0;s:20:\"list_38_subscription\";i:0;s:15:\"list_38_profile\";i:0;s:7:\"list_39\";s:0:\"\";s:14:\"list_39_status\";i:0;s:15:\"list_39_checked\";i:0;s:14:\"list_39_forced\";i:0;s:20:\"list_39_subscription\";i:0;s:15:\"list_39_profile\";i:0;s:7:\"list_40\";s:0:\"\";s:14:\"list_40_status\";i:0;s:15:\"list_40_checked\";i:0;s:14:\"list_40_forced\";i:0;s:20:\"list_40_subscription\";i:0;s:15:\"list_40_profile\";i:0;}','yes'),(192,'newsletter_subscription_template','a:1:{s:8:\"template\";s:9381:\"<!doctype html>\r\n<html>\r\n<head>\r\n<meta charset=\"utf-8\">\r\n<title>Contact us</title>\r\n<style type=\"text/css\">\r\nhtml {\r\n width: 100%;\r\n margin: 0;\r\n padding: 0;\r\n}\r\nbody {\r\n -webkit-text-size-adjust: none;\r\n -ms-text-size-adjust: none;\r\n margin: 0;\r\n padding: 0;\r\n -webkit-font-smoothing: antialiased;\r\n}\r\ntable {\r\n border-spacing: 0;\r\n}\r\nimg {\r\n display: block !important;\r\n outline: none;\r\n text-decoration: none;\r\n -ms-interpolation-mode: bicubic;\r\n border: none;\r\n height: auto;\r\n line-height: 100%;\r\n}\r\n img.image-inline{\r\n display: inline-block!important; \r\n }\r\n\r\np {\r\n padding: 0;\r\n margin: 0;\r\n}\r\nbr {\r\n line-height: 0 !important;\r\n}\r\ndiv, p, span, strong, b, em, i, a, li, td {\r\n -webkit-text-size-adjust: none;\r\n}\r\ntable td, table tr {\r\n border-collapse: collapse;\r\n}\r\ntable {\r\n border-collapse: collapse;\r\n mso-table-lspace: 0pt;\r\n mso-table-rspace: 0pt;\r\n}\r\n\r\n@media screen and (max-width:580px) {\r\ntable[class=\"table-wrappper\"] {\r\n width: 100%!important;\r\n}\r\ntd[class=\"content-left-gap\"] {\r\n width: 5%!important;\r\n}\r\ntable[class=\"content-table\"],\r\ntd[class=\"content-table\"]{\r\n width: 100%!important;\r\n}\r\ntd[class=\"banner-image\"] img {\r\n width: 100%!important;\r\n}\r\ntable[class=\"main-table-wrappper\"] {\r\n width: 100%!important;\r\n}\r\ntd[class=\"gap-01\"] {\r\n height: 15px!important;\r\n}\r\ntd[class=\"space-01\"] {\r\n width: 15px!important;\r\n}\r\ntable[class=\"table-wrappper\"] .heading01 {\r\n font-size: 20px !important;\r\n}\r\ntable[class=\"table-wrappper\"] .text01 {\r\n font-size: 14px !important;\r\n margin-bottom: 24px !important;\r\n}\r\ntable[class=\"table-wrappper\"] .heading02 {\r\n font-size: 24px !important;\r\n}\r\ntd[class=\"content-border\"] {\r\n height: 25px!important;\r\n}\r\ntable[class=\"table-wrappper\"] .heading03 {\r\n font-size: 18px !important;\r\n}\r\ntable[class=\"table-wrappper\"] .email-link {\r\n display: block !important;\r\n margin: 10px 0 !important;\r\n}\r\n\r\n}\r\n\r\n@media screen and (max-width:420px) {\r\ntable[class=\"brand\"] {\r\n width: 100%!important;\r\n text-align: center !important;\r\n}\r\ntable[class=\"website-btn\"] {\r\n width: 100%!important;\r\n text-align: center !important;\r\n}\r\n\r\n table[class=\"website-btn-tbl\"] {\r\n width: 130px!important;\r\n }\r\n \r\n}\r\n</style>\r\n</head>\r\n\r\n<body style=\"background-color: #d7d7d7;\">\r\n\r\n<table cellpadding=\"0\" cellspacing=\"0\" align=\"center\" style=\"width:100%; border-left: 15px solid #d7d7d7; border-right: 15px solid #d7d7d7;\" bgcolor=\"#d7d7d7\">\r\n <!--Top gap-->\r\n <tr>\r\n <td height=\"28\" class=\"gap-01\"></td>\r\n </tr>\r\n <!--/Top gap-->\r\n \r\n <!--Body part-->\r\n <tr>\r\n <td class=\"main-td\">\r\n <table cellpadding=\"0\" cellspacing=\"0\" align=\"center\" class=\"main-table-wrappper\" style=\"width: 600px\" bgcolor=\"#ffffff\">\r\n <!--Logo part-->\r\n <tr>\r\n <td>\r\n <table cellpadding=\"0\" cellspacing=\"0\" align=\"center\" class=\"table-wrappper\" style=\"width: 600px\">\r\n <tr>\r\n <td height=\"15\"></td>\r\n </tr>\r\n <tr>\r\n <td width=\"20\"></td>\r\n <td align=\"center\" valign=\"top\">\r\n <table cellpadding=\"0\" cellspacing=\"0\" align=\"left\" style=\"width:109px;\" class=\"brand\">\r\n <tr>\r\n <td align=\"center\">\r\n <a href=\"https://captainschairit.com\" style=\"border:none; padding:0; text-decoration:none; border:none; cursor:pointer;\"><img src=\"http://captainschairit.com/wp-content/uploads/2019/09/logo.png\" title=\"Captain\'s Chair\" alt=\"Captain\'s Chair\" style=\"border:none;\" width=\"150\" height=\"39\">\r\n </a></td>\r\n </tr>\r\n </table>\r\n\r\n <table cellpadding=\"0\" cellspacing=\"0\" align=\"right\" style=\"width:130px;\" class=\"website-btn\" width=\"130\">\r\n <tr>\r\n <td height=\"1\" class=\"gap-01\"></td>\r\n </tr>\r\n <tr>\r\n <td align=\"center\"><table cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"100%\" class=\"website-btn-tbl\">\r\n <tr>\r\n <td align=\"center\" style=\"height:35px; border:1px solid #ff671f; background-color: #ff671f;\"><a href=\"https://captainschairit.com\" style=\"color:#ffffff; background-color: #ff671f; font-family: Verdana, Geneva, Tahoma, sans-serif; font-size:14px; width:108px; height:15px; display:block; text-align:center; text-decoration:none; padding:10px; cursor:pointer;\">Go Website</a></td>\r\n </tr>\r\n </table></td>\r\n </tr>\r\n </table>\r\n </td>\r\n <td width=\"20\"></td>\r\n </tr>\r\n <tr>\r\n <td height=\"15\"></td>\r\n </tr>\r\n </table>\r\n </td>\r\n </tr>\r\n <!--/Logo part-->\r\n \r\n <!--Banner part-->\r\n <tr>\r\n <td class=\"banner-image\">\r\n <a href=\"#\" style=\"border:none; padding:0; text-decoration:none; border:none; cursor:pointer;\"><img src=\"https://captainschairit.com/wp-content/uploads/2019/10/banner-image.jpg\" title=\"Banner\" alt=\"Banner\" style=\"border:none;\" width=\"600\" height=\"175\"></a>\r\n </td>\r\n </tr>\r\n <!--/Banner part-->\r\n \r\n \r\n \r\n <!--Content top gap-->\r\n <tr>\r\n <td height=\"25\" class=\"gap-01\"></td>\r\n </tr>\r\n <!--/Content top gap-->\r\n \r\n <!--Content part-->\r\n <tr>\r\n <td>\r\n <table cellpadding=\"0\" cellspacing=\"0\" align=\"center\" class=\"table-wrappper\" style=\"width: 600px\">\r\n <tr>\r\n <td width=\"25\" class=\"content-left-gap\"></td>\r\n <td>\r\n <table cellpadding=\"0\" cellspacing=\"0\" align=\"center\" class=\"content-table\" style=\"width: 100%\">\r\n <tr>\r\n <td align=\"center\">\r\n <p style=\"margin:0 0 10px; font-family: Verdana, Geneva, Tahoma, sans-serif; font-size:30px; color:#ff671f; \" class=\"heading02\">Thank you for subscribing to us.</p>\r\n \r\n <p style=\"margin:0 0 28px; font-family: Verdana, Geneva, Tahoma, sans-serif; font-size:13px; color:#293a47;\" class=\"text01\">{message}</p>\r\n </td>\r\n </tr>\r\n \r\n <!--Content border-->\r\n <tr>\r\n <td height=\"38\" class=\"content-border\" style=\"border-top: 1px solid #cfcece;\"></td>\r\n </tr>\r\n <!--/Content border-->\r\n \r\n <tr>\r\n <td align=\"center\">\r\n <p style=\"margin:0 0 6px; font-family: Verdana, Geneva, Tahoma, sans-serif; font-size:22px; color:#293a47; font-weight: bold;\" class=\"heading03\">Get connected with us!</p>\r\n \r\n <p style=\"margin:0 0 10px; font-family: Verdana, Geneva, Tahoma, sans-serif; font-size:14px; color:#293a47;\" class=\"text01\"><a href=\"mailto:sales@captainschairit.com\" style=\"color: #293a47; text-decoration: none;\" class=\"email-link\"><img src=\"https://captainschairit.com/wp-content/uploads/2019/10/email-icon.png\" title=\"Email\" alt=\"Email\" style=\"border: none; outline: none; margin: 0 6px 0 10px;\" width=\"15\" height=\"12\" class=\"image-inline\">sales@captainschairit.com</a>\r\n <a href=\"tel:877-677-2248\" style=\"color: #293a47; font-family: Verdana, Geneva, Tahoma, sans-serif; font-size:12px; text-decoration: none;\"><img src=\"https://captainschairit.com/wp-content/uploads/2019/10/phone-icon.png\" title=\"Phone\" alt=\"Phone\" style=\"border: none; outline: none; margin: 0 6px 0 10px;\" width=\"15\" height=\"12\" class=\"image-inline\">Sales:877-677-2248</a>\r\n <a href=\"tel:813-908-8282\" style=\"font-family: Verdana, Geneva, Tahoma, sans-serif; font-size:12px; color:#293a47; text-decoration: none;\"><img src=\"https://captainschairit.com/wp-content/uploads/2019/10/phone-icon.png\" title=\"Phone\" alt=\"Phone\" style=\"border: none; outline: none; margin: 0 6px 0 10px;\" width=\"15\" height=\"12\" class=\"image-inline\">Phone:813-908-8282</a></p>\r\n </td>\r\n </tr>\r\n \r\n <tr>\r\n <td>\r\n <table cellpadding=\"0\" cellspacing=\"0\" align=\"center\" class=\"social-table\" style=\"width: 182px\">\r\n <tr>\r\n <td width=\"38\"></td>\r\n <td width=\"10\"></td>\r\n <td width=\"38\"></td>\r\n <td width=\"10\"></td>\r\n <td width=\"38\">\r\n <a href=\"https://www.linkedin.com/company/captain-s-chair\" style=\"color: #293a47; text-decoration: none;\">\r\n <img src=\"https://captainschairit.com/wp-content/uploads/2019/10/linkedin.png\" title=\"LinkedIn\" alt=\"LinkedIn\" style=\"border: none; outline: none; margin: 0;\" width=\"38\" height=\"38\">\r\n </a>\r\n </td>\r\n <td width=\"10\"></td>\r\n <td width=\"38\"></td>\r\n </tr>\r\n </table>\r\n </td>\r\n </tr>\r\n \r\n <tr>\r\n <td height=\"20\"></td>\r\n </tr>\r\n \r\n <tr>\r\n <td align=\"center\">\r\n <p style=\"margin:0; font-family: Verdana, Geneva, Tahoma, sans-serif; font-size:12px; color:#293a47;\">© Copyright 2020. All Rights Reserved.</p>\r\n </td>\r\n </tr>\r\n \r\n <tr>\r\n <td height=\"20\"></td>\r\n </tr>\r\n \r\n </table>\r\n </td>\r\n <td width=\"25\" class=\"content-left-gap\"></td>\r\n </tr>\r\n </table>\r\n </td>\r\n </tr>\r\n <!--/Content part-->\r\n \r\n <!--bottom border part-->\r\n <tr>\r\n <td height=\"9\" bgcolor=\"#293a47\"></td>\r\n </tr>\r\n <!--/bottom border part-->\r\n\r\n </table>\r\n </td>\r\n </tr>\r\n <!--/Body part-->\r\n \r\n <!--footer gap-->\r\n <tr>\r\n <td height=\"25\" class=\"gap-01\"></td>\r\n </tr>\r\n <!--/footer gap-->\r\n\r\n \r\n \r\n <!--Bottom gap-->\r\n <tr>\r\n <td height=\"28\" class=\"gap-01\"></td>\r\n </tr>\r\n <!--/Bottom gap-->\r\n \r\n \r\n \r\n</table>\r\n</body>\r\n</html>\";}','yes'),(193,'newsletter_profile','a:186:{s:5:\"email\";s:5:\"Email\";s:11:\"email_error\";s:28:\"Email address is not correct\";s:4:\"name\";s:23:\"First name or full name\";s:10:\"name_error\";s:16:\"Name is required\";s:11:\"name_status\";s:1:\"0\";s:10:\"name_rules\";s:1:\"0\";s:7:\"surname\";s:9:\"Last Name\";s:13:\"surname_error\";s:21:\"Last name is required\";s:14:\"surname_status\";s:1:\"0\";s:10:\"sex_status\";s:1:\"0\";s:3:\"sex\";s:3:\"I\'m\";s:7:\"privacy\";s:44:\"By continuing, you accept the privacy policy\";s:13:\"privacy_error\";s:34:\"You must accept the privacy policy\";s:14:\"privacy_status\";s:1:\"0\";s:11:\"privacy_url\";s:0:\"\";s:18:\"privacy_use_wp_url\";i:0;s:9:\"subscribe\";s:9:\"Subscribe\";s:12:\"title_female\";s:3:\"Ms.\";s:10:\"title_male\";s:3:\"Mr.\";s:10:\"title_none\";s:4:\"Dear\";s:8:\"sex_male\";s:3:\"Man\";s:10:\"sex_female\";s:5:\"Woman\";s:8:\"sex_none\";s:13:\"Not specified\";s:13:\"profile_error\";s:34:\"A mandatory field is not filled in\";s:16:\"profile_1_status\";s:1:\"0\";s:9:\"profile_1\";s:0:\"\";s:14:\"profile_1_type\";s:4:\"text\";s:21:\"profile_1_placeholder\";s:0:\"\";s:15:\"profile_1_rules\";s:1:\"0\";s:17:\"profile_1_options\";s:0:\"\";s:16:\"profile_2_status\";s:1:\"0\";s:9:\"profile_2\";s:0:\"\";s:14:\"profile_2_type\";s:4:\"text\";s:21:\"profile_2_placeholder\";s:0:\"\";s:15:\"profile_2_rules\";s:1:\"0\";s:17:\"profile_2_options\";s:0:\"\";s:16:\"profile_3_status\";s:1:\"0\";s:9:\"profile_3\";s:0:\"\";s:14:\"profile_3_type\";s:4:\"text\";s:21:\"profile_3_placeholder\";s:0:\"\";s:15:\"profile_3_rules\";s:1:\"0\";s:17:\"profile_3_options\";s:0:\"\";s:16:\"profile_4_status\";s:1:\"0\";s:9:\"profile_4\";s:0:\"\";s:14:\"profile_4_type\";s:4:\"text\";s:21:\"profile_4_placeholder\";s:0:\"\";s:15:\"profile_4_rules\";s:1:\"0\";s:17:\"profile_4_options\";s:0:\"\";s:16:\"profile_5_status\";s:1:\"0\";s:9:\"profile_5\";s:0:\"\";s:14:\"profile_5_type\";s:4:\"text\";s:21:\"profile_5_placeholder\";s:0:\"\";s:15:\"profile_5_rules\";s:1:\"0\";s:17:\"profile_5_options\";s:0:\"\";s:16:\"profile_6_status\";s:1:\"0\";s:9:\"profile_6\";s:0:\"\";s:14:\"profile_6_type\";s:4:\"text\";s:21:\"profile_6_placeholder\";s:0:\"\";s:15:\"profile_6_rules\";s:1:\"0\";s:17:\"profile_6_options\";s:0:\"\";s:16:\"profile_7_status\";s:1:\"0\";s:9:\"profile_7\";s:0:\"\";s:14:\"profile_7_type\";s:4:\"text\";s:21:\"profile_7_placeholder\";s:0:\"\";s:15:\"profile_7_rules\";s:1:\"0\";s:17:\"profile_7_options\";s:0:\"\";s:16:\"profile_8_status\";s:1:\"0\";s:9:\"profile_8\";s:0:\"\";s:14:\"profile_8_type\";s:4:\"text\";s:21:\"profile_8_placeholder\";s:0:\"\";s:15:\"profile_8_rules\";s:1:\"0\";s:17:\"profile_8_options\";s:0:\"\";s:16:\"profile_9_status\";s:1:\"0\";s:9:\"profile_9\";s:0:\"\";s:14:\"profile_9_type\";s:4:\"text\";s:21:\"profile_9_placeholder\";s:0:\"\";s:15:\"profile_9_rules\";s:1:\"0\";s:17:\"profile_9_options\";s:0:\"\";s:17:\"profile_10_status\";s:1:\"0\";s:10:\"profile_10\";s:0:\"\";s:15:\"profile_10_type\";s:4:\"text\";s:22:\"profile_10_placeholder\";s:0:\"\";s:16:\"profile_10_rules\";s:1:\"0\";s:18:\"profile_10_options\";s:0:\"\";s:17:\"profile_11_status\";s:1:\"0\";s:10:\"profile_11\";s:0:\"\";s:15:\"profile_11_type\";s:4:\"text\";s:22:\"profile_11_placeholder\";s:0:\"\";s:16:\"profile_11_rules\";s:1:\"0\";s:18:\"profile_11_options\";s:0:\"\";s:17:\"profile_12_status\";s:1:\"0\";s:10:\"profile_12\";s:0:\"\";s:15:\"profile_12_type\";s:4:\"text\";s:22:\"profile_12_placeholder\";s:0:\"\";s:16:\"profile_12_rules\";s:1:\"0\";s:18:\"profile_12_options\";s:0:\"\";s:17:\"profile_13_status\";s:1:\"0\";s:10:\"profile_13\";s:0:\"\";s:15:\"profile_13_type\";s:4:\"text\";s:22:\"profile_13_placeholder\";s:0:\"\";s:16:\"profile_13_rules\";s:1:\"0\";s:18:\"profile_13_options\";s:0:\"\";s:17:\"profile_14_status\";s:1:\"0\";s:10:\"profile_14\";s:0:\"\";s:15:\"profile_14_type\";s:4:\"text\";s:22:\"profile_14_placeholder\";s:0:\"\";s:16:\"profile_14_rules\";s:1:\"0\";s:18:\"profile_14_options\";s:0:\"\";s:17:\"profile_15_status\";s:1:\"0\";s:10:\"profile_15\";s:0:\"\";s:15:\"profile_15_type\";s:4:\"text\";s:22:\"profile_15_placeholder\";s:0:\"\";s:16:\"profile_15_rules\";s:1:\"0\";s:18:\"profile_15_options\";s:0:\"\";s:17:\"profile_16_status\";s:1:\"0\";s:10:\"profile_16\";s:0:\"\";s:15:\"profile_16_type\";s:4:\"text\";s:22:\"profile_16_placeholder\";s:0:\"\";s:16:\"profile_16_rules\";s:1:\"0\";s:18:\"profile_16_options\";s:0:\"\";s:17:\"profile_17_status\";s:1:\"0\";s:10:\"profile_17\";s:0:\"\";s:15:\"profile_17_type\";s:4:\"text\";s:22:\"profile_17_placeholder\";s:0:\"\";s:16:\"profile_17_rules\";s:1:\"0\";s:18:\"profile_17_options\";s:0:\"\";s:17:\"profile_18_status\";s:1:\"0\";s:10:\"profile_18\";s:0:\"\";s:15:\"profile_18_type\";s:4:\"text\";s:22:\"profile_18_placeholder\";s:0:\"\";s:16:\"profile_18_rules\";s:1:\"0\";s:18:\"profile_18_options\";s:0:\"\";s:17:\"profile_19_status\";s:1:\"0\";s:10:\"profile_19\";s:0:\"\";s:15:\"profile_19_type\";s:4:\"text\";s:22:\"profile_19_placeholder\";s:0:\"\";s:16:\"profile_19_rules\";s:1:\"0\";s:18:\"profile_19_options\";s:0:\"\";s:17:\"profile_20_status\";s:1:\"0\";s:10:\"profile_20\";s:0:\"\";s:15:\"profile_20_type\";s:4:\"text\";s:22:\"profile_20_placeholder\";s:0:\"\";s:16:\"profile_20_rules\";s:1:\"0\";s:18:\"profile_20_options\";s:0:\"\";s:13:\"surname_rules\";s:1:\"0\";s:9:\"sex_rules\";s:1:\"0\";s:13:\"list_1_forced\";i:0;s:13:\"list_2_forced\";i:0;s:13:\"list_3_forced\";i:0;s:13:\"list_4_forced\";i:0;s:13:\"list_5_forced\";i:0;s:13:\"list_6_forced\";i:0;s:13:\"list_7_forced\";i:0;s:13:\"list_8_forced\";i:0;s:13:\"list_9_forced\";i:0;s:14:\"list_10_forced\";i:0;s:14:\"list_11_forced\";i:0;s:14:\"list_12_forced\";i:0;s:14:\"list_13_forced\";i:0;s:14:\"list_14_forced\";i:0;s:14:\"list_15_forced\";i:0;s:14:\"list_16_forced\";i:0;s:14:\"list_17_forced\";i:0;s:14:\"list_18_forced\";i:0;s:14:\"list_19_forced\";i:0;s:14:\"list_20_forced\";i:0;s:14:\"list_21_forced\";i:0;s:14:\"list_22_forced\";i:0;s:14:\"list_23_forced\";i:0;s:14:\"list_24_forced\";i:0;s:14:\"list_25_forced\";i:0;s:14:\"list_26_forced\";i:0;s:14:\"list_27_forced\";i:0;s:14:\"list_28_forced\";i:0;s:14:\"list_29_forced\";i:0;s:14:\"list_30_forced\";i:0;s:14:\"list_31_forced\";i:0;s:14:\"list_32_forced\";i:0;s:14:\"list_33_forced\";i:0;s:14:\"list_34_forced\";i:0;s:14:\"list_35_forced\";i:0;s:14:\"list_36_forced\";i:0;s:14:\"list_37_forced\";i:0;s:14:\"list_38_forced\";i:0;s:14:\"list_39_forced\";i:0;s:14:\"list_40_forced\";i:0;}','yes'),(194,'newsletter_subscription_version','2.2.7','yes'),(195,'newsletter_unsubscription_first_install_time','1568111634','no'),(196,'newsletter_unsubscription','a:6:{s:16:\"unsubscribe_text\";s:103:\"<p>Please confirm you want to unsubscribe <a href=\"{unsubscription_confirm_url}\">clicking here</a>.</p>\";s:10:\"error_text\";s:99:\"<p>Subscriber not found, it probably has already been removed. No further actions are required.</p>\";s:17:\"unsubscribed_text\";s:124:\"<p>Your subscription has been deleted. If that was an error you can <a href=\"{reactivate_url}\">subscribe again here</a>.</p>\";s:20:\"unsubscribed_subject\";s:7:\"Goodbye\";s:20:\"unsubscribed_message\";s:87:\"<p>This message confirms that you have unsubscribed from our newsletter. Thank you.</p>\";s:16:\"reactivated_text\";s:46:\"<p>Your subscription has been reactivated.</p>\";}','yes'),(197,'newsletter_unsubscription_version','1.0.3','yes'),(198,'newsletter_profile_first_install_time','1568111634','no'),(199,'newsletter_profile_main','a:8:{s:4:\"text\";s:188:\"{profile_form}\n <p>If you change your email address, a confirmation email will be sent to activate it.</p>\n <p><a href=\"{unsubscription_confirm_url}\">Cancel your subscription</a></p>\";s:13:\"email_changed\";s:81:\"Your email has been changed, an activation email has been sent with instructions.\";s:5:\"error\";s:42:\"Your email is not valid or already in use.\";s:10:\"save_label\";s:4:\"Save\";s:13:\"privacy_label\";s:21:\"Read our privacy note\";s:5:\"saved\";s:14:\"Profile saved.\";s:18:\"export_newsletters\";i:0;s:3:\"url\";s:0:\"\";}','yes'),(200,'newsletter_profile_version','1.1.0','yes'),(201,'newsletter_emails_first_install_time','1568111634','no'),(202,'newsletter_emails','a:1:{s:5:\"theme\";s:5:\"blank\";}','yes'),(203,'newsletter_emails_theme_default','a:0:{}','no'),(204,'newsletter_emails_version','1.1.5','yes'),(205,'newsletter_users_first_install_time','1568111635','no'),(206,'newsletter_users','a:0:{}','yes'),(207,'newsletter_users_version','1.3.0','yes'),(208,'newsletter_statistics_first_install_time','1568111635','no'),(209,'newsletter_statistics','a:1:{s:3:\"key\";s:32:\"82c55443a98d32ed1fb3e5f41b62aedb\";}','yes'),(210,'newsletter_statistics_version','1.2.8','yes'),(211,'newsletter_install_time','1568111636','no'),(212,'widget_newsletterwidget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(213,'widget_newsletterwidgetminimal','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(216,'newsletter_page','8','no'),(218,'newsletter_diagnostic_cron_calls','a:100:{i:0;i:1607566857;i:1;i:1607566948;i:2;i:1607566955;i:3;i:1607567076;i:4;i:1607567557;i:5;i:1607568245;i:6;i:1607568544;i:7;i:1607568925;i:8;i:1607568992;i:9;i:1607569397;i:10;i:1607570883;i:11;i:1607571215;i:12;i:1607571821;i:13;i:1607571951;i:14;i:1607572581;i:15;i:1607572768;i:16;i:1607572986;i:17;i:1607573048;i:18;i:1607573189;i:19;i:1607573379;i:20;i:1607573652;i:21;i:1607574073;i:22;i:1607574655;i:23;i:1607574786;i:24;i:1607575010;i:25;i:1607575411;i:26;i:1607575745;i:27;i:1607575904;i:28;i:1607576166;i:29;i:1607576586;i:30;i:1607576700;i:31;i:1607576947;i:32;i:1607577028;i:33;i:1607577071;i:34;i:1607577105;i:35;i:1607577174;i:36;i:1607577291;i:37;i:1607577507;i:38;i:1607577568;i:39;i:1607577658;i:40;i:1607578048;i:41;i:1607578145;i:42;i:1607578386;i:43;i:1607578508;i:44;i:1607579038;i:45;i:1607579427;i:46;i:1607579874;i:47;i:1607580188;i:48;i:1607581029;i:49;i:1607581238;i:50;i:1607581528;i:51;i:1607581556;i:52;i:1607581886;i:53;i:1607581986;i:54;i:1607582016;i:55;i:1607582367;i:56;i:1607582685;i:57;i:1607583594;i:58;i:1607583750;i:59;i:1607583786;i:60;i:1607583990;i:61;i:1607584019;i:62;i:1607584205;i:63;i:1607584772;i:64;i:1607584785;i:65;i:1607584881;i:66;i:1607584899;i:67;i:1607585586;i:68;i:1607586020;i:69;i:1607586334;i:70;i:1607586343;i:71;i:1607586635;i:72;i:1607586668;i:73;i:1607586748;i:74;i:1607586755;i:75;i:1607586815;i:76;i:1607587147;i:77;i:1607587178;i:78;i:1607587327;i:79;i:1607587386;i:80;i:1607587432;i:81;i:1607587537;i:82;i:1607587571;i:83;i:1607587597;i:84;i:1607587657;i:85;i:1607587742;i:86;i:1607587777;i:87;i:1607587847;i:88;i:1607587898;i:89;i:1607587968;i:90;i:1607588019;i:91;i:1607588077;i:92;i:1607588077;i:93;i:1607588136;i:94;i:1607588149;i:95;i:1607588210;i:96;i:1607588271;i:97;i:1607588392;i:98;i:1607588513;i:99;i:1607588586;}','no'),(219,'newsletter_diagnostic_cron_data','a:3:{s:4:\"mean\";d:216.29;s:3:\"max\";i:1486;s:3:\"min\";i:13;}','no'),(276,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),(330,'instagram','https://www.instagram.com','yes'),(579,'cc-connector-types_children','a:0:{}','yes'),(790,'widget_mc4wp_form_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(791,'mc4wp_version','4.5.5','yes'),(792,'mc4wp_flash_messages','a:0:{}','no'),(793,'mc4wp','a:6:{s:19:\"grecaptcha_site_key\";s:0:\"\";s:21:\"grecaptcha_secret_key\";s:0:\"\";s:7:\"api_key\";s:0:\"\";s:20:\"allow_usage_tracking\";i:0;s:15:\"debug_log_level\";s:7:\"warning\";s:18:\"first_activated_on\";i:1568290645;}','yes'),(794,'mc4wp_default_form_id','192','yes'),(798,'mc4wp_form_stylesheets','a:0:{}','yes'),(879,'wpcf7','a:3:{s:7:\"version\";s:3:\"5.3\";s:13:\"bulk_validate\";a:4:{s:9:\"timestamp\";i:1568298288;s:7:\"version\";s:5:\"5.1.4\";s:11:\"count_valid\";i:1;s:13:\"count_invalid\";i:0;}s:9:\"recaptcha\";a:1:{s:40:\"6LclIr0UAAAAAHQdzxTuH0PpiAJv3j0-N5SdRoDO\";s:40:\"6LclIr0UAAAAAEIv5mYbYD_TjNDkXpTnsWbiq_Pk\";}}','yes'),(1007,'cc-leadership-types_children','a:0:{}','yes'),(1084,'category_children','a:0:{}','yes'),(1173,'selling_image','https://captainschairit.com/wp-content/uploads/2019/09/selling-more.png','yes'),(1192,'newsletter_heading','Stay Informed!','yes'),(1193,'newsletter_text','Get news and updates on Captain\'s Chair','yes'),(1194,'selling_more_head','Start Selling More','yes'),(1195,'selling_more_text','Join the growing community of next-gen IT MSP\'s who are utilizing Captain\'s Chair','yes'),(1196,'selling_more_btn','Get Started','yes'),(1432,'widget_custom-twitter-feeds-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1620,'cc_login','https://captainschair.app/login','yes'),(1621,'selling_more_link','https://captainschairit.com/request-a-demo/','yes'),(1622,'linkedin','https://www.linkedin.com/company/captain-s-chair','yes'),(1717,'wp_mail_smtp_initial_version','1.6.2','no'),(1718,'wp_mail_smtp_version','2.1.1','no'),(1719,'wp_mail_smtp','a:8:{s:4:\"mail\";a:6:{s:10:\"from_email\";s:28:\"no-reply@captainschairit.com\";s:9:\"from_name\";s:16:\"Captain\\\'s Chair\";s:6:\"mailer\";s:4:\"smtp\";s:11:\"return_path\";b:0;s:16:\"from_email_force\";b:0;s:15:\"from_name_force\";b:1;}s:4:\"smtp\";a:7:{s:7:\"autotls\";b:0;s:4:\"auth\";b:1;s:4:\"host\";s:19:\"mail.codeuridea.com\";s:10:\"encryption\";s:4:\"none\";s:4:\"port\";i:587;s:4:\"user\";s:31:\"arnabchakraborty@codeuridea.com\";s:4:\"pass\";s:10:\"ArnabC321$\";}s:10:\"sendinblue\";a:1:{s:7:\"api_key\";s:0:\"\";}s:7:\"mailgun\";a:3:{s:7:\"api_key\";s:0:\"\";s:6:\"domain\";s:0:\"\";s:6:\"region\";s:2:\"US\";}s:8:\"sendgrid\";a:1:{s:7:\"api_key\";s:0:\"\";}s:5:\"gmail\";a:2:{s:9:\"client_id\";s:20:\"imarnab123@gmail.com\";s:13:\"client_secret\";s:39:\"AIzaSyB6-M9ooOl2xwSWeu6jiGo0Gj9YYtf5MJE\";}s:7:\"smtpcom\";a:2:{s:7:\"api_key\";s:0:\"\";s:7:\"channel\";s:0:\"\";}s:11:\"pepipostapi\";a:1:{s:7:\"api_key\";s:0:\"\";}}','no'),(1720,'_amn_smtp_last_checked','1592524800','yes'),(1724,'wp_mail_smtp_debug','a:0:{}','no'),(1768,'newsletter_log_level','0','yes'),(1778,'widget_mailpoet_form','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1785,'ig_es_from_name','Captain's Chair','no'),(1786,'ig_es_from_email','shieldwatch006@gmail.com','no'),(1787,'ig_es_admin_new_contact_email_subject','One more contact joins our tribe!','no'),(1788,'ig_es_admin_new_contact_email_content','Hi,\r\n\r\nYour friendly Email Subscribers notification bot here!\r\n\r\n{{NAME}} ({{EMAIL}}) joined our tribe just now.\r\n\r\nWhich list/s? {{LIST}}\r\n\r\nIf you know this person, or if they are an influencer, you may want to reach out to them personally!\r\n\r\nLater...','no'),(1789,'ig_es_admin_emails','shieldwatch006@gmail.com','no'),(1790,'ig_es_confirmation_mail_subject','Thanks!','no'),(1791,'ig_es_confirmation_mail_content','Hi {{NAME}},\r\n\r\nJust one more step before we share the awesomeness from {{SITENAME}}!\r\n\r\nPlease confirm your subscription by clicking on this link:\r\n\r\n{{SUBSCRIBE-LINK}}\r\n\r\nThanks!','no'),(1792,'ig_es_enable_welcome_email','yes','no'),(1793,'ig_es_welcome_email_subject','Welcome to {{SITENAME}}','no'),(1794,'ig_es_welcome_email_content','Hi {{NAME}},\r\n\r\nJust wanted to send you a quick note...\r\n\r\nThank you for joining the awesome {{SITENAME}} tribe.\r\n\r\nOnly valuable emails from me, promise!\r\n\r\nThanks!','no'),(1795,'ig_es_enable_cron_admin_email','yes','no'),(1796,'ig_es_cron_admin_email','Hi Admin,\r\n\r\nCron URL has been triggered successfully on {{DATE}} for the email \'{{SUBJECT}}\'. And it sent email to {{COUNT}} recipient(s).\r\n\r\nBest,\r\nCaptain's Chair','no'),(1797,'ig_es_cronurl','http://192.168.1.33/cc-website?es=cron&guid=siedjw-xfwykb-qduwcp-cwugex-jeipvz','no'),(1798,'ig_es_hourly_email_send_limit','300','no'),(1799,'ig_es_sent_report_subject','Your email has been sent','no'),(1800,'ig_es_sent_report_content','Hi Admin,\n\nEmail has been sent successfully to {{COUNT}} email(s). Please find the details below:\n\nUnique ID: {{UNIQUE}}\nStart Time: {{STARTTIME}}\nEnd Time: {{ENDTIME}}\nFor more information, login to your dashboard and go to Reports menu in Email Subscribers.\n\nThank You.','no'),(1801,'ig_es_unsubscribe_link','http://dev.captainschairit.com/?es=unsubscribe&db={{DBID}}&email={{EMAIL}}&guid={{GUID}}','no'),(1802,'ig_es_optin_link','http://dev.captainschairit.com/?es=optin&db={{DBID}}&email={{EMAIL}}&guid={{GUID}}','no'),(1803,'ig_es_unsubscribe_link_content','I\'d be sad to see you go. But if you want to, you can unsubscribe from here: {{UNSUBSCRIBE-LINK}}','no'),(1804,'ig_es_email_type','wp_html_mail','no'),(1805,'ig_es_notify_admin','yes','no'),(1806,'ig_es_optin_type','double_opt_in','no'),(1807,'ig_es_subscription_error_messsage','Hmm.. Something\'s amiss..\r\n\r\nCould not complete your request. That email address is probably already subscribed. Or worse blocked!!\r\n\r\nPlease try again after some time - or contact us if the problem persists.\r\n\r\n','no'),(1808,'ig_es_subscription_success_message','You have been successfully subscribed.','no'),(1809,'ig_es_unsubscribe_error_message','Urrgh.. Something\'s wrong..\r\n\r\nAre you sure that email address is on our file? There was some problem in completing your request.\r\n\r\nPlease try again after some time - or contact us if the problem persists.\r\n\r\n','no'),(1810,'ig_es_unsubscribe_success_message','<h2>Unsubscribed.</h2><p>You will no longer hear from us. ☹️ Sorry to see you go!</p>','no'),(1811,'ig_es_post_image_size','thumbnail','no'),(1812,'ig_es_db_version','4.1.15','no'),(1813,'ig_es_current_version_date_details','a:2:{s:18:\"es_current_version\";s:6:\"4.1.15\";s:15:\"es_current_date\";s:19:\"2019-09-17 13:58:52\";}','no'),(1814,'ig_es_enable_captcha','','no'),(1815,'ig_es_roles_and_capabilities','','no'),(1816,'ig_es_sample_data_imported','no','no'),(1817,'ig_es_default_subscriber_imported','no','no'),(1818,'ig_es_set_widget','','no'),(1819,'ig_es_sync_wp_users','','no'),(1820,'ig_es_blocked_domains','mail.ru','no'),(1821,'ig_es_disable_wp_cron','no','no'),(1822,'ig_es_track_email_opens','yes','no'),(1823,'ig_es_installed_on','2019-09-17 13:58:50','no'),(1824,'ig_es_form_submission_success_message','Your subscription was successful! Kindly check your mailbox and confirm your subscription. If you don\'t see the email within a few minutes, check the spam/junk folder.','no'),(1825,'ig_es_db_update_history','a:1:{s:6:\"4.1.15\";s:19:\"2019-09-17 13:58:50\";}','no'),(1826,'ig_es_email_sent_data','a:0:{}','no'),(1828,'ig_admin_notices','a:0:{}','yes'),(1829,'widget_email-subscribers-form','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1929,'newsletter_main_status','a:2:{s:10:\"test_email\";s:20:\"imarnab123@gmail.com\";s:4:\"mail\";i:1;}','yes'),(1934,'newsletter_users_search','a:4:{s:11:\"search_text\";s:0:\"\";s:13:\"search_status\";s:0:\"\";s:11:\"search_list\";s:0:\"\";s:11:\"search_page\";i:0;}','yes'),(1935,'newsletter_emails_theme_blank','a:0:{}','no'),(2084,'WPLANG','','yes'),(2107,'ssl_insecure_content_fixer','a:4:{s:9:\"fix_level\";s:7:\"capture\";s:9:\"proxy_fix\";s:6:\"normal\";s:9:\"site_only\";i:0;s:12:\"fix_specific\";a:1:{s:9:\"woo_https\";i:1;}}','yes'),(7525,'announcement_link','https://channelbuzz.ca/2019/11/captains-chair-it-launches-with-solution-that-gives-msp-customers-visibility-into-services-and-value-32354/','yes'),(7568,'ph_no','(877) 677-2248','yes'),(8557,'auto_core_update_failed','a:6:{s:9:\"attempted\";s:5:\"5.4.4\";s:7:\"current\";s:5:\"5.4.2\";s:10:\"error_code\";s:23:\"mkdir_failed_ziparchive\";s:10:\"error_data\";N;s:9:\"timestamp\";i:1604132616;s:5:\"retry\";b:0;}','no'),(8558,'auto_core_update_notified','a:4:{s:4:\"type\";s:4:\"fail\";s:5:\"email\";s:31:\"arnabchakraborty@codeuridea.com\";s:7:\"version\";s:5:\"5.4.4\";s:9:\"timestamp\";i:1604132616;}','no'),(11337,'vxcf_sales_version','1.1.9','yes'),(11338,'crm_perks_upload_folder','5db16b7411edb737972748407804','yes'),(11339,'vxcf_form_version','1.1.6','yes'),(11340,'vxcf_sales_install_data','a:1:{s:4:\"time\";i:1571908487;}','no'),(11342,'vxcf_form_install_data','a:1:{s:4:\"time\";i:1571908709;}','no'),(11375,'vxcf_sales_meta','a:1:{s:7:\"objects\";a:55:{s:19:\"AVSFQB__Invoices__c\";s:10:\"Receivable\";s:7:\"Account\";s:7:\"Account\";s:22:\"AccountContactRelation\";s:28:\"Account Contact Relationship\";s:23:\"ActionLinkGroupTemplate\";s:26:\"Action Link Group Template\";s:18:\"ActionLinkTemplate\";s:20:\"Action Link Template\";s:5:\"Asset\";s:5:\"Asset\";s:8:\"Campaign\";s:8:\"Campaign\";s:17:\"CampaignInfluence\";s:18:\"Campaign Influence\";s:14:\"CampaignMember\";s:15:\"Campaign Member\";s:20:\"CampaignMemberStatus\";s:22:\"Campaign Member Status\";s:4:\"Case\";s:4:\"Case\";s:18:\"CollaborationGroup\";s:5:\"Group\";s:24:\"CollaborationGroupMember\";s:12:\"Group Member\";s:24:\"CollaborationGroupRecord\";s:12:\"Group Record\";s:7:\"Contact\";s:7:\"Contact\";s:11:\"ContentNote\";s:4:\"Note\";s:14:\"ContentVersion\";s:15:\"Content Version\";s:8:\"Contract\";s:8:\"Contract\";s:19:\"ContractContactRole\";s:21:\"Contract Contact Role\";s:19:\"DuplicateRecordItem\";s:21:\"Duplicate Record Item\";s:18:\"DuplicateRecordSet\";s:20:\"Duplicate Record Set\";s:12:\"EmailMessage\";s:13:\"Email Message\";s:5:\"Event\";s:5:\"Event\";s:8:\"FeedItem\";s:9:\"Feed Item\";s:4:\"Idea\";s:4:\"Idea\";s:4:\"Lead\";s:4:\"Lead\";s:5:\"Macro\";s:5:\"Macro\";s:4:\"Note\";s:4:\"Note\";s:11:\"Opportunity\";s:11:\"Opportunity\";s:22:\"OpportunityContactRole\";s:24:\"Opportunity Contact Role\";s:19:\"OpportunityLineItem\";s:19:\"Opportunity Product\";s:5:\"Order\";s:5:\"Order\";s:9:\"OrderItem\";s:13:\"Order Product\";s:17:\"Phone_Activity__c\";s:14:\"Phone Activity\";s:10:\"Pricebook2\";s:10:\"Price Book\";s:14:\"PricebookEntry\";s:16:\"Price Book Entry\";s:8:\"Product2\";s:7:\"Product\";s:12:\"ProfileSkill\";s:5:\"Skill\";s:23:\"ProfileSkillEndorsement\";s:11:\"Endorsement\";s:16:\"ProfileSkillUser\";s:10:\"Skill User\";s:23:\"QUOSAL__SellSettings__c\";s:20:\"Quosal Sell Settings\";s:9:\"QuickText\";s:10:\"Quick Text\";s:5:\"Quote\";s:5:\"Quote\";s:13:\"QuoteLineItem\";s:15:\"Quote Line Item\";s:13:\"SocialPersona\";s:14:\"Social Persona\";s:10:\"SocialPost\";s:11:\"Social Post\";s:8:\"Solution\";s:8:\"Solution\";s:16:\"StreamingChannel\";s:17:\"Streaming Channel\";s:4:\"Task\";s:4:\"Task\";s:5:\"Topic\";s:5:\"Topic\";s:4:\"User\";s:4:\"User\";s:9:\"WorkBadge\";s:14:\"Badge Received\";s:19:\"WorkBadgeDefinition\";s:5:\"Badge\";s:10:\"WorkThanks\";s:6:\"Thanks\";s:28:\"lead_opportunity_campaign__c\";s:27:\"lead, opportunity, campaign\";}}','yes'),(13194,'vxcf_leads_msgs','a:0:{}','yes'),(130774,'admin_email_lifespan','1608037522','yes'),(130775,'db_upgraded','','yes'),(131707,'_transient_health-check-site-status-result','{\"good\":\"14\",\"recommended\":\"10\",\"critical\":\"0\"}','yes'),(131749,'aioseop_options','a:80:{s:17:\"aiosp_license_key\";N;s:16:\"aiosp_home_title\";N;s:22:\"aiosp_home_description\";s:0:\"\";s:20:\"aiosp_togglekeywords\";i:1;s:19:\"aiosp_home_keywords\";N;s:26:\"aiosp_use_static_home_info\";i:0;s:9:\"aiosp_can\";i:1;s:30:\"aiosp_no_paged_canonical_links\";i:0;s:20:\"aiosp_force_rewrites\";i:1;s:24:\"aiosp_use_original_title\";i:0;s:28:\"aiosp_home_page_title_format\";s:12:\"%page_title%\";s:23:\"aiosp_page_title_format\";s:27:\"%page_title% | %site_title%\";s:23:\"aiosp_post_title_format\";s:27:\"%post_title% | %site_title%\";s:27:\"aiosp_category_title_format\";s:31:\"%category_title% | %site_title%\";s:26:\"aiosp_archive_title_format\";s:30:\"%archive_title% | %site_title%\";s:23:\"aiosp_date_title_format\";s:21:\"%date% | %site_title%\";s:25:\"aiosp_author_title_format\";s:23:\"%author% | %site_title%\";s:22:\"aiosp_tag_title_format\";s:20:\"%tag% | %site_title%\";s:25:\"aiosp_search_title_format\";s:23:\"%search% | %site_title%\";s:24:\"aiosp_description_format\";s:13:\"%description%\";s:22:\"aiosp_404_title_format\";s:33:\"Nothing found for %request_words%\";s:18:\"aiosp_paged_format\";s:14:\" - Part %page%\";s:17:\"aiosp_cpostactive\";a:3:{i:0;s:4:\"post\";i:1;s:4:\"page\";i:2;s:7:\"product\";}s:18:\"aiosp_cpostnoindex\";a:0:{}s:19:\"aiosp_cpostnofollow\";a:0:{}s:21:\"aiosp_posttypecolumns\";a:2:{i:0;s:4:\"post\";i:1;s:4:\"page\";}s:19:\"aiosp_google_verify\";s:0:\"\";s:17:\"aiosp_bing_verify\";s:0:\"\";s:22:\"aiosp_pinterest_verify\";s:0:\"\";s:19:\"aiosp_yandex_verify\";s:0:\"\";s:18:\"aiosp_baidu_verify\";s:0:\"\";s:25:\"aiosp_google_analytics_id\";N;s:25:\"aiosp_ga_advanced_options\";s:2:\"on\";s:15:\"aiosp_ga_domain\";N;s:21:\"aiosp_ga_multi_domain\";i:0;s:21:\"aiosp_ga_addl_domains\";N;s:21:\"aiosp_ga_anonymize_ip\";N;s:28:\"aiosp_ga_display_advertising\";N;s:22:\"aiosp_ga_exclude_users\";N;s:29:\"aiosp_ga_track_outbound_links\";i:0;s:25:\"aiosp_ga_link_attribution\";i:0;s:27:\"aiosp_ga_enhanced_ecommerce\";i:0;s:19:\"aiosp_schema_markup\";s:1:\"1\";s:32:\"aiosp_schema_search_results_page\";s:1:\"1\";s:33:\"aiosp_schema_social_profile_links\";s:0:\"\";s:28:\"aiosp_schema_site_represents\";s:12:\"organization\";s:30:\"aiosp_schema_organization_name\";s:0:\"\";s:30:\"aiosp_schema_organization_logo\";s:0:\"\";s:24:\"aiosp_schema_person_user\";s:1:\"1\";s:31:\"aiosp_schema_person_manual_name\";N;s:32:\"aiosp_schema_person_manual_image\";N;s:25:\"aiosp_schema_phone_number\";s:0:\"\";s:25:\"aiosp_schema_contact_type\";s:4:\"none\";s:20:\"aiosp_use_categories\";i:0;s:26:\"aiosp_use_tags_as_keywords\";i:1;s:32:\"aiosp_dynamic_postspage_keywords\";i:1;s:22:\"aiosp_category_noindex\";i:1;s:26:\"aiosp_archive_date_noindex\";i:1;s:28:\"aiosp_archive_author_noindex\";i:1;s:18:\"aiosp_tags_noindex\";i:0;s:20:\"aiosp_search_noindex\";i:0;s:17:\"aiosp_404_noindex\";i:0;s:17:\"aiosp_tax_noindex\";a:0:{}s:23:\"aiosp_paginated_noindex\";i:0;s:24:\"aiosp_paginated_nofollow\";i:0;s:27:\"aiosp_generate_descriptions\";i:0;s:18:\"aiosp_skip_excerpt\";i:0;s:20:\"aiosp_run_shortcodes\";i:0;s:33:\"aiosp_hide_paginated_descriptions\";i:0;s:32:\"aiosp_dont_truncate_descriptions\";i:0;s:20:\"aiosp_unprotect_meta\";i:0;s:33:\"aiosp_redirect_attachement_parent\";i:0;s:14:\"aiosp_ex_pages\";s:0:\"\";s:20:\"aiosp_post_meta_tags\";s:0:\"\";s:20:\"aiosp_page_meta_tags\";s:0:\"\";s:21:\"aiosp_front_meta_tags\";s:0:\"\";s:20:\"aiosp_home_meta_tags\";s:0:\"\";s:12:\"aiosp_do_log\";N;s:19:\"last_active_version\";s:5:\"3.7.1\";s:23:\"aiosp_rss_content_after\";s:51:\"The post %post_link% first appeared on %site_link%.\";}','yes'),(131752,'aioseop_notices','a:4:{s:7:\"notices\";a:1:{s:17:\"review_plugin_cta\";a:3:{s:4:\"slug\";s:17:\"review_plugin_cta\";s:10:\"time_start\";i:1608606526;s:8:\"time_set\";i:1607396927;}}s:14:\"remote_notices\";a:1:{s:9:\"remote_49\";a:7:{s:5:\"title\";s:55:\"[SNEAK PEEK] AIOSEO 4.0 - A Revolution in WordPress SEO\";s:7:\"content\";s:145:\"We\'re ready to revolutionize WordPress SEO - are you ready to join us? See all the groundbreaking features coming out soon in All in One SEO 4.0.\";s:4:\"type\";a:1:{i:0;s:3:\"3-x\";}s:2:\"id\";i:49;s:4:\"btns\";a:2:{s:4:\"main\";a:2:{s:3:\"url\";s:176:\"https://semperplugins.com/all-in-one-seo-4-0-coming-soon-sneak-peek/?utm_source=WordPress&utm_campaign=v3plugin&utm_medium=plugin-notification&utm_content=Sneak Peak Learn More\";s:4:\"text\";s:10:\"Learn More\";}s:3:\"alt\";a:2:{s:3:\"url\";s:170:\"https://semperplugins.com/all-in-one-seo-pack-pro-version/?utm_source=WordPress&utm_campaign=v3plugin&utm_medium=plugin-notification&utm_content=Sneak Peak Get AIOSEO Pro\";s:4:\"text\";s:14:\"Get AIOSEO Pro\";}}s:5:\"start\";s:19:\"2020-11-11 16:54:44\";s:17:\"notification_type\";s:4:\"info\";}}s:14:\"active_notices\";a:1:{s:17:\"review_plugin_cta\";i:1608606526;}s:17:\"dismissed_notices\";a:0:{}}','no'),(131753,'aioseop_detected_conflicting_plugins','a:0:{}','yes'),(132864,'wp_mail_smtp_migration_version','2','yes'),(132920,'action_scheduler_hybrid_store_demarkation','556','yes'),(132921,'schema-ActionScheduler_StoreSchema','3.0.1592819520','yes'),(132922,'schema-ActionScheduler_LoggerSchema','2.0.1592819520','yes'),(132981,'wp_mail_smtp_activated_time','1592821588','no'),(132982,'wp_mail_smtp_review_notice','a:2:{s:4:\"time\";i:1600269716;s:9:\"dismissed\";b:1;}','yes'),(132983,'action_scheduler_lock_async-request-runner','1607588663','yes'),(134047,'recovery_mode_email_last_sent','1592906671','yes'),(134061,'newsletter_subscription_antibot','a:6:{s:8:\"disabled\";s:1:\"0\";s:7:\"akismet\";s:1:\"0\";s:9:\"antiflood\";s:2:\"60\";s:7:\"captcha\";s:1:\"1\";s:12:\"ip_blacklist\";a:0:{}s:17:\"address_blacklist\";a:0:{}}','yes'),(167586,'action_scheduler_migration_status','complete','yes'),(213621,'google_analytics','<!-- Global site tag (gtag.js) - Google Analytics -->\r\n <script async src=\"https://www.googletagmanager.com/gtag/js?id=UA-151814359-1\"></script>\r\n <script>\r\n window.dataLayer = window.dataLayer || [];\r\n function gtag(){dataLayer.push(arguments);}\r\n gtag(\'js\', new Date());\r\n gtag(\'config\', \'UA-151814359-1\');\r\n </script>','yes'),(243299,'order_emails','sales@captainschairit.com','yes'),(243300,'trial_period','','yes'),(243301,'api_base','https://captainschair.app','yes'),(284003,'cpto_options','a:7:{s:23:\"show_reorder_interfaces\";a:10:{s:4:\"post\";s:4:\"hide\";s:10:\"attachment\";s:4:\"hide\";s:8:\"wp_block\";s:4:\"hide\";s:14:\"about-products\";s:4:\"hide\";s:11:\"cc-features\";s:4:\"hide\";s:13:\"cc-connectors\";s:4:\"hide\";s:18:\"cc-leadership-team\";s:4:\"hide\";s:7:\"cc-news\";s:4:\"hide\";s:17:\"cc-press-releases\";s:4:\"hide\";s:11:\"cc-pricings\";s:4:\"show\";}s:8:\"autosort\";i:1;s:9:\"adminsort\";i:1;s:18:\"use_query_ASC_DESC\";s:0:\"\";s:17:\"archive_drag_drop\";i:1;s:10:\"capability\";s:14:\"manage_options\";s:21:\"navigation_sort_apply\";i:1;}','yes'),(284004,'CPT_configured','TRUE','yes'),(284008,'cc-pricing-plans_children','a:0:{}','yes'),(284206,'disallowed_keys','','no'),(284207,'comment_previously_approved','1','yes'),(284208,'auto_plugin_theme_update_emails','a:0:{}','no'),(284209,'finished_updating_comment_type','1','yes'),(284210,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:2:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:57:\"https://downloads.wordpress.org/release/wordpress-5.6.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:57:\"https://downloads.wordpress.org/release/wordpress-5.6.zip\";s:10:\"no_content\";s:68:\"https://downloads.wordpress.org/release/wordpress-5.6-no-content.zip\";s:11:\"new_bundled\";s:69:\"https://downloads.wordpress.org/release/wordpress-5.6-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:3:\"5.6\";s:7:\"version\";s:3:\"5.6\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.6\";s:15:\"partial_version\";s:0:\"\";}i:1;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:57:\"https://downloads.wordpress.org/release/wordpress-5.6.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:57:\"https://downloads.wordpress.org/release/wordpress-5.6.zip\";s:10:\"no_content\";s:68:\"https://downloads.wordpress.org/release/wordpress-5.6-no-content.zip\";s:11:\"new_bundled\";s:69:\"https://downloads.wordpress.org/release/wordpress-5.6-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:3:\"5.6\";s:7:\"version\";s:3:\"5.6\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.6\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}}s:12:\"last_checked\";i:1607588586;s:15:\"version_checked\";s:5:\"5.5.3\";s:12:\"translations\";a:0:{}}','no'),(284211,'can_compress_scripts','0','no'),(284250,'wp_mail_smtp_notifications','a:4:{s:6:\"update\";i:1607587443;s:4:\"feed\";a:0:{}s:6:\"events\";a:0:{}s:9:\"dismissed\";a:0:{}}','yes'),(284251,'secret_key','/4?/W?2( cf;>/o8?p:Mu*J+wgriyD*UK^R3>jpVcoigvY0.QGQ[s^m_bD7R#A*Y','no'),(284362,'_transient_twentysixteen_categories','1','yes'),(286074,'_site_transient_timeout_php_check_e98d1c0a2cbc82b93e734914cd140141','1607691944','no'),(286075,'_site_transient_php_check_e98d1c0a2cbc82b93e734914cd140141','a:5:{s:19:\"recommended_version\";s:3:\"7.4\";s:15:\"minimum_version\";s:6:\"5.6.20\";s:12:\"is_supported\";b:0;s:9:\"is_secure\";b:1;s:13:\"is_acceptable\";b:1;}','no'),(288743,'_transient_timeout_tnp_extensions_json','1607631763','no'),(288744,'_transient_tnp_extensions_json','[\n {\n \"id\": \"85\",\n \"children_fileid\": null,\n \"version\": \"1.1.3\",\n \"title\": \"Addons Manager\",\n \"description\": \"\",\n \"slug\": \"newsletter-extensions\",\n \"type\": \"manager\",\n \"url\": \"https:\\/\\/www.thenewsletterplugin.com\\/account\",\n \"image\": \"\",\n \"status\": \"4\",\n \"free\": true,\n \"downloadable\": true,\n \"download_url\": \"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=85\",\n \"wp_slug\": \"newsletter-extensions\\/extensions.php\"\n },\n {\n \"id\": \"87\",\n \"children_fileid\": \"\",\n \"version\": \"1.0.3\",\n \"title\": \"Speed and Delivery Hours Control\",\n \"description\": \"Configure a different delivery speed for each newsletter and the delivery hours window. Only for regular newsletters.\",\n \"slug\": \"newsletter-speedcontrol\",\n \"type\": \"legacy\",\n \"url\": \"https:\\/\\/www.thenewsletterplugin.com\\/account\",\n \"image\": \"https:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/uploads\\/2018\\/12\\/speedcontrol.png\",\n \"status\": \"3\",\n \"free\": true,\n \"downloadable\": true,\n \"download_url\": \"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=87\",\n \"wp_slug\": \"newsletter-speedcontrol\\/speedcontrol.php\"\n },\n {\n \"id\": \"90\",\n \"children_fileid\": \"\",\n \"version\": \"1.0.2\",\n \"title\": \"Sendinblue\",\n \"description\": \"Integration with Sendinblue mailing service.\",\n \"slug\": \"newsletter-sendinblue\",\n \"type\": \"delivery\",\n \"url\": \"https:\\/\\/www.thenewsletterplugin.com\\/documentation\\/?p=198432\",\n \"image\": \"https:\\/\\/cdn.thenewsletterplugin.com\\/extensions\\/design-32px-outline_newsletter-dev.png\",\n \"status\": \"3\",\n \"free\": true,\n \"downloadable\": true,\n \"download_url\": \"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=90\",\n \"wp_slug\": \"newsletter-sendinblue\\/sendinblue.php\"\n },\n {\n \"id\": \"91\",\n \"children_fileid\": \"\",\n \"version\": \"1.0.2\",\n \"title\": \"Instasend\",\n \"description\": \"Quickly create a newsletter from a post (free for limited time)\",\n \"slug\": \"newsletter-instasend\",\n \"type\": \"extension\",\n \"url\": \"https:\\/\\/www.thenewsletterplugin.com\\/account\",\n \"image\": \"https:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/uploads\\/2020\\/05\\/instasend-32.png\",\n \"status\": \"3\",\n \"free\": true,\n \"downloadable\": true,\n \"download_url\": \"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=91\",\n \"wp_slug\": \"newsletter-instasend\\/instasend.php\"\n },\n {\n \"id\": \"61\",\n \"children_fileid\": \"\",\n \"version\": \"4.1.9\",\n \"title\": \"Contact Form 7\",\n \"description\": \"Adds the newsletter subscription feature to your Contact Form 7 forms.\",\n \"slug\": \"newsletter-cf7\",\n \"type\": \"integration\",\n \"url\": \"http:\\/\\/www.thenewsletterplugin.com\\/plugins\\/newsletter\\/contact-form-7-extension\",\n \"image\": \"https:\\/\\/cdn.thenewsletterplugin.com\\/extensions\\/users-32px-outline_badge-13.png\",\n \"status\": \"2\",\n \"free\": false,\n \"downloadable\": false,\n \"download_url\": \"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=61\",\n \"wp_slug\": \"newsletter-cf7\\/cf7.php\"\n },\n {\n \"id\": \"83\",\n \"children_fileid\": null,\n \"version\": \"1.0.3\",\n \"title\": \"Ninja Forms Integration\",\n \"description\": \"Integrate Ninja Forms with Newsletter collecting subscription from your contact form.\",\n \"slug\": \"newsletter-ninjaforms\",\n \"type\": \"integration\",\n \"url\": \"https:\\/\\/www.thenewsletterplugin.com\\/premium\",\n \"image\": \"https:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/uploads\\/2018\\/10\\/forms-integration.png\",\n \"status\": \"2\",\n \"free\": false,\n \"downloadable\": false,\n \"download_url\": \"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=83\",\n \"wp_slug\": \"newsletter-ninjaforms\\/ninjaforms.php\"\n },\n {\n \"id\": \"84\",\n \"children_fileid\": \"\",\n \"version\": \"1.0.4\",\n \"title\": \"WP Forms Integration\",\n \"description\": \"Integration with WP-Forms plugin. You can add a subscription option to your contact forms.\",\n \"slug\": \"newsletter-wpforms\",\n \"type\": \"integration\",\n \"url\": \"https:\\/\\/www.thenewsletterplugin.com\\/premium\",\n \"image\": \"https:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/uploads\\/2018\\/10\\/forms-integration.png\",\n \"status\": \"2\",\n \"free\": false,\n \"downloadable\": false,\n \"download_url\": \"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=84\",\n \"wp_slug\": \"newsletter-wpforms\\/wpforms.php\"\n },\n {\n \"id\": \"50\",\n \"children_fileid\": \"\",\n \"version\": \"4.3.7\",\n \"title\": \"Reports\",\n \"description\": \"Shows tables and diagrams of the collected data (opens, clicks, ...).\",\n \"slug\": \"newsletter-reports\",\n \"type\": \"extension\",\n \"url\": \"http:\\/\\/www.thenewsletterplugin.com\\/reports\",\n \"image\": \"https:\\/\\/cdn.thenewsletterplugin.com\\/extensions\\/business-32px-outline_chart-bar-33.png\",\n \"status\": \"2\",\n \"free\": false,\n \"downloadable\": false,\n \"download_url\": \"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=50\",\n \"wp_slug\": \"newsletter-reports\\/reports.php\"\n },\n {\n \"id\": \"62\",\n \"children_fileid\": \"\",\n \"version\": \"4.5.0\",\n \"title\": \"Automated\",\n \"description\": \"Automatically creates periodic newsletters with your blog contents. Multichannel.\",\n \"slug\": \"newsletter-automated\",\n \"type\": \"extension\",\n \"url\": \"https:\\/\\/www.thenewsletterplugin.com\\/automated\",\n \"image\": \"https:\\/\\/cdn.thenewsletterplugin.com\\/extensions\\/ui-32px-outline-2_time-countdown.png\",\n \"status\": \"2\",\n \"free\": false,\n \"downloadable\": false,\n \"download_url\": \"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=62\",\n \"wp_slug\": \"newsletter-automated\\/automated.php\"\n },\n {\n \"id\": \"63\",\n \"children_fileid\": \"\",\n \"version\": \"1.5.6\",\n \"title\": \"WooCommerce\",\n \"description\": \"The Newsletter Plugin integration for WooCommerce\\u2122. Unleash your marketing powers.\",\n \"slug\": \"newsletter-woocommerce\",\n \"type\": \"integration\",\n \"url\": \"http:\\/\\/www.thenewsletterplugin.com\\/woocommerce\",\n \"image\": \"https:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/uploads\\/2018\\/03\\/woocommerce-extension-icon.png\",\n \"status\": \"2\",\n \"free\": false,\n \"downloadable\": false,\n \"download_url\": \"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=63\",\n \"wp_slug\": \"newsletter-woocommerce\\/woocommerce.php\"\n },\n {\n \"id\": \"67\",\n \"children_fileid\": \"\",\n \"version\": \"1.2.1\",\n \"title\": \"Leads\",\n \"description\": \"Add a popup or a fixed subscription bar to your website and offer your visitors a simple way to subscribe.\",\n \"slug\": \"newsletter-leads\",\n \"type\": \"extension\",\n \"url\": \"http:\\/\\/www.thenewsletterplugin.com\\/plugins\\/newsletter\\/leads-extension\",\n \"image\": \"https:\\/\\/cdn.thenewsletterplugin.com\\/extensions\\/ui-32px-outline-3_widget.png\",\n \"status\": \"2\",\n \"free\": false,\n \"downloadable\": false,\n \"download_url\": \"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=67\",\n \"wp_slug\": \"newsletter-leads\\/leads.php\"\n },\n {\n \"id\": \"68\",\n \"children_fileid\": \"\",\n \"version\": \"1.1.2\",\n \"title\": \"Google Analytics\",\n \"description\": \"Automatically add Google Analytics UTM campaign tracking to links\",\n \"slug\": \"newsletter-analytics\",\n \"type\": \"extension\",\n \"url\": \"https:\\/\\/www.thenewsletterplugin.com\\/google-analytics\",\n \"image\": \" https:\\/\\/cdn.thenewsletterplugin.com\\/extensions\\/analytics.png\",\n \"status\": \"2\",\n \"free\": false,\n \"downloadable\": false,\n \"download_url\": \"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=68\",\n \"wp_slug\": \"newsletter-analytics\\/analytics.php\"\n },\n {\n \"id\": \"70\",\n \"children_fileid\": null,\n \"version\": \"1.0.7\",\n \"title\": \"Subscribe on Comment\",\n \"description\": \"Adds the subscription option to your blog comment form\",\n \"slug\": \"newsletter-comments\",\n \"type\": \"integration\",\n \"url\": \"https:\\/\\/www.thenewsletterplugin.com\\/premium\",\n \"image\": \"https:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/uploads\\/2017\\/02\\/comment-notification.png\",\n \"status\": \"2\",\n \"free\": false,\n \"downloadable\": false,\n \"download_url\": \"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=70\",\n \"wp_slug\": \"newsletter-comments\\/comments.php\"\n },\n {\n \"id\": \"72\",\n \"children_fileid\": \"\",\n \"version\": \"1.2.8\",\n \"title\": \"Autoresponder\",\n \"description\": \"Create unlimited email series to follow-up your subscribers. Lessons, up-sells, conversations.\",\n \"slug\": \"newsletter-autoresponder\",\n \"type\": \"extension\",\n \"url\": \"https:\\/\\/www.thenewsletterplugin.com\\/autoresponder\",\n \"image\": \"https:\\/\\/cdn.thenewsletterplugin.com\\/extensions\\/emoticons-32px-outline_robot.png\",\n \"status\": \"2\",\n \"free\": false,\n \"downloadable\": false,\n \"download_url\": \"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=72\",\n \"wp_slug\": \"newsletter-autoresponder\\/autoresponder.php\"\n },\n {\n \"id\": \"74\",\n \"children_fileid\": \"\",\n \"version\": \"1.2.9\",\n \"title\": \"Extended Composer Blocks\",\n \"description\": \"Adds new blocks to the newsletter composer: list, video, gallery, full post.\",\n \"slug\": \"newsletter-blocks\",\n \"type\": \"extension\",\n \"url\": \"https:\\/\\/www.thenewsletterplugin.com\\/premium\",\n \"image\": \"https:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/uploads\\/2017\\/04\\/ui-32px-outline-3_widget.png\",\n \"status\": \"2\",\n \"free\": false,\n \"downloadable\": false,\n \"download_url\": \"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=74\",\n \"wp_slug\": \"newsletter-blocks\\/blocks.php\"\n },\n {\n \"id\": \"75\",\n \"children_fileid\": null,\n \"version\": \"1.1.0\",\n \"title\": \"Geolocation\",\n \"description\": \"Geolocate the subscribers and target them by geolocation in your campaign.\",\n \"slug\": \"newsletter-geo\",\n \"type\": \"extension\",\n \"url\": \"http:\\/\\/www.thenewsletterplugin.com\\/\",\n \"image\": \"https:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/uploads\\/2018\\/03\\/geo-extension-icon.png\",\n \"status\": \"2\",\n \"free\": false,\n \"downloadable\": false,\n \"download_url\": \"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=75\",\n \"wp_slug\": \"newsletter-geo\\/geo.php\"\n },\n {\n \"id\": \"77\",\n \"children_fileid\": \"\",\n \"version\": \"2.1.3\",\n \"title\": \"Newsletter API\",\n \"description\": \"Access programmatically to The Newsletter Plugin via REST calls.\",\n \"slug\": \"newsletter-api\",\n \"type\": \"extension\",\n \"url\": \"https:\\/\\/www.thenewsletterplugin.com\\/account\",\n \"image\": \"https:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/uploads\\/2017\\/10\\/bold-direction@2x-1.png\",\n \"status\": \"3\",\n \"free\": true,\n \"downloadable\": true,\n \"download_url\": \"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=77\",\n \"wp_slug\": \"newsletter-api\\/api.php\"\n },\n {\n \"id\": \"55\",\n \"children_fileid\": null,\n \"version\": \"4.0.9\",\n \"title\": \"Facebook\",\n \"description\": \"One click subscription and confirmation with Facebook Connect.\",\n \"slug\": \"newsletter-facebook\",\n \"type\": \"integration\",\n \"url\": \"http:\\/\\/www.thenewsletterplugin.com\\/plugins\\/newsletter\\/facebook-module\",\n \"image\": \"https:\\/\\/cdn.thenewsletterplugin.com\\/extensions\\/Facebook.png\",\n \"status\": \"2\",\n \"free\": false,\n \"downloadable\": false,\n \"download_url\": \"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=55\",\n \"wp_slug\": \"newsletter-facebook\\/facebook.php\"\n },\n {\n \"id\": \"76\",\n \"children_fileid\": \"\",\n \"version\": \"1.1.5\",\n \"title\": \"Bounce Management\",\n \"description\": \"This experimental extension manages the bounces and keeps the list clean of invalid addresses.\",\n \"slug\": \"newsletter-bounce\",\n \"type\": \"extension\",\n \"url\": \"https:\\/\\/www.thenewsletterplugin.com\\/premium\",\n \"image\": \"https:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/uploads\\/2017\\/10\\/ic_settings_backup_restore_32px.png\",\n \"status\": \"2\",\n \"free\": false,\n \"downloadable\": false,\n \"download_url\": \"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=76\",\n \"wp_slug\": \"newsletter-bounce\\/bounce.php\"\n },\n {\n \"id\": \"79\",\n \"children_fileid\": \"\",\n \"version\": \"1.1.0\",\n \"title\": \"Events Manager Integration\",\n \"description\": \"Integrates with Events Manager plugin to add events in your regular and automated newsletters.\",\n \"slug\": \"newsletter-events\",\n \"type\": \"integration\",\n \"url\": \"https:\\/\\/www.thenewsletterplugin.com\\/premium\",\n \"image\": \"https:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/uploads\\/2019\\/02\\/events-manager-icon.png\",\n \"status\": \"2\",\n \"free\": false,\n \"downloadable\": false,\n \"download_url\": \"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=79\",\n \"wp_slug\": \"newsletter-events\\/events.php\"\n },\n {\n \"id\": \"82\",\n \"children_fileid\": null,\n \"version\": \"1.0.0\",\n \"title\": \"Translatepress Bridge\",\n \"description\": \"Enables few multilanguage Newsletter features for who is using Translatepress.\",\n \"slug\": \"newsletter-translatepress\",\n \"type\": \"integration\",\n \"url\": \"https:\\/\\/www.thenewsletterplugin.com\\/account\",\n \"image\": \"https:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/uploads\\/2018\\/09\\/translatepress.png\",\n \"status\": \"3\",\n \"free\": true,\n \"downloadable\": true,\n \"download_url\": \"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=82\",\n \"wp_slug\": \"newsletter-translatepress\\/translatepress.php\"\n },\n {\n \"id\": \"86\",\n \"children_fileid\": \"\",\n \"version\": \"1.1.2\",\n \"title\": \"Advanced Import\",\n \"description\": \"An advanced import system with extended profile fields and mapping (beta version).\",\n \"slug\": \"newsletter-import\",\n \"type\": \"extension\",\n \"url\": \"https:\\/\\/www.thenewsletterplugin.com\\/account\",\n \"image\": \"https:\\/\\/cdn.thenewsletterplugin.com\\/extensions\\/file-upload-88.png\",\n \"status\": \"3\",\n \"free\": true,\n \"downloadable\": true,\n \"download_url\": \"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=86\",\n \"wp_slug\": \"newsletter-import\\/import.php\"\n },\n {\n \"id\": \"88\",\n \"children_fileid\": null,\n \"version\": \"1.1.1\",\n \"title\": \"The Events Calendar (by Tribe)\",\n \"description\": \"Adds a composer block which extracts the events managed by The Events Calendar plugin.\",\n \"slug\": \"newsletter-tribeevents\",\n \"type\": \"integration\",\n \"url\": \"https:\\/\\/www.thenewsletterplugin.com\\/documentation\\/tribeevents-extension\",\n \"image\": \"https:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/uploads\\/2019\\/02\\/tribe-event-calendar-icon.png\",\n \"status\": \"2\",\n \"free\": false,\n \"downloadable\": false,\n \"download_url\": \"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=88\",\n \"wp_slug\": \"newsletter-tribeevents\\/tribeevents.php\"\n },\n {\n \"id\": \"58\",\n \"children_fileid\": \"\",\n \"version\": \"4.0.4\",\n \"title\": \"Public Archive\",\n \"description\": \"Generates a public archive of the sent newsletters for your blog.\",\n \"slug\": \"newsletter-archive\",\n \"type\": \"extension\",\n \"url\": \"http:\\/\\/www.thenewsletterplugin.com\\/plugins\\/newsletter\\/newsletter-archive-extension\",\n \"image\": \"https:\\/\\/cdn.thenewsletterplugin.com\\/extensions\\/files-32px-outline_archive-3d-content.png\",\n \"status\": \"3\",\n \"free\": true,\n \"downloadable\": true,\n \"download_url\": \"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=58\",\n \"wp_slug\": \"newsletter-archive\\/archive.php\"\n },\n {\n \"id\": \"71\",\n \"children_fileid\": null,\n \"version\": \"1.0.7\",\n \"title\": \"Locked Content\",\n \"description\": \"Boost your subscription rate locking out your premium contents with a subscription form.\",\n \"slug\": \"newsletter-lock\",\n \"type\": \"extension\",\n \"url\": \"https:\\/\\/www.thenewsletterplugin.com\\/account\",\n \"image\": \"https:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/uploads\\/2017\\/04\\/ui-32px-outline-1_lock-open.png\",\n \"status\": \"3\",\n \"free\": true,\n \"downloadable\": true,\n \"download_url\": \"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=71\",\n \"wp_slug\": \"newsletter-lock\\/lock.php\"\n },\n {\n \"id\": \"73\",\n \"children_fileid\": \"\",\n \"version\": \"1.2.6\",\n \"title\": \"WP Users Integration\",\n \"description\": \"Connects the WordPress user registration with Newsletter subscription. Optionally imports all WP users as subscribers.\",\n \"slug\": \"newsletter-wpusers\",\n \"type\": \"integration\",\n \"url\": \"https:\\/\\/www.thenewsletterplugin.com\\/account\",\n \"image\": \"https:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/uploads\\/2017\\/04\\/media-32px-outline-2_speaker-01.png\",\n \"status\": \"3\",\n \"free\": true,\n \"downloadable\": true,\n \"download_url\": \"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=73\",\n \"wp_slug\": \"newsletter-wpusers\\/wpusers.php\"\n },\n {\n \"id\": \"51\",\n \"children_fileid\": \"\",\n \"version\": \"4.1.3\",\n \"title\": \"Feed by Mail\",\n \"description\": \"Automatically creates and sends newsletters with the latest blog posts.\",\n \"slug\": \"newsletter-feed\",\n \"type\": \"legacy\",\n \"url\": \"https:\\/\\/www.thenewsletterplugin.com\\/feed-by-mail-extension\",\n \"image\": \"https:\\/\\/cdn.thenewsletterplugin.com\\/extensions\\/ui-32px-outline-3_playlist.png\",\n \"status\": \"2\",\n \"free\": false,\n \"downloadable\": false,\n \"download_url\": \"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=51\",\n \"wp_slug\": \"newsletter-feed\\/feed.php\"\n },\n {\n \"id\": \"53\",\n \"children_fileid\": null,\n \"version\": \"2.2.0\",\n \"title\": \"Popup\",\n \"description\": \"Configurable popup system to increase the subscription rate.\",\n \"slug\": \"newsletter-popup\",\n \"type\": \"legacy\",\n \"url\": \"https:\\/\\/www.thenewsletterplugin.com\\/plugins\\/newsletter\\/popup-module\",\n \"image\": \"https:\\/\\/cdn.thenewsletterplugin.com\\/extensions\\/ui-32px-outline-3_widget.png\",\n \"status\": \"2\",\n \"free\": false,\n \"downloadable\": false,\n \"download_url\": \"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=53\",\n \"wp_slug\": \"newsletter-popup\\/popup.php\"\n },\n {\n \"id\": \"54\",\n \"children_fileid\": \"\",\n \"version\": \"4.1.3\",\n \"title\": \"Followup\",\n \"description\": \"Automated email series sent upon subscription at defined intervals.\",\n \"slug\": \"newsletter-followup\",\n \"type\": \"legacy\",\n \"url\": \"https:\\/\\/www.thenewsletterplugin.com\\/plugins\\/newsletter\\/follow-up-module\",\n \"image\": \"https:\\/\\/cdn.thenewsletterplugin.com\\/extensions\\/ui-32px-outline-2_time-countdown.png\",\n \"status\": \"2\",\n \"free\": false,\n \"downloadable\": false,\n \"download_url\": \"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=54\",\n \"wp_slug\": \"newsletter-followup\\/followup.php\"\n },\n {\n \"id\": \"48\",\n \"children_fileid\": \"\",\n \"version\": \"4.2.1\",\n \"title\": \"SendGrid\",\n \"description\": \"Integrates the SendGrid delivery system and bounce detection.\",\n \"slug\": \"newsletter-sendgrid\",\n \"type\": \"delivery\",\n \"url\": \"http:\\/\\/www.thenewsletterplugin.com\\/plugins\\/newsletter\\/sendgrid-module\",\n \"image\": \"https:\\/\\/cdn.thenewsletterplugin.com\\/extensions\\/design-32px-outline_newsletter-dev.png\",\n \"status\": \"2\",\n \"free\": false,\n \"downloadable\": false,\n \"download_url\": \"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=48\",\n \"wp_slug\": \"newsletter-sendgrid\\/sendgrid.php\"\n },\n {\n \"id\": \"49\",\n \"children_fileid\": \"\",\n \"version\": \"4.0.0\",\n \"title\": \"Mandrill\",\n \"description\": \"Integrates the Mandrill delivery system and bounce detection.\",\n \"slug\": \"newsletter-mandrill\",\n \"type\": \"legacy\",\n \"url\": \"http:\\/\\/www.thenewsletterplugin.com\\/plugins\\/newsletter\\/mandrill-module\",\n \"image\": \"https:\\/\\/cdn.thenewsletterplugin.com\\/extensions\\/design-32px-outline_newsletter-dev.png\",\n \"status\": \"2\",\n \"free\": false,\n \"downloadable\": false,\n \"download_url\": \"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=49\",\n \"wp_slug\": \"newsletter-mandrill\\/mandrill.php\"\n },\n {\n \"id\": \"52\",\n \"children_fileid\": \"\",\n \"version\": \"4.0.8\",\n \"title\": \"Mailjet\",\n \"description\": \"Integrates the Mailjet delivery system and bounce detection.\",\n \"slug\": \"newsletter-mailjet\",\n \"type\": \"delivery\",\n \"url\": \"http:\\/\\/www.thenewsletterplugin.com\\/plugins\\/newsletter\\/mailjet-module\",\n \"image\": \"https:\\/\\/cdn.thenewsletterplugin.com\\/extensions\\/design-32px-outline_newsletter-dev.png\",\n \"status\": \"2\",\n \"free\": false,\n \"downloadable\": false,\n \"download_url\": \"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=52\",\n \"wp_slug\": \"newsletter-mailjet\\/mailjet.php\"\n },\n {\n \"id\": \"60\",\n \"children_fileid\": \"\",\n \"version\": \"1.2.9\",\n \"title\": \"Amazon SES\",\n \"description\": \"Integrates Newsletter with Amazon SES service for sending emails and processing bounces.\",\n \"slug\": \"newsletter-amazon\",\n \"type\": \"delivery\",\n \"url\": \"http:\\/\\/www.thenewsletterplugin.com\\/plugins\\/newsletter\\/amazon-ses-extension\",\n \"image\": \"https:\\/\\/cdn.thenewsletterplugin.com\\/extensions\\/design-32px-outline_newsletter-dev.png\",\n \"status\": \"2\",\n \"free\": false,\n \"downloadable\": false,\n \"download_url\": \"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=60\",\n \"wp_slug\": \"newsletter-amazon\\/amazon.php\"\n },\n {\n \"id\": \"65\",\n \"children_fileid\": null,\n \"version\": \"4.1.0\",\n \"title\": \"Mailgun\",\n \"description\": \"Integrates the Mailgun delivery system and bounce detection.\",\n \"slug\": \"newsletter-mailgun\",\n \"type\": \"delivery\",\n \"url\": \"http:\\/\\/www.thenewsletterplugin.com\\/plugins\\/newsletter\\/mailgun-module\",\n \"image\": \"https:\\/\\/cdn.thenewsletterplugin.com\\/extensions\\/design-32px-outline_newsletter-dev.png\",\n \"status\": \"2\",\n \"free\": false,\n \"downloadable\": false,\n \"download_url\": \"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=65\",\n \"wp_slug\": \"newsletter-mailgun\\/mailgun.php\"\n },\n {\n \"id\": \"66\",\n \"children_fileid\": \"\",\n \"version\": \"1.0.9\",\n \"title\": \"ElasticEmail\",\n \"description\": \"ElasticEmail integration\",\n \"slug\": \"newsletter-elasticemail\",\n \"type\": \"delivery\",\n \"url\": \"http:\\/\\/www.thenewsletterplugin.com\\/premium\",\n \"image\": \"https:\\/\\/cdn.thenewsletterplugin.com\\/extensions\\/design-32px-outline_newsletter-dev.png\",\n \"status\": \"2\",\n \"free\": false,\n \"downloadable\": false,\n \"download_url\": \"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=66\",\n \"wp_slug\": \"newsletter-elasticemail\\/elasticemail.php\"\n },\n {\n \"id\": \"69\",\n \"children_fileid\": \"\",\n \"version\": \"1.1.7\",\n \"title\": \"SparkPost\",\n \"description\": \"Integrates Newsletter with the SparkPost mail delivery service and bounce detection.\",\n \"slug\": \"newsletter-sparkpost\",\n \"type\": \"delivery\",\n \"url\": \"https:\\/\\/www.thenewsletterplugin.com\\/premium\",\n \"image\": \"https:\\/\\/cdn.thenewsletterplugin.com\\/extensions\\/design-32px-outline_newsletter-dev.png\",\n \"status\": \"2\",\n \"free\": false,\n \"downloadable\": false,\n \"download_url\": \"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=69\",\n \"wp_slug\": \"newsletter-sparkpost\\/sparkpost.php\"\n },\n {\n \"id\": \"56\",\n \"children_fileid\": \"\",\n \"version\": \"2.2.0\",\n \"title\": \"Grabber\",\n \"description\": \"Experimental! General subscription grabber from other forms. Requires technical skills.\",\n \"slug\": \"newsletter-grabber\",\n \"type\": \"legacy\",\n \"url\": \"http:\\/\\/www.thenewsletterplugin.com\\/plugins\\/newsletter\\/grabber-module\",\n \"image\": \"https:\\/\\/cdn.thenewsletterplugin.com\\/extensions\\/placeholder.png\",\n \"status\": \"4\",\n \"free\": true,\n \"downloadable\": true,\n \"download_url\": \"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=56\",\n \"wp_slug\": \"newsletter-grabber\\/grabber.php\"\n },\n {\n \"id\": \"96\",\n \"children_fileid\": \"\",\n \"version\": \"1.0.1\",\n \"title\": \"Office 365 Header Removal\",\n \"description\": \"This addon removes hidden headers from outgoing email to avoid Office365 SMTP block (or attempt to...). Install ONLY if you\'re using Office365 SMTP with an SMTP plugin!\",\n \"slug\": \"newsletter-office365\",\n \"type\": \"delivery\",\n \"url\": \"https:\\/\\/www.thenewsletterplugin.com\\/account\",\n \"image\": \"https:\\/\\/cdn.thenewsletterplugin.com\\/extensions\\/design-32px-outline_newsletter-dev.png\",\n \"status\": \"3\",\n \"free\": true,\n \"downloadable\": true,\n \"download_url\": \"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=96\",\n \"wp_slug\": \"newsletter-office365\\/office365.php\"\n }\n]','no'),(289889,'_transient_timeout_aioseop_attachment_ids_urls','1607634319','no'),(289890,'_transient_aioseop_attachment_ids_urls','a:36:{i:606;a:1:{s:8:\"base_url\";s:82:\"https://captainschairit.com/wp-content/uploads/2020/09/client-dashboard-scaled.jpg\";}i:611;a:1:{s:8:\"base_url\";s:65:\"https://captainschairit.com/wp-content/uploads/2020/09/ticket.jpg\";}i:613;a:1:{s:8:\"base_url\";s:65:\"https://captainschairit.com/wp-content/uploads/2020/09/office.jpg\";}i:615;a:1:{s:8:\"base_url\";s:72:\"https://captainschairit.com/wp-content/uploads/2020/09/assets-scaled.jpg\";}i:629;a:1:{s:8:\"base_url\";s:71:\"https://captainschairit.com/wp-content/uploads/2020/09/am-dashboard.jpg\";}i:517;a:1:{s:8:\"base_url\";s:83:\"https://captainschairit.com/wp-content/uploads/2020/04/smileback-e1586287604335.png\";}i:529;a:1:{s:8:\"base_url\";s:74:\"https://captainschairit.com/wp-content/uploads/2020/06/kaseya-bms-logo.png\";}i:105;a:1:{s:8:\"base_url\";s:65:\"https://captainschairit.com/wp-content/uploads/2019/09/manage.png\";}i:450;a:1:{s:8:\"base_url\";s:91:\"https://captainschairit.com/wp-content/uploads/2019/10/491028-connectwise-automate-logo.jpg\";}i:106;a:1:{s:8:\"base_url\";s:62:\"https://captainschairit.com/wp-content/uploads/2019/09/vsa.png\";}i:113;a:1:{s:8:\"base_url\";s:64:\"https://captainschairit.com/wp-content/uploads/2019/09/azure.png\";}i:122;a:1:{s:8:\"base_url\";s:69:\"https://captainschairit.com/wp-content/uploads/2019/09/office-365.png\";}i:114;a:1:{s:8:\"base_url\";s:62:\"https://captainschairit.com/wp-content/uploads/2019/09/aws.png\";}i:568;a:1:{s:8:\"base_url\";s:64:\"https://captainschairit.com/wp-content/uploads/2020/07/Veeam.png\";}i:112;a:1:{s:8:\"base_url\";s:64:\"https://captainschairit.com/wp-content/uploads/2019/09/datto.png\";}i:515;a:1:{s:8:\"base_url\";s:69:\"https://captainschairit.com/wp-content/uploads/2020/04/infrascale.png\";}i:524;a:1:{s:8:\"base_url\";s:75:\"https://captainschairit.com/wp-content/uploads/2020/05/msp360cloudberry.png\";}i:468;a:1:{s:8:\"base_url\";s:93:\"https://captainschairit.com/wp-content/uploads/2019/11/auvik-network-management-outline-1.png\";}i:120;a:1:{s:8:\"base_url\";s:71:\"https://captainschairit.com/wp-content/uploads/2019/09/cisco-meraki.png\";}i:484;a:1:{s:8:\"base_url\";s:109:\"https://captainschairit.com/wp-content/uploads/2020/01/02osTn3BwTPZdOpupcatZA4-8.fit_scale.size_2698x1517.png\";}i:567;a:1:{s:8:\"base_url\";s:70:\"https://captainschairit.com/wp-content/uploads/2020/07/BitDefender.png\";}i:118;a:1:{s:8:\"base_url\";s:65:\"https://captainschairit.com/wp-content/uploads/2019/09/crewhu.png\";}i:116;a:1:{s:8:\"base_url\";s:65:\"https://captainschairit.com/wp-content/uploads/2019/09/site24.png\";}i:115;a:1:{s:8:\"base_url\";s:68:\"https://captainschairit.com/wp-content/uploads/2019/09/new-relic.png\";}i:228;a:1:{s:8:\"base_url\";s:78:\"https://captainschairit.com/wp-content/uploads/2019/09/Pratik-Roychoudhury.jpg\";}i:231;a:1:{s:8:\"base_url\";s:71:\"https://captainschairit.com/wp-content/uploads/2019/09/John-Rhoades.jpg\";}i:233;a:1:{s:8:\"base_url\";s:72:\"https://captainschairit.com/wp-content/uploads/2019/09/Kausik-Sarkar.jpg\";}i:377;a:1:{s:8:\"base_url\";s:73:\"https://captainschairit.com/wp-content/uploads/2019/09/santiago-casal.jpg\";}i:235;a:1:{s:8:\"base_url\";s:72:\"https://captainschairit.com/wp-content/uploads/2019/09/James-Kissane.jpg\";}i:378;a:1:{s:8:\"base_url\";s:72:\"https://captainschairit.com/wp-content/uploads/2019/09/phillip-myers.jpg\";}i:284;a:1:{s:8:\"base_url\";s:75:\"https://captainschairit.com/wp-content/uploads/2019/09/dwayne_leininger.jpg\";}i:379;a:1:{s:8:\"base_url\";s:70:\"https://captainschairit.com/wp-content/uploads/2019/09/steve_Torre.jpg\";}i:380;a:1:{s:8:\"base_url\";s:70:\"https://captainschairit.com/wp-content/uploads/2019/09/keith_roher.jpg\";}i:381;a:1:{s:8:\"base_url\";s:75:\"https://captainschairit.com/wp-content/uploads/2019/09/kalanik-headshot.jpg\";}i:382;a:1:{s:8:\"base_url\";s:70:\"https://captainschairit.com/wp-content/uploads/2019/09/bryan_crino.jpg\";}i:383;a:1:{s:8:\"base_url\";s:70:\"https://captainschairit.com/wp-content/uploads/2019/09/scott_feuer.jpg\";}}','no'),(290600,'_transient_timeout_aiosp_sitemap_rules_flushed','1607603090','no'),(290601,'_transient_aiosp_sitemap_rules_flushed','1','no'),(290733,'_site_transient_timeout_aioseop_update_check_time','1607597766','no'),(290734,'_site_transient_aioseop_update_check_time','1607576166','no'),(290848,'_site_transient_timeout_browser_f341d023a3667a88ae11f749d478b7d6','1608192242','no'),(290849,'_site_transient_browser_f341d023a3667a88ae11f749d478b7d6','a:10:{s:4:\"name\";s:5:\"Opera\";s:7:\"version\";s:13:\"72.0.3815.400\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:22:\"https://www.opera.com/\";s:7:\"img_src\";s:42:\"http://s.w.org/images/browsers/opera.png?1\";s:11:\"img_src_ssl\";s:43:\"https://s.w.org/images/browsers/opera.png?1\";s:15:\"current_version\";s:5:\"12.18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','no'),(290850,'_transient_timeout_feed_54af7cb0f50a8f4f8cdb30f2d9b4f50c','1607630643','no'),(290851,'_transient_feed_54af7cb0f50a8f4f8cdb30f2d9b4f50c','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:52:\"\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:3:{s:0:\"\";a:8:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Semper 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:25:\"https://semperplugins.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:25:\"Premium 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:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 11 Nov 2020 16:24: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: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=5.3.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:5:\"image\";a:1:{i:0;a:6:{s:4:\"data\";s:11:\"\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:3:\"url\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"https://semperplugins.com/wp-content/uploads/2016/06/cropped-AIOSEOP-Gear-Blue-32x32.png\";s: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:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Semper 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:25:\"https://semperplugins.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:5:\"width\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"32\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:6:\"height\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"32\";s: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:61:\"\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:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"All in One SEO 4.0 Is Coming Soon! Here’s Your Sneak Peek…\";s: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:153:\"https://semperplugins.com/all-in-one-seo-4-0-coming-soon-sneak-peek/?utm_source=rss&utm_medium=rss&utm_campaign=all-in-one-seo-4-0-coming-soon-sneak-peek\";s: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:77:\"https://semperplugins.com/all-in-one-seo-4-0-coming-soon-sneak-peek/#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, 11 Nov 2020 16:24: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:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"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:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://semperplugins.com/?p=18505\";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:302:\"We’re ready to revolutionize WordPress SEO - are you ready to join us? See all the groundbreaking features coming out soon in All in One SEO 4.0.<div class=\"read-more\"><a href=\"https://semperplugins.com/all-in-one-seo-4-0-coming-soon-sneak-peek/\">Read more ›</a></div><!-- end of .read-more -->\";s: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:\"Keri Engel\";s: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:10576:\"\n<p>Earlier this year, we announced that All in One SEO joined the Awesome Motive family. </p>\n\n\n\n<p>With over 2 million active installs, All in One SEO is one of the most popular and reliable WordPress SEO plugins in the world – and we want to make it even better.</p>\n\n\n\n<p>Our goal: </p>\n\n\n\n<p>To <strong>make SEO easy for everyone</strong> by not only giving you the right tools, but also actionable insights to optimize your site, even if you’re not an SEO expert.</p>\n\n\n\n<p>In the past few months, we’ve released several new features including:</p>\n\n\n\n<ul><li>Image SEO addon</li><li>Breadcrumbs</li><li>Google News sitemaps</li><li>Local SEO addon</li><li>RSS feed footer</li><li>Site Health Checks</li></ul>\n\n\n\n<p>But we’ve only just been getting warmed up…</p>\n\n\n\n<p>We’ve also secretly been working on a MASSIVE update to lay the groundwork to make AIOSEO the most innovative SEO plugin on the market.</p>\n\n\n\n<p>It’s been hard to keep this a secret because we’re incredibly excited for you to use this tool to get more traffic than ever.</p>\n\n\n\n<p>In fact, we can’t wait any longer.</p>\n\n\n\n<p>Now that we’re getting closer and closer to our release date, we wanted to give you a sneak peek of what’s in store.</p>\n\n\n\n<p>Let’s take a look…</p>\n\n\n\n<h2>All in One SEO 4.0 – A New Way Forward</h2>\n\n\n\n<p>To help make SEO easier for everyone, and lay the groundwork for even more innovative features, <strong>we’ve completely redesigned All in One SEO from the ground up</strong> to be ultra user-friendly.</p>\n\n\n\n<p>In the process, we also significantly improved performance so AIOSEO is <strong>faster than ever</strong>.</p>\n\n\n\n<p>The most noticeable change when you update will be AIOSEO’s new look:</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img src=\"https://semperplugins.com/wp-content/uploads/2020/11/aioseo-new-dashboard.png\" alt=\"AIOSEO new dashboard\" class=\"wp-image-18507\" srcset=\"https://semperplugins.com/wp-content/uploads/2020/11/aioseo-new-dashboard.png 800w, https://semperplugins.com/wp-content/uploads/2020/11/aioseo-new-dashboard-300x177.png 300w, https://semperplugins.com/wp-content/uploads/2020/11/aioseo-new-dashboard-768x453.png 768w, https://semperplugins.com/wp-content/uploads/2020/11/aioseo-new-dashboard-424x250.png 424w, https://semperplugins.com/wp-content/uploads/2020/11/aioseo-new-dashboard-100x59.png 100w, https://semperplugins.com/wp-content/uploads/2020/11/aioseo-new-dashboard-150x89.png 150w, https://semperplugins.com/wp-content/uploads/2020/11/aioseo-new-dashboard-200x118.png 200w, https://semperplugins.com/wp-content/uploads/2020/11/aioseo-new-dashboard-450x266.png 450w, https://semperplugins.com/wp-content/uploads/2020/11/aioseo-new-dashboard-600x354.png 600w\" sizes=\"(max-width: 800px) 100vw, 800px\" /></figure>\n\n\n\n<p>Right away, you’ll notice a few things:</p>\n\n\n\n<p><strong>All in One SEO Menu Location Change</strong></p>\n\n\n\n<p>The All in One SEO menu has moved beneath the “Settings” in your WordPress dashboard.</p>\n\n\n\n<p>We made this menu change to follow WordPress plugin development best practices.</p>\n\n\n\n<p>That’s because with AIOSEO 4.0 we’re improving not just the look of the plugin, but everything under the hood to make sure our code is up to date, runs smoothly, and is easy to extend and add new features to.</p>\n\n\n\n<p><strong>New Setup Wizard</strong></p>\n\n\n\n<p>The first step in setting up All in One SEO is going through the setup wizard. Now it’s easier than ever to customize your settings to fit your site with just a few clicks.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img src=\"https://semperplugins.com/wp-content/uploads/2020/11/aioseo-setup-wizard.png\" alt=\"AIOSEO new setup wizard\" class=\"wp-image-18510\" srcset=\"https://semperplugins.com/wp-content/uploads/2020/11/aioseo-setup-wizard.png 800w, https://semperplugins.com/wp-content/uploads/2020/11/aioseo-setup-wizard-300x181.png 300w, https://semperplugins.com/wp-content/uploads/2020/11/aioseo-setup-wizard-768x463.png 768w, https://semperplugins.com/wp-content/uploads/2020/11/aioseo-setup-wizard-415x250.png 415w, https://semperplugins.com/wp-content/uploads/2020/11/aioseo-setup-wizard-100x60.png 100w, https://semperplugins.com/wp-content/uploads/2020/11/aioseo-setup-wizard-150x90.png 150w, https://semperplugins.com/wp-content/uploads/2020/11/aioseo-setup-wizard-200x121.png 200w, https://semperplugins.com/wp-content/uploads/2020/11/aioseo-setup-wizard-450x271.png 450w, https://semperplugins.com/wp-content/uploads/2020/11/aioseo-setup-wizard-600x362.png 600w\" sizes=\"(max-width: 800px) 100vw, 800px\" /></figure>\n\n\n\n<p><strong>New Dashboard</strong></p>\n\n\n\n<p>Of course, the new dashboard itself is a huge change!</p>\n\n\n\n<p>While we’ve added several new features, don’t worry – all the features you know and love are still here – just easier to use.</p>\n\n\n\n<p>The new dashboard includes important notifications, guides so you can easily get help, quick links to the most important settings, and best of all…</p>\n\n\n\n<p>…our brand new SEO Site Score!</p>\n\n\n\n<h2>NEW SEO Site Score</h2>\n\n\n\n<figure class=\"wp-block-image size-large\"><img src=\"https://semperplugins.com/wp-content/uploads/2020/11/aioseo-site-score-1024x731.png\" alt=\"\" class=\"wp-image-18512\" srcset=\"https://semperplugins.com/wp-content/uploads/2020/11/aioseo-site-score-1024x731.png 1024w, https://semperplugins.com/wp-content/uploads/2020/11/aioseo-site-score-300x214.png 300w, https://semperplugins.com/wp-content/uploads/2020/11/aioseo-site-score-768x548.png 768w, https://semperplugins.com/wp-content/uploads/2020/11/aioseo-site-score-350x250.png 350w, https://semperplugins.com/wp-content/uploads/2020/11/aioseo-site-score-100x71.png 100w, https://semperplugins.com/wp-content/uploads/2020/11/aioseo-site-score-150x107.png 150w, https://semperplugins.com/wp-content/uploads/2020/11/aioseo-site-score-200x143.png 200w, https://semperplugins.com/wp-content/uploads/2020/11/aioseo-site-score-450x321.png 450w, https://semperplugins.com/wp-content/uploads/2020/11/aioseo-site-score-600x429.png 600w, https://semperplugins.com/wp-content/uploads/2020/11/aioseo-site-score-900x643.png 900w, https://semperplugins.com/wp-content/uploads/2020/11/aioseo-site-score.png 1277w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></figure>\n\n\n\n<p>With the new Site Score and SEO Audit Checklist, you can analyze your entire WordPress site to detect critical errors and get actionable insights to boost your SEO and get more traffic.</p>\n\n\n\n<h2>SEO Competitor Analysis</h2>\n\n\n\n<p>Notice something else in that screenshot above?</p>\n\n\n\n<p>That’s right, AIOSEO 4.0 now includes a competitor analysis tool:</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img src=\"https://semperplugins.com/wp-content/uploads/2020/11/aioseo-competitor-analysis.png\" alt=\"\" class=\"wp-image-18513\" srcset=\"https://semperplugins.com/wp-content/uploads/2020/11/aioseo-competitor-analysis.png 800w, https://semperplugins.com/wp-content/uploads/2020/11/aioseo-competitor-analysis-300x223.png 300w, https://semperplugins.com/wp-content/uploads/2020/11/aioseo-competitor-analysis-768x570.png 768w, https://semperplugins.com/wp-content/uploads/2020/11/aioseo-competitor-analysis-337x250.png 337w, https://semperplugins.com/wp-content/uploads/2020/11/aioseo-competitor-analysis-100x74.png 100w, https://semperplugins.com/wp-content/uploads/2020/11/aioseo-competitor-analysis-150x111.png 150w, https://semperplugins.com/wp-content/uploads/2020/11/aioseo-competitor-analysis-200x149.png 200w, https://semperplugins.com/wp-content/uploads/2020/11/aioseo-competitor-analysis-450x334.png 450w, https://semperplugins.com/wp-content/uploads/2020/11/aioseo-competitor-analysis-600x446.png 600w\" sizes=\"(max-width: 800px) 100vw, 800px\" /></figure>\n\n\n\n<p>Now there’s no need to pay for expensive software to analyze the competition – we’re bringing it right to your WordPress dashboard.</p>\n\n\n\n<h2>TruSEO On-Page Analysis</h2>\n\n\n\n<p>Optimizing each page and blog post to rank high in search results can be difficult and time-consuming when you’re not an SEO expert.</p>\n\n\n\n<p>That’s why we’ve also included a new <strong>TruSEO Score</strong> to tell you exactly how to optimize each piece of content.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img src=\"https://semperplugins.com/wp-content/uploads/2020/11/aioseo-truseo-keyword.png\" alt=\"\" class=\"wp-image-18515\" srcset=\"https://semperplugins.com/wp-content/uploads/2020/11/aioseo-truseo-keyword.png 880w, https://semperplugins.com/wp-content/uploads/2020/11/aioseo-truseo-keyword-300x182.png 300w, https://semperplugins.com/wp-content/uploads/2020/11/aioseo-truseo-keyword-768x466.png 768w, https://semperplugins.com/wp-content/uploads/2020/11/aioseo-truseo-keyword-412x250.png 412w, https://semperplugins.com/wp-content/uploads/2020/11/aioseo-truseo-keyword-100x61.png 100w, https://semperplugins.com/wp-content/uploads/2020/11/aioseo-truseo-keyword-150x91.png 150w, https://semperplugins.com/wp-content/uploads/2020/11/aioseo-truseo-keyword-200x121.png 200w, https://semperplugins.com/wp-content/uploads/2020/11/aioseo-truseo-keyword-450x273.png 450w, https://semperplugins.com/wp-content/uploads/2020/11/aioseo-truseo-keyword-600x364.png 600w\" sizes=\"(max-width: 880px) 100vw, 880px\" /></figure>\n\n\n\n<p>Instead of just a pass or fail, you’ll get a score out of 100 and a detailed analysis and to-do list.</p>\n\n\n\n<h2>And More…</h2>\n\n\n\n<p>That’s not all!</p>\n\n\n\n<p>All in One SEO includes all the features you’re already using, plus even more:</p>\n\n\n\n<ul><li>Customizable access control</li><li>Easy settings importer/exporter</li><li>1-click migration from other SEO plugins</li><li>…and more</li></ul>\n\n\n\n<p>All in One SEO 4.0 will be released very, very soon, so <strong>keep an eye on your WordPress dashboard for the update prompt</strong>.</p>\n\n\n\n<p>We’re not stopping here… </p>\n\n\n\n<p>With our redesign nearly complete, we can turn our focus to new features.</p>\n\n\n\n<p>In fact, we already have some amazing new features in store for you to help you rank higher than ever.</p>\n\n\n\n<p>No need to spend hours studying SEO or buy expensive software.</p>\n\n\n\n<p>We’re ready to revolutionize WordPress SEO – are you ready to join us?</p>\n\n\n\n<p>If you’re not using AIOSEO yet, what are you waiting for?</p>\n\n\n\n<p><a href=\"https://semperplugins.com/all-in-one-seo-pack-pro-version/\">Click here to get started with All in One SEO today!</a><br></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:73:\"https://semperplugins.com/all-in-one-seo-4-0-coming-soon-sneak-peek/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:\"28\";s: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:67:\"\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:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"Introducing Site Health Checks for All in One 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:131:\"https://semperplugins.com/introducing-site-health-checks/?utm_source=rss&utm_medium=rss&utm_campaign=introducing-site-health-checks\";s: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:66:\"https://semperplugins.com/introducing-site-health-checks/#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, 24 Sep 2020 13:44: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:3:{i:0;a:5:{s:4:\"data\";s:13:\"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:1;a:5:{s:4:\"data\";s:11:\"site health\";s: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:\"site health checks\";s: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://semperplugins.com/?p=16645\";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:416:\"Are all your SEO settings optimized to unlock the highest rankings and traffic? Now it’s easier than ever to find out. With our latest update, All in One SEO now seamlessly integrates with the WordPress Site Health tool to ensure<span class=\"ellipsis\">…</span><div class=\"read-more\"><a href=\"https://semperplugins.com/introducing-site-health-checks/\">Read more ›</a></div><!-- end of .read-more -->\";s: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:\"Keri Engel\";s: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:3430:\"\n<p>Are all your SEO settings optimized to unlock the highest rankings and traffic?</p>\n\n\n\n<p>Now it’s easier than ever to find out.</p>\n\n\n\n<p>With our latest update, All in One SEO now seamlessly integrates with the WordPress Site Health tool to ensure your setup is complete and your site is ready to rank in search results.</p>\n\n\n\n<p>Here’s how it works…</p>\n\n\n\n<h2>WordPress Site Health + All in One SEO</h2>\n\n\n\n<p>Did you know that WordPress has a built-in feature called “<a aria-label=\"Site Health (opens in a new tab)\" href=\"https://www.wpbeginner.com/beginners-guide/tips-to-get-a-100-in-wordpress-site-health-check-score/\" target=\"_blank\" rel=\"noreferrer noopener\">Site Health</a>” under the Tools menu?</p>\n\n\n\n<p>This tool helps you to monitor your site and lets you know about any critical errors or potential issues, so you can make sure everything’s running smoothly.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img src=\"https://semperplugins.com/wp-content/uploads/2020/09/aioseo-site-health-checks.png\" alt=\"All in One SEO Site Health Checks\" class=\"wp-image-16646\" srcset=\"https://semperplugins.com/wp-content/uploads/2020/09/aioseo-site-health-checks.png 831w, https://semperplugins.com/wp-content/uploads/2020/09/aioseo-site-health-checks-300x275.png 300w, https://semperplugins.com/wp-content/uploads/2020/09/aioseo-site-health-checks-768x704.png 768w, https://semperplugins.com/wp-content/uploads/2020/09/aioseo-site-health-checks-273x250.png 273w, https://semperplugins.com/wp-content/uploads/2020/09/aioseo-site-health-checks-100x92.png 100w, https://semperplugins.com/wp-content/uploads/2020/09/aioseo-site-health-checks-150x138.png 150w, https://semperplugins.com/wp-content/uploads/2020/09/aioseo-site-health-checks-200x183.png 200w, https://semperplugins.com/wp-content/uploads/2020/09/aioseo-site-health-checks-450x413.png 450w, https://semperplugins.com/wp-content/uploads/2020/09/aioseo-site-health-checks-600x550.png 600w\" sizes=\"(max-width: 831px) 100vw, 831px\" /></figure>\n\n\n\n<p>All in One SEO Site Health checks will now monitor:</p>\n\n\n\n<ul><li><strong>Indexability</strong>: Make sure your site is public and ready to be crawled by search engine bots.</li><li><strong>Basic Site Settings</strong>: Checks if the Site Title or Tagline are set, so you never have a blank title tag.</li><li><strong>Schema Settings</strong>: Ensure your markup is valid and all the required info is filled out.</li><li><strong>Noindex Monitoring</strong>: You also get a list of the types of content (post types, taxonomies, etc.) that are noindexed/nofollowed under the Site Health Info tab as a reminder.</li></ul>\n\n\n\n<p>With this release, we’ve also included several small fixes and improvements to make sure your site keeps running smoothly and ranking for all your target keywords.</p>\n\n\n\n<p>You can see a complete list of all the changes and improvements in the <a href=\"https://semperplugins.com/all-in-one-seo-pack-changelog/\">changelog</a>.</p>\n\n\n\n<p>Thank you, as always, for supporting the <a href=\"https://semperplugins.com/\">best SEO plugin for WordPress</a>!</p>\n\n\n\n<p>Stay tuned for more updates, since we have lots of amazing new features planned for you soon.</p>\n\n\n\n<p>Not using All in One SEO yet? What are you waiting for?</p>\n\n\n\n<p><a href=\"https://semperplugins.com/all-in-one-seo-pack-pro-version/\">Click here to get started with All in One SEO today</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:62:\"https://semperplugins.com/introducing-site-health-checks/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:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:64:\"\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:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"Announcing All in One SEO 3.7: Control Your RSS Feed Footer 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:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:147:\"https://semperplugins.com/announcing-all-in-one-seo-3-7-rss-feed/?utm_source=rss&utm_medium=rss&utm_campaign=announcing-all-in-one-seo-3-7-rss-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:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"https://semperplugins.com/announcing-all-in-one-seo-3-7-rss-feed/#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 Aug 2020 16:44: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:2:{i:0;a:5:{s:4:\"data\";s:13:\"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:1;a:5:{s:4:\"data\";s:3:\"rss\";s: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://semperplugins.com/?p=15154\";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:437:\"Ever felt frustrated because you spent a lot of time writing original content… …only to see it being republished on spam sites that don’t link back to you? Sometimes, the website with stolen content even outranks the original post. Yikes.<span class=\"ellipsis\">…</span><div class=\"read-more\"><a href=\"https://semperplugins.com/announcing-all-in-one-seo-3-7-rss-feed/\">Read more ›</a></div><!-- end of .read-more -->\";s: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:\"Keri Engel\";s: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:4155:\"\n<p>Ever felt frustrated because you spent a lot of time writing original content…</p>\n\n\n\n<p>…only to see it being republished on spam sites that don’t link back to you?</p>\n\n\n\n<p>Sometimes, the website with stolen content even outranks the original post. Yikes.</p>\n\n\n\n<p>We feel your pain.</p>\n\n\n\n<p>That’s why with the latest release of All in One SEO, now you can add a bit of content to the beginning and end of your posts in your RSS feed.</p>\n\n\n\n<p>With this feature, you can easily add credits, custom text and links, or even advertisements to help monetize your blog.</p>\n\n\n\n<p>Let’s take a closer look…</p>\n\n\n\n<h2>Why Add Content to Your RSS Feed?</h2>\n\n\n\n<p>First things first: what’s RSS? And how important is it to your content marketing?</p>\n\n\n\n<p>RSS (Really Simple Syndication) is a type of web feed that automatically gets updated whenever you publish content on your site. RSS can help you expose your brand to more people by distributing it to more websites.</p>\n\n\n\n<p>The problem is when other websites steal your content and don’t link back to your original post. These sites are called <a href=\"https://www.wpbeginner.com/beginners-guide/beginners-guide-to-preventing-blog-content-scraping-in-wordpress/\" target=\"_blank\" aria-label=\" (opens in a new tab)\" rel=\"noreferrer noopener\">content scrapers</a>. </p>\n\n\n\n<p>Since content scrapers re-publish your posts and don’t even link back to you, Google doesn’t know you’re the original owner of your content. </p>\n\n\n\n<p>Here’s the good news: All in One SEO 3.7’s RSS Content Feature allows you to <strong>add links to your posts</strong> <strong>in your RSS feed</strong>— you just need to set it up once, and it’ll add a bit of content before and after your posts in your website’s RSS feed, automatically.</p>\n\n\n\n<p>This way, even if content scrapers re-publish your content, Google will still recognize you as the original author of your content.</p>\n\n\n\n<p>The best part? Since you’ll add the links to your posts in the RSS feed, your website content won’t be affected at all.</p>\n\n\n\n<p>That means visitors to your website will never see it.</p>\n\n\n\n<p>When you update to All in One SEO 3.7, you’ll find your RSS Content Settings under <strong>General Settings</strong>, just above Advanced Settings. </p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large is-resized\"><img src=\"https://semperplugins.com/wp-content/uploads/2020/08/rss-content-settings.jpg\" alt=\"\" class=\"wp-image-15156\" width=\"620\" height=\"330\" srcset=\"https://semperplugins.com/wp-content/uploads/2020/08/rss-content-settings.jpg 620w, https://semperplugins.com/wp-content/uploads/2020/08/rss-content-settings-300x160.jpg 300w, https://semperplugins.com/wp-content/uploads/2020/08/rss-content-settings-470x250.jpg 470w, https://semperplugins.com/wp-content/uploads/2020/08/rss-content-settings-100x53.jpg 100w, https://semperplugins.com/wp-content/uploads/2020/08/rss-content-settings-150x80.jpg 150w, https://semperplugins.com/wp-content/uploads/2020/08/rss-content-settings-200x106.jpg 200w, https://semperplugins.com/wp-content/uploads/2020/08/rss-content-settings-450x240.jpg 450w, https://semperplugins.com/wp-content/uploads/2020/08/rss-content-settings-600x319.jpg 600w\" sizes=\"(max-width: 620px) 100vw, 620px\" /></figure></div>\n\n\n\n<p>Read our <a href=\"https://semperplugins.com/documentation/rss-content-settings/\">RSS content settings documentation</a> for more details on how to set up your RSS Content Settings for your website. </p>\n\n\n\n<p>You can see a list of all the changes and improvements in this update in the <a href=\"https://semperplugins.com/all-in-one-seo-pack-changelog/\">changelog</a>.</p>\n\n\n\n<p>As we develop the <a href=\"https://semperplugins.com/\">best SEO plugin for WordPress</a>, we’ll be back for more announcements. So stay tuned for upcoming announcements, because we have plenty more features planned for you. And if you haven’t done so already, click here to <a href=\"https://semperplugins.com/all-in-one-seo-pack-pro-version/\">get started with All in One SEO today</a>!\n\n</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:70:\"https://semperplugins.com/announcing-all-in-one-seo-3-7-rss-feed/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:\"6\";s: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:64:\"\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:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"WordPress XML Sitemaps vs All in One SEO: Which Is Better?\";s: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:169:\"https://semperplugins.com/wordpress-xml-sitemaps-vs-all-in-one-seo-sitemaps/?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-xml-sitemaps-vs-all-in-one-seo-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:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"https://semperplugins.com/wordpress-xml-sitemaps-vs-all-in-one-seo-sitemaps/#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, 04 Aug 2020 16:14: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:13:\"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:1;a:5:{s:4:\"data\";s:12:\"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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://semperplugins.com/?p=14477\";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:442:\"Recently it was announced that the upcoming WordPress 5.5 update scheduled for August 11, 2020 will include built-in XML sitemaps without a plugin required. This new XML sitemaps feature will help users who don’t have an SEO plugin like All<span class=\"ellipsis\">…</span><div class=\"read-more\"><a href=\"https://semperplugins.com/wordpress-xml-sitemaps-vs-all-in-one-seo-sitemaps/\">Read more ›</a></div><!-- end of .read-more -->\";s: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:\"Keri Engel\";s: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:10515:\"\n<p>Recently it was announced that the upcoming <a href=\"https://www.wpbeginner.com/news/whats-coming-in-wordpress-5-5-features-and-screenshots/\">WordPress 5.5 update</a> scheduled for August 11, 2020 will include built-in XML sitemaps without a plugin required.</p>\n\n\n\n<p>This new XML sitemaps feature will help users who don’t have an SEO plugin like All in One SEO.</p>\n\n\n\n<p>If you’re already an All in One SEO user, you don’t have to worry. You already have sitemaps plus all the other SEO tools you need to boost your website traffic, and <strong>there’s nothing you need to do</strong>.</p>\n\n\n\n<p>In this guide, we’ll explain what this update means, what’s the difference between WordPress 5.5 XML sitemaps and All in One SEO, and answer your most common questions about this new update.</p>\n\n\n\n<p>Let’s get started with a simple definition…</p>\n\n\n\n<h2>What Is an XML Sitemap and Why Do You Need It?</h2>\n\n\n\n<p>An XML sitemap is a simple list of all the content on your website. The sitemap makes it easy for search engine bots to crawl and index your website.</p>\n\n\n\n<p>XML stands for eXtensible Markup Language. It’s a markup language similar to HTML, but its main purpose is to organize data.</p>\n\n\n\n<p>Your XML sitemap file is hidden from your human visitors, but search engines like Google can see it. The sitemap helps search engine bots to easily see all the content on your site in one place.</p>\n\n\n\n<p>Why do you need a sitemap?</p>\n\n\n\n<p>Without one, the only way for those bots to find all your content is by following links on your site. So, if you have any pages on your site that aren’t linked to often, or it takes a lot of links to reach a certain page, there’s a chance that Google’s bots won’t find those pages and they’ll never end up in search results.</p>\n\n\n\n<p>Another reason you’d want a sitemap is so you can tell Google which pages you DON’T want it to list in search results. Removing some pages from search results, like thank you pages or media attachment pages, can help you <strong>get more traffic from Google</strong> because the search engines will only focus on your highest quality content.</p>\n\n\n\n<p>That’s why All in One SEO makes it easy to <a href=\"https://semperplugins.com/documentation/beginners-guide-to-xml-sitemaps/\">create a custom XML sitemap in WordPress and submit it to Google</a>.</p>\n\n\n\n<p>Let’s take a quick look at this feature and how it works.</p>\n\n\n\n<h2>Why Use All in One SEO Sitemaps?</h2>\n\n\n\n<p>All in One SEO’s XML sitemaps are easy to use, and they also offer all the features you need to optimize your site for maximum traffic.</p>\n\n\n\n<p>You can automatically generate a custom sitemap and submit it to Google, Bing, Yahoo, Yandex, and other search engines. All in One SEO will also automatically notify each one whenever you publish, update, or delete content on your site. </p>\n\n\n\n<p>With All in One SEO, you can make sure that Google knows which pages are the most important on your site, and only ranks your high-quality content.</p>\n\n\n\n<p>You get to choose to include or exclude:</p>\n\n\n\n<ul><li>images and galleries</li><li>password-protected posts</li><li>custom post types</li><li>media attachment pages</li><li>archive pages for tags, categories, authors</li><li>and more</li></ul>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://semperplugins.com/wp-content/uploads/2020/08/xml-sitemaps-box-in-all-in-one-seo-pack-5-600x638-1.png\" alt=\"\" class=\"wp-image-14496\" srcset=\"https://semperplugins.com/wp-content/uploads/2020/08/xml-sitemaps-box-in-all-in-one-seo-pack-5-600x638-1.png 600w, https://semperplugins.com/wp-content/uploads/2020/08/xml-sitemaps-box-in-all-in-one-seo-pack-5-600x638-1-282x300.png 282w, https://semperplugins.com/wp-content/uploads/2020/08/xml-sitemaps-box-in-all-in-one-seo-pack-5-600x638-1-235x250.png 235w, https://semperplugins.com/wp-content/uploads/2020/08/xml-sitemaps-box-in-all-in-one-seo-pack-5-600x638-1-100x106.png 100w, https://semperplugins.com/wp-content/uploads/2020/08/xml-sitemaps-box-in-all-in-one-seo-pack-5-600x638-1-150x160.png 150w, https://semperplugins.com/wp-content/uploads/2020/08/xml-sitemaps-box-in-all-in-one-seo-pack-5-600x638-1-200x213.png 200w, https://semperplugins.com/wp-content/uploads/2020/08/xml-sitemaps-box-in-all-in-one-seo-pack-5-600x638-1-300x319.png 300w, https://semperplugins.com/wp-content/uploads/2020/08/xml-sitemaps-box-in-all-in-one-seo-pack-5-600x638-1-450x479.png 450w\" sizes=\"(max-width: 600px) 100vw, 600px\" /></figure></div>\n\n\n\n<p>Your sitemaps will always be dynamically generated. That means that your sitemap is always up to date whenever it’s visited.</p>\n\n\n\n<p>How does that compare with the new default sitemaps?</p>\n\n\n\n<p>Let’s take a look…</p>\n\n\n\n<h2>All in One SEO and WordPress 5.5 XML Sitemaps</h2>\n\n\n\n<p>In the update scheduled for August 11, 2020, WordPress will include basic XML sitemaps without a plugin.</p>\n\n\n\n<p>By default, the sitemap will include all your posts, post types, categories, tags, and archive pages.</p>\n\n\n\n<p>There’s no way to customize your sitemaps or remove specific pages without knowing PHP code.</p>\n\n\n\n<p>For example, you’d have to customize this code to remove certain sitemaps from your site:</p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://semperplugins.com/wp-content/uploads/2020/08/wordpress-xml-sitemap-without-plugin.png\" alt=\"\" class=\"wp-image-14478\" srcset=\"https://semperplugins.com/wp-content/uploads/2020/08/wordpress-xml-sitemap-without-plugin.png 621w, https://semperplugins.com/wp-content/uploads/2020/08/wordpress-xml-sitemap-without-plugin-300x175.png 300w, https://semperplugins.com/wp-content/uploads/2020/08/wordpress-xml-sitemap-without-plugin-428x250.png 428w, https://semperplugins.com/wp-content/uploads/2020/08/wordpress-xml-sitemap-without-plugin-100x58.png 100w, https://semperplugins.com/wp-content/uploads/2020/08/wordpress-xml-sitemap-without-plugin-150x88.png 150w, https://semperplugins.com/wp-content/uploads/2020/08/wordpress-xml-sitemap-without-plugin-200x117.png 200w, https://semperplugins.com/wp-content/uploads/2020/08/wordpress-xml-sitemap-without-plugin-450x263.png 450w, https://semperplugins.com/wp-content/uploads/2020/08/wordpress-xml-sitemap-without-plugin-600x351.png 600w\" sizes=\"(max-width: 621px) 100vw, 621px\" /></figure></div>\n\n\n\n<p>The good news is, <strong>if you’re using the latest version of All in One SEO, you don’t need to do anything</strong>.</p>\n\n\n\n<p>As long as you’ve updated to the latest version of All in One SEO, the default WordPress sitemaps will be automatically turned off. Your All in One SEO sitemaps will take priority.</p>\n\n\n\n<p>Not using All in One SEO yet?</p>\n\n\n\n<p>If you want more control over your sitemaps, <a href=\"https://semperplugins.com/all-in-one-seo-pack-pro-version/\">All in One SEO</a> is the way to go.</p>\n\n\n\n<p>In addition to the custom sitemaps feature, you’ll also get access to other features to skyrocket your search traffic like:</p>\n\n\n\n<ul><li><strong>On Page SEO Optimization</strong>: add meta title, description, keywords, and other tags for on-page SEO optimization</li><li><strong>Schema Support</strong>: unlock complete support for Google Knowledge Graph and Schema.org snippets</li><li><strong>Image and Video SEO</strong>: optimize your images and get 1-click support for video sitemap, so you can rank in Google’s video carousel widget and grow your traffic</li><li><strong>Automatic Search Engine Notification</strong>: automatically notify search engines like Google and Bing about changes to your site</li><li><strong>WooCommerce SEO</strong>: get advanced eCommerce SEO support for WooCommerce, so you can optimize product pages, product categories, and more</li><li><strong>Social Media Integration</strong>: easily control how your content and thumbnails look on Facebook, Twitter, and other social media networks</li></ul>\n\n\n\n<p>And more…</p>\n\n\n\n<p><a href=\"https://semperplugins.com/all-in-one-seo-pack-pro-version\">Click here to get started with All in One SEO today!</a></p>\n\n\n\n<p>Still have questions? Keep reading… </p>\n\n\n\n<h2>Frequently Asked Questions</h2>\n\n\n\n<p><strong>What does the XML sitemap in WordPress 5.5 do?</strong></p>\n\n\n\n<p>WordPress 5.5 will introduce built-in XML sitemaps. The sitemaps will automatically include your homepage, all public posts, categories and tags, and author archives. This includes anything you might have no-indexed, which can cause errors on your site.</p>\n\n\n\n<p>WordPress 5.5 XML sitemaps are very basic and don’t include video sitemaps or Google News sitemaps, so your site won’t show up in video carousels or Google News.</p>\n\n\n\n<p>There’s no way to customize the sitemaps without knowing PHP code.</p>\n\n\n\n<p><strong>Do I still need All in One SEO now that WordPress has its own sitemap?</strong></p>\n\n\n\n<p>Yes, All in One SEO integrates seamlessly with WordPress 5.5 and allows you to customize your XML sitemaps so you can boost your traffic and prevent errors in Google Search Console. </p>\n\n\n\n<p>It gives you all the features you need to optimize your site for maximum search traffic, including on-page optimizations, SEO titles and meta descriptions, image SEO, <a href=\"https://semperplugins.com/documentation/video-sitemap/\">video sitemaps</a>, <a href=\"https://semperplugins.com/documentation/google-news-sitemap/\">Google News sitemaps</a>, local SEO, WooCommerce SEO, and much more. </p>\n\n\n\n<p><a href=\"https://semperplugins.com/\">Click here to see all the features of All in One SEO</a>.</p>\n\n\n\n<p><strong>Do I need to disable my WordPress XML sitemap?</strong></p>\n\n\n\n<p>No, All in One SEO will automatically disable it for you, to prevent the bots from getting confused or finding the wrong one. </p>\n\n\n\n<p>There’s no need to take any action if you’re already updated. If you’re using an earlier version than 3.6.2, please make sure to update to the latest version of All in One SEO.</p>\n\n\n\n<p>Have more questions? Please <a href=\"https://semperplugins.com/contact/\">get in touch</a>, we’re happy to help.</p>\n\n\n\n<p>Thank you for all your support in making All in One SEO the <a href=\"https://semperplugins.com/\">best SEO plugin for WordPress</a>!</p>\n\n\n\n<p>Not using it yet? What are you waiting for?</p>\n\n\n\n<p><a href=\"https://semperplugins.com/all-in-one-seo-pack-pro-version/\">Click here to get started with All in One SEO today!</a><br></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:81:\"https://semperplugins.com/wordpress-xml-sitemaps-vs-all-in-one-seo-sitemaps/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:\"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:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:67:\"\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:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"Introducing Local SEO: Boost Your Google Business Listings\";s: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:113:\"https://semperplugins.com/introducing-local-seo/?utm_source=rss&utm_medium=rss&utm_campaign=introducing-local-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:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"https://semperplugins.com/introducing-local-seo/#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, 09 Jul 2020 19:27: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:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:13:\"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:1;a:5:{s:4:\"data\";s:24:\"google business listings\";s: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:\"local 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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://semperplugins.com/?p=13393\";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:402:\"It’s only been a short while since we announced the release of our Google News Sitemap feature to help your news content rank faster. But during that time, we’ve been hard at work putting the finishing touches on today’s new<span class=\"ellipsis\">…</span><div class=\"read-more\"><a href=\"https://semperplugins.com/introducing-local-seo/\">Read more ›</a></div><!-- end of .read-more -->\";s: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:\"Keri Engel\";s: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:7667:\"\n<p>It’s only been a short while since we announced the release of our <a href=\"https://semperplugins.com/introducing-google-news-sitemaps/\">Google News Sitemap</a> feature to help your news content rank faster. But during that time, we’ve been hard at work putting the finishing touches on today’s new release.</p>\n\n\n\n<p>Today we’re happy to announce the new Local Business SEO addon for <a href=\"https://semperplugins.com/all-in-one-seo-pack-pro-version/\">Business and Agency plans</a>, designed to make it much easier to get more search traffic to your local business website!</p>\n\n\n\n<h2>Help Local People Find Your Business</h2>\n\n\n\n<p>Local search has exploded recently with “near me” and “close by” searches growing by over 900% in only 2 years. And when you consider that <strong>97% of people learn more about local companies online</strong> than anywhere else, it makes sense to optimize your website for that traffic.</p>\n\n\n\n<p>With Google’s local business structured data added to your website, you’re able to provide Google with more information about your business.</p>\n\n\n\n<p>When users search for a business (for example, NYC animal shelter), search results may show a Knowledge Graph card featuring businesses related to their search, putting your company right at the top of the results.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img src=\"https://semperplugins.com/wp-content/uploads/2020/07/google-business-listings.png\" alt=\"\" class=\"wp-image-13400\" srcset=\"https://semperplugins.com/wp-content/uploads/2020/07/google-business-listings.png 795w, https://semperplugins.com/wp-content/uploads/2020/07/google-business-listings-300x159.png 300w, https://semperplugins.com/wp-content/uploads/2020/07/google-business-listings-768x407.png 768w, https://semperplugins.com/wp-content/uploads/2020/07/google-business-listings-472x250.png 472w, https://semperplugins.com/wp-content/uploads/2020/07/google-business-listings-100x53.png 100w, https://semperplugins.com/wp-content/uploads/2020/07/google-business-listings-150x79.png 150w, https://semperplugins.com/wp-content/uploads/2020/07/google-business-listings-200x106.png 200w, https://semperplugins.com/wp-content/uploads/2020/07/google-business-listings-450x238.png 450w, https://semperplugins.com/wp-content/uploads/2020/07/google-business-listings-600x318.png 600w\" sizes=\"(max-width: 795px) 100vw, 795px\" /></figure>\n\n\n\n<p>Adding structured data to your website isn’t easy if you’re not a developer. You need to insert specific properties to your site’s code in the right way. If you don’t know what you’re doing and add it to the wrong place, it might not work. Even worse, you could mess up your code, breaking your website.</p>\n\n\n\n<h2>Easily Enhance Your Local Business Search</h2>\n\n\n\n<p>With the Local Business SEO addon to All in One SEO, our goal is to make it as easy as possible to get your business featured in search results.</p>\n\n\n\n<p>Now, all it takes for <a href=\"https://semperplugins.com/all-in-one-seo-pack-pro-version/\">Business and Agency plan</a> users to enhance their local SEO easily is to activate the new addon.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img src=\"https://semperplugins.com/wp-content/uploads/2020/07/local-business-seo-addon.png\" alt=\"\" class=\"wp-image-13401\" srcset=\"https://semperplugins.com/wp-content/uploads/2020/07/local-business-seo-addon.png 795w, https://semperplugins.com/wp-content/uploads/2020/07/local-business-seo-addon-300x194.png 300w, https://semperplugins.com/wp-content/uploads/2020/07/local-business-seo-addon-768x497.png 768w, https://semperplugins.com/wp-content/uploads/2020/07/local-business-seo-addon-387x250.png 387w, https://semperplugins.com/wp-content/uploads/2020/07/local-business-seo-addon-100x65.png 100w, https://semperplugins.com/wp-content/uploads/2020/07/local-business-seo-addon-150x97.png 150w, https://semperplugins.com/wp-content/uploads/2020/07/local-business-seo-addon-200x129.png 200w, https://semperplugins.com/wp-content/uploads/2020/07/local-business-seo-addon-450x291.png 450w, https://semperplugins.com/wp-content/uploads/2020/07/local-business-seo-addon-600x388.png 600w\" sizes=\"(max-width: 795px) 100vw, 795px\" /></figure>\n\n\n\n<p>Then it’s simply a case of entering your business information and saving your changes, no coding required!</p>\n\n\n\n<p>You can include several different types of information, such as your business type, name, address, phone number, and image. Plus, you can enter your price range and the days and times you’re open.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img src=\"https://semperplugins.com/wp-content/uploads/2020/07/local-business-schema-settings.png\" alt=\"\" class=\"wp-image-13402\" srcset=\"https://semperplugins.com/wp-content/uploads/2020/07/local-business-schema-settings.png 795w, https://semperplugins.com/wp-content/uploads/2020/07/local-business-schema-settings-300x191.png 300w, https://semperplugins.com/wp-content/uploads/2020/07/local-business-schema-settings-768x489.png 768w, https://semperplugins.com/wp-content/uploads/2020/07/local-business-schema-settings-393x250.png 393w, https://semperplugins.com/wp-content/uploads/2020/07/local-business-schema-settings-100x64.png 100w, https://semperplugins.com/wp-content/uploads/2020/07/local-business-schema-settings-150x95.png 150w, https://semperplugins.com/wp-content/uploads/2020/07/local-business-schema-settings-200x127.png 200w, https://semperplugins.com/wp-content/uploads/2020/07/local-business-schema-settings-450x286.png 450w, https://semperplugins.com/wp-content/uploads/2020/07/local-business-schema-settings-600x382.png 600w\" sizes=\"(max-width: 795px) 100vw, 795px\" /></figure>\n\n\n\n<p>After, you increase the chances of local searchers finding your business, resulting in <strong>higher click-through rates and conversions</strong>.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img src=\"https://semperplugins.com/wp-content/uploads/2020/07/local-business-search.png\" alt=\"\" class=\"wp-image-13403\" srcset=\"https://semperplugins.com/wp-content/uploads/2020/07/local-business-search.png 795w, https://semperplugins.com/wp-content/uploads/2020/07/local-business-search-300x209.png 300w, https://semperplugins.com/wp-content/uploads/2020/07/local-business-search-768x534.png 768w, https://semperplugins.com/wp-content/uploads/2020/07/local-business-search-359x250.png 359w, https://semperplugins.com/wp-content/uploads/2020/07/local-business-search-100x70.png 100w, https://semperplugins.com/wp-content/uploads/2020/07/local-business-search-150x104.png 150w, https://semperplugins.com/wp-content/uploads/2020/07/local-business-search-200x139.png 200w, https://semperplugins.com/wp-content/uploads/2020/07/local-business-search-450x313.png 450w, https://semperplugins.com/wp-content/uploads/2020/07/local-business-search-600x417.png 600w\" sizes=\"(max-width: 795px) 100vw, 795px\" /></figure>\n\n\n\n<p>See our documentation for more details on <a href=\"https://semperplugins.com/documentation/local-business-schema/\">how to set up local business schema with All in One SEO</a>.</p>\n\n\n\n<p>You can see a list of all the changes and improvements in this update in the <a href=\"https://semperplugins.com/all-in-one-seo-pack-changelog/\">changelog</a>.</p>\n\n\n\n<p>We’ll be back again soon with more exciting updates as we work to create the <a href=\"https://semperplugins.com/\">best SEO plugin for WordPress</a>. So please keep a lookout on our blog for the next announcement.</p>\n\n\n\n<p>And if you haven’t done so already, click here to <a href=\"https://semperplugins.com/all-in-one-seo-pack-pro-version/\">get started with All in One SEO today</a>!<br></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:53:\"https://semperplugins.com/introducing-local-seo/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:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:61:\"\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:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"14 Best Free WordPress Plugins You Need 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:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:125:\"https://semperplugins.com/best-free-wordpress-plugins/?utm_source=rss&utm_medium=rss&utm_campaign=best-free-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:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"https://semperplugins.com/best-free-wordpress-plugins/#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, 17 Jun 2020 12:00: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:1:{i:0;a:5:{s:4:\"data\";s:8:\"SEO Tips\";s: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://semperplugins.com/?p=12380\";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:404:\"Are you looking for the best free WordPress plugins? WordPress is the most popular website builder in the world, and it comes with 1000s of free and premium plugins. Because there are so many, it’s hard for a beginner to<span class=\"ellipsis\">…</span><div class=\"read-more\"><a href=\"https://semperplugins.com/best-free-wordpress-plugins/\">Read more ›</a></div><!-- end of .read-more -->\";s: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:\"Ben Rojas\";s: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:39561:\"\n<p>Are you looking for the best free WordPress plugins?</p>\n\n\n\n<p>WordPress is the most popular website builder in the world, and it comes with 1000s of free and premium plugins.</p>\n\n\n\n<p>Because there are so many, it’s hard for a beginner to know which to choose!</p>\n\n\n\n<p>Free WordPress plugins may not offer all the features of premium plugins, but they’re great for beginners getting started and businesses on a budget. Many free plugins have a premium version with more features, so you can always upgrade later as your business grows.</p>\n\n\n\n<p>By using the free version, you’ll also be able to test out the plugin features and options. This way, you can easily decide whether you want to stick with the plugin or look for alternatives.</p>\n\n\n\n<p>In this article, we’ll share some of the best free WordPress plugins that you can use.</p>\n\n\n\n<h2>1. <a href=\"https://wordpress.org/plugins/wpforms-lite/\" target=\"_blank\" aria-label=\" (opens in a new tab)\" rel=\"noreferrer noopener nofollow\">WPForms</a></h2>\n\n\n\n<figure class=\"wp-block-image size-large\"><img src=\"https://semperplugins.com/wp-content/uploads/2020/06/wpforms.png\" alt=\"\" class=\"wp-image-12382\" srcset=\"https://semperplugins.com/wp-content/uploads/2020/06/wpforms.png 795w, https://semperplugins.com/wp-content/uploads/2020/06/wpforms-300x151.png 300w, https://semperplugins.com/wp-content/uploads/2020/06/wpforms-768x386.png 768w, https://semperplugins.com/wp-content/uploads/2020/06/wpforms-497x250.png 497w, https://semperplugins.com/wp-content/uploads/2020/06/wpforms-100x50.png 100w, https://semperplugins.com/wp-content/uploads/2020/06/wpforms-150x75.png 150w, https://semperplugins.com/wp-content/uploads/2020/06/wpforms-200x101.png 200w, https://semperplugins.com/wp-content/uploads/2020/06/wpforms-450x226.png 450w, https://semperplugins.com/wp-content/uploads/2020/06/wpforms-600x302.png 600w\" sizes=\"(max-width: 795px) 100vw, 795px\" /></figure>\n\n\n\n<p>WPForms is the most beginner-friendly WordPress contact form plugin. It lets you create and add a contact form on your website in just a few clicks.</p>\n\n\n\n<p>It also comes with dozens of useful addons to add more features to your WordPress forms. WPForms offers 100+ form templates to create other types of forms, including appointment booking forms, simple order forms with payments, survey forms, newsletter forms, and more.</p>\n\n\n\n<p>It features a drag and drop form builder for easy customization. You can use the builder to add and customize your form fields without editing any code.</p>\n\n\n\n<p>You can also use WPForms to add a payment form easily. It integrates with popular payment solutions like PayPal, Stripe, and Authorize.net to collect payments online.</p>\n\n\n\n<p>It’s easy to embed in your blog posts, pages, sidebar, footer, and other widget areas. In short, WPForms is the ultimate solution to add and manage forms in WordPress.</p>\n\n\n\n<h2>2. <a href=\"https://wordpress.org/plugins/google-analytics-for-wordpress/\" target=\"_blank\" aria-label=\" (opens in a new tab)\" rel=\"noreferrer noopener nofollow\">MonsterInsights</a></h2>\n\n\n\n<figure class=\"wp-block-image size-large\"><img src=\"https://semperplugins.com/wp-content/uploads/2020/06/monsterinsights.png\" alt=\"\" class=\"wp-image-12383\" srcset=\"https://semperplugins.com/wp-content/uploads/2020/06/monsterinsights.png 795w, https://semperplugins.com/wp-content/uploads/2020/06/monsterinsights-300x151.png 300w, https://semperplugins.com/wp-content/uploads/2020/06/monsterinsights-768x386.png 768w, https://semperplugins.com/wp-content/uploads/2020/06/monsterinsights-497x250.png 497w, https://semperplugins.com/wp-content/uploads/2020/06/monsterinsights-100x50.png 100w, https://semperplugins.com/wp-content/uploads/2020/06/monsterinsights-150x75.png 150w, https://semperplugins.com/wp-content/uploads/2020/06/monsterinsights-200x101.png 200w, https://semperplugins.com/wp-content/uploads/2020/06/monsterinsights-450x226.png 450w, https://semperplugins.com/wp-content/uploads/2020/06/monsterinsights-600x302.png 600w\" sizes=\"(max-width: 795px) 100vw, 795px\" /></figure>\n\n\n\n<p><a href=\"https://wordpress.org/plugins/google-analytics-for-wordpress/\" target=\"_blank\" aria-label=\"MonsterInsights (opens in a new tab)\" rel=\"noreferrer noopener nofollow\">MonsterInsights</a> is the best WordPress Google Analytics plugin. It shows you real-time website traffic, actionable insights, and complete analytics within your WordPress dashboard.</p>\n\n\n\n<p>You can track pages, posts, and campaigns to take quick actions and grow your website. It also automatically tracks clicks on your affiliate links, email links, and all other outbound links.</p>\n\n\n\n<p>If you run an online store, then MonsterInsights can also track your total revenue, conversion rate, average order value, and more. You can monitor top referral resources to invest your marketing resources in the right direction.</p>\n\n\n\n<p>It lets you create custom reports to find out more about your users and take the right action at the right time. With custom reports, you can identify the best time to publish an article, find the most popular categories, and learn about your top scoring keywords.</p>\n\n\n\n<p>MonsterInsights has over 2 million active installations, making it your top choice to install and use for the growth of your business.</p>\n\n\n\n<h2>3. <a href=\"https://wordpress.org/plugins/wp-mail-smtp/\" target=\"_blank\" aria-label=\" (opens in a new tab)\" rel=\"noreferrer noopener nofollow\">WP Mail SMTP</a></h2>\n\n\n\n<figure class=\"wp-block-image size-large\"><img src=\"https://semperplugins.com/wp-content/uploads/2020/06/wpmailsmtp.png\" alt=\"\" class=\"wp-image-12384\" srcset=\"https://semperplugins.com/wp-content/uploads/2020/06/wpmailsmtp.png 795w, https://semperplugins.com/wp-content/uploads/2020/06/wpmailsmtp-300x151.png 300w, https://semperplugins.com/wp-content/uploads/2020/06/wpmailsmtp-768x386.png 768w, https://semperplugins.com/wp-content/uploads/2020/06/wpmailsmtp-497x250.png 497w, https://semperplugins.com/wp-content/uploads/2020/06/wpmailsmtp-100x50.png 100w, https://semperplugins.com/wp-content/uploads/2020/06/wpmailsmtp-150x75.png 150w, https://semperplugins.com/wp-content/uploads/2020/06/wpmailsmtp-200x101.png 200w, https://semperplugins.com/wp-content/uploads/2020/06/wpmailsmtp-450x226.png 450w, https://semperplugins.com/wp-content/uploads/2020/06/wpmailsmtp-600x302.png 600w\" sizes=\"(max-width: 795px) 100vw, 795px\" /></figure>\n\n\n\n<p>Have you ever had problems with WordPress not sending emails?</p>\n\n\n\n<p>WordPress has to be able to send emails out like password reset emails (in case you forget your login), contact form notifications, important update reminders, and more.</p>\n\n\n\n<p>But by default, WordPress uses a method (the <code>wp_mail()</code> function) that doesn’t always work, because it gets blocked by spam filters.</p>\n\n\n\n<p>That’s where SMTP comes in. It’s a better way for WordPress to send emails without getting blocked.</p>\n\n\n\n<p><a href=\"https://wordpress.org/plugins/wp-mail-smtp/\" target=\"_blank\" aria-label=\"WP Mail SMTP (opens in a new tab)\" rel=\"noreferrer noopener nofollow\">WP Mail SMTP</a> is the best WordPress SMTP plugin. It takes over the default WordPress email delivery system and makes it easy and reliable.</p>\n\n\n\n<p>It uses the proper SMTP provider to send emails from your WordPress website. WP Mail SMTP also suggests you the best SMTP solutions on the market.</p>\n\n\n\n<p>Email delivery is an important issue in the beginning of your business and you don’t want to end up in the spam folder of your users. WP Mail SMTP is trusted by over 1 million users who’re using it daily to send emails.</p>\n\n\n\n<h2>4. <a href=\"https://wordpress.org/plugins/rafflepress/\" target=\"_blank\" aria-label=\" (opens in a new tab)\" rel=\"noreferrer noopener nofollow\">RafflePress</a></h2>\n\n\n\n<figure class=\"wp-block-image size-large\"><img src=\"https://semperplugins.com/wp-content/uploads/2020/06/rafflepress.png\" alt=\"\" class=\"wp-image-12387\" srcset=\"https://semperplugins.com/wp-content/uploads/2020/06/rafflepress.png 795w, https://semperplugins.com/wp-content/uploads/2020/06/rafflepress-300x151.png 300w, https://semperplugins.com/wp-content/uploads/2020/06/rafflepress-768x386.png 768w, https://semperplugins.com/wp-content/uploads/2020/06/rafflepress-497x250.png 497w, https://semperplugins.com/wp-content/uploads/2020/06/rafflepress-100x50.png 100w, https://semperplugins.com/wp-content/uploads/2020/06/rafflepress-150x75.png 150w, https://semperplugins.com/wp-content/uploads/2020/06/rafflepress-200x101.png 200w, https://semperplugins.com/wp-content/uploads/2020/06/rafflepress-450x226.png 450w, https://semperplugins.com/wp-content/uploads/2020/06/rafflepress-600x302.png 600w\" sizes=\"(max-width: 795px) 100vw, 795px\" /></figure>\n\n\n\n<p><a aria-label=\"RafflePress (opens in a new tab)\" href=\"https://wordpress.org/plugins/rafflepress/\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">RafflePress</a> is the most popular and user-friendly WordPress giveaway and contest plugin.</p>\n\n\n\n<p>The best part about RafflePress is that it’s easy to use, and completely customizable.</p>\n\n\n\n<p>It comes with pre-built giveaway templates and even a terms and conditions generator so you can easily create giveaways in 5 minutes or less.</p>\n\n\n\n<p>It also includes tons of options for entries. You can ask users for their email addresses to sign up for the giveaway so you can build your email list quickly.</p>\n\n\n\n<p>Plus, you can also require your users to share the contest on social media to increase their entries. RafflePress makes it easy for your online giveaways to take off and go viral.</p>\n\n\n\n<h2>5. <a href=\"https://wordpress.org/plugins/trustpulse-api/\" target=\"_blank\" aria-label=\" (opens in a new tab)\" rel=\"noreferrer noopener nofollow\">TrustPulse</a></h2>\n\n\n\n<figure class=\"wp-block-image size-large\"><img src=\"https://semperplugins.com/wp-content/uploads/2020/06/trustpulse.jpg\" alt=\"\" class=\"wp-image-12388\" srcset=\"https://semperplugins.com/wp-content/uploads/2020/06/trustpulse.jpg 795w, https://semperplugins.com/wp-content/uploads/2020/06/trustpulse-300x151.jpg 300w, https://semperplugins.com/wp-content/uploads/2020/06/trustpulse-768x386.jpg 768w, https://semperplugins.com/wp-content/uploads/2020/06/trustpulse-497x250.jpg 497w, https://semperplugins.com/wp-content/uploads/2020/06/trustpulse-100x50.jpg 100w, https://semperplugins.com/wp-content/uploads/2020/06/trustpulse-150x75.jpg 150w, https://semperplugins.com/wp-content/uploads/2020/06/trustpulse-200x101.jpg 200w, https://semperplugins.com/wp-content/uploads/2020/06/trustpulse-450x226.jpg 450w, https://semperplugins.com/wp-content/uploads/2020/06/trustpulse-600x302.jpg 600w\" sizes=\"(max-width: 795px) 100vw, 795px\" /></figure>\n\n\n\n<p><a href=\"https://wordpress.org/plugins/trustpulse-api/\" target=\"_blank\" aria-label=\"TrustPulse (opens in a new tab)\" rel=\"noreferrer noopener nofollow\">TrustPulse</a> is the best WordPress FOMO plugin. It increases your sales and conversions with social proof notifications.</p>\n\n\n\n<p>According to a study, 98% of users leave your website without taking any action, and 70% of users never come back.</p>\n\n\n\n<p>TrustPulse uses their fear of missing out (FOMO) to engage users to take action, whether that’s signing up for your newsletter, making a purchase, or whatever you need them to do.</p>\n\n\n\n<p>TrustPulse offers 2 types of FOMO campaigns to boost your conversion rate. It integrates with WordPress seamlessly, and it’s also compatible with WooCommerce to increase your sales.</p>\n\n\n\n<h2>6. <a aria-label=\" (opens in a new tab)\" href=\"https://wordpress.org/plugins/instagram-feed/\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">Social Photo Feeds</a></h2>\n\n\n\n<figure class=\"wp-block-image size-large\"><img src=\"https://semperplugins.com/wp-content/uploads/2020/06/sb-instagram.png\" alt=\"\" class=\"wp-image-12389\" srcset=\"https://semperplugins.com/wp-content/uploads/2020/06/sb-instagram.png 795w, https://semperplugins.com/wp-content/uploads/2020/06/sb-instagram-300x151.png 300w, https://semperplugins.com/wp-content/uploads/2020/06/sb-instagram-768x386.png 768w, https://semperplugins.com/wp-content/uploads/2020/06/sb-instagram-497x250.png 497w, https://semperplugins.com/wp-content/uploads/2020/06/sb-instagram-100x50.png 100w, https://semperplugins.com/wp-content/uploads/2020/06/sb-instagram-150x75.png 150w, https://semperplugins.com/wp-content/uploads/2020/06/sb-instagram-200x101.png 200w, https://semperplugins.com/wp-content/uploads/2020/06/sb-instagram-450x226.png 450w, https://semperplugins.com/wp-content/uploads/2020/06/sb-instagram-600x302.png 600w\" sizes=\"(max-width: 795px) 100vw, 795px\" /></figure>\n\n\n\n<p><a href=\"https://wordpress.org/plugins/instagram-feed/\" target=\"_blank\" aria-label=\"Social Photo Feed (opens in a new tab)\" rel=\"noreferrer noopener nofollow\">Social Photo Feed</a> is the best free WordPress plugin to display your Instagram photos at your website. It’s highly customizable and easy to manage even for absolute beginners.</p>\n\n\n\n<p>It lets you display Instagram posts from multiple Instagram accounts in the same or different feeds. You can also create multiple Instagram feeds on the same page, and customize the style to match your brand.</p>\n\n\n\n<p>You can also add the ‘Follow on Instagram’ button with your feed to increase your followers. Social Photo Feed plugin allows you to customize your feeds and display photos in thumbnail, medium, or full size.</p>\n\n\n\n<p>Other than that, you can add a beautiful header at the top of your feed. It lets you display photos in the random or chronological order, just the way you want.</p>\n\n\n\n<h2>7. <a href=\"https://wordpress.org/plugins/custom-facebook-feed/\" target=\"_blank\" aria-label=\" (opens in a new tab)\" rel=\"noreferrer noopener nofollow\">Facebook – Social Post Feeds</a></h2>\n\n\n\n<figure class=\"wp-block-image size-large\"><img src=\"https://semperplugins.com/wp-content/uploads/2020/06/sb-facebook.png\" alt=\"\" class=\"wp-image-12390\" srcset=\"https://semperplugins.com/wp-content/uploads/2020/06/sb-facebook.png 795w, https://semperplugins.com/wp-content/uploads/2020/06/sb-facebook-300x151.png 300w, https://semperplugins.com/wp-content/uploads/2020/06/sb-facebook-768x386.png 768w, https://semperplugins.com/wp-content/uploads/2020/06/sb-facebook-497x250.png 497w, https://semperplugins.com/wp-content/uploads/2020/06/sb-facebook-100x50.png 100w, https://semperplugins.com/wp-content/uploads/2020/06/sb-facebook-150x75.png 150w, https://semperplugins.com/wp-content/uploads/2020/06/sb-facebook-200x101.png 200w, https://semperplugins.com/wp-content/uploads/2020/06/sb-facebook-450x226.png 450w, https://semperplugins.com/wp-content/uploads/2020/06/sb-facebook-600x302.png 600w\" sizes=\"(max-width: 795px) 100vw, 795px\" /></figure>\n\n\n\n<p><a href=\"https://wordpress.org/plugins/custom-facebook-feed/\" target=\"_blank\" aria-label=\"Social Post Feed (opens in a new tab)\" rel=\"noreferrer noopener nofollow\">Social Post Feed</a> is the best free WordPress Facebook post plugin. It lets you display Facebook posts from pages and groups on your WordPress website.</p>\n\n\n\n<p>You can showcase unlimited Facebook posts from any public page and your group easily. And, you can also match it with your theme, so it appears as a part of your website.</p>\n\n\n\n<p>The free version of the plugin allows you to display text and links from Facebook posts. If you want to showcase photos, videos, and comments, then you need to upgrade to the premium version of the plugin.</p>\n\n\n\n<h2>8. <a href=\"https://wordpress.org/plugins/custom-twitter-feeds/\" target=\"_blank\" aria-label=\" (opens in a new tab)\" rel=\"noreferrer noopener nofollow\">Custom Twitter Feeds</a></h2>\n\n\n\n<figure class=\"wp-block-image size-large\"><img src=\"https://semperplugins.com/wp-content/uploads/2020/06/sb-twitter.png\" alt=\"\" class=\"wp-image-12391\" srcset=\"https://semperplugins.com/wp-content/uploads/2020/06/sb-twitter.png 795w, https://semperplugins.com/wp-content/uploads/2020/06/sb-twitter-300x151.png 300w, https://semperplugins.com/wp-content/uploads/2020/06/sb-twitter-768x386.png 768w, https://semperplugins.com/wp-content/uploads/2020/06/sb-twitter-497x250.png 497w, https://semperplugins.com/wp-content/uploads/2020/06/sb-twitter-100x50.png 100w, https://semperplugins.com/wp-content/uploads/2020/06/sb-twitter-150x75.png 150w, https://semperplugins.com/wp-content/uploads/2020/06/sb-twitter-200x101.png 200w, https://semperplugins.com/wp-content/uploads/2020/06/sb-twitter-450x226.png 450w, https://semperplugins.com/wp-content/uploads/2020/06/sb-twitter-600x302.png 600w\" sizes=\"(max-width: 795px) 100vw, 795px\" /></figure>\n\n\n\n<p><a href=\"https://wordpress.org/plugins/custom-twitter-feeds/\" target=\"_blank\" aria-label=\"Custom Twitter Feed (opens in a new tab)\" rel=\"noreferrer noopener nofollow\">Custom Twitter Feed</a> is the best WordPress Twitter feed plugin. It comes with tons of customization options and becomes a part of your website.</p>\n\n\n\n<p>You can display Twitter feeds from multiple accounts easily. The plugin also lets you showcase Twitter feeds from any account, those you follow, and from a specific hashtag.</p>\n\n\n\n<p>It’s SEO friendly and your Twitter feeds are crawlable by search engines. Custom Twitter Feed is also translatable to any language, making it the top choice for website owners.</p>\n\n\n\n<h2>9. <a href=\"https://wordpress.org/plugins/feeds-for-youtube/\" target=\"_blank\" aria-label=\" (opens in a new tab)\" rel=\"noreferrer noopener nofollow\">Feeds for YouTube</a></h2>\n\n\n\n<figure class=\"wp-block-image size-large\"><img src=\"https://semperplugins.com/wp-content/uploads/2020/06/sb-youtube.png\" alt=\"\" class=\"wp-image-12393\" srcset=\"https://semperplugins.com/wp-content/uploads/2020/06/sb-youtube.png 795w, https://semperplugins.com/wp-content/uploads/2020/06/sb-youtube-300x151.png 300w, https://semperplugins.com/wp-content/uploads/2020/06/sb-youtube-768x386.png 768w, https://semperplugins.com/wp-content/uploads/2020/06/sb-youtube-497x250.png 497w, https://semperplugins.com/wp-content/uploads/2020/06/sb-youtube-100x50.png 100w, https://semperplugins.com/wp-content/uploads/2020/06/sb-youtube-150x75.png 150w, https://semperplugins.com/wp-content/uploads/2020/06/sb-youtube-200x101.png 200w, https://semperplugins.com/wp-content/uploads/2020/06/sb-youtube-450x226.png 450w, https://semperplugins.com/wp-content/uploads/2020/06/sb-youtube-600x302.png 600w\" sizes=\"(max-width: 795px) 100vw, 795px\" /></figure>\n\n\n\n<p><a href=\"https://wordpress.org/plugins/feeds-for-youtube/\" target=\"_blank\" aria-label=\"Feeds for YouTube (opens in a new tab)\" rel=\"noreferrer noopener nofollow\">Feeds for YouTube</a> is the best free WordPress YouTube plugin. It lets you display your YouTube videos to your website automatically.</p>\n\n\n\n<p>By default, it matches the style of your WordPress theme and is fully customizable to change the look and feel of your videos. It also offers multiple options to display YouTube videos, including gallery, list, and grid layouts.</p>\n\n\n\n<p>Custom YouTube Feed plugin allows you to create multiple feeds from different YouTube channels. You can also add a ‘Load More’ button to indefinitely load YouTube videos on your website.</p>\n\n\n\n<h2>10. <a href=\"https://wordpress.org/plugins/coming-soon/\" target=\"_blank\" aria-label=\" (opens in a new tab)\" rel=\"noreferrer noopener nofollow\">SeedProd</a></h2>\n\n\n\n<figure class=\"wp-block-image size-large\"><img src=\"https://semperplugins.com/wp-content/uploads/2020/06/seedprod.png\" alt=\"\" class=\"wp-image-12394\" srcset=\"https://semperplugins.com/wp-content/uploads/2020/06/seedprod.png 795w, https://semperplugins.com/wp-content/uploads/2020/06/seedprod-300x151.png 300w, https://semperplugins.com/wp-content/uploads/2020/06/seedprod-768x386.png 768w, https://semperplugins.com/wp-content/uploads/2020/06/seedprod-497x250.png 497w, https://semperplugins.com/wp-content/uploads/2020/06/seedprod-100x50.png 100w, https://semperplugins.com/wp-content/uploads/2020/06/seedprod-150x75.png 150w, https://semperplugins.com/wp-content/uploads/2020/06/seedprod-200x101.png 200w, https://semperplugins.com/wp-content/uploads/2020/06/seedprod-450x226.png 450w, https://semperplugins.com/wp-content/uploads/2020/06/seedprod-600x302.png 600w\" sizes=\"(max-width: 795px) 100vw, 795px\" /></figure>\n\n\n\n<p><a aria-label=\"SeedProd (opens in a new tab)\" href=\"https://wordpress.org/plugins/coming-soon/\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">SeedProd</a> is the best WordPress coming soon and maintenance mode page plugin. It has multiple professional templates to display beautiful coming soon pages to your users when your website is under development or maintenance mode.</p>\n\n\n\n<p>This makes it easy to start building your email list before you launch.</p>\n\n\n\n<p>The plugin is compatible with any WordPress theme. It also fully supports WordPress multisite network to display coming soon pages on all your websites from a single dashboard.</p>\n\n\n\n<p>If you upgrade to their premium version, then you can also add social sharing icons, progress bar, WordPress forms, and more.</p>\n\n\n\n<h2>11. <a href=\"https://wordpress.org/plugins/pretty-link/\" target=\"_blank\" aria-label=\" (opens in a new tab)\" rel=\"noreferrer noopener nofollow\">Pretty Links</a></h2>\n\n\n\n<figure class=\"wp-block-image size-large\"><img src=\"https://semperplugins.com/wp-content/uploads/2020/06/prettylinks.png\" alt=\"\" class=\"wp-image-12395\" srcset=\"https://semperplugins.com/wp-content/uploads/2020/06/prettylinks.png 795w, https://semperplugins.com/wp-content/uploads/2020/06/prettylinks-300x151.png 300w, https://semperplugins.com/wp-content/uploads/2020/06/prettylinks-768x386.png 768w, https://semperplugins.com/wp-content/uploads/2020/06/prettylinks-497x250.png 497w, https://semperplugins.com/wp-content/uploads/2020/06/prettylinks-100x50.png 100w, https://semperplugins.com/wp-content/uploads/2020/06/prettylinks-150x75.png 150w, https://semperplugins.com/wp-content/uploads/2020/06/prettylinks-200x101.png 200w, https://semperplugins.com/wp-content/uploads/2020/06/prettylinks-450x226.png 450w, https://semperplugins.com/wp-content/uploads/2020/06/prettylinks-600x302.png 600w\" sizes=\"(max-width: 795px) 100vw, 795px\" /></figure>\n\n\n\n<p><a aria-label=\"Pretty Links (opens in a new tab)\" href=\"https://wordpress.org/plugins/pretty-link/\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">Pretty Links</a> is a popular WordPress URL shortener plugin. It customizes your URLs and makes them look pretty and professional at the same time.</p>\n\n\n\n<p>This is a great option for affiliate links, which tend to be long and complicated.</p>\n\n\n\n<p>You can shorten links using your domain name in URLs instead of using any third-party source, so you can match your branding and look more professional. Pretty Links also lets you manage and track your URLs to monitor the clicks from users.</p>\n\n\n\n<p>Pretty Links helps grow your website reach by showing you the actual resources from where you’re getting clicks on your URLs. You can also easily create nofollow/noindex links for your affiliates.</p>\n\n\n\n<h2>12. <a href=\"https://wordpress.org/plugins/shared-counts/\" target=\"_blank\" aria-label=\" (opens in a new tab)\" rel=\"noreferrer noopener nofollow\">Shared Counts</a></h2>\n\n\n\n<figure class=\"wp-block-image size-large\"><img src=\"https://semperplugins.com/wp-content/uploads/2020/06/shared-counts.png\" alt=\"\" class=\"wp-image-12396\" srcset=\"https://semperplugins.com/wp-content/uploads/2020/06/shared-counts.png 795w, https://semperplugins.com/wp-content/uploads/2020/06/shared-counts-300x151.png 300w, https://semperplugins.com/wp-content/uploads/2020/06/shared-counts-768x386.png 768w, https://semperplugins.com/wp-content/uploads/2020/06/shared-counts-497x250.png 497w, https://semperplugins.com/wp-content/uploads/2020/06/shared-counts-100x50.png 100w, https://semperplugins.com/wp-content/uploads/2020/06/shared-counts-150x75.png 150w, https://semperplugins.com/wp-content/uploads/2020/06/shared-counts-200x101.png 200w, https://semperplugins.com/wp-content/uploads/2020/06/shared-counts-450x226.png 450w, https://semperplugins.com/wp-content/uploads/2020/06/shared-counts-600x302.png 600w\" sizes=\"(max-width: 795px) 100vw, 795px\" /></figure>\n\n\n\n<p><a aria-label=\"Shared Counts (opens in a new tab)\" href=\"https://wordpress.org/plugins/shared-counts/\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">Shared Counts</a> is the best free WordPress social media plugin. It lets your users easily share your pages and posts on their social media channels.</p>\n\n\n\n<p>You can add buttons for Facebook, Twitter, Pinterest, Email, LinkedIn, and other important social networks on your website. There’s also an option to display buttons before and after your post in WordPress.</p>\n\n\n\n<p>The plugin also displays the total share count and comes in multiple styling options to match with your website theme.</p>\n\n\n\n<h2>13. <a href=\"https://wordpress.org/plugins/insert-headers-and-footers/\" target=\"_blank\" aria-label=\" (opens in a new tab)\" rel=\"noreferrer noopener nofollow\">Insert Headers and Footers</a></h2>\n\n\n\n<figure class=\"wp-block-image size-large\"><img src=\"https://semperplugins.com/wp-content/uploads/2020/06/insertheadersfooters.png\" alt=\"\" class=\"wp-image-12397\" srcset=\"https://semperplugins.com/wp-content/uploads/2020/06/insertheadersfooters.png 795w, https://semperplugins.com/wp-content/uploads/2020/06/insertheadersfooters-300x151.png 300w, https://semperplugins.com/wp-content/uploads/2020/06/insertheadersfooters-768x386.png 768w, https://semperplugins.com/wp-content/uploads/2020/06/insertheadersfooters-497x250.png 497w, https://semperplugins.com/wp-content/uploads/2020/06/insertheadersfooters-100x50.png 100w, https://semperplugins.com/wp-content/uploads/2020/06/insertheadersfooters-150x75.png 150w, https://semperplugins.com/wp-content/uploads/2020/06/insertheadersfooters-200x101.png 200w, https://semperplugins.com/wp-content/uploads/2020/06/insertheadersfooters-450x226.png 450w, https://semperplugins.com/wp-content/uploads/2020/06/insertheadersfooters-600x302.png 600w\" sizes=\"(max-width: 795px) 100vw, 795px\" /></figure>\n\n\n\n<p><a aria-label=\" (opens in a new tab)\" href=\"https://wordpress.org/plugins/insert-headers-and-footers/\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">Insert Headers and Footers</a> is a free WordPress plugin to add any code or script to your website. It’s a useful plugin that lets you insert Google Analytics, custom CSS, Facebook Pixel, or any other code right from your WordPress dashboard.</p>\n\n\n\n<p>The best part about this plugin is that you don’t need to edit any theme file. You can simply add the code in your header and footer from the plugin’s setting page.</p>\n\n\n\n<h2>14. <a href=\"https://wordpress.org/plugins/woocommerce/\" target=\"_blank\" aria-label=\" (opens in a new tab)\" rel=\"noreferrer noopener nofollow\">WooCommerce</a></h2>\n\n\n\n<figure class=\"wp-block-image size-large\"><img src=\"https://semperplugins.com/wp-content/uploads/2020/06/woocommerce.png\" alt=\"\" class=\"wp-image-12398\" srcset=\"https://semperplugins.com/wp-content/uploads/2020/06/woocommerce.png 795w, https://semperplugins.com/wp-content/uploads/2020/06/woocommerce-300x151.png 300w, https://semperplugins.com/wp-content/uploads/2020/06/woocommerce-768x386.png 768w, https://semperplugins.com/wp-content/uploads/2020/06/woocommerce-497x250.png 497w, https://semperplugins.com/wp-content/uploads/2020/06/woocommerce-100x50.png 100w, https://semperplugins.com/wp-content/uploads/2020/06/woocommerce-150x75.png 150w, https://semperplugins.com/wp-content/uploads/2020/06/woocommerce-200x101.png 200w, https://semperplugins.com/wp-content/uploads/2020/06/woocommerce-450x226.png 450w, https://semperplugins.com/wp-content/uploads/2020/06/woocommerce-600x302.png 600w\" sizes=\"(max-width: 795px) 100vw, 795px\" /></figure>\n\n\n\n<p><a href=\"https://wordpress.org/plugins/woocommerce/\" target=\"_blank\" aria-label=\"WooCommerce (opens in a new tab)\" rel=\"noreferrer noopener nofollow\">WooCommerce</a> is the most flexible WordPress eCommerce plugin. It comes with all the features you need to create an online store.</p>\n\n\n\n<p>With this plugin, you can set up and run your eCommerce business all on your own without hiring a professional developer. It’s compatible with the WordPress resources, including themes and plugins.</p>\n\n\n\n<p>It also integrates with third-party solutions for payment integration, email marketing, social media sharing, and more.</p>\n\n\n\n<h2>BONUS: Best Premium Tools & Plugins to Grow Your Business</h2>\n\n\n\n<p>We recommended the best free WordPress plugins in the first section of this article. Now, we’ll share some of the premium resources that you’ll find worth investing your money.</p>\n\n\n\n<p>These premium plugins are proven to come with a high return on investment.</p>\n\n\n\n<h3><a href=\"https://optinmonster.com/\" target=\"_blank\" aria-label=\" (opens in a new tab)\" rel=\"noreferrer noopener\">OptinMonster</a></h3>\n\n\n\n<figure class=\"wp-block-image size-large\"><img src=\"https://semperplugins.com/wp-content/uploads/2020/06/optinmonster.png\" alt=\"\" class=\"wp-image-12399\" srcset=\"https://semperplugins.com/wp-content/uploads/2020/06/optinmonster.png 795w, https://semperplugins.com/wp-content/uploads/2020/06/optinmonster-300x151.png 300w, https://semperplugins.com/wp-content/uploads/2020/06/optinmonster-768x386.png 768w, https://semperplugins.com/wp-content/uploads/2020/06/optinmonster-497x250.png 497w, https://semperplugins.com/wp-content/uploads/2020/06/optinmonster-100x50.png 100w, https://semperplugins.com/wp-content/uploads/2020/06/optinmonster-150x75.png 150w, https://semperplugins.com/wp-content/uploads/2020/06/optinmonster-200x101.png 200w, https://semperplugins.com/wp-content/uploads/2020/06/optinmonster-450x226.png 450w, https://semperplugins.com/wp-content/uploads/2020/06/optinmonster-600x302.png 600w\" sizes=\"(max-width: 795px) 100vw, 795px\" /></figure>\n\n\n\n<p><a aria-label=\"OptinMonster (opens in a new tab)\" href=\"https://optinmonster.com/\" target=\"_blank\" rel=\"noreferrer noopener\">OptinMonster</a> is the most powerful lead generation and conversion optimization software on the market. It helps grow your email list, get more potential leads, and increase sales.</p>\n\n\n\n<p>It comes with powerful <a aria-label=\" (opens in a new tab)\" href=\"https://optinmonster.com/features/exit-intent/\" target=\"_blank\" rel=\"noreferrer noopener\">Exit-Intent<strong>® </strong>technology</a> that converts your abandoning visitors into subscribers and customers. You can also create custom campaigns and display them to users based on their behaviors and location.</p>\n\n\n\n<p>OptinMonster comes with dozens of professionally-designed templates, and it has a drag and drop campaign builder to create beautiful and stylish optin forms for high conversion rates. It’s fully responsive and looks great on all screen sizes and devices.</p>\n\n\n\n<p>It seamlessly integrates with other popular services so you can send your new leads to any <a href=\"https://www.wpbeginner.com/showcase/best-email-marketing-services/\" target=\"_blank\" aria-label=\" (opens in a new tab)\" rel=\"noreferrer noopener\">email service provider</a> or <a href=\"https://www.wpbeginner.com/showcase/best-crm-software-for-small-businesses-compared/\" target=\"_blank\" aria-label=\"CRM (opens in a new tab)\" rel=\"noreferrer noopener\">CRM</a>. Other notable features include real-time behavior automation, A/B testing, actionable insights, and more.</p>\n\n\n\n<h3><a href=\"https://memberpress.com/\" target=\"_blank\" aria-label=\" (opens in a new tab)\" rel=\"noreferrer noopener\">MemberPress</a></h3>\n\n\n\n<figure class=\"wp-block-image size-large\"><img src=\"https://semperplugins.com/wp-content/uploads/2020/06/memberpress.png\" alt=\"\" class=\"wp-image-12400\" srcset=\"https://semperplugins.com/wp-content/uploads/2020/06/memberpress.png 795w, https://semperplugins.com/wp-content/uploads/2020/06/memberpress-300x151.png 300w, https://semperplugins.com/wp-content/uploads/2020/06/memberpress-768x386.png 768w, https://semperplugins.com/wp-content/uploads/2020/06/memberpress-497x250.png 497w, https://semperplugins.com/wp-content/uploads/2020/06/memberpress-100x50.png 100w, https://semperplugins.com/wp-content/uploads/2020/06/memberpress-150x75.png 150w, https://semperplugins.com/wp-content/uploads/2020/06/memberpress-200x101.png 200w, https://semperplugins.com/wp-content/uploads/2020/06/memberpress-450x226.png 450w, https://semperplugins.com/wp-content/uploads/2020/06/memberpress-600x302.png 600w\" sizes=\"(max-width: 795px) 100vw, 795px\" /></figure>\n\n\n\n<p><a aria-label=\"MemberPress (opens in a new tab)\" href=\"https://www.wpbeginner.com/refer/memberpress/\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">MemberPress</a> is the best WordPress membership plugin. It lets you charge your users to access your website content.</p>\n\n\n\n<p>With MemberPress, you can turn any WordPress site into a membership site, where people can sign up to access courses and premium content.</p>\n\n\n\n<p>You can create, manage, and sell digital download products easily. It also allows you to manage users and give or block access to specific content on your website.</p>\n\n\n\n<p>It’s compatible with popular WordPress plugins, third-party services, and payment solutions. With MemberPress, you can create a fully functioning membership website in just a few clicks.</p>\n\n\n\n<h3><a href=\"https://www.elegantthemes.com/gallery/divi/\" target=\"_blank\" aria-label=\" (opens in a new tab)\" rel=\"noreferrer noopener nofollow\">Divi</a></h3>\n\n\n\n<figure class=\"wp-block-image size-large\"><img src=\"https://semperplugins.com/wp-content/uploads/2020/06/divi.png\" alt=\"\" class=\"wp-image-12403\" srcset=\"https://semperplugins.com/wp-content/uploads/2020/06/divi.png 795w, https://semperplugins.com/wp-content/uploads/2020/06/divi-300x151.png 300w, https://semperplugins.com/wp-content/uploads/2020/06/divi-768x386.png 768w, https://semperplugins.com/wp-content/uploads/2020/06/divi-497x250.png 497w, https://semperplugins.com/wp-content/uploads/2020/06/divi-100x50.png 100w, https://semperplugins.com/wp-content/uploads/2020/06/divi-150x75.png 150w, https://semperplugins.com/wp-content/uploads/2020/06/divi-200x101.png 200w, https://semperplugins.com/wp-content/uploads/2020/06/divi-450x226.png 450w, https://semperplugins.com/wp-content/uploads/2020/06/divi-600x302.png 600w\" sizes=\"(max-width: 795px) 100vw, 795px\" /></figure>\n\n\n\n<p><a aria-label=\"Divi (opens in a new tab)\" href=\"https://www.wpbeginner.com/refer/elegantthemes-divi/\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">Divi</a> is a popular WordPress theme and an ultimate visual page builder plugin. It comes with 100+ layout packs and over 800 pre-built page templates to make a website quickly.</p>\n\n\n\n<p>You can use the Divi builder to create and customize landing pages. It has point-and-click tools to add content on your website easily.</p>\n\n\n\n<p>It also includes global elements and styles to manage your website options from a single settings page. You can undo, redo, and revise any changes on your website.</p>\n\n\n\n<p>The customization options include font and text styling, custom shapes, border options, controls and effects, shadows, and filters. It’s a 1-stop solution to create and customize your website without touching a single line of code.</p>\n\n\n\n<h3><a href=\"https://www.wpbeginner.com/refer/nextiva/\" target=\"_blank\" aria-label=\" (opens in a new tab)\" rel=\"noreferrer noopener nofollow\">Nextiva</a></h3>\n\n\n\n<figure class=\"wp-block-image size-large\"><img src=\"https://semperplugins.com/wp-content/uploads/2020/06/nextiva.png\" alt=\"\" class=\"wp-image-12404\" srcset=\"https://semperplugins.com/wp-content/uploads/2020/06/nextiva.png 795w, https://semperplugins.com/wp-content/uploads/2020/06/nextiva-300x151.png 300w, https://semperplugins.com/wp-content/uploads/2020/06/nextiva-768x386.png 768w, https://semperplugins.com/wp-content/uploads/2020/06/nextiva-497x250.png 497w, https://semperplugins.com/wp-content/uploads/2020/06/nextiva-100x50.png 100w, https://semperplugins.com/wp-content/uploads/2020/06/nextiva-150x75.png 150w, https://semperplugins.com/wp-content/uploads/2020/06/nextiva-200x101.png 200w, https://semperplugins.com/wp-content/uploads/2020/06/nextiva-450x226.png 450w, https://semperplugins.com/wp-content/uploads/2020/06/nextiva-600x302.png 600w\" sizes=\"(max-width: 795px) 100vw, 795px\" /></figure>\n\n\n\n<p><a aria-label=\"Nextiva (opens in a new tab)\" href=\"https://www.wpbeginner.com/refer/nextiva/\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">Nextiva</a> is the best business phone service in the industry. It enables remote teams to work from anywhere and stay connected on a reliable network.</p>\n\n\n\n<p>It offers phone, email, SMS, and live chat services in one platform. The features include audio and video conferencing, helpdesk software, sales CRM, unlimited calling, toll-free number, auto attendant, and more.</p>\n\n\n\n<p>You can also keep a record of your communication with call recording and rating options. It provides real-time analytics and custom reports on your dashboard.</p>\n\n\n\n<p>Nextiva integrates with popular services and business applications to add more features to your phone system. It also offers real-time disaster recovery and call-forwarding features to stay available all the time.</p>\n\n\n\n<h3><a href=\"https://www.wpbeginner.com/refer/constant-contact/\" target=\"_blank\" aria-label=\" (opens in a new tab)\" rel=\"noreferrer noopener nofollow\">Constant Contact</a></h3>\n\n\n\n<figure class=\"wp-block-image size-large\"><img src=\"https://semperplugins.com/wp-content/uploads/2020/06/constantcontact.png\" alt=\"\" class=\"wp-image-12405\" srcset=\"https://semperplugins.com/wp-content/uploads/2020/06/constantcontact.png 795w, https://semperplugins.com/wp-content/uploads/2020/06/constantcontact-300x151.png 300w, https://semperplugins.com/wp-content/uploads/2020/06/constantcontact-768x386.png 768w, https://semperplugins.com/wp-content/uploads/2020/06/constantcontact-497x250.png 497w, https://semperplugins.com/wp-content/uploads/2020/06/constantcontact-100x50.png 100w, https://semperplugins.com/wp-content/uploads/2020/06/constantcontact-150x75.png 150w, https://semperplugins.com/wp-content/uploads/2020/06/constantcontact-200x101.png 200w, https://semperplugins.com/wp-content/uploads/2020/06/constantcontact-450x226.png 450w, https://semperplugins.com/wp-content/uploads/2020/06/constantcontact-600x302.png 600w\" sizes=\"(max-width: 795px) 100vw, 795px\" /></figure>\n\n\n\n<p><a aria-label=\"Constant Contact (opens in a new tab)\" href=\"https://www.wpbeginner.com/refer/constant-contact/\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">Constant Contact</a> is the best email marketing service for small businesses. It comes with a drag and drop email builder to quickly create and send high-converting emails.</p>\n\n\n\n<p>Constant Contact also provides eCommerce email marketing tools to grow your online store.</p>\n\n\n\n<p>The best part about this email marketing service is behavioral email automation. It sends automatic emails to users based on their activities and keeps them engaged at your website.</p>\n\n\n\n<p>With real-time tracking, you can see the email open rate, click rate, and shares to plan your next emails accordingly. </p>\n\n\n\n<p>Constant Contact is also backed by a world-class support team, who are available by chat or phone. Not many email providers offer phone support!</p>\n\n\n\n<p>We hope this article helped you find the best free WordPress plugins to grow your website quickly!</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:59:\"https://semperplugins.com/best-free-wordpress-plugins/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:\"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:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:70:\"\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:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"Introducing News Sitemaps: Submit Articles to Google News 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:135:\"https://semperplugins.com/introducing-google-news-sitemaps/?utm_source=rss&utm_medium=rss&utm_campaign=introducing-google-news-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:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"https://semperplugins.com/introducing-google-news-sitemaps/#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, 20 May 2020 13:56: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:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:13:\"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:1;a:5:{s:4:\"data\";s:20:\"link title attribute\";s: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:\"news sitemap\";s: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:18:\"ugc link attribute\";s: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://semperplugins.com/?p=10753\";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:411:\"In March’s release of All In One SEO 3.4, we released a variety of updates to help you improve your website. And since then, we’ve been busy behind the scenes preparing more features to boost your site’s SEO. Today we’re<span class=\"ellipsis\">…</span><div class=\"read-more\"><a href=\"https://semperplugins.com/introducing-google-news-sitemaps/\">Read more ›</a></div><!-- end of .read-more -->\";s: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:\"Keri Engel\";s: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:6853:\"\n<p>In March’s release of <a href=\"https://semperplugins.com/all-in-one-seo-pack-3-4/\" class=\"aioseop-link\">All In One SEO 3.4</a>, we released a variety of updates to help you improve your website. And since then, we’ve been busy behind the scenes preparing more features to boost your site’s SEO.</p>\n\n\n\n<p>Today we’re excited to announce the News Sitemap feature, more link attribution settings for the WordPress block editor, and more.</p>\n\n\n\n<p>Let’s look at those releases in more detail.</p>\n\n\n\n<h2>News Sitemaps for Google News Feed</h2>\n\n\n\n<p>Did you know Google News sends <strong>6 billion clicks per month</strong> to publishers all around the world? That’s a huge amount of potential traffic you could be missing out on.</p>\n\n\n\n<p>But getting your articles added to the Google News feed is challenging. You need a whole separate sitemap dedicated to the task. And setting it up yourself is hard without help from a developer, if you don’t know any code.</p>\n\n\n\n<p>That’s why we added the News Sitemap feature for <a href=\"https://semperplugins.com/all-in-one-seo-pack-pro-version/\">Pro customers</a> with Business and Agency plans to make it easier to submit your news articles to Google News.</p>\n\n\n\n<p>With this feature enabled, Google is informed of all news articles listed on your site within the last 48 hours, so they show up in the Google News Feed as quickly as possible.</p>\n\n\n\n<p>You can easily select which post types or pages to include in your Google News Sitemap, including any custom post types you may have on your site.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img src=\"https://semperplugins.com/wp-content/uploads/2020/05/google-news-sitemap-post-types-795.png\" alt=\"submit custom post type to google news sitemap\" class=\"wp-image-10764\" srcset=\"https://semperplugins.com/wp-content/uploads/2020/05/google-news-sitemap-post-types-795.png 795w, https://semperplugins.com/wp-content/uploads/2020/05/google-news-sitemap-post-types-795-300x105.png 300w, https://semperplugins.com/wp-content/uploads/2020/05/google-news-sitemap-post-types-795-768x269.png 768w, https://semperplugins.com/wp-content/uploads/2020/05/google-news-sitemap-post-types-795-715x250.png 715w, https://semperplugins.com/wp-content/uploads/2020/05/google-news-sitemap-post-types-795-100x35.png 100w, https://semperplugins.com/wp-content/uploads/2020/05/google-news-sitemap-post-types-795-150x52.png 150w, https://semperplugins.com/wp-content/uploads/2020/05/google-news-sitemap-post-types-795-200x70.png 200w, https://semperplugins.com/wp-content/uploads/2020/05/google-news-sitemap-post-types-795-450x157.png 450w, https://semperplugins.com/wp-content/uploads/2020/05/google-news-sitemap-post-types-795-600x210.png 600w\" sizes=\"(max-width: 795px) 100vw, 795px\" /></figure>\n\n\n\n<p>Then, Google News publishers will be able to view their new sitemap with all articles published within the last 48 hours:</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img src=\"https://semperplugins.com/wp-content/uploads/2020/05/google-news-sitemap-post-list-795.png\" alt=\"google news sitemap\" class=\"wp-image-10765\" srcset=\"https://semperplugins.com/wp-content/uploads/2020/05/google-news-sitemap-post-list-795.png 795w, https://semperplugins.com/wp-content/uploads/2020/05/google-news-sitemap-post-list-795-300x172.png 300w, https://semperplugins.com/wp-content/uploads/2020/05/google-news-sitemap-post-list-795-768x440.png 768w, https://semperplugins.com/wp-content/uploads/2020/05/google-news-sitemap-post-list-795-437x250.png 437w, https://semperplugins.com/wp-content/uploads/2020/05/google-news-sitemap-post-list-795-100x57.png 100w, https://semperplugins.com/wp-content/uploads/2020/05/google-news-sitemap-post-list-795-150x86.png 150w, https://semperplugins.com/wp-content/uploads/2020/05/google-news-sitemap-post-list-795-200x114.png 200w, https://semperplugins.com/wp-content/uploads/2020/05/google-news-sitemap-post-list-795-450x258.png 450w, https://semperplugins.com/wp-content/uploads/2020/05/google-news-sitemap-post-list-795-600x343.png 600w\" sizes=\"(max-width: 795px) 100vw, 795px\" /></figure>\n\n\n\n<p>For step by step instructions, see our documentation on <a href=\"https://semperplugins.com/documentation/google-news-sitemap/\" class=\"aioseop-link\">how to set up your Google News sitemap</a>.</p>\n\n\n\n<h2>One-Click Title & UGC Link Attributes</h2>\n\n\n\n<p>With the last update of All in One SEO, we added the option to control nofollow and sponsored link attributes with a single click.</p>\n\n\n\n<p>In today’s release we’ve added the ability to enable the user-generated content (UGC) attribute on a per-link basis for free AND pro accounts.</p>\n\n\n\n<p>This means you can let Google know that your link is within user-generated content such as user comments and forum posts, making it easier to inform Google the content isn’t a form of advertising.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img src=\"https://semperplugins.com/wp-content/uploads/2020/05/ugc-link-attributes-block-editor-795.png\" alt=\"ugc link attributes in wordpress block editor\" class=\"wp-image-10769\" srcset=\"https://semperplugins.com/wp-content/uploads/2020/05/ugc-link-attributes-block-editor-795.png 795w, https://semperplugins.com/wp-content/uploads/2020/05/ugc-link-attributes-block-editor-795-300x157.png 300w, https://semperplugins.com/wp-content/uploads/2020/05/ugc-link-attributes-block-editor-795-768x403.png 768w, https://semperplugins.com/wp-content/uploads/2020/05/ugc-link-attributes-block-editor-795-477x250.png 477w, https://semperplugins.com/wp-content/uploads/2020/05/ugc-link-attributes-block-editor-795-100x52.png 100w, https://semperplugins.com/wp-content/uploads/2020/05/ugc-link-attributes-block-editor-795-150x79.png 150w, https://semperplugins.com/wp-content/uploads/2020/05/ugc-link-attributes-block-editor-795-200x105.png 200w, https://semperplugins.com/wp-content/uploads/2020/05/ugc-link-attributes-block-editor-795-450x236.png 450w, https://semperplugins.com/wp-content/uploads/2020/05/ugc-link-attributes-block-editor-795-600x315.png 600w\" sizes=\"(max-width: 795px) 100vw, 795px\" /></figure>\n\n\n\n<p>Not only that, but you can also add a title attribute right in the WordPress block editor.</p>\n\n\n\n<p>We’ve also added a bunch of bug fixes and improvements that you can find in the <a href=\"https://semperplugins.com/all-in-one-seo-pack-changelog/\" class=\"aioseop-link\">changelog </a>here.</p>\n\n\n\n<p>There are always exciting things happening at All In One SEO as we continually strive to create the <a href=\"https://semperplugins.com/\" class=\"aioseop-link\">best SEO plugin for WordPress</a>. Keep your eyes on the blog for future updates!</p>\n\n\n\n<p>Not using All in One SEO yet? <a href=\"https://semperplugins.com/all-in-one-seo-pack-pro-version/\" class=\"aioseop-link\">Click here to get started today</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:64:\"https://semperplugins.com/introducing-google-news-sitemaps/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:\"8\";s: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:61:\"\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:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"All in One SEO Pack 3.4: Image SEO, Breadcrumbs, and More!\";s: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:117:\"https://semperplugins.com/all-in-one-seo-pack-3-4/?utm_source=rss&utm_medium=rss&utm_campaign=all-in-one-seo-pack-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:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://semperplugins.com/all-in-one-seo-pack-3-4/#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, 25 Mar 2020 12:02: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:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"https://semperplugins.com/?p=7916\";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:403:\"We are excited to announce that version 3.4 of All in One SEO has been released today! This major release adds new features and includes many improvements and bug fixes. In total there’s over 60 improvements to All in One<span class=\"ellipsis\">…</span><div class=\"read-more\"><a href=\"https://semperplugins.com/all-in-one-seo-pack-3-4/\">Read more ›</a></div><!-- end of .read-more -->\";s: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:\"Steve Mortiboy\";s: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:3963:\"<p>We are excited to announce that version 3.4 of All in One SEO has been released today!</p>\n<p>This major release adds new features and includes many improvements and bug fixes. In total there’s over 60 improvements to All in One SEO.</p>\n<p>Here are the biggest changes you’ll find:</p>\n<h2>Image SEO module</h2>\n<p>This new feature for <a href=\"https://semperplugins.com/all-in-one-seo-pack-pro-version/?loc=sp_announcementpost\">Pro customers</a> with the Business License or above, enables you to globally control the the Title attribute and Alt text for images in your content. Image Alt text and Title attributes are essential for both accessibility and SEO. We know from user feedback how time consuming it can be to set these attributes when you have hundreds or thousands of images on your site. This new feature module simplifies this time consuming task.</p>\n<p>You can find full details on this new feature in our <a href=\"https://semperplugins.com/documentation/image-seo-module/\">Image SEO documentation here</a>. If you’ve not upgraded to the Pro plugin yet, then this is yet another great reason to <a href=\"https://semperplugins.com/all-in-one-seo-pack-pro-version/?loc=sp_announcementpost\">upgrade today</a>!</p>\n<h2>Schema Breadcrumbs</h2>\n<p>Schema markup is essential for every website and in this release we’ve added breadcrumbs markup. Breadcrumbs markup tells search engines about the structure of your website and where your content fits into your site. This is then reflected in the search results snippet so that visitors can see at a glance where on your site they’ll be taken. This improves click through rates on search results. You don’t need to do anything to activate this, it’s output by default for you.</p>\n<p>You can find more information in our <a href=\"https://semperplugins.com/documentation/adding-schema-org-markup-for-rich-snippets/\">Guide to Schema.org markup here</a>.</p>\n<h2>XML Sitemap Priority and Frequency Control</h2>\n<p>Another major new feature for our <a href=\"https://semperplugins.com/all-in-one-seo-pack-pro-version/?loc=sp_announcementpost\">Pro customers</a> is granular control of your sitemap priority and frequency.</p>\n<p>The XML Sitemap feature in All in One SEO has always let you control the <a href=\"https://semperplugins.com/documentation/xml-sitemaps-module/#priorities-and-frequencies\">Priority and Frequency</a> for your content by post type and taxonomy but with 3.4, Pro customers now have granular control for each item of content on their site. You can set the <a href=\"https://semperplugins.com/documentation/post-settings/\">Priority and Frequency on the Edit screens</a> for Posts, Pages, Media, Custom Post Types, Categories, Tags and Custom Taxonomies. This gives you the most control of any SEO plugin available today!</p>\n<h2>Control Your Link Attributes</h2>\n<p>Finally you can control your hyperlink SEO attributes again! A while back, WordPress dropped the ability to set the Link Title when you create links in your content. Additionally, there was no way to set the nofollow attribute on individual links. Search engines and SEO’s have been vocal about the need to control this on a per link basis. We’re happy to say that with All in One SEO, you can now control the Link Title, Nofollow and Sponsored attributes for each link you create in your content.</p>\n<p>You can learn more about this major feature in our <a href=\"https://semperplugins.com/documentation/adding-nofollow-sponsored-and-title-attributes-to-links/\">documentation here</a>.</p>\n<h2>And Much Much More!!!</h2>\n<p>These are just some of the 60+ improvements we’ve made to the longest running SEO plugin for WordPress. Check out our <a href=\"https://semperplugins.com/all-in-one-seo-pack-changelog/\">changelog</a> for the full list of changes and feel free to leave us a comment below to let us know what you think.</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://semperplugins.com/all-in-one-seo-pack-3-4/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:\"17\";s: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:61:\"\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:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"All in One SEO is now part of the Awesome Motive Family\";s: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:181:\"https://semperplugins.com/all-in-one-seo-is-now-part-of-the-awesome-motive-family/?utm_source=rss&utm_medium=rss&utm_campaign=all-in-one-seo-is-now-part-of-the-awesome-motive-family\";s: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:91:\"https://semperplugins.com/all-in-one-seo-is-now-part-of-the-awesome-motive-family/#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, 06 Feb 2020 16:46: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:13:\"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:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"https://semperplugins.com/?p=6103\";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:426:\"With over 2 million active installs, All in One SEO Pack is one of the most popular WordPress SEO plugins in the world. Today, I’m extremely excited to share that All in One SEO plugin is joining the Awesome Motive<span class=\"ellipsis\">…</span><div class=\"read-more\"><a href=\"https://semperplugins.com/all-in-one-seo-is-now-part-of-the-awesome-motive-family/\">Read more ›</a></div><!-- end of .read-more -->\";s: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:11:\"Syed Balkhi\";s: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:5235:\"<p>With over 2 million active installs, <a href=\"https://wordpress.org/plugins/all-in-one-seo-pack/\" rel=\"noopener noreferrer\" target=\"_blank\">All in One SEO Pack</a> is one of the most popular WordPress SEO plugins in the world.</p>\n<p>Today, I’m extremely excited to share that All in One SEO plugin is joining the <a href=\"https://awesomemotive.com/\" rel=\"noopener noreferrer\" target=\"_blank\">Awesome Motive</a> family.</p>\n<p>Michael Torbert (founder of AIOSEO) has done a phenomenal job in building an amazing community over the last decade. Started in 2007, All in One SEO is the original WordPress SEO plugin. I have known Michael for years and have a lot of respect for all that he has accomplished. </p>\n<p>As he wanted to pursue the next chapter of his life, we started discussing the future of All in One SEO plugin.</p>\n<p>Given our experience running a suite of popular WordPress plugins, All in One SEO was a perfect fit for our family of products.</p>\n<h2>Who are we?</h2>\n<p>Hi, my name is <a href=\"https://syedbalkhi.com/\" rel=\"noopener noreferrer\" target=\"_blank\">Syed Balkhi</a>. I’m the founder and CEO of <a href=\"https://awesomemotive.com/\" rel=\"noopener noreferrer\" target=\"_blank\">Awesome Motive</a>. We build amazing products that help small businesses grow and compete with the big guys.</p>\n<p>We’re the team behind some of the most popular plugins and resources in the WordPress ecosystem:</p>\n<ul>\n<li><a href=\"http://www.wpbeginner.com/\" target=\"_blank\" rel=\"noopener noreferrer\">WPBeginner</a> – the largest free WordPress resource site for beginners.</li>\n<li><a href=\"https://optinmonster.com/\" target=\"_blank\" rel=\"noopener noreferrer\">OptinMonster</a> – popular conversion optimization software that helps you convert abandoning visitors into subscribers and customers.</li>\n<li><a href=\"https://wpforms.com/\" target=\"_blank\" rel=\"noopener noreferrer\">WPForms</a> – the most beginner friendly WordPress form builder.</li>\n<li><a href=\"https://www.monsterinsights.com/\" target=\"_blank\" rel=\"noopener noreferrer\">MonsterInsights</a> – the most popular WordPress Analytics plugin that helps you grow your business with confidence.</li>\n<li><a href=\"https://wpmailsmtp.com/\" target=\"_blank\" rel=\"noopener noreferrer\">WP Mail SMTP</a> – the #1 plugin that helps improve your WordPress email deliverability.</li>\n<li><a href=\"https://seedprod.com/\" rel=\"noopener noreferrer\" target=\"_blank\">SeedProd</a> – the best coming soon and maintenance mode plugin for WordPress.</li>\n<li><a href=\"https://rafflepress.com/\" rel=\"noopener noreferrer\" target=\"_blank\">RafflePress</a> – powerful WordPress giveaway and contest plugin to grow your website traffic.</li>\n<li>… and many more.</li>\n</ul>\n<p>Collectively our WordPress plugins are used on over 14 million websites. Yes, we know a thing or two about building awesome products that customers love.</p>\n<h2>What does this acquisition mean for existing users?</h2>\n<p>Aside from new ownership change, it’s business as usual. You can continue to use the plugin that you love without any interruptions.</p>\n<p>With exception of Michael, the entire All in One SEO team joined Awesome Motive. This means that you are still being supported by the same talented people. </p>\n<p>On top of that, we have added more team members from Awesome Motive that will be working on the All in One SEO project (including myself).</p>\n<p>In a near future release, you will see a small plugin design refresh in the WordPress admin area.</p>\n<p>With our experience and a dedicated team, we will be adding several new features and improvements to All in One SEO WordPress plugin in the near future.</p>\n<h2>What’s Coming Next?</h2>\n<p>Our work is just starting.</p>\n<p>I have been in the SEO industry since 2006 and have learnt a lot over the years. My websites get over 60 million visitors a year, and we have built a lot of internal SEO tools that I’m really looking forward to sharing with the WordPress community.</p>\n<p>I’m also friends with some of the leading SEO experts like Neil Patel, Eric Siu, Harsh Agrawal, and others. </p>\n<p>We will be bringing the best of their knowledge along with several of their internal tools into the All in One SEO plugin, so you can literally have the BEST SEO tool in the industry.</p>\n<p>It’s truly going to be a game changer!</p>\n<p>Our goal is to build a SEO plugin that’s <strong>reliable</strong> and <strong>results focused</strong>. </p>\n<p>A WordPress SEO plugin that a beginner, non-techy, small business owner can easily setup in 10 minutes and actually get actionable insights on how to improve their rankings.</p>\n<p>We have a lot to cover, but we’re up for the challenge. I sat down with the team, and we have a crystal-clear 12 month plan. A lot of exciting things are coming your way in the coming months.</p>\n<p>I want to thank Michael for all the hard work he put into AIOSEO, and I wish him all the best in his future endeavors. </p>\n<p>I also want to thank all users who have supported All in One SEO plugin so far, and I hope to earn your support for years to come.</p>\n<p>Sincerely,</p>\n<p>Syed Balkhi<br />\nCEO of Awesome Motive </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:87:\"https://semperplugins.com/all-in-one-seo-is-now-part-of-the-awesome-motive-family/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:\"58\";s: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:61:\"\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:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"Don’t miss out on our Black Friday deal\";s: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:147:\"https://semperplugins.com/dont-miss-out-on-our-black-friday-deal/?utm_source=rss&utm_medium=rss&utm_campaign=dont-miss-out-on-our-black-friday-deal\";s: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:\"https://semperplugins.com/dont-miss-out-on-our-black-friday-deal/#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, 28 Nov 2019 11:08: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:4:\"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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"https://semperplugins.com/?p=5312\";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:411:\"2019 has been quite remarkable, with the release of our major 3.0 version and countless of new features such as Schema.org markup and support for Google Tag Manager. We have also been doing a lot of work behind the scenes,<span class=\"ellipsis\">…</span><div class=\"read-more\"><a href=\"https://semperplugins.com/dont-miss-out-on-our-black-friday-deal/\">Read more ›</a></div><!-- end of .read-more -->\";s: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:\"Arnaud\";s: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:888:\"\n<p>\n\n2019 has been quite remarkable, with the release of our major 3.0 version and countless of new features such as Schema.org markup and support for Google Tag Manager. We have also been doing a lot of work behind the scenes, refactoring older code and fixing bugs so that All in One SEO Pack is ready for future WordPress versions to come.</p>\n\n\n\n<p>Because it is Black Friday, we want to give you an unique opportunity to save 40% when you upgrade to our premium version. All in One SEO Pack Pro is our commitment to deliver the best SEO toolset out there, and we want as many people as possible to benefit from it.</p>\n\n\n\n<p><a href=\"https://semperplugins.com/all-in-one-seo-pack-pro-version/\">Head over to our sale page</a> and use coupon code <strong>SHOPPINGSPREE </strong>for a 40% discount. Please note that this offer is valid for a limited-time only.</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:70:\"https://semperplugins.com/dont-miss-out-on-our-black-friday-deal/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:\"12\";s: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:31:\"https://semperplugins.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:9:\"\n 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:4:\"\n 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:14:{s:6:\"server\";s:12:\"nginx/1.19.0\";s:4:\"date\";s:29:\"Thu, 10 Dec 2020 08:04:03 GMT\";s:12:\"content-type\";s:34:\"application/rss+xml; charset=UTF-8\";s:10:\"set-cookie\";a:3:{i:0;s:50:\"PHPSESSID=9144029241086b311c1ab495754046a2; path=/\";i:1;s:70:\"Cart66DBSID=V9FC3JHKJGPQ9ASXJCGEQEEQA9O1BYH11MLO28ET; path=/; HttpOnly\";i:2;s:77:\"GCLB=CM-a8MzC26GvnAE; path=/; HttpOnly; expires=Thu, 10-Dec-2020 09:04:03 GMT\";}s:7:\"expires\";s:29:\"Thu, 19 Nov 1981 08:52:00 GMT\";s:13:\"cache-control\";s:35:\"no-store, no-cache, must-revalidate\";s:6:\"pragma\";s:8:\"no-cache\";s:3:\"p3p\";s:69:\"CP=\"IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\"\";s:13:\"last-modified\";s:29:\"Fri, 13 Nov 2020 17:45:26 GMT\";s:4:\"etag\";s:34:\"\"08ed9a2e162e881187eed54116e13cf4\"\";s:4:\"link\";s:62:\"<https://semperplugins.com/wp-json/>; rel=\"https://api.w.org/\"\";s:25:\"strict-transport-security\";s:16:\"max-age=15768000\";s:3:\"via\";s:10:\"1.1 google\";s:7:\"alt-svc\";s:5:\"clear\";}}s:5:\"build\";s:14:\"20200501195606\";}','no'),(290852,'_transient_timeout_feed_mod_54af7cb0f50a8f4f8cdb30f2d9b4f50c','1607630643','no'),(290853,'_transient_feed_mod_54af7cb0f50a8f4f8cdb30f2d9b4f50c','1607587443','no'),(290854,'_transient_timeout_aioseop_feed','1607630643','no'),(290855,'_transient_aioseop_feed','a:4:{i:0;a:4:{s:3:\"url\";s:161:\"https://semperplugins.com/all-in-one-seo-4-0-coming-soon-sneak-peek/?utm_source=rss&utm_medium=rss&utm_campaign=all-in-one-seo-4-0-coming-soon-sneak-peek\";s:5:\"title\";s:62:\"All in One SEO 4.0 Is Coming Soon! Here’s Your Sneak Peek…\";s:4:\"date\";s:13:\"Nov 11th 2020\";s:7:\"content\";s:131:\"Earlier this year, we announced that All in One SEO joined the Awesome Motive family. \n\n\n\nWith over 2 million active instal...\";}i:1;a:4:{s:3:\"url\";s:139:\"https://semperplugins.com/introducing-site-health-checks/?utm_source=rss&utm_medium=rss&utm_campaign=introducing-site-health-checks\";s:5:\"title\";s:49:\"Introducing Site Health Checks for All in One SEO\";s:4:\"date\";s:13:\"Sep 24th 2020\";s:7:\"content\";s:131:\"Are all your SEO settings optimized to unlock the highest rankings and traffic?\n\n\n\nNow it’s easier than ever to find out.\n...\";}i:2;a:4:{s:3:\"url\";s:155:\"https://semperplugins.com/announcing-all-in-one-seo-3-7-rss-feed/?utm_source=rss&utm_medium=rss&utm_campaign=announcing-all-in-one-seo-3-7-rss-feed\";s:5:\"title\";s:72:\"Announcing All in One SEO 3.7: Control Your RSS Feed Footer in WordPress\";s:4:\"date\";s:13:\"Aug 20th 2020\";s:7:\"content\";s:131:\"Ever felt frustrated because you spent a lot of time writing original content…\n\n\n\n…only to see it being republished on s...\";}i:3;a:4:{s:3:\"url\";s:177:\"https://semperplugins.com/wordpress-xml-sitemaps-vs-all-in-one-seo-sitemaps/?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-xml-sitemaps-vs-all-in-one-seo-sitemaps\";s:5:\"title\";s:58:\"WordPress XML Sitemaps vs All in One SEO: Which Is Better?\";s:4:\"date\";s:12:\"Aug 4th 2020\";s:7:\"content\";s:131:\"Recently it was announced that the upcoming WordPress 5.5 update scheduled for August 11, 2020 will include built-in XML sitemap...\";}}','no'),(290856,'_site_transient_timeout_community-events-f324bd96fa9ead06b38b1852bb56c4c9','1607630648','no'),(290857,'_site_transient_community-events-f324bd96fa9ead06b38b1852bb56c4c9','a:4:{s:9:\"sandboxed\";b:0;s:5:\"error\";N;s:8:\"location\";a:1:{s:2:\"ip\";s:12:\"111.93.226.0\";}s:6:\"events\";a:2:{i:0;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:64:\"Discussion group: Organizing WordPress Meetups - Getting Started\";s:3:\"url\";s:68:\"https://www.meetup.com/learn-wordpress-discussions/events/274844281/\";s:6:\"meetup\";s:27:\"Learn WordPress Discussions\";s:10:\"meetup_url\";s:51:\"https://www.meetup.com/learn-wordpress-discussions/\";s:4:\"date\";s:19:\"2020-12-11 04:00:00\";s:8:\"end_date\";s:19:\"2020-12-11 05:00:00\";s:20:\"start_unix_timestamp\";i:1607688000;s:18:\"end_unix_timestamp\";i:1607691600;s:8:\"location\";a:4:{s:8:\"location\";s:6:\"Online\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:37.779998779297;s:9:\"longitude\";d:-122.41999816895;}}i:1;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:78:\"Watch Party - Fireside Chat With the Co-Founder of WordPress (Cloudbazaar.org)\";s:3:\"url\";s:56:\"https://www.meetup.com/WordPressMumbai/events/275059931/\";s:6:\"meetup\";s:23:\"Mumbai WordPress Meetup\";s:10:\"meetup_url\";s:39:\"https://www.meetup.com/WordPressMumbai/\";s:4:\"date\";s:19:\"2020-12-11 11:00:00\";s:8:\"end_date\";s:19:\"2020-12-11 12:00:00\";s:20:\"start_unix_timestamp\";i:1607664600;s:18:\"end_unix_timestamp\";i:1607668200;s:8:\"location\";a:4:{s:8:\"location\";s:17:\"Mumbai, MH, India\";s:7:\"country\";s:2:\"IN\";s:8:\"latitude\";d:18.959999084473;s:9:\"longitude\";d:72.819999694824;}}}}','no'),(290858,'_transient_timeout_feed_9bbd59226dc36b9b26cd43f15694c5c3','1607630648','no'),(290859,'_transient_feed_9bbd59226dc36b9b26cd43f15694c5c3','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:27:\"News – – 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:\"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, 09 Dec 2020 05:54: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: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=5.7-alpha-49782\";s: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:57:\"\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:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"WordPress 5.6 “Simone”\";s: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/news/2020/12/simone/\";s: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 Dec 2020 19:46: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: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=9325\";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:206:\"Meet Simone, our latest and greatest WordPress release. Named for the legendary performer Nina Simone. Fire up a playlist with her best work and read on to discover what WordPress 5.6 has in store for you. \";s: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:7:\"Josepha\";s: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:63813:\"\n<p>Meet Simone, our latest and greatest WordPress release. Named for the legendary performer Nina Simone, who is known for tunes like “Feeling Good”, “Young, Gifted and Black”, and “Four Women”. Fire up a playlist with her best work and read on to discover what we have in store for you. </p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" width=\"632\" height=\"633\" src=\"https://i2.wp.com/wordpress.org/news/files/2020/12/wordpress-5-6_cover-a11y.jpg?resize=632%2C633&ssl=1\" alt=\"WordPress 5.6 Simone with a photo of Nina Simone\" class=\"wp-image-9416\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2020/12/wordpress-5-6_cover-a11y.jpg?resize=1022%2C1024&ssl=1 1022w, https://i2.wp.com/wordpress.org/news/files/2020/12/wordpress-5-6_cover-a11y.jpg?resize=300%2C300&ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2020/12/wordpress-5-6_cover-a11y.jpg?resize=150%2C150&ssl=1 150w, https://i2.wp.com/wordpress.org/news/files/2020/12/wordpress-5-6_cover-a11y.jpg?resize=768%2C769&ssl=1 768w, https://i2.wp.com/wordpress.org/news/files/2020/12/wordpress-5-6_cover-a11y.jpg?w=1264&ssl=1 1264w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<div class=\"wp-block-cover has-background-dim\" style=\"background-color:#d1e4dd;min-height:300px\"><div class=\"wp-block-cover__inner-container\">\n<p class=\"has-text-align-center has-black-color has-text-color has-background has-large-font-size\" style=\"background-color:#d1e4dd;padding: 10px\">Welcome to WordPress 5.6</p>\n<h3 class=\"has-text-align-center has-black-color has-text-color\">Sharing your stories has never been easier.</h3>\n</div></div>\n\n\n\n<p>WordPress 5.6 brings you countless ways to set your ideas free and bring them to life. With a brand-new default theme as your canvas, it supports an ever-growing collection of blocks as your brushes. Paint with words. Pictures. Sound. Or rich embedded media.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" width=\"632\" height=\"234\" src=\"https://i0.wp.com/wordpress.org/news/files/2020/12/WordPress5-6-1.jpeg?resize=632%2C234&ssl=1\" alt=\"colored circles\" class=\"wp-image-9346\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2020/12/WordPress5-6-1.jpeg?resize=1024%2C379&ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2020/12/WordPress5-6-1.jpeg?resize=300%2C111&ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2020/12/WordPress5-6-1.jpeg?resize=768%2C284&ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2020/12/WordPress5-6-1.jpeg?w=1264&ssl=1 1264w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<h3>Greater layout flexibility</h3>\n\n\n\n<p>Bring your stories to life with more tools that let you edit your layout with or without code. Single column blocks, designs using mixed widths and columns, full-width headers, and gradients in your cover block—make small changes or big statements with equal ease!</p>\n\n\n\n<h3>More block patterns</h3>\n\n\n\n<p>In some themes, preconfigured block patterns make setting up standard pages on your site a breeze. Let the power of patterns streamline your workflow and save you clicks. Plus, share these features with clients, editors, and more.</p>\n\n\n\n<h3>Better video captioning</h3>\n\n\n\n<p>To help you add subtitles or captions to your videos, you can now upload them within your post or page. This makes it easier than ever to make your videos accessible for anyone who needs or prefers to use subtitles.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" width=\"632\" height=\"120\" src=\"https://i2.wp.com/wordpress.org/news/files/2020/12/WordPress5-6-2.jpeg?resize=632%2C120&ssl=1\" alt=\"black vertical line\" class=\"wp-image-9347\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2020/12/WordPress5-6-2.jpeg?resize=1024%2C194&ssl=1 1024w, https://i2.wp.com/wordpress.org/news/files/2020/12/WordPress5-6-2.jpeg?resize=300%2C57&ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2020/12/WordPress5-6-2.jpeg?resize=768%2C146&ssl=1 768w, https://i2.wp.com/wordpress.org/news/files/2020/12/WordPress5-6-2.jpeg?w=1264&ssl=1 1264w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<h2>Twenty Twenty-One is here!</h2>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https://i0.wp.com/wordpress.org/news/files/2020/12/TT1-Screenshots-Compressed.png?ssl=1\"><img loading=\"lazy\" width=\"632\" height=\"714\" src=\"https://i0.wp.com/wordpress.org/news/files/2020/12/TT1-Screenshots-Compressed.png?resize=632%2C714&ssl=1\" alt=\"Examples of block patterns available in Twenty Twenty-One.\" class=\"wp-image-9426\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2020/12/TT1-Screenshots-Compressed.png?resize=907%2C1024&ssl=1 907w, https://i0.wp.com/wordpress.org/news/files/2020/12/TT1-Screenshots-Compressed.png?resize=266%2C300&ssl=1 266w, https://i0.wp.com/wordpress.org/news/files/2020/12/TT1-Screenshots-Compressed.png?resize=768%2C867&ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2020/12/TT1-Screenshots-Compressed.png?resize=1360%2C1536&ssl=1 1360w, https://i0.wp.com/wordpress.org/news/files/2020/12/TT1-Screenshots-Compressed.png?resize=1814%2C2048&ssl=1 1814w, https://i0.wp.com/wordpress.org/news/files/2020/12/TT1-Screenshots-Compressed.png?w=1975&ssl=1 1975w, https://i0.wp.com/wordpress.org/news/files/2020/12/TT1-Screenshots-Compressed.png?w=1264&ssl=1 1264w, https://i0.wp.com/wordpress.org/news/files/2020/12/TT1-Screenshots-Compressed.png?w=1896&ssl=1 1896w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></a></figure>\n\n\n\n<p>Twenty Twenty-One is a blank canvas for your ideas, and the block editor is the best brush. It is built for the block editor and packed with brand-new block patterns you can only get in the default themes. Try different layouts in a matter of seconds, and let the theme’s eye-catching, yet timeless design make your work shine. </p>\n\n\n\n<p>What’s more, this default theme puts accessibility at the heart of your website. It conforms to the <a href=\"https://make.wordpress.org/themes/handbook/review/accessibility/\">WordPress accessibility-ready guidelines</a> and addresses several more specialized standards from the <a href=\"https://www.w3.org/WAI/WCAG2AAA-Conformance\">Web Content Accessibility Guidelines (WCAG) 2.1 at level AAA</a>. It will help you meet the highest level of international accessibility standards when you create accessible content and choose plugins which are accessible too!</p>\n\n\n\n<h3>A rainbow of soft pastels</h3>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https://i2.wp.com/wordpress.org/news/files/2020/12/Rainbow-Compressed.png?ssl=1\"><img loading=\"lazy\" width=\"632\" height=\"167\" src=\"https://i2.wp.com/wordpress.org/news/files/2020/12/Rainbow-Compressed.png?resize=632%2C167&ssl=1\" alt=\"A mobile screenshot of each included color palette in Twenty Twenty-One, going in ROYGBIV order.\" class=\"wp-image-9424\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2020/12/Rainbow-Compressed.png?resize=1024%2C270&ssl=1 1024w, https://i2.wp.com/wordpress.org/news/files/2020/12/Rainbow-Compressed.png?resize=300%2C79&ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2020/12/Rainbow-Compressed.png?resize=768%2C202&ssl=1 768w, https://i2.wp.com/wordpress.org/news/files/2020/12/Rainbow-Compressed.png?resize=1536%2C405&ssl=1 1536w, https://i2.wp.com/wordpress.org/news/files/2020/12/Rainbow-Compressed.png?resize=2048%2C540&ssl=1 2048w, https://i2.wp.com/wordpress.org/news/files/2020/12/Rainbow-Compressed.png?w=1264&ssl=1 1264w, https://i2.wp.com/wordpress.org/news/files/2020/12/Rainbow-Compressed.png?w=1896&ssl=1 1896w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></a></figure>\n\n\n\n<p>Perfect for a new year, Twenty Twenty-One gives you a range of pre-selected color palettes in pastel, all of which conform to AAA standards for contrast. You can also choose your own background color for the theme, and the theme chooses accessibility-conscious text colors for you — automatically!</p>\n\n\n\n<p>Need more flexibility than that? You can also choose your own color palette from the color picker.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" width=\"632\" height=\"151\" src=\"https://i0.wp.com/wordpress.org/news/files/2020/12/WordPress5-6-3.jpeg?resize=632%2C151&ssl=1\" alt=\"colored circles\" class=\"wp-image-9351\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2020/12/WordPress5-6-3.jpeg?resize=1024%2C245&ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2020/12/WordPress5-6-3.jpeg?resize=300%2C72&ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2020/12/WordPress5-6-3.jpeg?resize=768%2C183&ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2020/12/WordPress5-6-3.jpeg?w=1264&ssl=1 1264w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<h2>Improvements for everyone</h2>\n\n\n\n<h3>Expanding auto-updates</h3>\n\n\n\n<p>For years, only developers have been able to update WordPress automatically. But now you have that option, right in your dashboard. If this is your first site, you have auto-updates ready to go, right now! Upgrading an existing site? No problem! Everything is the same as it was before.</p>\n\n\n\n<h3>Accessibility Statement </h3>\n\n\n\n<p>Even if you’re not an expert, you can start letting others know about your site’s commitment to accessibility! The new <a href=\"https://github.com/10degrees/accessibility-statement-plugin\">feature plugin</a> includes template copy for you to edit and publish, and it’s written to support different contexts and jurisdictions. </p>\n\n\n\n<h3>Built-in Patterns</h3>\n\n\n\n<p>If you’ve not had the chance to play with block patterns yet, all default themes now feature a range of block patterns that let you master complex layouts with minimal effort. Customize the patterns to your liking with the copy, images, and colors that fit your story or brand. </p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" width=\"632\" height=\"185\" src=\"https://i0.wp.com/wordpress.org/news/files/2020/12/WordPress-5-6-4.jpeg?resize=632%2C185&ssl=1\" alt=\"colored and textured rectangles\" class=\"wp-image-9352\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2020/12/WordPress-5-6-4.jpeg?resize=1024%2C300&ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2020/12/WordPress-5-6-4.jpeg?resize=300%2C88&ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2020/12/WordPress-5-6-4.jpeg?resize=768%2C225&ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2020/12/WordPress-5-6-4.jpeg?w=1264&ssl=1 1264w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<h2>For developers</h2>\n\n\n\n<h3>REST API authentication with Application Passwords</h3>\n\n\n\n<p>Thanks to the API’s new Application Passwords authorization feature, third-party apps can connect to your site seamlessly and securely. This new REST API feature lets you see what apps are connecting to your site and control what they do. </p>\n\n\n\n<h3>More PHP 8 support</h3>\n\n\n\n<p>5.6 marks the first steps toward WordPress Core support for PHP 8. Now is a great time to start planning how your WordPress products, services, and sites can support the latest PHP version. For more information about what to expect next, <a href=\"https://make.wordpress.org/core/2020/11/23/wordpress-and-php-8-0/\">read the PHP 8 developer note</a>.</p>\n\n\n\n<h3>jQuery</h3>\n\n\n\n<p>Updates to jQuery in WordPress take place across three releases 5.5, 5.6, and 5.7. As we reach the mid-point of this process, <a href=\"https://wordpress.org/plugins/wp-jquery-update-test/\">run the update test plugin to check your sites for errors</a> ahead of time. </p>\n\n\n\n<p>If you find issues with the way your site looks ( e.g. a slider doesn’t work, a button is stuck — that sort of thing), install <a href=\"https://wordpress.org/plugins/enable-jquery-migrate-helper/\">the jQuery Migrate plugin</a>.</p>\n\n\n\n<h3>Check out the Field Guide</h3>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/2020/11/20/wordpress-5-6-field-guide/\">Read about the latest version of WordPress in this guide.</a> It highlights developer notes for each change in the release. </p>\n\n\n\n<div class=\"wp-block-cover has-background-dim\" style=\"background-color:#d1e4dd;min-height:300px\"><div class=\"wp-block-cover__inner-container\">\n<p class=\"has-text-align-center has-black-color has-text-color has-background has-large-font-size\" style=\"background-color:#d1e4dd;padding: 10px\">“It’s a new day, it’s a new life for me….and I’m feeling good.”</p>\n<h3 class=\"has-text-align-center has-black-color has-text-color\">~Nina Simone</h3>\n</div></div>\n\n\n\n<h2>The Squad</h2>\n\n\n\n<p>The WordPress 5.6 release comes to you from an all-women release squad: </p>\n\n\n\n<ul><li><strong>Release Lead:</strong> Josepha Haden (<a href=\"https://profiles.wordpress.org/chanthaboune/\">@chanthaboune</a>). Cohort: Chloé Bringmann (<a href=\"https://profiles.wordpress.org/cbringmann/\">@cbringmann</a>) and Angela Jin (<a href=\"https://profiles.wordpress.org/angelasjin/\">@angelasjin</a>).</li><li><strong>Release Coordinator:</strong> Dee Teal (<a href=\"https://profiles.wordpress.org/thewebprincess/\">@thewebprincess</a>). Cohort: Thelma Mutete (<a href=\"https://profiles.wordpress.org/thelmachido/\">@thelmachido</a>) and Laura Nelson (<a href=\"https://profiles.wordpress.org/laurora/\">@laurora</a>).</li><li><strong>Triage Lead:</strong> Tonya Mork (<a href=\"https://profiles.wordpress.org/hellofromtonya/\">@hellofromtonya</a>). </li><li><strong>Core Tech Lead:</strong> Helen Hou-Sandì (<a href=\"https://profiles.wordpress.org/helen/\">@helen</a>). Cohort: Amy Kamala (<a href=\"https://profiles.wordpress.org/amykamala/\">@amykamala</a>) and Ebonie Butler (<a href=\"https://profiles.wordpress.org/metalandcoffee/\">@metalandcoffee</a>).</li><li><strong>Editor Tech Lead:</strong> Isabel Brison (<a href=\"https://profiles.wordpress.org/isabel_brison/\">@isabel_brison</a>). Cohort: Chandrika Guntur (<a href=\"https://profiles.wordpress.org/cguntur/\">@cguntur</a>), Anchen le Roux (<a href=\"https://profiles.wordpress.org/anchenlr/\">@anchenlr</a>), and Rebecca Hum (<a href=\"https://profiles.wordpress.org/rebasaurus/\">@rebasaurus</a>).</li><li><strong>Design Leads:</strong> Ellen Bauer (<a href=\"https://profiles.wordpress.org/elmastudio/\">@elmastudio</a>) and Tammie Lister (<a href=\"https://profiles.wordpress.org/karmatosed/\">@karmatosed</a>). Cohort: Anyssa Ferreira (<a href=\"https://profiles.wordpress.org/anyssa/\">@anyssa</a>), Estela Rueda (<a href=\"https://profiles.wordpress.org/estelaris/\">@estelaris</a>), Tracy Apps (<a href=\"https://profiles.wordpress.org/tray/\">@tray</a>), and Sophia DeRosia (<a href=\"https://profiles.wordpress.org/eringoblog/\">@eringoblog</a>).</li><li><strong>Design Tech Lead:</strong> Shital Marakana (<a href=\"https://profiles.wordpress.org/shital-patel/\">@shital-patel</a>).</li><li><strong>Accessibility Lead:</strong> Sarah Ricker (<a href=\"https://profiles.wordpress.org/sarahricker/\">@sarahricke<strong>r</strong></a>). Cohort: Hauwa Abashiya (<a href=\"https://profiles.wordpress.org/azhiyadev/\">@azhiyadev</a>).</li><li><strong>Marketing & Communications Leads:</strong> Abha Thakor (<a href=\"https://profiles.wordpress.org/webcommsat/\">@webcommsat</a>) and Yvette Sonneveld (<a href=\"https://profiles.wordpress.org/yvettesonneveld/\">@yvettesonneveld</a>). Cohort: Nalini Thakor (<a href=\"https://profiles.wordpress.org/nalininonstopnewsuk/\">@nalininonstopnewsuk</a>), Meher Bala (<a href=\"https://profiles.wordpress.org/meher/\">@meher</a>), Olga Gleckler (<a href=\"https://profiles.wordpress.org/oglekler/\">@ogleckler</a>), Larissa Murrillo (<a href=\"https://profiles.wordpress.org/lmurillom/\">@lmurillom</a>), Michelle Frechette (<a href=\"https://profiles.wordpress.org/michelleames/\">@michelleames</a>), Breann McDede (<a href=\"https://profiles.wordpress.org/bmcdede/\">@bmcdede</a>), and Afshana Diya (<a href=\"https://profiles.wordpress.org/afshanadiya/\">@afshanadiya</a>).</li><li><strong>Documentation Lead: </strong>Shawntelle Coker (<a href=\"https://profiles.wordpress.org/sncoker/\">@sncoker</a>). Cohort: Daisy Olsen (<a href=\"https://profiles.wordpress.org/daisyo/\">@DaisyO</a>), Meher Bala (<a href=\"https://profiles.wordpress.org/meher/\">@meher</a>), Winstina Hughes (<a href=\"https://profiles.wordpress.org/planningwrite/\">@planningwrite</a>).</li><li><strong>Documentation Review Lead:</strong> Michele Butcher-Jones (<a href=\"https://profiles.wordpress.org/m_butcher/\">@m_butcher</a>). Cohort: Nidhi Jain (<a href=\"https://profiles.wordpress.org/jainnidhi/\">@jainnidhi</a>), Laura Byrne Cristiano (<a href=\"https://wordpress.org/support/users/newyorkerlaura/\">@newyorkerlaura</a>).</li><li><strong>Default Theme Design Lead:</strong> Mel Choyce-Dwan (<a href=\"https://profiles.wordpress.org/melchoyce/\">@melchoyce</a>). Cohort: Ellen Bauer (<a href=\"https://profiles.wordpress.org/elmastudio/\">@elmastudio</a>).</li><li><strong>Default Theme Development Lead:</strong> Carolina Nymark (<a href=\"https://profiles.wordpress.org/poena/\">@poena</a>). Cohort: Kelly Choyce-Dwan (<a href=\"https://profiles.wordpress.org/ryelle/\">@ryelle</a>) and Jessica Lyschik (<a href=\"https://profiles.wordpress.org/luminuu/\">@luminuu</a>).</li><li><strong>Default Theme Wrangler:</strong> Jessica Lyschik (<a href=\"https://profiles.wordpress.org/luminuu/\">@luminuu</a>).</li><li><strong>Test Lead:</strong> Monika Rao (<a href=\"https://profiles.wordpress.org/monikarao/\">@monikarao</a>). Cohort: Allie Nimmons (<a href=\"https://profiles.wordpress.org/alliennimmons/\">@alliennimmons</a>).</li><li><strong>Support Lead:</strong> Bet Hannon (<a href=\"https://profiles.wordpress.org/bethannon1/\">@bethannon1</a>).</li></ul>\n\n\n\n<p>As always, this release reflects the hard work of 605 generous volunteer contributors. They collaborated on nearly 350 tickets on Trac and over 1,000 pull requests on GitHub.</p>\n\n\n\n<a href=\"https://profiles.wordpress.org/zgrkaralar/\">Özgür KARALAR</a>, <a href=\"https://profiles.wordpress.org/1naveengiri/\">1naveengiri</a>, <a href=\"https://profiles.wordpress.org/a5hleyrich/\">A5hleyRich</a>, <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/aaronrobertshaw/\">aaronrobertshaw</a>, <a href=\"https://profiles.wordpress.org/abderrahman/\">abderrahman</a>, <a href=\"https://profiles.wordpress.org/webcommsat/\">Abha Thakor</a>, <a href=\"https://profiles.wordpress.org/abhijitrakas/\">Abhijit Rakas</a>, <a href=\"https://profiles.wordpress.org/pokhriyal/\">Abhishek Pokhriyal</a>, <a href=\"https://profiles.wordpress.org/acosmin/\">acosmin</a>, <a href=\"https://profiles.wordpress.org/adamsilverstein/\">Adam Silverstein</a>, <a href=\"https://profiles.wordpress.org/zieladam/\">Adam Zielinski</a>, <a href=\"https://profiles.wordpress.org/addiestavlo/\">Addie</a>, <a href=\"https://profiles.wordpress.org/adriandegrafreak/\">Adrián de Grafreak</a>, <a href=\"https://profiles.wordpress.org/adriantirusli/\">Adrianti Rusli</a>, <a href=\"https://profiles.wordpress.org/afshanadiya/\">Afshana Diya</a>, <a href=\"https://profiles.wordpress.org/chaion07/\">Ahmed Chaion</a>, <a href=\"https://profiles.wordpress.org/elgameel/\">Ahmed Elgameel</a>, <a href=\"https://profiles.wordpress.org/ajensen/\">ajensen</a>, <a href=\"https://profiles.wordpress.org/ajitbohra/\">Ajit Bohra</a>, <a href=\"https://profiles.wordpress.org/atachibana/\">Akira Tachibana</a>, <a href=\"https://profiles.wordpress.org/aktasfatih/\">aktasfatih</a>, <a href=\"https://profiles.wordpress.org/aljullu/\">Albert Juhé Lluveras</a>, <a href=\"https://profiles.wordpress.org/albertomake/\">albertomake</a>, <a href=\"https://profiles.wordpress.org/xknown/\">Alex Concha</a>, <a href=\"https://profiles.wordpress.org/akirk/\">Alex Kirk</a>, <a href=\"https://profiles.wordpress.org/cawa-93/\">Alex Kozack</a>, <a href=\"https://profiles.wordpress.org/ajlende/\">Alex Lende</a>, <a href=\"https://profiles.wordpress.org/viper007bond/\">Alex Mills</a>, <a href=\"https://profiles.wordpress.org/alexstandiford/\">Alex Standiford</a>, <a href=\"https://profiles.wordpress.org/alexstine/\">Alex Stine</a>, <a href=\"https://profiles.wordpress.org/allancole/\">allancole</a>, <a href=\"https://profiles.wordpress.org/alliennimmons/\">Allie Nimmons</a>, <a href=\"https://profiles.wordpress.org/ambienthack/\">ambienthack</a>, <a href=\"https://profiles.wordpress.org/wpamitkumar/\">Amit Dudhat</a>, <a href=\"https://profiles.wordpress.org/amolv/\">Amol Vhankalas</a>, <a href=\"https://profiles.wordpress.org/amykamala/\">Amy Kamala</a>, <a href=\"https://profiles.wordpress.org/anandau14/\">Anand Upadhyay</a>, <a href=\"https://profiles.wordpress.org/anchenlr/\">Anchen le Roux</a>, <a href=\"https://profiles.wordpress.org/anlino/\">Anders Norén</a>, <a href=\"https://profiles.wordpress.org/afercia/\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/andreamiddleton/\">Andrea Middleton</a>, <a href=\"https://profiles.wordpress.org/baicusandrei/\">Andrei Baicus</a>, <a href=\"https://profiles.wordpress.org/andraganescu/\">Andrei Draganescu</a>, <a href=\"https://profiles.wordpress.org/aduth/\">Andrew Duthie</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/afragen/\">Andy Fragen</a>, <a href=\"https://profiles.wordpress.org/apeatling/\">Andy Peatling</a>, <a href=\"https://profiles.wordpress.org/andy/\">Andy Skelton</a>, <a href=\"https://profiles.wordpress.org/andystitt829/\">Andy Stitt</a>, <a href=\"https://profiles.wordpress.org/akissz/\">Angel Hess</a>, <a href=\"https://profiles.wordpress.org/angelasjin/\">Angela Jin</a>, <a href=\"https://profiles.wordpress.org/wpgurudev/\">Ankit Gade</a>, <a href=\"https://profiles.wordpress.org/ankitmaru/\">Ankit Panchal</a>, <a href=\"https://profiles.wordpress.org/annezazu/\">Anne McCarthy</a>, <a href=\"https://profiles.wordpress.org/antpb/\">Anthony Burchell</a>, <a href=\"https://profiles.wordpress.org/ahortin/\">Anthony Hortin</a>, <a href=\"https://profiles.wordpress.org/antonlukin/\">Anton Lukin</a>, <a href=\"https://profiles.wordpress.org/antonisme/\">Antonis Lilis</a>, <a href=\"https://profiles.wordpress.org/anuj2/\">anuj2</a>, <a href=\"https://profiles.wordpress.org/anyssa/\">Anyssa Ferreira</a>, <a href=\"https://profiles.wordpress.org/apedog/\">apedog</a>, <a href=\"https://profiles.wordpress.org/apermo/\">Apermo</a>, <a href=\"https://profiles.wordpress.org/archduck/\">archduck</a>, <a href=\"https://profiles.wordpress.org/archon810/\">archon810</a>, <a href=\"https://profiles.wordpress.org/aristath/\">Ari Stathopoulos</a>, <a href=\"https://profiles.wordpress.org/arippberger/\">arippberger</a>, <a href=\"https://profiles.wordpress.org/arjendejong/\">arjendejong</a>, <a href=\"https://profiles.wordpress.org/arnaudban/\">ArnaudBan</a>, <a href=\"https://profiles.wordpress.org/arpitgshah/\">Arpit G Shah</a>, <a href=\"https://profiles.wordpress.org/passoniate/\">Arslan Ahmed</a>, <a href=\"https://profiles.wordpress.org/akkspro/\">Arslan Ahmed Kalwar</a>, <a href=\"https://profiles.wordpress.org/asvinballoo/\">Asvin Balloo</a>, <a href=\"https://profiles.wordpress.org/tacitonic/\">Atharva Dhekne</a>, <a href=\"https://profiles.wordpress.org/austyfrosty/\">Austin Passy</a>, <a href=\"https://profiles.wordpress.org/austin880625/\">austin880625</a>, <a href=\"https://profiles.wordpress.org/avixansa/\">avixansa</a>, <a href=\"https://profiles.wordpress.org/ayesh/\">ayesh</a>, <a href=\"https://profiles.wordpress.org/ayeshrajans/\">Ayesh Karunaratne</a>, <a href=\"https://profiles.wordpress.org/backups/\">BackuPs</a>, <a href=\"https://profiles.wordpress.org/barry/\">Barry</a>, <a href=\"https://profiles.wordpress.org/bartczyz/\">Bart Czyz</a>, <a href=\"https://profiles.wordpress.org/bduclos/\">bduclos</a>, <a href=\"https://profiles.wordpress.org/beafialho/\">Beatriz Fialho</a>, <a href=\"https://profiles.wordpress.org/benmeredithgmailcom/\">Ben Meredith</a>, <a href=\"https://profiles.wordpress.org/kau-boy/\">Bernhard Kau</a>, <a href=\"https://profiles.wordpress.org/bernhard-reiter/\">Bernhard Reiter</a>, <a href=\"https://profiles.wordpress.org/bethannon1/\">Bet Hannon</a>, <a href=\"https://profiles.wordpress.org/bethsoderberg/\">Beth Soderberg</a>, <a href=\"https://profiles.wordpress.org/bgermann/\">bgermann</a>, <a href=\"https://profiles.wordpress.org/hareshlive/\">Bhagvan Mangukiya</a>, <a href=\"https://profiles.wordpress.org/bhautikvirani/\">bhautikvirani</a>, <a href=\"https://profiles.wordpress.org/bananastalktome/\">Billy</a>, <a href=\"https://profiles.wordpress.org/birgire/\">Birgir Erlendsson (birgire)</a>, <a href=\"https://profiles.wordpress.org/bph/\">Birgit Pauli-Haack</a>, <a href=\"https://profiles.wordpress.org/bobbingwide/\">bobbingwide</a>, <a href=\"https://profiles.wordpress.org/boldgrid/\">BoldGrid</a>, <a href=\"https://profiles.wordpress.org/boonebgorges/\">Boone Gorges</a>, <a href=\"https://profiles.wordpress.org/ibdz/\">Boy Witthaya</a>, <a href=\"https://profiles.wordpress.org/bradyvercher/\">Brady Vercher</a>, <a href=\"https://profiles.wordpress.org/kraftbj/\">Brandon Kraft</a>, <a href=\"https://profiles.wordpress.org/bpayton/\">Brandon Payton</a>, <a href=\"https://profiles.wordpress.org/bmcdede/\">Breann McDede</a>, <a href=\"https://profiles.wordpress.org/bmillersw/\">Brent Miller</a>, <a href=\"https://profiles.wordpress.org/brentswisher/\">Brent Swisher</a>, <a href=\"https://profiles.wordpress.org/brianhenryie/\">Brian Henry</a>, <a href=\"https://profiles.wordpress.org/brianhogg/\">Brian Hogg</a>, <a href=\"https://profiles.wordpress.org/bridgetwillard/\">bridgetwillard</a>, <a href=\"https://profiles.wordpress.org/brijeshb42/\">brijeshb42</a>, <a href=\"https://profiles.wordpress.org/burhandodhy/\">Burhan Nasir</a>, <a href=\"https://profiles.wordpress.org/icaleb/\">Caleb Burks</a>, <a href=\"https://profiles.wordpress.org/calin/\">Calin Don</a>, <a href=\"https://profiles.wordpress.org/cvoell/\">Cameron Voell</a>, <a href=\"https://profiles.wordpress.org/campusboy1987/\">campusboy</a>, <a href=\"https://profiles.wordpress.org/carike/\">Carike</a>, <a href=\"https://profiles.wordpress.org/poena/\">Carolina Nymark</a>, <a href=\"https://profiles.wordpress.org/carolinegeven/\">Caroline</a>, <a href=\"https://profiles.wordpress.org/ceyhun0/\">ceyhun0</a>, <a href=\"https://profiles.wordpress.org/chadreitsma/\">Chad Reitsma</a>, <a href=\"https://profiles.wordpress.org/cguntur/\">Chandrika Guntur</a>, <a href=\"https://profiles.wordpress.org/chetan200891/\">Chetan Prajapati</a>, <a href=\"https://profiles.wordpress.org/chexwarrior/\">chexwarrior</a>, <a href=\"https://profiles.wordpress.org/chintan1896/\">Chintan hingrajiya</a>, <a href=\"https://profiles.wordpress.org/chipsnyder/\">Chip Snyder</a>, <a href=\"https://profiles.wordpress.org/cbringmann/\">Chloé Bringmann</a>, <a href=\"https://profiles.wordpress.org/chouby/\">Chouby</a>, <a href=\"https://profiles.wordpress.org/alexandec/\">Chris Alexander</a>, <a href=\"https://profiles.wordpress.org/chrisvanpatten/\">Chris Van Patten</a>, <a href=\"https://profiles.wordpress.org/chriscct7/\">chriscct7</a>, <a href=\"https://profiles.wordpress.org/ctmartin0/\">Christian Martin</a>, <a href=\"https://profiles.wordpress.org/christophherr/\">Christoph Herr</a>, <a href=\"https://profiles.wordpress.org/vimes1984/\">Christopher Churchill</a>, <a href=\"https://profiles.wordpress.org/chunkysteveo/\">chunkysteveo</a>, <a href=\"https://profiles.wordpress.org/claudiulodro/\">Claudiu Lodromanean</a>, <a href=\"https://profiles.wordpress.org/claytoncollie/\">Clayton Collie</a>, <a href=\"https://profiles.wordpress.org/collizo4sky/\">Collins Agbonghama</a>, <a href=\"https://profiles.wordpress.org/commeuneimage/\">Commeuneimage</a>, <a href=\"https://profiles.wordpress.org/copons/\">Copons</a>, <a href=\"https://profiles.wordpress.org/salzano/\">Corey Salzano</a>, <a href=\"https://profiles.wordpress.org/cpapazoglou/\">cpapazoglou</a>, <a href=\"https://profiles.wordpress.org/cranewest/\">cranewest</a>, <a href=\"https://profiles.wordpress.org/littlebigthing/\">Csaba (LittleBigThings)</a>, <a href=\"https://profiles.wordpress.org/ctmartin/\">ctmartin</a>, <a href=\"https://profiles.wordpress.org/davidszabo/\">Dávid Szabó</a>, <a href=\"https://profiles.wordpress.org/daisyo/\">Daisy Olsen</a>, <a href=\"https://profiles.wordpress.org/danfarrow/\">Dan Farrow</a>, <a href=\"https://profiles.wordpress.org/danielbachhuber/\">Daniel Bachhuber</a>, <a href=\"https://profiles.wordpress.org/talldanwp/\">Daniel Richards</a>, <a href=\"https://profiles.wordpress.org/mte90/\">Daniele Scasciafratte</a>, <a href=\"https://profiles.wordpress.org/danieltj/\">danieltj</a>, <a href=\"https://profiles.wordpress.org/dantahoua/\">dantahoua</a>, <a href=\"https://profiles.wordpress.org/dkotter/\">Darin Kotter</a>, <a href=\"https://profiles.wordpress.org/dmchale/\">Dave McHale</a>, <a href=\"https://profiles.wordpress.org/davilera/\">David Aguilera</a>, <a href=\"https://profiles.wordpress.org/davidanderson/\">David Anderson</a>, <a href=\"https://profiles.wordpress.org/davidbaumwald/\">David Baumwald</a>, <a href=\"https://profiles.wordpress.org/dgwyer/\">David Gwyer</a>, <a href=\"https://profiles.wordpress.org/dlh/\">David Herrera</a>, <a href=\"https://profiles.wordpress.org/dshanske/\">David Shanske</a>, <a href=\"https://profiles.wordpress.org/get_dave/\">David Smith</a>, <a href=\"https://profiles.wordpress.org/davidjlaietta/\">David Wolfpaw</a>, <a href=\"https://profiles.wordpress.org/davidbinda/\">david.binda</a>, <a href=\"https://profiles.wordpress.org/davisshaver/\">Davis Shaver</a>, <a href=\"https://profiles.wordpress.org/dd32/\">dd32</a>, <a href=\"https://profiles.wordpress.org/p00ya/\">Dean</a>, <a href=\"https://profiles.wordpress.org/dkarfa/\">Debabrata Karfa</a>, <a href=\"https://profiles.wordpress.org/thewebprincess/\">Dee Teal</a>, <a href=\"https://profiles.wordpress.org/deepaklalwani/\">Deepak Lalwani</a>, <a href=\"https://profiles.wordpress.org/dekervit/\">dekervit</a>, <a href=\"https://profiles.wordpress.org/demetris/\">demetris (Demetris Kikizas)</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/designer023/\">Designer023</a>, <a href=\"https://profiles.wordpress.org/dfenton/\">dfenton</a>, <a href=\"https://profiles.wordpress.org/dharm1025/\">Dharmesh Patel</a>, <a href=\"https://profiles.wordpress.org/dharmin16/\">Dharmin Shah</a>, <a href=\"https://profiles.wordpress.org/dhruvin/\">Dhruvin</a>, <a href=\"https://profiles.wordpress.org/dhulwells/\">Dhul Wells</a>, <a href=\"https://profiles.wordpress.org/dietpawel/\">dietpawel</a>, <a href=\"https://profiles.wordpress.org/dilipbheda/\">Dilip Bheda</a>, <a href=\"https://profiles.wordpress.org/dingo_d/\">dingo-d</a>, <a href=\"https://profiles.wordpress.org/djzone/\">DjZoNe</a>, <a href=\"https://profiles.wordpress.org/dogwithblog/\">dogwithblog</a>, <a href=\"https://profiles.wordpress.org/ocean90/\">Dominik Schilling</a>, <a href=\"https://profiles.wordpress.org/donmhico/\">donmhico</a>, <a href=\"https://profiles.wordpress.org/donsony/\">donsony</a>, <a href=\"https://profiles.wordpress.org/dossy/\">Dossy Shiobara</a>, <a href=\"https://profiles.wordpress.org/dpacks/\">dpacks</a>, <a href=\"https://profiles.wordpress.org/raubvogel/\">Dr. Ronny Harbich</a>, <a href=\"https://profiles.wordpress.org/dratwas/\">dratwas</a>, <a href=\"https://profiles.wordpress.org/drewapicture/\">Drew Jaynes</a>, <a href=\"https://profiles.wordpress.org/dsifford/\">dsifford</a>, <a href=\"https://profiles.wordpress.org/dushakov/\">dushakov</a>, <a href=\"https://profiles.wordpress.org/dushanthi/\">dushanthi</a>, <a href=\"https://profiles.wordpress.org/dyrer/\">dyrer</a>, <a href=\"https://profiles.wordpress.org/elrae/\">Earle Davies</a>, <a href=\"https://profiles.wordpress.org/metalandcoffee/\">Ebonie Butler</a>, <a href=\"https://profiles.wordpress.org/ediamin/\">Edi Amin</a>, <a href=\"https://profiles.wordpress.org/ellatrix/\">Ella van Durpe</a>, <a href=\"https://profiles.wordpress.org/elmastudio/\">Ellen Bauer</a>, <a href=\"https://profiles.wordpress.org/enej/\">Enej Bajgorić</a>, <a href=\"https://profiles.wordpress.org/nrqsnchz/\">Enrique Sánchez</a>, <a href=\"https://profiles.wordpress.org/epiqueras/\">epiqueras</a>, <a href=\"https://profiles.wordpress.org/kebbet/\">Erik Betshammar</a>, <a href=\"https://profiles.wordpress.org/erikjandelange/\">erikjandelange</a>, <a href=\"https://profiles.wordpress.org/folletto/\">Erin \'Folletto\' Casali</a>, <a href=\"https://profiles.wordpress.org/eringoblog/\">eringoblog</a>, <a href=\"https://profiles.wordpress.org/eroraghav/\">eroraghav</a>, <a href=\"https://profiles.wordpress.org/estelaris/\">Estela Rueda</a>, <a href=\"https://profiles.wordpress.org/etoledom/\">etoledom</a>, <a href=\"https://profiles.wordpress.org/thegp/\">EugeneBos</a>, <a href=\"https://profiles.wordpress.org/circlecube/\">Evan Mullins</a>, <a href=\"https://profiles.wordpress.org/fabifott/\">Fabian</a>, <a href=\"https://profiles.wordpress.org/fabiankaegy/\">Fabian Kägy</a>, <a href=\"https://profiles.wordpress.org/gaambo/\">Fabian Todt</a>, <a href=\"https://profiles.wordpress.org/felipeelia/\">Felipe Elia</a>, <a href=\"https://profiles.wordpress.org/flixos90/\">Felix Arntz</a>, <a href=\"https://profiles.wordpress.org/ferkho/\">Ferenc Forgacs</a>, <a href=\"https://profiles.wordpress.org/mista-flo/\">Florian TIAR</a>, <a href=\"https://profiles.wordpress.org/flymike/\">flymike</a>, <a href=\"https://profiles.wordpress.org/francina/\">Francesca Marano</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/fullofcaffeine/\">fullofcaffeine</a>, <a href=\"https://profiles.wordpress.org/ecgan/\">Gan Eng Chin</a>, <a href=\"https://profiles.wordpress.org/garrett-eclipse/\">Garrett Hyder</a>, <a href=\"https://profiles.wordpress.org/garyc40/\">Gary Cao</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/gchtr/\">gchtr</a>, <a href=\"https://profiles.wordpress.org/soulseekah/\">Gennady Kovshenin</a>, <a href=\"https://profiles.wordpress.org/subscriptiongroup/\">George</a>, <a href=\"https://profiles.wordpress.org/georgestephanis/\">George Stephanis</a>, <a href=\"https://profiles.wordpress.org/geriux/\">geriux</a>, <a href=\"https://profiles.wordpress.org/glauberglauber/\">Glauber Mota</a>, <a href=\"https://profiles.wordpress.org/glendaviesnz/\">glendaviesnz</a>, <a href=\"https://profiles.wordpress.org/goldenapples/\">goldenapples</a>, <a href=\"https://profiles.wordpress.org/gziolo/\">Greg Ziółkowski</a>, <a href=\"https://profiles.wordpress.org/guidooffermans/\">guidooffermans</a>, <a href=\"https://profiles.wordpress.org/gumacahin/\">gumacahin</a>, <a href=\"https://profiles.wordpress.org/hvar/\">H-var</a>, <a href=\"https://profiles.wordpress.org/hakre/\">hakre</a>, <a href=\"https://profiles.wordpress.org/happiryu/\">happiryu</a>, <a href=\"https://profiles.wordpress.org/hareesh-pillai/\">Hareesh</a>, <a href=\"https://profiles.wordpress.org/isharis/\">Haris Zulfiqar</a>, <a href=\"https://profiles.wordpress.org/harrym/\">harrym</a>, <a href=\"https://profiles.wordpress.org/harshbarach/\">harshbarach</a>, <a href=\"https://profiles.wordpress.org/azhiyadev/\">Hauwa Abashiya</a>, <a href=\"https://profiles.wordpress.org/hazdiego/\">Haz</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/herregroen/\">Herre Groen</a>, <a href=\"https://profiles.wordpress.org/hoasi/\">HoaSi</a>, <a href=\"https://profiles.wordpress.org/howdy_mcgee/\">Howdy_McGee</a>, <a href=\"https://profiles.wordpress.org/hlashbrooke/\">Hugh Lashbrooke</a>, <a href=\"https://profiles.wordpress.org/iandunn/\">Ian Dunn</a>, <a href=\"https://profiles.wordpress.org/igorradovanov/\">Igor Radovanov</a>, <a href=\"https://profiles.wordpress.org/gsayed786/\">Imran Sayed</a>, <a href=\"https://profiles.wordpress.org/ingereck/\">ingereck</a>, <a href=\"https://profiles.wordpress.org/ipstenu/\">Ipstenu (Mika Epstein)</a>, <a href=\"https://profiles.wordpress.org/iqbalbary/\">iqbalbary</a>, <a href=\"https://profiles.wordpress.org/ireneyoast/\">Irene Strikkers</a>, <a href=\"https://profiles.wordpress.org/isabel_brison/\">Isabel Brison</a>, <a href=\"https://profiles.wordpress.org/jagirbaheshwp/\">jagirbaheshwp</a>, <a href=\"https://profiles.wordpress.org/whyisjake/\">Jake Spurlock</a>, <a href=\"https://profiles.wordpress.org/twentyzerotwo/\">Jake Whiteley</a>, <a href=\"https://profiles.wordpress.org/jamescollins/\">James Collins</a>, <a href=\"https://profiles.wordpress.org/jameskoster/\">James Koster</a>, <a href=\"https://profiles.wordpress.org/jnylen0/\">James Nylen</a>, <a href=\"https://profiles.wordpress.org/jamesros161/\">James Rosado</a>, <a href=\"https://profiles.wordpress.org/jameslnewell/\">jameslnewell</a>, <a href=\"https://profiles.wordpress.org/janthiel/\">Jan Thiel</a>, <a href=\"https://profiles.wordpress.org/javidalkaruzi/\">Janvo Aldred</a>, <a href=\"https://profiles.wordpress.org/jaredcobb/\">Jared Cobb</a>, <a href=\"https://profiles.wordpress.org/jaswrks/\">Jason Caldwell</a>, <a href=\"https://profiles.wordpress.org/madtownlems/\">Jason LeMahieu (MadtownLems)</a>, <a href=\"https://profiles.wordpress.org/javorszky/\">javorszky</a>, <a href=\"https://profiles.wordpress.org/jaydeep-rami/\">Jaydip Rami</a>, <a href=\"https://profiles.wordpress.org/audrasjb/\">Jean-Baptiste Audras</a>, <a href=\"https://profiles.wordpress.org/jeffmatson/\">Jeff Matson</a>, <a href=\"https://profiles.wordpress.org/jffng/\">Jeff Ong</a>, <a href=\"https://profiles.wordpress.org/jeffpaul/\">Jeff Paul</a>, <a href=\"https://profiles.wordpress.org/jeffikus/\">jeffikus</a>, <a href=\"https://profiles.wordpress.org/jellypixel/\">jellypixel</a>, <a href=\"https://profiles.wordpress.org/jeremyfelt/\">Jeremy Felt</a>, <a href=\"https://profiles.wordpress.org/jeremyescott/\">Jeremy Scott</a>, <a href=\"https://profiles.wordpress.org/jeremyyip/\">Jeremy Yip</a>, <a href=\"https://profiles.wordpress.org/jeroenrotty/\">Jeroen Rotty</a>, <a href=\"https://profiles.wordpress.org/jeryj/\">jeryj</a>, <a href=\"https://profiles.wordpress.org/jeslen/\">Jeslen Bucci</a>, <a href=\"https://profiles.wordpress.org/luminuu/\">Jessica Lyschik</a>, <a href=\"https://profiles.wordpress.org/jfoulquier/\">jfoulquier</a>, <a href=\"https://profiles.wordpress.org/jimyaghi/\">jimyaghi</a>, <a href=\"https://profiles.wordpress.org/jipmoors/\">Jip Moors</a>, <a href=\"https://profiles.wordpress.org/joedolson/\">Joe Dolson</a>, <a href=\"https://profiles.wordpress.org/joemcgill/\">Joe McGill</a>, <a href=\"https://profiles.wordpress.org/joelclimbsthings/\">joelclimbsthings</a>, <a href=\"https://profiles.wordpress.org/joelyoder/\">joelyoder</a>, <a href=\"https://profiles.wordpress.org/joen/\">Joen Asmussen</a>, <a href=\"https://profiles.wordpress.org/johannadevos/\">Johanna de Vos</a>, <a href=\"https://profiles.wordpress.org/johnbillion/\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/johnny5/\">John Godley</a>, <a href=\"https://profiles.wordpress.org/johnjamesjacoby/\">John James Jacoby</a>, <a href=\"https://profiles.wordpress.org/jb510/\">Jon Brown</a>, <a href=\"https://profiles.wordpress.org/psykro/\">Jonathan Bossenger</a>, <a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/jonathanstegall/\">Jonathan Stegall</a>, <a href=\"https://profiles.wordpress.org/spacedmonkey/\">Jonny Harris</a>, <a href=\"https://profiles.wordpress.org/jonoaldersonwp/\">Jono Alderson</a>, <a href=\"https://profiles.wordpress.org/joostdevalk/\">Joost de Valk</a>, <a href=\"https://profiles.wordpress.org/jordesign/\">jordesign</a>, <a href=\"https://profiles.wordpress.org/koke/\">Jorge Bernal</a>, <a href=\"https://profiles.wordpress.org/jorgefilipecosta/\">Jorge Costa</a>, <a href=\"https://profiles.wordpress.org/joseaneto/\">joseaneto</a>, <a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha Haden</a>, <a href=\"https://profiles.wordpress.org/joshlevinson/\">Josh Levinson</a>, <a href=\"https://profiles.wordpress.org/shelob9/\">Josh Pollock</a>, <a href=\"https://profiles.wordpress.org/joshuatf/\">joshuatf</a>, <a href=\"https://profiles.wordpress.org/tai/\">JOTAKI, Taisuke</a>, <a href=\"https://profiles.wordpress.org/joyously/\">Joy</a>, <a href=\"https://profiles.wordpress.org/jsnajdr/\">jsnajdr</a>, <a href=\"https://profiles.wordpress.org/jrf/\">Juliette Reinders Folmer</a>, <a href=\"https://profiles.wordpress.org/junaidbhura/\">Junaid Bhura</a>, <a href=\"https://profiles.wordpress.org/justinahinon/\">Justin Ahinon</a>, <a href=\"https://profiles.wordpress.org/justlevine/\">justlevine</a>, <a href=\"https://profiles.wordpress.org/kadamwhite/\">K. Adam White</a>, <a href=\"https://profiles.wordpress.org/kevin940726/\">Kai Hao</a>, <a href=\"https://profiles.wordpress.org/trepmal/\">Kailey (trepmal)</a>, <a href=\"https://profiles.wordpress.org/akabarikalpesh/\">Kalpesh Akabari</a>, <a href=\"https://profiles.wordpress.org/karthikbhatb/\">Karthik Bhat</a>, <a href=\"https://profiles.wordpress.org/kasparsd/\">Kaspars</a>, <a href=\"https://profiles.wordpress.org/ryelle/\">Kelly Dwan</a>, <a href=\"https://profiles.wordpress.org/kellychoffman/\">Kelly Hoffman</a>, <a href=\"https://profiles.wordpress.org/kelsu02/\">Kelly R</a>, <a href=\"https://profiles.wordpress.org/kellybleck/\">kellybleck</a>, <a href=\"https://profiles.wordpress.org/kellylawrence/\">kellylawrence</a>, <a href=\"https://profiles.wordpress.org/khag7/\">Kevin Hagerty</a>, <a href=\"https://profiles.wordpress.org/kharisblank/\">Kharis Sulistiyono</a>, <a href=\"https://profiles.wordpress.org/kipperlenny/\">Kipperlenny</a>, <a href=\"https://profiles.wordpress.org/kirilzh/\">Kiril Zhelyazkov</a>, <a href=\"https://profiles.wordpress.org/kburgoine/\">Kirsty Burgoine</a>, <a href=\"https://profiles.wordpress.org/kishanjasani/\">Kishan Jasani</a>, <a href=\"https://profiles.wordpress.org/ixkaito/\">Kite</a>, <a href=\"https://profiles.wordpress.org/kittmedia/\">KittMedia</a>, <a href=\"https://profiles.wordpress.org/kjbenk/\">kjbenk</a>, <a href=\"https://profiles.wordpress.org/kjellr/\">Kjell Reigstad</a>, <a href=\"https://profiles.wordpress.org/knutsp/\">Knut Sparhell</a>, <a href=\"https://profiles.wordpress.org/komagain/\">komagain</a>, <a href=\"https://profiles.wordpress.org/obenland/\">Konstantin Obenland</a>, <a href=\"https://profiles.wordpress.org/krupajnanda/\">Krupa</a>, <a href=\"https://profiles.wordpress.org/kbjohnson90/\">Kyle B. Johnson</a>, <a href=\"https://profiles.wordpress.org/landau/\">landau</a>, <a href=\"https://profiles.wordpress.org/lmurillom/\">Larissa Murillo</a>, <a href=\"https://profiles.wordpress.org/latifi/\">latifi</a>, <a href=\"https://profiles.wordpress.org/newyorkerlaura/\">Laura Byrne</a>, <a href=\"https://profiles.wordpress.org/laurora/\">Laura Nelson</a>, <a href=\"https://profiles.wordpress.org/laxman-prajapati/\">Laxman Prajapati</a>, <a href=\"https://profiles.wordpress.org/leogermani/\">leogermani</a>, <a href=\"https://profiles.wordpress.org/gamerz/\">Lester Chan</a>, <a href=\"https://profiles.wordpress.org/leutrimh/\">Leutrim Husaj</a>, <a href=\"https://profiles.wordpress.org/limera1n/\">lim3ra</a>, <a href=\"https://profiles.wordpress.org/lpointet/\">Lionel Pointet</a>, <a href=\"https://profiles.wordpress.org/llizard/\">llizard</a>, <a href=\"https://profiles.wordpress.org/louislaugesen/\">Louis</a>, <a href=\"https://profiles.wordpress.org/lucagrandicelli/\">Luca Grandicelli</a>, <a href=\"https://profiles.wordpress.org/_luigi/\">Luigi Cavalieri</a>, <a href=\"https://profiles.wordpress.org/lukecavanagh/\">Luke Cavanagh</a>, <a href=\"https://profiles.wordpress.org/lumne/\">Lumne</a>, <a href=\"https://profiles.wordpress.org/mager19/\">mager19</a>, <a href=\"https://profiles.wordpress.org/onemaggie/\">Maggie Cabrera</a>, <a href=\"https://profiles.wordpress.org/mahesh901122/\">Mahesh Waghmare</a>, <a href=\"https://profiles.wordpress.org/mailnew2ster/\">mailnew2ster</a>, <a href=\"https://profiles.wordpress.org/shamimmoeen/\">Mainul Hassan Main</a>, <a href=\"https://profiles.wordpress.org/malinajirka/\">malinajirka</a>, <a href=\"https://profiles.wordpress.org/manzwebdesigns/\">manzwebdesigns</a>, <a href=\"https://profiles.wordpress.org/mkaz/\">Marcus Kazmierczak</a>, <a href=\"https://profiles.wordpress.org/marekhrabe/\">Marek Hrabe</a>, <a href=\"https://profiles.wordpress.org/chaton666/\">Marie Comet</a>, <a href=\"https://profiles.wordpress.org/marijnkoopman/\">Marijn</a>, <a href=\"https://profiles.wordpress.org/tyxla/\">Marin Atanasov</a>, <a href=\"https://profiles.wordpress.org/clorith/\">Marius Jensen</a>, <a href=\"https://profiles.wordpress.org/markjaquith/\">Mark Jaquith</a>, <a href=\"https://profiles.wordpress.org/markparnell/\">Mark Parnell</a>, <a href=\"https://profiles.wordpress.org/markscottrobson/\">Mark Robson</a>, <a href=\"https://profiles.wordpress.org/marks99/\">Mark Smallman</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/m-e-h/\">Marty Helmick</a>, <a href=\"https://profiles.wordpress.org/marybaum/\">Mary Baum</a>, <a href=\"https://profiles.wordpress.org/wetah/\">Mateus Machado Luna</a>, <a href=\"https://profiles.wordpress.org/imath/\">Mathieu Viet</a>, <a href=\"https://profiles.wordpress.org/matveb/\">Matias Ventura</a>, <a href=\"https://profiles.wordpress.org/webdevmattcrom/\">Matt Cromwell</a>, <a href=\"https://profiles.wordpress.org/gothickgothickorguk/\">Matt Gibson</a>, <a href=\"https://profiles.wordpress.org/mattkeys/\">Matt Keys</a>, <a href=\"https://profiles.wordpress.org/matt/\">Matt Mullenweg</a>, <a href=\"https://profiles.wordpress.org/mattwiebe/\">Matt Wiebe</a>, <a href=\"https://profiles.wordpress.org/mattchowning/\">mattchowning</a>, <a href=\"https://profiles.wordpress.org/pfefferle/\">Matthias Pfefferle</a>, <a href=\"https://profiles.wordpress.org/mattoperry/\">mattoperry</a>, <a href=\"https://profiles.wordpress.org/mayankmajeji/\">Mayank Majeji</a>, <a href=\"https://profiles.wordpress.org/meaganhanes/\">Meagan Hanes</a>, <a href=\"https://profiles.wordpress.org/megphillips91/\">Meg Phillips</a>, <a href=\"https://profiles.wordpress.org/meher/\">Meher Bala</a>, <a href=\"https://profiles.wordpress.org/melchoyce/\">Mel Choyce-Dwan</a>, <a href=\"https://profiles.wordpress.org/mgol/\">mgol</a>, <a href=\"https://profiles.wordpress.org/mgrenierfarmmedia/\">mgrenierfarmmedia</a>, <a href=\"https://profiles.wordpress.org/michael-arestad/\">Michael Arestad</a>, <a href=\"https://profiles.wordpress.org/tw2113/\">Michael Beckwith</a>, <a href=\"https://profiles.wordpress.org/m_butcher/\">Michele Butcher-Jones</a>, <a href=\"https://profiles.wordpress.org/michelleames/\">Michelle Frechette</a>, <a href=\"https://profiles.wordpress.org/mcsf/\">Miguel Fonseca</a>, <a href=\"https://profiles.wordpress.org/mihdan/\">mihdan</a>, <a href=\"https://profiles.wordpress.org/mikeschroder/\">Mike Schroder</a>, <a href=\"https://profiles.wordpress.org/mikelopez/\">mikelopez</a>, <a href=\"https://profiles.wordpress.org/mikeyarce/\">Mikey Arce</a>, <a href=\"https://profiles.wordpress.org/dimadin/\">Milan Dinić</a>, <a href=\"https://profiles.wordpress.org/milana_cap/\">Milana Cap</a>, <a href=\"https://profiles.wordpress.org/eemitch/\">Mitchell Bennis</a>, <a href=\"https://profiles.wordpress.org/mmarco9/\">mmarco9</a>, <a href=\"https://profiles.wordpress.org/batmoo/\">Mohammad Jangda</a>, <a href=\"https://profiles.wordpress.org/monikarao/\">Monika Rao</a>, <a href=\"https://profiles.wordpress.org/mopsyd/\">mopsyd</a>, <a href=\"https://profiles.wordpress.org/morganestes/\">Morgan Estes</a>, <a href=\"https://profiles.wordpress.org/gwendydd/\">Morgan Kay</a>, <a href=\"https://profiles.wordpress.org/man4toman/\">Morteza Geransayeh</a>, <a href=\"https://profiles.wordpress.org/computerguru/\">mqudsi</a>, <a href=\"https://profiles.wordpress.org/mreishus/\">mreishus</a>, <a href=\"https://profiles.wordpress.org/mrgrt/\">mrgrt</a>, <a href=\"https://profiles.wordpress.org/mrjoeldean/\">mrjoeldean</a>, <a href=\"https://profiles.wordpress.org/mukesh27/\">Mukesh Panchal</a>, <a href=\"https://profiles.wordpress.org/munyagu/\">munyagu</a>, <a href=\"https://profiles.wordpress.org/musicaljoeker/\">musicaljoeker</a>, <a href=\"https://profiles.wordpress.org/mweichert/\">mweichert</a>, <a href=\"https://profiles.wordpress.org/n5hzr/\">n5hzr</a>, <a href=\"https://profiles.wordpress.org/nabilmoqbel/\">Nabil Moqbel</a>, <a href=\"https://profiles.wordpress.org/nalininonstopnewsuk/\">Nalini Thakor</a>, <a href=\"https://profiles.wordpress.org/naoki0h/\">Naoki Ohashi</a>, <a href=\"https://profiles.wordpress.org/nao/\">Naoko Takano</a>, <a href=\"https://profiles.wordpress.org/nateinaction/\">Nate Gay</a>, <a href=\"https://profiles.wordpress.org/nathanatmoz/\">Nathan Johnson</a>, <a href=\"https://profiles.wordpress.org/navanathbhosale/\">Navanath Bhosale</a>, <a href=\"https://profiles.wordpress.org/naveenkharwar/\">Naveen Kharwar</a>, <a href=\"https://profiles.wordpress.org/lcyh78/\">Neil James (lcyh78)</a>, <a href=\"https://profiles.wordpress.org/nendeb55/\">nendeb</a>, <a href=\"https://profiles.wordpress.org/krstarica/\">net</a>, <a href=\"https://profiles.wordpress.org/arealnobrainer/\">Netravnen</a>, <a href=\"https://profiles.wordpress.org/nicomollet/\">nicomollet</a>, <a href=\"https://profiles.wordpress.org/jainnidhi/\">Nidhi Jain</a>, <a href=\"https://profiles.wordpress.org/nielslange/\">Niels Lange</a>, <a href=\"https://profiles.wordpress.org/ntsekouras/\">Nik Tsekouras</a>, <a href=\"https://profiles.wordpress.org/nikolam/\">Nikola</a>, <a href=\"https://profiles.wordpress.org/nbachiyski/\">Nikolay Bachiyski</a>, <a href=\"https://profiles.wordpress.org/njbrown/\">njbrown</a>, <a href=\"https://profiles.wordpress.org/nlpro/\">nlpro</a>, <a href=\"https://profiles.wordpress.org/noahtallen/\">Noah Allen</a>, <a href=\"https://profiles.wordpress.org/noahshrader/\">noahshrader</a>, <a href=\"https://profiles.wordpress.org/nourma/\">nourma</a>, <a href=\"https://profiles.wordpress.org/nosolosw/\">O André</a>, <a href=\"https://profiles.wordpress.org/oakesjosh/\">oakesjosh</a>, <a href=\"https://profiles.wordpress.org/oguzkocer/\">oguzkocer</a>, <a href=\"https://profiles.wordpress.org/oglekler/\">Olga Gleckler</a>, <a href=\"https://profiles.wordpress.org/alshakero/\">Omar Alshaker</a>, <a href=\"https://profiles.wordpress.org/omarreiss/\">Omar Reiss</a>, <a href=\"https://profiles.wordpress.org/oolleegg55/\">oolleegg55</a>, <a href=\"https://profiles.wordpress.org/optimizingmatters/\">Optimizing Matters</a>, <a href=\"https://profiles.wordpress.org/ov3rfly/\">Ov3rfly</a>, <a href=\"https://profiles.wordpress.org/ovann86/\">ovann86</a>, <a href=\"https://profiles.wordpress.org/ovenall/\">ovenall</a>, <a href=\"https://profiles.wordpress.org/oxyc/\">oxyc</a>, <a href=\"https://profiles.wordpress.org/paaljoachim/\">Paal Joachim Romdahl</a>, <a href=\"https://profiles.wordpress.org/jhonqwerty/\">pabloselin</a>, <a href=\"https://profiles.wordpress.org/paddy/\">Paddy</a>, <a href=\"https://profiles.wordpress.org/pankajmohale/\">Pankaj Mohale</a>, <a href=\"https://profiles.wordpress.org/swissspidy/\">Pascal Birchler</a>, <a href=\"https://profiles.wordpress.org/casiepa/\">Pascal Casier</a>, <a href=\"https://profiles.wordpress.org/pbearne/\">Paul Bearne</a>, <a href=\"https://profiles.wordpress.org/pbiron/\">Paul Biron</a>, <a href=\"https://profiles.wordpress.org/pabline/\">Paul Bunkham</a>, <a href=\"https://profiles.wordpress.org/paulschreiber/\">Paul Schreiber</a>, <a href=\"https://profiles.wordpress.org/paulstonier/\">Paul Stonier</a>, <a href=\"https://profiles.wordpress.org/pschrottky/\">Paul Von Schrottky</a>, <a href=\"https://profiles.wordpress.org/pedromendonca/\">Pedro Mendonça</a>, <a href=\"https://profiles.wordpress.org/pentatonicfunk/\">pentatonicfunk</a>, <a href=\"https://profiles.wordpress.org/pputzer/\">pepe</a>, <a href=\"https://profiles.wordpress.org/pekz0r/\">Peter Elmered</a>, <a href=\"https://profiles.wordpress.org/psmits1567/\">Peter Smits</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc/\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/johnstonphilip/\">Phil Johnston</a>, <a href=\"https://profiles.wordpress.org/pierlo/\">Pierre Gordon</a>, <a href=\"https://profiles.wordpress.org/decrecementofeliz/\">Pilar Mera</a>, <a href=\"https://profiles.wordpress.org/wppinar/\">Pinar</a>, <a href=\"https://profiles.wordpress.org/boniu91/\">Piotrek Boniu</a>, <a href=\"https://profiles.wordpress.org/pishmishy/\">pishmishy</a>, <a href=\"https://profiles.wordpress.org/pkvillanueva/\">pkvillanueva</a>, <a href=\"https://profiles.wordpress.org/prashanttholia/\">prashanttholia</a>, <a href=\"https://profiles.wordpress.org/pratikkry/\">Pratik K. Yadav</a>, <a href=\"https://profiles.wordpress.org/presskopp/\">Presskopp</a>, <a href=\"https://profiles.wordpress.org/presstoke/\">presstoke</a>, <a href=\"https://profiles.wordpress.org/prionkor/\">prionkor</a>, <a href=\"https://profiles.wordpress.org/psealock/\">psealock</a>, <a href=\"https://profiles.wordpress.org/puneetsahalot/\">Puneet Sahalot</a>, <a href=\"https://profiles.wordpress.org/itsjonq/\">Q</a>, <a href=\"https://profiles.wordpress.org/rachelbaker/\">Rachel Baker</a>, <a href=\"https://profiles.wordpress.org/rajanit2000/\">Rajan Vijayan</a>, <a href=\"https://profiles.wordpress.org/rajeshsingh520/\">rajeshsingh520</a>, <a href=\"https://profiles.wordpress.org/ramiy/\">Rami Yushuvaev</a>, <a href=\"https://profiles.wordpress.org/jontyravi/\">Ravi Vaghela</a>, <a href=\"https://profiles.wordpress.org/ravipatel/\">ravipatel</a>, <a href=\"https://profiles.wordpress.org/rebasaurus/\">rebasaurus</a>, <a href=\"https://profiles.wordpress.org/redstar504/\">redstar504</a>, <a href=\"https://profiles.wordpress.org/regankhadgi/\">Regan Khadgi</a>, <a href=\"https://profiles.wordpress.org/renehermi/\">Rene Hermenau</a>, <a href=\"https://profiles.wordpress.org/retlehs/\">retlehs</a>, <a href=\"https://profiles.wordpress.org/retrofox/\">retrofox</a>, <a href=\"https://profiles.wordpress.org/riaanlom/\">riaanlom</a>, <a href=\"https://profiles.wordpress.org/youknowriad/\">Riad Benguella</a>, <a href=\"https://profiles.wordpress.org/ribaricplusplus/\">ribaricplusplus</a>, <a href=\"https://profiles.wordpress.org/richtabor/\">Rich Tabor</a>, <a href=\"https://profiles.wordpress.org/rnaby/\">Rnaby</a>, <a href=\"https://profiles.wordpress.org/noisysocks/\">Robert Anderson</a>, <a href=\"https://profiles.wordpress.org/miqrogroove/\">Robert Chapin</a>, <a href=\"https://profiles.wordpress.org/kreppar/\">Rodrigo Arias</a>, <a href=\"https://profiles.wordpress.org/rogerlos/\">rogerlos</a>, <a href=\"https://profiles.wordpress.org/roikles/\">roikles</a>, <a href=\"https://profiles.wordpress.org/rolfsiebers/\">Rolf Siebers</a>, <a href=\"https://profiles.wordpress.org/ronakganatra/\">Ronak Ganatra</a>, <a href=\"https://profiles.wordpress.org/roo2/\">roo2</a>, <a href=\"https://profiles.wordpress.org/rtagliento/\">rtagliento</a>, <a href=\"https://profiles.wordpress.org/bookdude13/\">Ryan Fredlund</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/welcher/\">Ryan Welcher</a>, <a href=\"https://profiles.wordpress.org/soean/\">Sören Wrede</a>, <a href=\"https://profiles.wordpress.org/sabrinazeidan/\">Sabrina Zeidan</a>, <a href=\"https://profiles.wordpress.org/saeedfard/\">Saeed Fard</a>, <a href=\"https://profiles.wordpress.org/salvoaranzulla/\">salvoaranzulla</a>, <a href=\"https://profiles.wordpress.org/samful/\">Sam Fullalove</a>, <a href=\"https://profiles.wordpress.org/sswebster/\">Sam Webster</a>, <a href=\"https://profiles.wordpress.org/otto42/\">Samuel Wood (Otto)</a>, <a href=\"https://profiles.wordpress.org/sanzeeb3/\">Sanjeev Aryal</a>, <a href=\"https://profiles.wordpress.org/saqibameen/\">Saqib Ameen</a>, <a href=\"https://profiles.wordpress.org/sarahricker/\">Sarah Ricker</a>, <a href=\"https://profiles.wordpress.org/sarayourfriend/\">sarayourfriend</a>, <a href=\"https://profiles.wordpress.org/sawanoboly/\">sawanoboly</a>, <a href=\"https://profiles.wordpress.org/scarolan/\">scarolan</a>, <a href=\"https://profiles.wordpress.org/l3rady/\">Scott Cariss</a>, <a href=\"https://profiles.wordpress.org/coffee2code/\">Scott Reilly</a>, <a href=\"https://profiles.wordpress.org/scribu/\">scribu</a>, <a href=\"https://profiles.wordpress.org/scruffian/\">scruffian</a>, <a href=\"https://profiles.wordpress.org/seanpaulrasmussen/\">seanpaulrasmussen</a>, <a href=\"https://profiles.wordpress.org/sebastianpisula/\">Sebastian Pisula</a>, <a href=\"https://profiles.wordpress.org/sebsz/\">SeBsZ</a>, <a href=\"https://profiles.wordpress.org/senning/\">Senning</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/yakimun/\">Sergey Yakimov</a>, <a href=\"https://profiles.wordpress.org/sergioestevao/\">SergioEstevao</a>, <a href=\"https://profiles.wordpress.org/shaunandrews/\">shaunandrews</a>, <a href=\"https://profiles.wordpress.org/sncoker/\">Shawntelle Coker</a>, <a href=\"https://profiles.wordpress.org/shital-patel/\">Shital Marakana</a>, <a href=\"https://profiles.wordpress.org/shramee/\">shramee</a>, <a href=\"https://profiles.wordpress.org/sresok/\">Simon Resok</a>, <a href=\"https://profiles.wordpress.org/sirreal/\">sirreal</a>, <a href=\"https://profiles.wordpress.org/smerriman/\">smerriman</a>, <a href=\"https://profiles.wordpress.org/snapfractalpop/\">snapfractalpop</a>, <a href=\"https://profiles.wordpress.org/sproutchris/\">sproutchris</a>, <a href=\"https://profiles.wordpress.org/stulab/\">Stéphane Treilhou</a>, <a href=\"https://profiles.wordpress.org/metodiew/\">Stanko Metodiev</a>, <a href=\"https://profiles.wordpress.org/garubi/\">Stefano Garuti</a>, <a href=\"https://profiles.wordpress.org/sabernhardt/\">Stephen Bernhardt</a>, <a href=\"https://profiles.wordpress.org/dufresnesteven/\">Steve Dufresne</a>, <a href=\"https://profiles.wordpress.org/sterndata/\">Steven Stern (sterndata)</a>, <a href=\"https://profiles.wordpress.org/stevenlinx/\">stevenlinx</a>, <a href=\"https://profiles.wordpress.org/stoyangeorgiev/\">Stoyan Georgiev</a>, <a href=\"https://profiles.wordpress.org/sudoshreyansh/\">sudoshreyansh</a>, <a href=\"https://profiles.wordpress.org/smub/\">Syed Balkhi</a>, <a href=\"https://profiles.wordpress.org/szaqal21/\">szaqal21</a>, <a href=\"https://profiles.wordpress.org/karmatosed/\">Tammie Lister</a>, <a href=\"https://profiles.wordpress.org/utz119/\">TeBenachi</a>, <a href=\"https://profiles.wordpress.org/techboyg5/\">techboyg5</a>, <a href=\"https://profiles.wordpress.org/tellyworth/\">Tellyworth</a>, <a href=\"https://profiles.wordpress.org/thefarlilacfield/\">thefarlilacfield</a>, <a href=\"https://profiles.wordpress.org/thelmachido/\">Thelma Mutete</a>, <a href=\"https://profiles.wordpress.org/thib3113/\">thib3113</a>, <a href=\"https://profiles.wordpress.org/thijsvanloef/\">thijsvanloef</a>, <a href=\"https://profiles.wordpress.org/webzunft/\">Thomas M</a>, <a href=\"https://profiles.wordpress.org/thomasplevy/\">Thomas Patrick Levy</a>, <a href=\"https://profiles.wordpress.org/thomaslhotta/\">thomaslhotta</a>, <a href=\"https://profiles.wordpress.org/timhavinga/\">Tim Havinga</a>, <a href=\"https://profiles.wordpress.org/hedgefield/\">Tim Hengeveld</a>, <a href=\"https://profiles.wordpress.org/sippis/\">Timi Wahalahti</a>, <a href=\"https://profiles.wordpress.org/timothyblynjacobs/\">Timothy Jacobs</a>, <a href=\"https://profiles.wordpress.org/timotijhof/\">TimoTijhof</a>, <a href=\"https://profiles.wordpress.org/tkama/\">Tkama</a>, <a href=\"https://profiles.wordpress.org/tmdesigned/\">tmdesigned</a>, <a href=\"https://profiles.wordpress.org/tobiasbg/\">TobiasBg</a>, <a href=\"https://profiles.wordpress.org/tobifjellner/\">tobifjellner (Tor-Bjorn Fjellner)</a>, <a href=\"https://profiles.wordpress.org/hellofromtonya/\">Tonya Mork</a>, <a href=\"https://profiles.wordpress.org/toro_unit/\">Toro_Unit (Hiroshi Urabe)</a>, <a href=\"https://profiles.wordpress.org/torres126/\">torres126</a>, <a href=\"https://profiles.wordpress.org/zodiac1978/\">Torsten Landsiedel</a>, <a href=\"https://profiles.wordpress.org/itowhid06/\">Towhidul I Chowdhury</a>, <a href=\"https://profiles.wordpress.org/tray/\">tracy apps</a>, <a href=\"https://profiles.wordpress.org/treibstoff/\">treibstoff</a>, <a href=\"https://profiles.wordpress.org/trisha_cornelius/\">Trisha Cornelius</a>, <a href=\"https://profiles.wordpress.org/dinhtungdu/\">Tung Du</a>, <a href=\"https://profiles.wordpress.org/tzafrir/\">tzafrir</a>, <a href=\"https://profiles.wordpress.org/desaiuditd/\">Udit Desai</a>, <a href=\"https://profiles.wordpress.org/grapplerulrich/\">Ulrich</a>, <a href=\"https://profiles.wordpress.org/uxkai/\">uxkai</a>, <a href=\"https://profiles.wordpress.org/valentinbora/\">Valentin Bora</a>, <a href=\"https://profiles.wordpress.org/contact-banker/\">Varun Sharma</a>, <a href=\"https://profiles.wordpress.org/vcanales/\">vcanales</a>, <a href=\"https://profiles.wordpress.org/ravivaddweb/\">vidhiaddweb</a>, <a href=\"https://profiles.wordpress.org/vinayakanivase/\">Vinayak Anivase</a>, <a href=\"https://profiles.wordpress.org/vinita29/\">Vinita Tandulkar</a>, <a href=\"https://profiles.wordpress.org/usestrict/\">Vinny</a>, <a href=\"https://profiles.wordpress.org/virgodesign/\">virgodesign</a>, <a href=\"https://profiles.wordpress.org/webmandesign/\">WebMan Design | Oliver Juhas</a>, <a href=\"https://profiles.wordpress.org/webmigrates/\">Webmigrates Technologies</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/planningwrite/\">Winstina Hughes</a>, <a href=\"https://profiles.wordpress.org/wittich/\">wittich</a>, <a href=\"https://profiles.wordpress.org/worldweb/\">worldweb</a>, <a href=\"https://profiles.wordpress.org/y_kolev/\">Y_Kolev</a>, <a href=\"https://profiles.wordpress.org/yansern/\">Yan Sern</a>, <a href=\"https://profiles.wordpress.org/yoavf/\">Yoav Farhi</a>, <a href=\"https://profiles.wordpress.org/yscik/\">yscik</a>, <a href=\"https://profiles.wordpress.org/fierevere/\">Yui</a>, <a href=\"https://profiles.wordpress.org/yvettesonneveld/\">Yvette Sonneveld</a>, and <a href=\"https://profiles.wordpress.org/zebulan/\">Zebulan Stanphill</a>.\n\n\n\n<p></p>\n\n\n\n<p>In addition, many thanks to all of the community volunteers who contribute in the <a href=\"https://wordpress.org/support/\">support forums</a>. They answer questions from people across the world, whether they are using WordPress for the first time, or they’ve been around since the first release all the way back in 2003. These releases are as successful as they are because of their efforts!</p>\n\n\n\n<p>Finally, thanks to all the community translators who helped make WordPress 5.6. available in 38 languages at the time of release. Our community translators are hard at work ensuring more languages are on their way (70 are already at 90%). If contributing to WordPress appeals to you, it’s easy to learn more. Check out <a href=\"https://make.wordpress.org/\">Make WordPress</a> or the <a href=\"https://make.wordpress.org/core/\">core development blog</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:\"9325\";s: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:57:\"\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:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"State of the Word 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:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wordpress.org/news/2020/12/state-of-the-word-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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 04 Dec 2020 22:55: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:6:\"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:34:\"https://wordpress.org/news/?p=9296\";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:110:\"State of the Word will be streamed on Facebook, YouTube, and Twitter on Thursday, Dec 17th, 2020 at 1600 UTC.\";s: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:7:\"Josepha\";s: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:2799:\"\n<p>State of the Word is an annual keynote address delivered by the project co-founder, Matt Mullenweg. This year’s keynote will be streamed on <a href=\"https://www.facebook.com/WordPress/\">Facebook</a>, <a href=\"https://www.youtube.com/wordpress\">YouTube</a>, and <a href=\"https://twitter.com/wordpress\">Twitter</a> on <a href=\"https://www.timeanddate.com/countdown/generic?iso=20201217T08&p0=224&msg=State+of+the+Word+2020&font=slab&csz=1\">Thursday, Dec 17th, 2020 at 1600 UTC</a>.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" width=\"632\" height=\"355\" src=\"https://i2.wp.com/wordpress.org/news/files/2020/12/State-of-the-Word-cover.png?resize=632%2C355&ssl=1\" alt=\"\" class=\"wp-image-9316\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2020/12/State-of-the-Word-cover.png?resize=1024%2C575&ssl=1 1024w, https://i2.wp.com/wordpress.org/news/files/2020/12/State-of-the-Word-cover.png?resize=300%2C168&ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2020/12/State-of-the-Word-cover.png?resize=768%2C431&ssl=1 768w, https://i2.wp.com/wordpress.org/news/files/2020/12/State-of-the-Word-cover.png?resize=1536%2C863&ssl=1 1536w, https://i2.wp.com/wordpress.org/news/files/2020/12/State-of-the-Word-cover.png?w=2048&ssl=1 2048w, https://i2.wp.com/wordpress.org/news/files/2020/12/State-of-the-Word-cover.png?w=1264&ssl=1 1264w, https://i2.wp.com/wordpress.org/news/files/2020/12/State-of-the-Word-cover.png?w=1896&ssl=1 1896w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<h3>Have a question?</h3>\n\n\n\n<p>A Question and Answer period with pre-recorded videos will follow State of the Word. To take part, record a video of you asking your question to Matt on your computer or phone (landscape format, please). Don’t forget to include your name and how you use WordPress! Try to keep your video to under a minute so Matt can answer as many questions as possible.</p>\n\n\n\n<p>To submit your question, upload it as an unlisted video (<a href=\"https://support.google.com/youtube/answer/157177\">YouTube works great for this</a>) and send a link to <a href=\"mailto:ask-matt@wordcamp.org\">ask-matt@wordcamp.org</a>. <strong>Deadline is Friday, Dec 11th, 2020!</strong></p>\n\n\n\n<h3>New to State of the Word?</h3>\n\n\n\n<p>If this is your first time hearing of this talk, you’re in luck! Check out previous recordings below.</p>\n\n\n\n<ul><li><a href=\"https://wordpress.tv/2019/11/03/2019-state-of-the-word/\">State of the Word 2019 – WordCamp US, St. Louis</a></li><li><a href=\"https://wordpress.tv/2018/12/27/state-of-the-word-2018/\">State of the Word 2018 – WordCamp US, Nashville</a></li><li><a href=\"https://wordpress.tv/tag/state-of-the-word/\">All recordings</a></li></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:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"9296\";s: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 \";s: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:37:\"The Month in WordPress: November 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:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"https://wordpress.org/news/2020/12/the-month-in-wordpress-november-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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 02 Dec 2020 09:13: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: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=9283\";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:304:\"November 2020 saw several updates to the WordPress 5.6 release. Read on to follow all the latest news from the WordPress world! WordPress 5.6 updates The Core team released WordPress 5.6 Beta 3 on Nov. 2, Beta 4 on Nov. 12, release candidate 1 on Nov. 17, and release candidate 2 on Dec. 1. You […]\";s: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:\"Hari Shanker R\";s: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:10892:\"\n<p>November 2020 saw several updates to the WordPress 5.6 release. Read on to follow all the latest news from the WordPress world!</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>WordPress 5.6 updates</h2>\n\n\n\n<p>The Core team released WordPress 5.6 <a href=\"https://wordpress.org/news/2020/11/wordpress-5-6-beta-3/\">Beta 3</a> on Nov. 2, <a href=\"https://wordpress.org/news/2020/11/wordpress-5-6-beta-4/\">Beta 4</a> on Nov. 12, <a href=\"https://wordpress.org/news/2020/11/wordpress-5-6-release-candidate/\">release candidate</a> 1 on Nov. 17, and <a href=\"https://wordpress.org/news/2020/12/wordpress-5-6-release-candidate-2/\">release candidate 2</a> on Dec. 1. You can test the Beta versions and the release candidates by <a href=\"https://wordpress.org/wordpress-5.6-beta2.zip\">downloading them from WordPress.org</a> or by using the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin. Check out the <a href=\"https://make.wordpress.org/core/2020/11/20/wordpress-5-6-field-guide/\">WordPress 5.6 field guide</a> to understand the features of WordPress 5.6 and learn how you can incorporate them into your websites. WordPress 5.6 <a href=\"https://make.wordpress.org/core/5-6/\">will be out by Dec. 9, 2020</a>. </p>\n\n\n\n<p>But our work is never done: You can submit <a href=\"https://make.wordpress.org/core/2020/11/23/wordpress-5-7-whats-on-your-wishlist/\">feature suggestions for WordPress 5.7</a> by Dec. 15. </p>\n\n\n\n<p>Want to contribute to upcoming WordPress releases? Join the WordPress Core dev chats on Wednesdays at 5 a.m. and 8 p.m. UTC in the <a href=\"https://wordpress.slack.com/archives/C02RQBWTW\">#core</a> channel on the <a href=\"https://make.wordpress.org/chat/\">Make WordPress Slack</a>, and <a href=\"https://make.wordpress.org/core/tag/dev-chat/\">catch up with recaps</a> on the <a href=\"https://make.wordpress.org/core/\">Core team blog</a>. If you would like to help with WordPress 5.6 outreach, contact the <a href=\"https://make.wordpress.org/marketing/\">WordPress Marketing team</a> on the <a href=\"https://wordpress.slack.com/archives/C0GKJ7TFA\">#marketing</a> channel.</p>\n\n\n\n<h2>Gutenberg 9.3 and 9.4 are out</h2>\n\n\n\n<p>Contributor teams released Gutenberg <a href=\"https://make.wordpress.org/core/2020/11/04/whats-new-in-gutenberg-4-november/\">Version 9.3</a> on Nov. 4 and <a href=\"https://make.wordpress.org/core/2020/11/19/whats-new-in-gutenberg-18-november-2/\">Version 9.4</a> on Nov. 18. Both versions include several improvements to Full Site Editing (FSE) flows, in addition to bug fixes and feature upgrades. Version 9.3 is the first release that isn’t included entirely in WordPress 5.6; the version automatically enables FSE experiments when a block-based theme is active. Version 9.4 introduces some new features like percentage width for button blocks, block variation transformations, social icon support, and font size support for the list block. You can find out more about the Gutenberg roadmap in the <a href=\"https://make.wordpress.org/core/2020/11/02/whats-next-in-gutenberg-november-2020/\">What’s next in Gutenberg blog post</a>.</p>\n\n\n\n<p>Want to get involved in building Gutenberg? Follow <a href=\"https://make.wordpress.org/core/\">the Core team blog</a>, contribute to <a href=\"https://github.com/WordPress/gutenberg/\">Gutenberg on GitHub</a>, and join the <a href=\"https://wordpress.slack.com/archives/C02QB2JS7\">#core-editor</a> channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<h2>Learn WordPress updates</h2>\n\n\n\n<p>WordPress contributor teams are all set to launch <a href=\"https://learn.wordpress.org/\">Learn WordPress</a> in December. Community members can now watch<a href=\"https://learn.wordpress.org/workshops\"> video workshops</a> to learn about various WordPress topics, <a href=\"https://www.meetup.com/learn-wordpress-discussions/\">participate in discussion groups</a>, and use <a href=\"https://learn.wordpress.org/lesson-plans/\">lesson plans</a> for organizing their own workshops. Contributor teams have launched <a href=\"https://make.wordpress.org/community/2020/11/18/quizzes-are-now-live-on-learn-wordpress/\">quizzes</a> and are also working on <a href=\"https://make.wordpress.org/community/2020/11/18/standards-for-learn-wordpress-workshop-content/\">setting standards</a> for workshops.<br></p>\n\n\n\n<p>Want to contribute to Learn WordPress? You can now submit a <a href=\"https://learn.wordpress.org/workshop-presenter-application/\">workshop application</a> (submissions in languages other than English are welcome!), apply to become a <a href=\"https://learn.wordpress.org/discussion-group-leader-application/\">discussion group leader</a>, organize <a href=\"https://make.wordpress.org/community/handbook/virtual-events/organize-learn-wordpress-discussion-groups-for-your-wordpress-meetup/\">discussions for your local WordPress meetup group</a>, or <a href=\"https://make.wordpress.org/training/2020/11/25/high-priority-items-before-learn-wordpress-org-launch-part-2/\">help fix issues with existing lesson plans</a>.</p>\n\n\n\n<h2>WordPress 5.6 Translations and Polyglots survey</h2>\n\n\n\n<p>WordPress 5.6 is ready to be translated and is now at <a href=\"https://make.wordpress.org/polyglots/handbook/glossary/#hard-freeze\">hard string freeze</a>. If you would like to contribute, <a href=\"https://make.wordpress.org/polyglots/2020/11/07/wordpress-5-6-ready-to-be-translated/\">check out these instructions</a> and ensure that <a href=\"https://make.wordpress.org/polyglots/handbook/translating/packaging-localized-wordpress/automated-release-packages/\">your locale is ready for an automated release</a>. The Polyglots team has also kicked off its <a href=\"https://wordpressdotorg.survey.fm/polyglots-translator-research\">translator research survey</a>. Please <a href=\"https://wordpressdotorg.survey.fm/polyglots-translator-research\">participate in the survey</a>, share the <a href=\"https://wordpressdotorg.survey.fm/polyglots-translator-research\">survey link</a> with members of your locale, and help amplify the <a href=\"https://www.facebook.com/WPTranslationDay/posts/1275404086174610\">Facebook</a>, <a href=\"https://twitter.com/TranslateWP/status/1333342595913834496\">Twitter</a>, and <a href=\"https://www.linkedin.com/posts/wptranslationday_makewordpress-wordpress-activity-6739110862650523648-fX8R/\">LinkedIn</a> posts about it.</p>\n\n\n\n<p>Want to help WordPress speak your language? Follow <a href=\"https://make.wordpress.org/polyglots\">the Polyglots team blog</a> and join the <a href=\"https://wordpress.slack.com/archives/C02RP50LK\">#polyglots</a> channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>. </p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Further Reading:</h2>\n\n\n\n<ul><li><a href=\"https://www.php.net/releases/8.0/en.php\">PHP 8</a> is out, and WordPress 5.6 <a href=\"https://make.wordpress.org/core/2020/11/23/wordpress-and-php-8-0/\">aims to be “beta-compatible” with the latest PHP version</a>.</li><li>Contributor teams have kicked off <a href=\"https://make.wordpress.org/themes/2020/11/18/theme-previews-in-the-time-of-blocks/\">an ongoing discussion on starter content for WordPress themes</a>. Starter content for the <a href=\"http://wp-themes.com/twentytwentyone/\">Twenty Twenty One</a>, <a href=\"http://wp-themes.com/twentytwenty/\">Twenty Twenty</a>, and <a href=\"http://wp-themes.com/twentyseventeen/\">Twenty Seventeen</a> themes are now available.</li><li>The Accessibility team is <a href=\"https://github.com/10degrees/accessibility-statement-plugin\">testing a tool</a> to generate the structure of an accessibility statement for WordPress websites based on <a href=\"https://www.w3.org/WAI/planning/statements/generator/#create\">W3C standards</a>, and it is <a href=\"https://github.com/10degrees/accessibility-statement-plugin/issues\">requesting feedback from the community</a>.</li><li>The <a href=\"https://wordpressfoundation.org/\">WordPress Foundation</a> has published a <a href=\"https://wordpressfoundation.org/2020/open-source-workshops-november-2020-report/\">report on Open Source workshops</a> that were held online in 2020, based on the <a href=\"https://learn.wordpress.org/\">Learn WordPress</a> platform.</li><li>The Docs team is actively <a href=\"https://make.wordpress.org/docs/2020/11/12/follow-up-on-gutenberg-developer-documentation-restructuring-proposal/\">following up</a> on a proposal to <a href=\"https://make.wordpress.org/docs/2020/08/13/plan-proposal-for-a-new-better-structured-gutenberg-developer-documentation/\">restructure the Gutenberg developer documentation</a>.</li><li>The Community team is back with <a href=\"https://make.wordpress.org/community/tag/tuesdaytrainings/\">Tuesday Trainings</a>. The team is <a href=\"https://make.wordpress.org/community/2020/11/16/community-team-goals-for-2021-share-your-suggestions/\">also inviting suggestions on team goals for 2021</a> with a deadline of Dec. 14.</li><li>The Support team is <a href=\"https://make.wordpress.org/support/2020/11/changing-up-the-forum-front-page/\">making changes to the forum page</a> to improve discoverability. </li><li>Two online WordCamps took place in November: <a href=\"https://finland.wordcamp.org/2020/\">WordCamp Finland Online</a> and <a href=\"https://mexico.wordcamp.org/2020/\">WordCamp Mexico Online</a>. You can find Livestream recaps of the events on their websites. Videos will soon be available on WordPress.tv as well.</li><li>The Themes team <a href=\"https://make.wordpress.org/themes/2020/11/11/meeting-notes-tuesday-november-10-2020/\">made some changes to WordPress theme requirements</a>. These include removing updated CSS guidelines and a proposed plan to make WordPress themes accessibility-ready. The team is also <a href=\"https://make.wordpress.org/themes/2020/11/19/feedback-requested-resolution-process-for-issues-found-in-live-themes/\">requesting feedback</a> on the resolution process for issues found in live themes.</li><li>WordPress 5.6 will feature a <a href=\"https://make.wordpress.org/core/2020/11/05/updating-core-jquery-to-version-3-part-2/\">major jQuery change</a>, with the bundled jQuery version being updated to Version 3.5.1 and jQuery Migrate being updated to Version 3.3.2.</li><li>The <a href=\"https://make.wordpress.org/community/tag/wpdiversity/\">Diversity speaker training group</a> of the Community team is requesting feedback on reimagining their work. Please <a href=\"https://make.wordpress.org/community/2020/11/12/input-requested-re-imagining-the-work-of-the-diverse-speaker-training-group-wpdiversity/\">share your feedback as comments on the post</a> by Dec. 18.</li></ul>\n\n\n\n<p><em>Have a story that we should include in the next “Month in WordPress” post? Please </em><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><em>submit it here</em></a><em>.</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:\"9283\";s: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:60:\"\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:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"WordPress 5.6 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/2020/12/wordpress-5-6-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:\"Tue, 01 Dec 2020 22:09: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:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:11:\"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:1;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=9274\";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:388:\"The second release candidate for WordPress 5.6 is here! WordPress 5.6 is slated for release on December 8, 2020, and we need your help to get there—if you haven’t tried 5.6 yet, now is the time! You can test WordPress 5.6 release candidate 2 in two ways: Try the WordPress Beta Tester plugin (choose the “bleeding edge nightlies” option). Or download 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:7:\"Josepha\";s: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:2249:\"\n<p>The second release candidate for WordPress 5.6 is here!</p>\n\n\n\n<p>WordPress 5.6 is slated for release on <strong>December 8, 2020</strong>, and we need <em>your</em> help to get there—if you haven’t tried 5.6 yet, now is the time!</p>\n\n\n\n<p>You can test WordPress 5.6 release candidate 2 in two ways:</p>\n\n\n\n<ul><li>Try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (choose the “bleeding edge nightlies” option).</li><li>Or <a href=\"https://wordpress.org/wordpress-5.6-RC2.zip\">download the release candidate here (zip)</a>.</li></ul>\n\n\n\n<p>Thank you to all of the contributors who tested the Beta releases and gave feedback. Testing for bugs is a critical part of polishing every release and a great way to contribute to WordPress.</p>\n\n\n\n<h2>Plugin and Theme Developers</h2>\n\n\n\n<p>Please test your plugins and themes against WordPress 5.6 and update the <em>Tested up to</em> version in the readme file to 5.6. If you find compatibility problems, please be sure to post to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">support forums</a>. That way, those can be figured out before the final release. </p>\n\n\n\n<p>For a more detailed breakdown of the changes included in WordPress 5.6, check out the <a href=\"https://wordpress.org/news/2020/10/wordpress-5-6-beta-1/\">WordPress 5.6 beta 1 post</a>. The <a href=\"https://make.wordpress.org/core/2020/11/20/wordpress-5-6-field-guide/\">WordPress 5.6 Field Guide</a> is also out! It’s your source for details on all the major changes.</p>\n\n\n\n<h2>How to Help</h2>\n\n\n\n<p>Do you speak a language other than English? <a href=\"https://translate.wordpress.org/projects/wp/dev\">Help translate WordPress into more than 100 languages!</a></p>\n\n\n\n<p><em><strong>Think you found a bug?</strong> Post it to the <a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. We would love to hear from you! If you’re comfortable writing a reproducible bug report you can <a href=\"https://make.wordpress.org/core/reports/\">file one on WordPress Trac</a>. Don’t forget to check <a href=\"https://core.trac.wordpress.org/tickets/major\">the list of known bugs</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:\"9274\";s: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:60:\"\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:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"WordPress 5.6 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/2020/11/wordpress-5-6-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:\"Tue, 17 Nov 2020 22:43: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:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:11:\"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:1;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=9258\";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:49:\"WordPress 5.6 Release Candidate is 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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Josepha\";s: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:3349:\"\n<p>The first release candidate for WordPress 5.6 is now available!</p>\n\n\n\n<p>This is an important milestone in the community’s progress toward the final release of WordPress 5.6.</p>\n\n\n\n<p>“Release Candidate” means that the new version is ready for release, but with millions of users and thousands of plugins and themes, it’s possible something was missed. WordPress 5.6 is slated for release on <strong>December 8, 2020</strong>, but we need <em>your</em> help to get there—if you haven’t tried 5.6 yet, <strong>now is the time</strong>!</p>\n\n\n\n<p>You can test the WordPress 5.6 release candidate in two ways:</p>\n\n\n\n<ul><li>Try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (choose the “Bleeding edge” channel and Beta/RC Only” stream options)</li><li>Or <a href=\"https://wordpress.org/wordpress-5.6-RC1.zip\">download the release candidate here (zip)</a>.</li></ul>\n\n\n\n<p>Thank you to all of the contributors who tested the Beta releases and gave feedback. Testing for bugs is a critical part of polishing every release and a great way to contribute to WordPress.</p>\n\n\n\n<h2>What’s in WordPress 5.6?</h2>\n\n\n\n<p>The final release of 2020 continues the annual tradition of a new default theme that is custom built to showcase the new features and functionality of the software. Continued progress on the block editor is especially clear in this release, which brings more blocks to more places, and fewer clicks to implement your layouts.</p>\n\n\n\n<p>WordPress 5.6 also has lots of refinements to polish the developer experience. To learn more, subscribe to the <a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a> and pay special attention to the <a href=\"https://make.wordpress.org/core/tag/5-6+dev-notes/\">developer notes</a> tag for updates on those and other changes that could affect your products.</p>\n\n\n\n<h2>Plugin and Theme Developers</h2>\n\n\n\n<p>Please test your plugins and themes against WordPress 5.6 and update the <em>Tested up to</em> version in the readme file to 5.6. If you find compatibility problems, please be sure to post to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">support forums</a>, so those can be figured out before the final release.</p>\n\n\n\n<p>The WordPress 5.6 Field Guide, due very shortly, will give you a more detailed dive into the major changes.</p>\n\n\n\n<h2>How to Help</h2>\n\n\n\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> This release also marks the <a href=\"https://make.wordpress.org/polyglots/handbook/glossary/#hard-freeze\">hard string freeze</a> point of the 5.6 release schedule.</p>\n\n\n\n<p><em><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>.</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:\"9258\";s: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:60:\"\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:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 5.6 Beta 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:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2020/11/wordpress-5-6-beta-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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 12 Nov 2020 23:49:45 +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:11:\"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:1;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=9249\";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:363:\"WordPress 5.6 Beta 4 is now available for testing! This software is still in development, so we recommend that you run this version on a test site. You can test the WordPress 5.6 beta in two ways: Try the WordPress Beta Tester plugin (choose the “bleeding edge nightlies” option). Or download the beta here (zip). The current target for 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:7:\"Josepha\";s: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:5658:\"\n<p>WordPress 5.6 Beta 4 is now available for testing!</p>\n\n\n\n<p><strong>This software is still in development,</strong> so we recommend that you run this version on a test site.</p>\n\n\n\n<p>You can test the WordPress 5.6 beta in two ways:</p>\n\n\n\n<ul><li>Try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (choose the “bleeding edge nightlies” option).</li><li>Or <a href=\"https://wordpress.org/wordpress-5.6-beta4.zip\">download the beta here (zip)</a>.</li></ul>\n\n\n\n<p>The current target for the final release is December 8, 2020. This is just over<strong> three weeks away</strong>, so your help is needed to ensure this release is tested properly.</p>\n\n\n\n<p>Thank you to all of the contributors that tested the <a href=\"https://wordpress.org/news/2020/11/wordpress-5-6-beta-3/\">beta 3</a> development release and provided feedback. Testing for bugs is an important part of polishing each release and a great way to contribute to WordPress.</p>\n\n\n\n<h2><strong>Some Highlights</strong></h2>\n\n\n\n<p>Since beta 3, <a rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://core.trac.wordpress.org/query?status=closed&changetime=11%2F04%2F2020..11%2F12%2F2020&milestone=5.6&group=component&col=id&col=summary&col=owner&col=type&col=priority&col=component&col=version&order=priority\">42 bugs</a> have been fixed. Here is a summary of a few changes included in beta 4:</p>\n\n\n\n<ul><li>There was a change to the auto-updates implementation for new installations of the software (<a href=\"https://core.trac.wordpress.org/ticket/50907\">#50907</a>). <em><a href=\"https://make.wordpress.org/core/2020/11/10/upgrade-install-component-meeting-summary-november-10-2020/\">Next steps</a>, and <a href=\"https://make.wordpress.org/core/2020/11/10/wp5-6-auto-update-implementation-change/\">rationale</a> are both available.</em></li><li>Added better handling of unexpected values in Site Health (<a href=\"https://core.trac.wordpress.org/ticket/50145\">#50145</a>).</li><li>Added a way for developers to filter the available authors list in Quick Edit (<a href=\"https://core.trac.wordpress.org/ticket/47685\">#47685</a>).</li><li>More accessible handling of the tag cloud widget (<a href=\"https://core.trac.wordpress.org/ticket/51455\">#51455</a>).</li><li><a href=\"https://core.trac.wordpress.org/query?status=closed&changetime=11%2F04%2F2020..11%2F12%2F2020&component=Media&milestone=5.6&group=component&col=id&col=summary&col=owner&col=type&col=priority&col=component&col=version&order=priority\">Multiple improvements in the Media component</a>.</li><li><a href=\"https://core.trac.wordpress.org/query?status=closed&changetime=11%2F04%2F2020..11%2F12%2F2020&component=Build%2FTest+Tools&milestone=5.6&group=component&col=id&col=summary&col=owner&col=type&col=priority&col=component&col=version&order=priority\">Multiple improvements in the Build/Test Tools component</a>.</li></ul>\n\n\n\n<p><em>To see all of the features for each Gutenberg release in detail, check out the release posts: <a href=\"https://make.wordpress.org/core/2020/07/22/whats-new-in-gutenberg-july-22/\">8.6</a>, <a href=\"https://make.wordpress.org/core/2020/08/05/whats-new-in-gutenberg-august-5/\">8.7</a>, <a href=\"https://make.wordpress.org/core/2020/08/19/whats-new-in-gutenberg-august-19/\">8.8</a>, <a href=\"https://make.wordpress.org/core/2020/09/03/whats-new-in-gutenberg-2-september/\">8.9</a>, <a href=\"https://make.wordpress.org/core/2020/09/16/whats-new-in-gutenberg-16-september/\">9.0</a>, <a href=\"https://make.wordpress.org/core/2020/10/01/whats-new-in-gutenberg-30-september/\">9.1</a>, <a href=\"https://make.wordpress.org/core/2020/10/21/whats-new-in-gutenberg-21-october/\">9.2</a>, and <a href=\"https://github.com/WordPress/gutenberg/releases/tag/v9.3.0-rc.1\">9.3</a>.</em></p>\n\n\n\n<h2 id=\"block-76156b2b-0a52-4502-b585-6cbe9481f55b\">Developer notes</h2>\n\n\n\n<p id=\"block-3fe5e264-0a95-4f12-9a18-0cb9dc5955d1\">WordPress 5.6 has lots of refinements to the developer experience. To keep up, subscribe to the <a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a> and pay special attention to the <a href=\"https://make.wordpress.org/core/tag/5-6+dev-notes/\">developers’ notes</a> for updates on those and other changes that could affect your products.</p>\n\n\n\n<h2 id=\"block-bc89fd56-47b0-439f-8e2c-4a642c80a616\">How to Help</h2>\n\n\n\n<p id=\"block-9d871099-ec49-446c-8322-9e49b7498c10\">If you think you’ve found a bug, 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!</p>\n\n\n\n<p id=\"block-bd71c1d3-39d9-4b2a-8193-3486497b45fd\">If you’re comfortable writing a reproducible bug report, <a href=\"https://core.trac.wordpress.org/newticket\">file one on WordPress Trac</a>, where you can also find a list of <a href=\"https://core.trac.wordpress.org/query?status=new&milestone=5.6&group=component&col=id&col=summary&col=owner&col=type&col=priority&col=component&col=version&order=priority\">known bugs</a>.</p>\n\n\n\n<p><em>Props to @tonyamork, @audrasjb for technical notes and @angelasjin,<em> </em><a href=\"https://profiles.wordpress.org/yvettesonneveld/\">@yvettesonneveld</a><em>, </em><a href=\"https://profiles.wordpress.org/cguntur/\">@cguntur</a>, <a href=\'https://profiles.wordpress.org/cbringmann/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>cbringmann</a> for final review.</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:\"9249\";s: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:60:\"\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:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 5.6 Beta 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:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2020/11/wordpress-5-6-beta-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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 02 Nov 2020 21:23: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:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:11:\"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:1;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=9234\";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:379:\"WordPress 5.6 Beta 3 is now available for testing! This software is still in development, so we recommend that you run this version on a test site. You can test the WordPress 5.6 beta in two ways: Try the WordPress Beta Tester plugin (choose the “bleeding edge nightlies” option). Or download the beta here (zip). The current target for 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:15:\"Chloe Bringmann\";s: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:5206:\"\n<p>WordPress 5.6 Beta 3 is now available for testing!</p>\n\n\n\n<p><strong>This software is still in development,</strong> so we recommend that you run this version on a test site.</p>\n\n\n\n<p>You can test the WordPress 5.6 beta in two ways:</p>\n\n\n\n<ul><li>Try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (choose the “bleeding edge nightlies” option).</li><li>Or <a href=\"https://wordpress.org/wordpress-5.6-beta3.zip\">download the beta here (zip)</a>.</li></ul>\n\n\n\n<p>The current target for the final release is December 8, 2020. This is just <strong>five weeks away</strong>, so your help is needed to ensure this release is tested properly.</p>\n\n\n\n<p>Thank you to all of the contributors that tested the <a href=\"https://wordpress.org/news/2020/10/wordpress-5-6-beta-2/\">beta 2 </a>development release and provided feedback. Testing for bugs is an important part of polishing each release and a great way to contribute to WordPress.</p>\n\n\n\n<h2><strong>Some Highlights</strong></h2>\n\n\n\n<p>Since beta 2, <a rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://core.trac.wordpress.org/query?status=closed&changetime=10%2F28%2F2020..11%2F03%2F2020&milestone=5.6&group=component&col=id&col=summary&col=owner&col=type&col=priority&col=component&col=version&order=priority\">20 bugs</a> have been fixed. Here is a summary of a few changes included in beta 3:</p>\n\n\n\n<ul><li>Added block patterns for Twenty Twenty (see <a rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://core.trac.wordpress.org/ticket/51098\">#51098</a>) and Twenty Nineteen (see <a rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://core.trac.wordpress.org/ticket/51099\">#51099</a>) themes.</li><li>Added theme support for navigation-widgets (see <a rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://core.trac.wordpress.org/ticket/51445\">#51445</a>).</li><li>Fixed incorrect slashes in the URL if the parent is empty for REST API (see <a rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://core.trac.wordpress.org/ticket/44745\">#44745</a>).</li><li>Added a test to Site Health to verify that the <code>Authorization</code> header is working as expected for Application Passwords (see <a rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://core.trac.wordpress.org/ticket/51638\">#51638</a>).</li><li>10 additional bugs fixed in the block editor (see <a rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://github.com/WordPress/gutenberg/pull/26588\">#26588</a>).</li></ul>\n\n\n\n<p>To see all of the features for each Gutenberg release in detail, check out the release posts: <a href=\"https://make.wordpress.org/core/2020/07/22/whats-new-in-gutenberg-july-22/\">8.6</a>, <a href=\"https://make.wordpress.org/core/2020/08/05/whats-new-in-gutenberg-august-5/\">8.7</a>, <a href=\"https://make.wordpress.org/core/2020/08/19/whats-new-in-gutenberg-august-19/\">8.8</a>, <a href=\"https://make.wordpress.org/core/2020/09/03/whats-new-in-gutenberg-2-september/\">8.9</a>, <a href=\"https://make.wordpress.org/core/2020/09/16/whats-new-in-gutenberg-16-september/\">9.0</a>, <a href=\"https://make.wordpress.org/core/2020/10/01/whats-new-in-gutenberg-30-september/\">9.1</a>, <a href=\"https://make.wordpress.org/core/2020/10/21/whats-new-in-gutenberg-21-october/\">9.2</a>, and <a href=\"https://github.com/WordPress/gutenberg/releases/tag/v9.3.0-rc.1\">9.3</a>.</p>\n\n\n\n<h2 id=\"block-76156b2b-0a52-4502-b585-6cbe9481f55b\">Developer notes</h2>\n\n\n\n<p id=\"block-3fe5e264-0a95-4f12-9a18-0cb9dc5955d1\">WordPress 5.6 has lots of refinements to the developer experience as well. To keep up, subscribe to the <a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a> and pay special attention to the <a href=\"https://make.wordpress.org/core/tag/5-6+dev-notes/\">developers’ notes</a> for updates on those and other changes that could affect your products.</p>\n\n\n\n<h2 id=\"block-bc89fd56-47b0-439f-8e2c-4a642c80a616\">How to Help</h2>\n\n\n\n<p id=\"block-9d871099-ec49-446c-8322-9e49b7498c10\">If you think you’ve found a bug, 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!</p>\n\n\n\n<p id=\"block-bd71c1d3-39d9-4b2a-8193-3486497b45fd\">If you’re comfortable writing a reproducible bug report, <a href=\"https://core.trac.wordpress.org/newticket\">file one on WordPress Trac</a>, where you can also find a list of <a href=\"https://core.trac.wordpress.org/query?status=new&milestone=5.6&group=component&col=id&col=summary&col=owner&col=type&col=priority&col=component&col=version&order=priority\">known bugs</a>.</p>\n\n\n\n<p><em>Props to <a href=\'https://profiles.wordpress.org/hellofromtonya/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>hellofromtonya</a> for help and <a href=\'https://profiles.wordpress.org/chanthaboune/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>chanthaboune</a> for final review.</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:\"9234\";s: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:57:\"\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:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"The Month in WordPress: October 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:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://wordpress.org/news/2020/11/the-month-in-wordpress-october-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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 02 Nov 2020 18:14: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: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=9225\";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:\"October 2020 was a notable month for WordPress lovers, thanks to the release of several products and updates. Read on to keep up with all the latest news! The 2020 WordPress Annual Survey is out The team published the 2020 WordPress Annual survey —  to help those who build WordPress to understand more about our […]\";s: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:\"Hari Shanker R\";s: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:11855:\"\n<p>October 2020 was a notable month for WordPress lovers, thanks to the release of several products and updates. Read on to keep up with all the latest news!</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>The 2020 WordPress Annual Survey is out</h2>\n\n\n\n<p>The team published the <a href=\"https://wordpressdotorg.survey.fm/wordpress-2020-survey-english\">2020 WordPress Annual survey</a> — to help those who build WordPress to understand more about our software usage and our contributors’ experience. The Annual Survey will be open for at least 6 weeks and is available in <a href=\"https://wordpressdotorg.survey.fm/wordpress-2020-survey-french\">French</a>, <a href=\"https://wordpressdotorg.survey.fm/wordpress-2020-survey-german\">German</a>, <a href=\"https://wordpressdotorg.survey.fm/wordpress-2020-survey-japanese\">Japanese</a>, <a href=\"https://wordpressdotorg.survey.fm/wordpress-2020-survey-russian\">Russian</a>, and <a href=\"https://wordpressdotorg.survey.fm/wordpress-2020-survey-spanish\">Spanish</a>. The survey results (once complete) will be posted on <a href=\"https://wordpress.org/news/\">WordPress.org/news</a>. The<a href=\"https://wordpress.org/news/2020/10/take-the-2020-wordpress-annual-survey-and-view-the-2019-results/\"> 2019 survey results</a> have also been released and can now be viewed as <a href=\"https://docs.google.com/presentation/d/1FI7eEvSB5SHTSILIBpwOmH9rBffgD6mFnnqSkrEScYo/edit\">slides</a> or downloaded in <a href=\"https://www.dropbox.com/sh/bq62sficymopgos/AAA-wx73cDviVG84NSCTgjNDa?dl=0\">PDF format</a>. </p>\n\n\n\n<h2>WordPress Translation celebrations spanned four weeks</h2>\n\n\n\n<p>The last week of September and most of October were focused on recruiting and encouraging polyglot contributors to the WordPress translation project. What was originally envisioned as a single-day event lasted 24 days! The Polyglots and Marketing Teams are exploring how future mini-events can be supported to continue building the momentum. Recordings of the live talks and interviews with contributors are available <a href=\"https://www.youtube.com/playlist?list=PLCVEqsAbLfffK5WzOT9BhPsh82HgM8vj1\">on YouTube</a>. Write-ups from the different events are <a href=\"https://wptranslationday.org/\">on the WPTranslationDay website</a>. </p>\n\n\n\n<p>Want to help WordPress speak your own language? Follow <a href=\"https://make.wordpress.org/polyglots\">the Polyglots team blog</a> and join the <a href=\"https://wordpress.slack.com/archives/C02RP50LK\">#polyglots</a> channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>. </p>\n\n\n\n<h2>WordPress maintenance and beta releases</h2>\n\n\n\n<p>The Core team released <a href=\"https://make.wordpress.org/core/2020/10/30/wordpress-5-5-3-release-some-technical-details/\">WordPress 5.5.3 on Oct. 31</a>, following the release of Version <a href=\"https://wordpress.org/news/2020/10/wordpress-5-5-2-security-and-maintenance-release/\">5.5.2 on Oct. 29</a>. Both releases fix several bugs and security issues with WordPress. You can update to the latest version directly from your WordPress dashboard or <a href=\"https://wordpress.org/download/\">download</a> it now from WordPress.org. The team also released WordPress 5.6 <a href=\"https://wordpress.org/news/2020/10/wordpress-5-6-beta-1/\">Beta 1</a> on Oct. 20, followed by <a href=\"https://wordpress.org/news/2020/10/wordpress-5-6-beta-2/\">Beta 2 </a>on Oct. 27. When ready, the final release will include improvements to the editor, auto-updates for major releases, PHP 8 support, and the Twenty Twenty One theme. You can test the Beta versions by <a href=\"https://wordpress.org/wordpress-5.6-beta2.zip\">downloading them from WordPress.org</a> or using the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin.<br></p>\n\n\n\n<p>Want to be involved in the next release? Follow WordPress 5.6 updates on the <a href=\"https://make.wordpress.org/core/5-6/\">development cycle</a> and sign-up for the <a href=\"https://make.wordpress.org/core/2020/10/22/code-review-commit-office-hours-for-5-6/\">code review/commit office hours</a>. You can help build WordPress Core by following<a href=\"https://make.wordpress.org/core/\"> the Core team blog</a> and joining the <a href=\"https://wordpress.slack.com/archives/C02RQBWTW\">#core</a> channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>. If you would like to help out with WordPress 5.6 outreach, contact the <a href=\"https://make.wordpress.org/marketing/\">WordPress Marketing team</a> on the <a href=\"https://wordpress.slack.com/archives/C0GKJ7TFA\">#marketing</a> channel.</p>\n\n\n\n<h2>Gutenberg 9.2 is released</h2>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/2020/10/21/whats-new-in-gutenberg-21-october/\">Version 9.2</a> of the Gutenberg plugin came out on Oct. 21. This release offers support for video subtitles, the ability to transform selected blocks into the columns block, background patterns in cover blocks, along with several exciting features such as improvements to the widget screen, as well as bug fixes. You can find out more about the Gutenberg roadmap in the <a href=\"https://make.wordpress.org/core/2020/10/01/whats-next-in-gutenberg-october/\">What’s next in Gutenberg blog post</a>.</p>\n\n\n\n<p>Want to get involved in building Gutenberg? Follow <a href=\"https://make.wordpress.org/core/\">the Core team blog</a>, contribute to <a href=\"https://github.com/WordPress/gutenberg/\">Gutenberg on GitHub</a>, and join the #core-editor channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<h2>Learn WordPress is gearing up for launch</h2>\n\n\n\n<p>The <a href=\"https://learn.wordpress.org/\">Learn WordPress</a> initiative, which offers <a href=\"https://learn.wordpress.org/workshops/\">WordPress video workshops</a> followed by <a href=\"https://www.meetup.com/learn-wordpress-discussions/\">interactive discussions</a>, is aiming to put out two courses by the end of the year as part of its full launch. The team is working on creating courses and is requesting feedback from community members on the <a href=\"https://make.wordpress.org/community/2020/10/23/learn-wordpress-course-planning/\">planned list of courses</a>.<br><br>Want to contribute to Learn WordPress? You can now submit a <a href=\"https://learn.wordpress.org/workshop-presenter-application/\">workshop application</a> (submissions in non-English languages are welcome), apply to become a <a href=\"https://learn.wordpress.org/discussion-group-leader-application/\">discussion group leader</a>, organize <a href=\"https://make.wordpress.org/community/handbook/virtual-events/organize-learn-wordpress-discussion-groups-for-your-wordpress-meetup/\">discussions for your local WordPress meetup group</a>, or <a href=\"https://make.wordpress.org/training/2020/10/14/call-for-screenshots-contributors/\">update screenshots</a> on existing <a href=\"https://learn.wordpress.org/lesson-plans/\">lesson plans</a>.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Further Reading:</h2>\n\n\n\n<ul><li>The <a href=\"https://make.wordpress.org/updates/2020/10/20/quarterly-updates-q3-2020/\">Q3 2020 update</a> from the WordPress project is now out!</li><li>The <a href=\"https://make.wordpress.org/marketing/\">WordPress Marketing team</a> has put together a list of <a href=\"https://github.com/wpmarketingteam/WP5.5\">WordPress 5.5 marketing resources</a> consisting of video presentations, slides, questions & answers, social media posts, and more – aimed at both developers and non-developers. The team has also prepared a list of <a href=\"https://www.youtube.com/playlist?list=PLCVEqsAbLffcS1Rx-COZ5CZBOmXZJEe6k\">captioned screen-recordings</a> in several languages to aid new contributors. Contact the team on the <a href=\"https://wordpress.slack.com/archives/C0GKJ7TFA\">#marketing</a> channel if you would like to contribute to these and upcoming projects. </li><li>The <a href=\"https://make.wordpress.org/core\">WordPress Core team</a> has <a href=\"https://make.wordpress.org/core/2020/09/23/proposal-rest-api-authentication-application-passwords/\">announced a proposal</a> to introduce application passwords for REST API integrations.</li><li>Five online WordCamps took place in October: <a href=\"https://2020.rochester.wordcamp.org/\">WordCamp Rochester, NY</a>, <a href=\"https://austin.wordcamp.org/2020/\">WordCamp Austin, TX</a>, <a href=\"https://2020.italia.wordcamp.org/\">WordCamp Italia Online</a>, <a href=\"https://la.wordcamp.org/2020/\">WordCamp Los Angeles, CA</a>, and <a href=\"https://bulgaria.wordcamp.org/2020/\">WordCamp Bulgaria Online</a>. You can find livestream recaps of these camps on their websites. The camps are also in the process of uploading their videos to <a href=\"https://wordpress.tv/\">WordPress.tv</a>. Check out the <a href=\"https://central.wordcamp.org/schedule/\">WordCamp Schedule</a> to catch up with upcoming online WordCamps.</li><li>Contributor teams have started work on <a href=\"https://make.wordpress.org/core/2020/10/22/twenty-twenty-one-dark-mode-discussion/\">adding dark mode support for the Twenty Twenty One theme</a>. Additionally, the development of the <a href=\"https://make.wordpress.org/themes/2020/10/23/developing-the-full-site-editing-version-of-twenty-twenty-one/\">Full Site Editing version of Twenty Twenty One</a> has also kicked-off in the <a href=\"https://github.com/WordPress/theme-experiments/tree/master/twentytwentyone-blocks\">Theme Experiments GitHub repository</a>.</li><li><a href=\"https://buddypress.org/2020/10/buddypress-7-0-0-beta1/\">BuddyPress 7.0 beta</a>, which comes with new administration screens, blocks, and improved CLI support – is now available! </li><li>The Core team is <a href=\"https://make.wordpress.org/core/2020/10/06/revisiting-starter-content-on-org-and-beyond/\">revisiting starter content for WordPress themes</a> as part of the 5.6 release. The team also decided not to ship the widgets screen in WordPress 5.6 and have started discussions on <a href=\"https://make.wordpress.org/core/2020/10/29/discussion-align-the-wordpress-release-cycle-with-the-industry-standard/\">aligning the WordPress release cycle with industry standards</a>.</li><li>WordPress Accessibility enthusiasts all over the world joined hands for the first ever 24 hour <a href=\"https://wpaccessibilityday.org/\">WP Accessibility day</a> event on Oct. 2. You can find the recorded livestream of the event on its <a href=\"https://www.youtube.com/channel/UCes9XCUZd51CAigbBEGlfNg/featured?view_as=subscriber\">YouTube channel</a>.</li><li>The <a href=\"https://make.wordpress.org/meta\">Meta</a> team has <a href=\"https://make.wordpress.org/meta/2020/10/27/block-pattern-directory-ideas-and-discussion/\">kicked off a discussion</a> on setting up a <a href=\"https://developer.wordpress.org/block-editor/developers/block-api/block-patterns/\">Block pattern</a> directory (similar to the <a href=\"https://wordpress.org/support/article/block-directory/\">existing block directory</a>). </li><li>The <a href=\"https://make.wordpress.org/themes\">Themes</a> team has published a post clarifying <a href=\"https://make.wordpress.org/themes/2020/10/07/block-based-themes-and-wordpress-5-6/\">how Block based themes will work with WordPress 5.6</a>. Check out the <a href=\"https://developer.wordpress.org/block-editor/tutorials/block-based-themes/\">block-based theme tutorial</a> and its <a href=\"https://github.com/WordPress/gutenberg/blob/master/docs/designers-developers/developers/themes/block-based-themes.md\">documentation</a> to learn how to build block-based themes. </li></ul>\n\n\n\n<p><em>Have a story that we should include in the next “Month in WordPress” post? Please </em><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><em>submit it here</em></a><em>.</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:\"9225\";s: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:57:\"\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:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"WordPress 5.5.3 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/2020/10/wordpress-5-5-3-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:\"Fri, 30 Oct 2020 20:25: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: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=9212\";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:372:\"WordPress 5.5.3 is now available.  This maintenance release fixes an issue introduced in WordPress 5.5.2 which makes it impossible to install WordPress on a brand new website that does not have a database connection configured. This release does not affect sites where a database connection is already configured, for example, via one-click installers or an […]\";s: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:\"Jake Spurlock\";s: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:4118:\"\n<p>WordPress 5.5.3 is now available. </p>\n\n\n\n<p>This maintenance release fixes an issue introduced in WordPress 5.5.2 which makes it impossible to install WordPress on a brand new website that does not have a database connection configured. This release does not affect sites where a database connection is already configured, for example, via one-click installers or an existing <code>wp-config.php</code> file.</p>\n\n\n\n<h2>5.5.3-alpha Issue</h2>\n\n\n\n<p>Earlier today — between approximately 15:30 and 16:00 UTC — the auto-update system for WordPress updated some sites from version 5.5.2 to version 5.5.3-alpha. This auto-update was due to an error in the Updates API caused by the 5.5.3 release preparations (<a href=\"https://wordpress.org/support/topic/wordpress-5-5-3-alpha-auto-updates/\">see more here</a>). The 5.5.3-alpha version at this point was functionally identical to 5.5.2 as no development work had been started on 5.5.3; however, the following changes may have been made to your site:</p>\n\n\n\n<ul><li>The default “Twenty” themes installed as part of the pre-release package.</li><li>The “Akismet” plugin installed as part of the pre-release package.</li></ul>\n\n\n\n<p>These themes and plugins were not activated and therefore remain non-functional unless you installed them previously. It is safe to delete these features should you prefer not to use them. </p>\n\n\n\n<p>If you are not on 5.5.2, or have auto-updates for minor releases disabled, please manually update to the 5.5.3 version by downloading WordPress 5.5.3 or visiting Dashboard → Updates and click “Update Now.”</p>\n\n\n\n<p>For more technical details of the issue, we’ve <a href=\"https://make.wordpress.org/core/2020/10/30/wordpress-5-5-3-release-some-technical-details/\">posted on our Core Development blog</a>.</p>\n\n\n\n<h2>Thanks and props!</h2>\n\n\n\n<p>Thanks to those who contributed to the 5.5.3 release: <a href=\'https://profiles.wordpress.org/audrasjb/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>audrasjb</a>, <a href=\'https://profiles.wordpress.org/barry/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>barry</a>, <a href=\'https://profiles.wordpress.org/chanthaboune/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>chanthaboune</a>, <a href=\'https://profiles.wordpress.org/cbringmann/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>cbringmann</a>, <a href=\'https://profiles.wordpress.org/clorith/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>clorith</a>, <a href=\'https://profiles.wordpress.org/davidbaumwald/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>davidbaumwald</a>, <a href=\'https://profiles.wordpress.org/desrosj/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>desrosj</a>, <a href=\'https://profiles.wordpress.org/hellofromtonya/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>hellofromtonya</a>, <a href=\'https://profiles.wordpress.org/jeffpaul/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>jeffpaul</a>, <a href=\'https://profiles.wordpress.org/johnbillion/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>johnbillion</a>, <a href=\'https://profiles.wordpress.org/garubi/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>garubi</a>, <a href=\'https://profiles.wordpress.org/metalandcoffee/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>metalandcoffee</a>, <a href=\'https://profiles.wordpress.org/mukesh27/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>mukesh27</a>, <a href=\'https://profiles.wordpress.org/otto42/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>otto42</a>, <a href=\'https://profiles.wordpress.org/punitsoftac/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>punitsoftac</a>, <a href=\'https://profiles.wordpress.org/sergeybiryukov/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>sergeybiryukov</a>, <a href=\'https://profiles.wordpress.org/whyisjake/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>whyisjake</a>, and <a href=\'https://profiles.wordpress.org/xknown/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>xknown</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:\"9212\";s: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:57:\"\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:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"WordPress 5.5.2 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:84:\"https://wordpress.org/news/2020/10/wordpress-5-5-2-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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 29 Oct 2020 20:41: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=9189\";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:364:\"WordPress 5.5.2 is now available! This security and maintenance release features 14 bug fixes in addition to 10 security fixes. Because this is a security release, it is recommended that you update your sites immediately. All versions since WordPress 3.7 have also been updated. WordPress 5.5.2 is a short-cycle security and maintenance release. The next […]\";s: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:\"Jb Audras\";s: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:7296:\"\n<p>WordPress 5.5.2 is now available!</p>\n\n\n\n<p>This security and maintenance release features <a href=\"https://core.trac.wordpress.org/query?milestone=5.5.2&group=component&col=id&col=summary&col=milestone&col=owner&col=type&col=status&col=priority&order=priority\">14 bug fixes</a> in addition to 10 security fixes. Because this is a <strong>security release</strong>, it is recommended that you update your sites immediately. All versions since WordPress 3.7 have also been updated.</p>\n\n\n\n<p>WordPress 5.5.2 is a short-cycle security and maintenance release. The next major release will be version 5.6.</p>\n\n\n\n<p>You can download WordPress 5.5.2 by downloading from WordPress.org, or visit your Dashboard → Updates and click Update Now.</p>\n\n\n\n<p>If you have sites that support automatic background updates, they’ve already started the update process.</p>\n\n\n\n<h3>Security Updates</h3>\n\n\n\n<p>Ten security issues affect WordPress versions 5.5.1 and earlier. If you haven’t yet updated to 5.5, all WordPress versions since 3.7 have also been updated to fix the following security issues:</p>\n\n\n\n<ul><li>Props to Alex Concha of the WordPress Security Team for their work in hardening deserialization requests.</li><li>Props to David Binovec on a fix to disable spam embeds from disabled sites on a multisite network.</li><li>Thanks to Marc Montas from Sucuri for reporting an issue that could lead to XSS from global variables.</li><li>Thanks to Justin Tran who reported an issue surrounding privilege escalation in XML-RPC. He also found and disclosed an issue around privilege escalation around post commenting via XML-RPC.</li><li>Props to Omar Ganiev who reported a method where a DoS attack could lead to RCE.</li><li>Thanks to Karim El Ouerghemmi from <a href=\"https://www.ripstech.com/\">RIPS</a> who disclosed a method to store XSS in post slugs.</li><li>Thanks to Slavco for reporting, and confirmation from Karim El Ouerghemmi, a method to bypass protected meta that could lead to arbitrary file deletion.</li><li>Thanks to Erwan LR from <a href=\"https://wpscan.com/\">WPScan</a> who responsibly disclosed a method that could lead to CSRF. </li><li>And a special thanks to <a href=\'https://profiles.wordpress.org/zieladam/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>zieladam</a> who was integral in many of the releases and patches during this release.</li></ul>\n\n\n\n<p>Thank you to all of the reporters for <a href=\"https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/\">privately disclosing the vulnerabilities</a>. This gave the security team time to fix the vulnerabilities before WordPress sites could be attacked.</p>\n\n\n\n<p>For more information, browse the <a href=\"https://core.trac.wordpress.org/query?milestone=5.5.2&group=component&col=id&col=summary&col=milestone&col=owner&col=type&col=status&col=priority&order=priority\">full list of changes</a> on Trac, or check out the <a href=\"https://wordpress.org/support/wordpress-version/version-5-5-2/\">version 5.5.2 HelpHub documentation page</a>.</p>\n\n\n\n<h2>Thanks and props!</h2>\n\n\n\n<p>The 5.5.2 release was led by <a href=\"https://profiles.wordpress.org/whyisjake/\">@whyisjake</a> and the following release squad: <a href=\"https://profiles.wordpress.org/audrasjb/\">@audrasjb</a>, <a href=\"https://profiles.wordpress.org/davidbaumwald/\">@davidbaumwald</a>, <a href=\"https://profiles.wordpress.org/desrosj/\">@desrosj</a>, <a href=\"https://profiles.wordpress.org/johnbillion/\">@johnbillion</a>, <a href=\"https://profile.wordpress.org/metalandcoffee\">@metalandcoffee</a>, <a href=\"https://profiles.wordpress.org/noisysocks\">@noisysocks</a> <a href=\"https://profiles.wordpress.org/planningwrite/\">@planningwrite</a>, <a href=\"https://profiles.wordpress.org/sarahricker/\">@sarahricker</a> and <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">@sergeybiryukov</a>.</p>\n\n\n\n<p>In addition to the security researchers and release squad members mentioned above, thank you to everyone who helped make WordPress 5.5.2 happen:</p>\n\n\n\n<p><a href=\"https://profiles.wordpress.org/jorbin/\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/xknown/\">Alex Concha</a>, <a href=\"https://profiles.wordpress.org/wpamitkumar/\">Amit Dudhat</a>, <a href=\"https://profiles.wordpress.org/rarst/\">Andrey “Rarst” Savchenko</a>, <a href=\"https://profiles.wordpress.org/afragen/\">Andy Fragen</a>, <a href=\"https://profiles.wordpress.org/ayeshrajans/\">Ayesh Karunaratne</a>, <a href=\"https://profiles.wordpress.org/bridgetwillard/\">bridgetwillard</a>, <a href=\"https://profiles.wordpress.org/talldanwp/\">Daniel Richards</a>, <a href=\"https://profiles.wordpress.org/davidbaumwald/\">David Baumwald</a>, <a href=\"https://profiles.wordpress.org/davisshaver/\">Davis Shaver</a>, <a href=\"https://profiles.wordpress.org/dd32/\">dd32</a>, <a href=\"https://profiles.wordpress.org/mista-flo/\">Florian TIAR</a>, <a href=\"https://profiles.wordpress.org/hareesh-pillai/\">Hareesh</a>, <a href=\"https://profiles.wordpress.org/hlashbrooke/\">Hugh Lashbrooke</a>, <a href=\"https://profiles.wordpress.org/iandunn/\">Ian Dunn</a>, <a href=\"https://profiles.wordpress.org/igorradovanov/\">Igor Radovanov</a>, <a href=\"https://profiles.wordpress.org/whyisjake/\">Jake Spurlock</a>, <a href=\"https://profiles.wordpress.org/audrasjb/\">Jb Audras</a>, <a href=\"https://profiles.wordpress.org/johnbillion/\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/jb510/\">Jon Brown</a>, <a href=\"https://profiles.wordpress.org/joyously/\">Joy</a>, <a href=\"https://profiles.wordpress.org/jrf/\">Juliette Reinders Folmer</a>, <a href=\"https://profiles.wordpress.org/kellybleck/\">kellybleck</a>, <a href=\"https://profiles.wordpress.org/mailnew2ster/\">mailnew2ster</a>, <a href=\"https://profiles.wordpress.org/mkaz/\">Marcus Kazmierczak</a>, <a href=\"https://profiles.wordpress.org/clorith/\">Marius L. J.</a>, <a href=\"https://profiles.wordpress.org/dimadin/\">Milan Dinić</a>, <a href=\"https://profiles.wordpress.org/batmoo/\">Mohammad Jangda</a>, <a href=\"https://profiles.wordpress.org/mukesh27/\">Mukesh Panchal</a>, <a href=\"https://profiles.wordpress.org/paaljoachim/\">Paal Joachim Romdahl</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc/\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/regankhadgi/\">Regan Khadgi</a>, <a href=\"https://profiles.wordpress.org/noisysocks/\">Robert Anderson</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/yakimun/\">Sergey Yakimov</a>, <a href=\"https://profiles.wordpress.org/smub/\">Syed Balkhi</a>, <a href=\"https://profiles.wordpress.org/szaqal21/\">szaqal21</a>, <a href=\"https://profiles.wordpress.org/tellyworth/\">Tellyworth</a>, <a href=\"https://profiles.wordpress.org/sippis/\">Timi Wahalahti</a>, <a href=\"https://profiles.wordpress.org/timothyblynjacobs/\">Timothy Jacobs</a>, <a href=\"https://profiles.wordpress.org/itowhid06/\">Towhidul I. Chowdhury</a>, <a href=\"https://profiles.wordpress.org/vinayakanivase/\">Vinayak Anivase</a>, and <a href=\"https://profiles.wordpress.org/zieladam/\">zieladam</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:\"9189\";s: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:9:\"\n 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:4:\"\n 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:\"Thu, 10 Dec 2020 08:04:08 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, 09 Dec 2020 05:54:07 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:9:\"HIT ord 1\";}}s:5:\"build\";s:14:\"20200501195606\";}','no'),(290860,'_transient_timeout_feed_mod_9bbd59226dc36b9b26cd43f15694c5c3','1607630648','no'),(290861,'_transient_feed_mod_9bbd59226dc36b9b26cd43f15694c5c3','1607587448','no'),(290862,'_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9','1607630648','no'),(290863,'_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:80:\"WPTavern: State of the Word 2020 Scheduled for December 17, with Virtual Q&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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=108628\";s: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:193:\"https://wptavern.com/state-of-the-word-2020-scheduled-for-december-17-with-virtual-qa?utm_source=rss&utm_medium=rss&utm_campaign=state-of-the-word-2020-scheduled-for-december-17-with-virtual-qa\";s: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:5937:\"<p>WordCamp US 2020, previously scheduled for October, was cancelled due to <a href=\"https://wptavern.com/wordcamp-us-2020-canceled-due-to-pandemic-stress-and-online-event-fatigue\">pandemic stress and online event fatigue</a>. Organizers did opt for running it as an online event, but Matt Mullenweg’s annual State of the Word address will be delivered virtually this year. It will be streamed on <a href=\"https://www.facebook.com/WordPress/\">Facebook</a>, <a href=\"https://www.youtube.com/wordpress\">YouTube</a>, and <a href=\"https://twitter.com/wordpress\">Twitter</a> on <a href=\"https://www.timeanddate.com/countdown/generic?iso=20201217T08&p0=224&msg=State+of+the+Word+2020&font=slab&csz=1\">Thursday, Dec 17th, 2020 at 1600 UTC</a>.</p>\n\n\n\n<p>In previous years, the State of the Word has been one the most highly anticipated keynotes at WordCamp US. Attendees pack into the venue’s auditorium in anticipation of hearing about all of the highlights and milestones the WordPress community has achieved over the past year. Mullenweg often uses the time to recast his vision for the project and deliver important announcements. </p>\n\n\n\n<p>This year has been unlike anything we have experienced before, but one thing has remained constant – WordPress’ phenomenal growth continues, as other major open source CMS’s are slowly declining. It is currently sitting at <a href=\"https://w3techs.com/technologies/details/cm-wordpress\">39.3%</a> of the Alexa top 10 million, 4.2% higher than November 2019, according to Joost de Valk’s biannual <a href=\"https://joost.blog/cms-market-share-november-2020-analysis/\">analysis</a> of the CMS market share. de Valk attributes much of that growth to WooCommerce, which accounts for more than 18% of all the WordPress sites W3techs can detect. </p>\n\n\n\n<p>Despite the global upheaval caused by the coronavirus, WordPress’ development has remained steady. More than 605 people contributed to the last major release (5.6) and there were 805 for the previous release (with 38% of them being new contributors.) In addition to reinventing WordCamps for the new virtual event frontier, the community team has also <a href=\"https://make.wordpress.org/community/2020/08/12/learn-wordpress-is-live/\">launched</a> the <a href=\"https://learn.wordpress.org/\">Learn WordPress</a> platform to make educational resources more globally available, placing a new emphasis on training. The platform is cracking open a world of WordPress knowledge that was previously relegated to more limited in-person audiences.</p>\n\n\n\n<p>“Since we’ve collectively come to the realization that talks and training content can be delivered and consumed asynchronously, there will be less need to use the high-bandwidth time of physical events to passively watch a talk where we aren’t actively engaging with others,” WordPress community manager Hugh Lashbrooke said in a <a href=\"https://hugh.blog/2020/12/03/building-community-in-a-post-covid-world/\">post</a> with predictions on post-COVID community building. “The focus of these valuable meetings will rather be on interpersonal connection and mutual learning through active participation.”</p>\n\n\n\n<p>Lashbrooke’s predictions recognize a friction that has always existed at WordCamps: the “hallway track” is more engaging and more popular than most of the talks given at events. It’s the interpersonal connection that people crave more than turning up for sessions that are usually being recorded anyway.</p>\n\n\n\n<p>To those who have been homebound for the better part of this year, it may feel as though the world is standing still. But the WordPress community has put many meaningful changes in motion in response to the pandemic’s unique challenges. Despite all the uncertainty, WordPress is moving forward like a steady ship, with reliable improvements to the software and the community, thanks to the goodwill and cooperation of its unwavering base of contributors. This stability is worthy of commendation among this year’s milestones and is a testament to the maturity of the project.</p>\n\n\n\n<h3>Join the Virtual Q&A by Submitting a Pre-Recorded Video</h3>\n\n\n\n<p>Matt Mullenweg will be running the Q&A portion of his address virtually this year, with pre-recorded videos of questions from the audience. WordPress Executive Director Josepha Haden Chomphosy <a href=\"https://wordpress.org/news/2020/12/state-of-the-word-2020/\">outlined</a> the instructions for participating:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>To take part, record a video of you asking your question to Matt on your computer or phone (landscape format, please). Don’t forget to include your name and how you use WordPress! Try to keep your video to under a minute so Matt can answer as many questions as possible. </p></blockquote>\n\n\n\n<p>There are some positive aspects of this method but also a few drawbacks. It can create a more polished and efficient experience of Q&A where the audience is less likely to have to sit through long, rambling questions. It also allows equal opportunity for people living in all time zones to submit a question.</p>\n\n\n\n<p>On the other hand, the questions will be screened and pre-selected, allowing more preparation time for the answers. A live Q&A offers the opportunity to catch the person off guard and get answers that might not be delivered the same way in a different format. Pre-recorded videos have a few trade-offs but they may be the best option we have for this event.</p>\n\n\n\n<p>The deadline to submit video questions is Friday, December 11, 2020. Haden recommends participants upload their videos to YouTube as “<a href=\"https://support.google.com/youtube/answer/157177\">unlisted</a>” and send a link to <a href=\"mailto:ask-matt@wordcamp.org\">ask-matt@wordcamp.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, 10 Dec 2020 05:57: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: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: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:93:\"WPTavern: WordPress 5.6 “Simone” Includes New Twenty Twenty-One Theme and Improved 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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=108446\";s: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:219:\"https://wptavern.com/wordpress-5-6-simone-includes-new-twenty-twenty-one-theme-and-improved-editor?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-5-6-simone-includes-new-twenty-twenty-one-theme-and-improved-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:9657:\"<img />Nina Simone<br />License: CC0 | Credit: <a href=\"https://commons.wikimedia.org/wiki/File:Nina_Simone_geeft_een_interview_in_het_Hilton_in_Amsterdam_in_het_kader_van_haar_nieuwe_album_%27Pastel_Blues%27,_NL-HlmNHA_1478_03720_K.JPG\">Noord-Hollands Archief / Fotoburo de Boer</a>\n\n\n\n<p class=\"has-drop-cap\">WordPress 5.6 “Simone,” named in honor of American performer and civil rights activist Nina Simone, was <a href=\"https://wordpress.org/news/2020/12/simone/\">released today</a> and is now available for download. The release was led by an <a href=\"https://wptavern.com/wordpress-5-6-development-kicks-off-with-all-women-release-squad\">all-women release squad</a>, a first in WordPress history. The new version includes many enhancements for the block editor, accessibility improvements, application password support for the REST API, and a new default theme.</p>\n\n\n\n<p>This release saw contributions from 605 volunteers who were involved with almost 350 Trac tickets and over 1,000 pull requests on GitHub.</p>\n\n\n\n<p>The following women formed the release squad for the 5.6 release:</p>\n\n\n\n<ul><li><strong>Release Lead:</strong> Josepha Haden. Cohort: Chloé Bringmann and Angela Jin.</li><li><strong>Release Coordinator:</strong> Dee Teal. Cohort: Thelma Mutete and Laura Nelson.</li><li><strong>Triage Lead:</strong> Tonya Mork.</li><li><strong>Core Tech Lead:</strong> Helen Hou-Sandì. Cohort: Amy Kamala and Ebonie Butler.</li><li><strong>Editor Tech Lead: </strong>Isabel Brison. Cohort: Chandrika Guntur, Anchen le Roux, and Rebecca Hum.</li><li><strong>Design Leads:</strong> Ellen Bauer and Tammie Lister. Cohort: Anyssa Ferreira, Estela Rueda, Tracy Apps, and Sophia DeRosia.</li><li><strong>Design Tech Lead:</strong> Shital Marakana.</li><li><strong>Accessibility Lead:</strong> Sarah Ricker. Cohort: Hauwa Abashiya.</li><li><strong>Marketing and Communications Leads:</strong> Abha Thakor and Yvette Sonneveld. Cohort: Nalini Thakor, Meher Bala, Olga Gleckler, Larissa Murrillo, Michelle Frechette, Breann McDede, and Afshana Diya.</li><li><strong>Documentation Lead:</strong> Shawntelle Coker. Cohort: Daisy Olsen, Meher Bala, and Winstina Hughes.</li><li><strong>Documentation Review Lead:</strong> Michele Butcher-Jones. Cohort: Nidhi Jain and Laura Byrne Cristiano.</li><li><strong>Default Theme Design Lead:</strong> Mel Choyce-Dwan. Cohort: Ellen Bauer.</li><li><strong>Default Theme Development Lead:</strong> Carolina Nymark. Cohort: Kelly Choyce-Dwan and Jessica Lyschik.</li><li><strong>Default Theme Wrangler:</strong> Jessica Lyschik.</li><li><strong>Test Lead: </strong>Monika Rao. Cohort: Allie Nimmons.</li><li><strong>Support Lead:</strong> Bet Hannon.</li></ul>\n\n\n\n<p>At times, the 5.6 development cycle felt a bit rocky. Block-based <a href=\"https://wptavern.com/wordpress-5-6-release-team-pulls-the-plug-on-block-based-widgets\">widgets</a> and <a href=\"https://wptavern.com/navigation-screen-sidelined-for-wordpress-5-6-full-site-editing-edges-closer-to-public-beta\">nav menus</a>, features expected to ship, were punted for a second time to a future release. These were hard decisions, but good leadership means making tough calls to hold off on features that are not ready for production.</p>\n\n\n\n<p>“You know, I was really hopeful for it too, and that last-minute call was one I labored over,” said Josepha Haden after pushing block-based widgets back. “When I last looked, it did seem close to ready, but then more focused testing was done and there were some interactions that are a little rough for users. I’m grateful for that because the time to discover painful user experiences is before launch rather than after!”</p>\n\n\n\n<p>Despite dropping what would have been major transitional features from the classic WordPress theming paradigm in preparation for WordPress 5.7’s expected site editor, the release still has a lot to offer.</p>\n\n\n\n<h2>Block Editor Enhancements</h2>\n\n\n\n<img />New dropdown for selecting block pattern category.\n\n\n\n<p class=\"has-drop-cap\">The Gutenberg plugin development team continues to make small but vital improvements to the block editor. They have also tacked on many new features in the past few months. Features from Gutenberg versions 8.6 – 9.2 are included in the update, along with bug fixes and performance improvements from 9.3 and 9.4.</p>\n\n\n\n<p>Much of the work this development cycle has been focused on the upcoming site editor. There was some initial hope that a beta version of it would land in the 5.6 release. It was a part of the proposed scope. However, the feature is still months away from being ready. This is not a bad thing. It needs more time to mature, and there should be no rush in integrating a feature that affects so many pieces of the platform.</p>\n\n\n\n<p>What end-users will see with this update is a more polished editor. Whether it is extra options for blocks or a dropdown select for block pattern categories, hundreds of minor changes have all led to a better overall experience.</p>\n\n\n\n<p>WP Tavern has covered nearly every major Gutenberg plugin release this cycle — <em>looks like we missed 8.8, sorry</em>. Catch up with anything you missed about editor changes from the following posts:</p>\n\n\n\n<ul><li><a href=\"https://wptavern.com/gutenberg-8-6-adds-cover-block-video-positioning-and-updates-block-patterns\">Gutenberg 8.6 Adds Cover Block Video Positioning and Updates Block Patterns</a></li><li><a href=\"https://wptavern.com/gutenberg-8-7-adds-minor-changes-updates-block-pattern-designs-and-continues-full-site-editing-work\">Gutenberg 8.7 Adds Minor Changes, Updates Block Pattern Designs, and Continues Full-Site Editing Work</a></li><li><a href=\"https://wptavern.com/gutenberg-8-9-brings-block-based-widgets-out-of-the-experimental-stage\">Gutenberg 8.9 Brings Block-Based Widgets Out of the Experimental Stage</a></li><li><a href=\"https://wptavern.com/gutenberg-9-0-brings-major-improvements-to-navigation-screen-and-query-block\">Gutenberg 9.0 Brings Major Improvements to Navigation Screen and Query Block</a></li><li><a href=\"https://wptavern.com/gutenberg-9-1-adds-patterns-category-dropdown-and-reverts-block-based-widgets-in-the-customizer\">Gutenberg 9.1 Adds Patterns Category Dropdown and Reverts Block-Based Widgets in the Customizer</a></li><li><a href=\"https://wptavern.com/gutenberg-9-2-adds-video-tracks-improvements-to-columns-and-cover-blocks\">Gutenberg 9.2 Adds Video Tracks, Improvements to Columns and Cover Blocks</a></li><li><a href=\"https://wptavern.com/gutenberg-9-3-provides-indicator-of-where-full-site-editing-is-going-a-future-without-widgets-and-customizer-screens\">Gutenberg 9.3 Provides Indicator of Where Full-Site Editing Is Going, a Future Without Widgets and Customizer Screens</a></li><li><a href=\"https://wptavern.com/gutenberg-9-4-introduces-button-width-selector-and-typography-controls-for-list-block\">Gutenberg 9.4 Introduces Button Width Selector and Typography Controls for List Block</a></li></ul>\n\n\n\n<h2>Twenty Twenty-One Theme</h2>\n\n\n\n<img />Inserting a Twenty Twenty-One block pattern into a post.\n\n\n\n<p class=\"has-drop-cap\">Twenty Twenty-One, <a href=\"https://wptavern.com/first-look-at-twenty-twenty-one-wordpresss-upcoming-default-theme\">the new default theme</a> for the upcoming year, takes full advantage of all the latest and greatest features of the block editor. While last year’s Twenty Twenty theme had a successful launch, the development team behind the new default has had more time to explore building themes in the block era.</p>\n\n\n\n<p>The theme makes use of more visual artistry. It will not be for everyone. It offers a wide range of color schemes for end-users, but it lends itself best to bloggers and other creators who prefer a bit of flair with their website’s design.</p>\n\n\n\n<p>The best thing is that it pushes the envelope with the block patterns feature, which was not available when Twenty Twenty landed a year ago. Older default themes will be <a href=\"https://wptavern.com/past-twenty-wordpress-themes-to-get-new-block-patterns\">getting the block-pattern treatment</a>. However, Twenty Twenty-One will be the first default built with custom patterns in mind from the get-go.</p>\n\n\n\n<p>For users who cannot wait for the site editor to land in WordPress, expected in some form in the 5.7 release, there is an alternate <a href=\"https://wptavern.com/twenty-twenty-one-blocks-theme-launching-as-a-separate-project\">Twenty Twenty-One Blocks</a> theme to tinker with.</p>\n\n\n\n<h2>Application Passwords for the REST API</h2>\n\n\n\n<p class=\"has-drop-cap\">Despite being a part of the core platform since 2015, the REST API has lacked support for application passwords. Such a feature is vital for third-party applications to communicate with WordPress. Previously, requests had to be run through cookie and nonce-based authentication. Else, they would need to use the legacy XML-RPC API. This limitation has also affected the mobile WordPress development teams, making it tough to support the block editor, which relies on the REST API.</p>\n\n\n\n<p>The <a href=\"https://wptavern.com/wordpress-5-6-to-introduce-application-passwords-for-rest-api-authentication\">application passwords feature</a> will make it easier for applications to make API requests as well as request and revoke credentials.</p>\n\n\n\n<p>The REST API promised a future for all types of applications built upon and around WordPress. However, this vision has not panned out over the years on a broad scale. With a major limiting factor removed, perhaps there is still hope for robust applications in the coming years.</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 Dec 2020 00:07:16 +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:\"Justin Tadlock\";s: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:38:\"WPTavern: Automattic Acquires MailPoet\";s: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:\"https://wptavern.com/?p=108663\";s: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:121:\"https://wptavern.com/automattic-acquires-mailpoet?utm_source=rss&utm_medium=rss&utm_campaign=automattic-acquires-mailpoet\";s: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:3584:\"<p>Automattic has <a href=\"https://www.mailpoet.com/blog/mailpoet-joins-woocommerce/\">acquired MailPoet</a>, a popular email marketing solution for WordPress, to give WooCommerce store owners more integrated email management capabilities in the admin. The plugin is used by more than 300,000 websites for everything from building a mailing list to managing transaction and abandoned cart emails. The nine-year old company is now a team of 11 that will be joining Automattic.</p>\n\n\n\n<p><a href=\"https://wordpress.org/plugins/mailpoet/\">MailPoet</a> launched in 2011 under the name WYSIJA (“What you send is just awesome”), a branding misstep that founder and CEO Kim Gjerstad readily <a href=\"https://freemius.com/blog/interview-kim-gjerstad-mailpoet/\">acknowledged</a> as “a terrible idea.” The name was difficult to spell and remember. It was changed early on but the company was stuck with the “WYSIJA” slug in the WordPress plugins directory, a common issue for many plugins that have rebranded. </p>\n\n\n\n<p>When MailPoet version 3 was released in 2017, the company was finally able to get the “mailpoet” slug in the plugin’s URL on WordPress.org. Version 2, which still has more than 100,000 users, has support for multisite and uses the old email designer, among other <a href=\"https://kb.mailpoet.com/article/189-comparison-of-mailpoet-2-and-3\">differences</a>. MailPoet 2 has received security updates for the past three years and plans to continue these following the acquisition.</p>\n\n\n\n<p>Gjerstad reported that nearly a quarter of MailPoet users are running WooCommerce stores. The plugin’s developers have been <a href=\"https://www.mailpoet.com/woocommerce-email-marketing/\">expanding its WooCommerce functionality</a> over the past three years with features that help store owners catch customers’ emails at checkout, measure revenue per email, send automated emails using purchase data based on products purchased or product categories, customize store emails, and recover abandoned carts. </p>\n\n\n\n<p>Earlier this year MailPoet <a href=\"https://www.mailpoet.com/blog/mailpoet-smtp-plugin/\">introduced its own SMTP solution</a> to ensure emails sent from the plugin land in recipients’ inboxes, instead of flagged as spam. This silent background feature includes store emails as well, bringing higher deliverability without users having to depend on separate SMTP plugins.</p>\n\n\n\n<p>In WooCommerce’s acquisition <a href=\"https://woocommerce.com/posts/better-email-marketing-woocommerce-welcomes-mailpoet/\">announcement</a>, CEO Paul Maiorana said adding MailPoet “helps accelerate our roadmap toward a fully-integrated commerce experience.” Last year Maiorana and Gjerstad met at WordCamp U.S. and exchanged ideas about a partnership.</p>\n\n\n\n<p>“As our conversation progressed in the following months, we came to realize that we shared a common vision for stores; with store owners being able to access email right in their dashboard,” Gjerstad said.</p>\n\n\n\n<p> Maiorana said Automattic’s initial focus of the acquisition is to work together on improving the experience for WooCommerce users, but the company plans to “evolve our collaboration in a way that can benefit the entire WordPress community.” MailPoet’s FAQ’s on the announcement reiterate that all WordPress users will continue to be able to use the plugin, even if they do not have a WooCommerce store. There are no immediate changes planned for the plugin’s features.</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 Dec 2020 00:00: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: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:46:\"WordPress.org blog: WordPress 5.6 “Simone”\";s: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=9325\";s: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/news/2020/12/simone/\";s: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:58237:\"<p>Meet Simone, our latest and greatest WordPress release. Named for the legendary performer Nina Simone, who is known for tunes like “Feeling Good”, “Young, Gifted and Black”, and “Four Women”. Fire up a playlist with her best work and read on to discover what we have in store for you. </p>\n\n\n\n<img width=\"632\" height=\"633\" src=\"https://i2.wp.com/wordpress.org/news/files/2020/12/wordpress-5-6_cover-a11y.jpg?resize=632%2C633&ssl=1\" alt=\"WordPress 5.6 Simone with a photo of Nina Simone\" class=\"wp-image-9416\" />\n\n\n\n<div class=\"wp-block-cover has-background-dim\"><div class=\"wp-block-cover__inner-container\">\n<p class=\"has-text-align-center has-black-color has-text-color has-background has-large-font-size\">Welcome to WordPress 5.6</p>\n<h3 class=\"has-text-align-center has-black-color has-text-color\">Sharing your stories has never been easier.</h3>\n</div></div>\n\n\n\n<p>WordPress 5.6 brings you countless ways to set your ideas free and bring them to life. With a brand-new default theme as your canvas, it supports an ever-growing collection of blocks as your brushes. Paint with words. Pictures. Sound. Or rich embedded media.</p>\n\n\n\n<img width=\"632\" height=\"234\" src=\"https://i0.wp.com/wordpress.org/news/files/2020/12/WordPress5-6-1.jpeg?resize=632%2C234&ssl=1\" alt=\"colored circles\" class=\"wp-image-9346\" />\n\n\n\n<h3>Greater layout flexibility</h3>\n\n\n\n<p>Bring your stories to life with more tools that let you edit your layout with or without code. Single column blocks, designs using mixed widths and columns, full-width headers, and gradients in your cover block—make small changes or big statements with equal ease!</p>\n\n\n\n<h3>More block patterns</h3>\n\n\n\n<p>In some themes, preconfigured block patterns make setting up standard pages on your site a breeze. Let the power of patterns streamline your workflow and save you clicks. Plus, share these features with clients, editors, and more.</p>\n\n\n\n<h3>Better video captioning</h3>\n\n\n\n<p>To help you add subtitles or captions to your videos, you can now upload them within your post or page. This makes it easier than ever to make your videos accessible for anyone who needs or prefers to use subtitles.</p>\n\n\n\n<img width=\"632\" height=\"120\" src=\"https://i2.wp.com/wordpress.org/news/files/2020/12/WordPress5-6-2.jpeg?resize=632%2C120&ssl=1\" alt=\"black vertical line\" class=\"wp-image-9347\" />\n\n\n\n<h2>Twenty Twenty-One is here!</h2>\n\n\n\n<a href=\"https://i0.wp.com/wordpress.org/news/files/2020/12/TT1-Screenshots-Compressed.png?ssl=1\"><img width=\"632\" height=\"714\" src=\"https://i0.wp.com/wordpress.org/news/files/2020/12/TT1-Screenshots-Compressed.png?resize=632%2C714&ssl=1\" alt=\"Examples of block patterns available in Twenty Twenty-One.\" class=\"wp-image-9426\" /></a>\n\n\n\n<p>Twenty Twenty-One is a blank canvas for your ideas, and the block editor is the best brush. It is built for the block editor and packed with brand-new block patterns you can only get in the default themes. Try different layouts in a matter of seconds, and let the theme’s eye-catching, yet timeless design make your work shine. </p>\n\n\n\n<p>What’s more, this default theme puts accessibility at the heart of your website. It conforms to the <a href=\"https://make.wordpress.org/themes/handbook/review/accessibility/\">WordPress accessibility-ready guidelines</a> and addresses several more specialized standards from the <a href=\"https://www.w3.org/WAI/WCAG2AAA-Conformance\">Web Content Accessibility Guidelines (WCAG) 2.1 at level AAA</a>. It will help you meet the highest level of international accessibility standards when you create accessible content and choose plugins which are accessible too!</p>\n\n\n\n<h3>A rainbow of soft pastels</h3>\n\n\n\n<a href=\"https://i2.wp.com/wordpress.org/news/files/2020/12/Rainbow-Compressed.png?ssl=1\"><img width=\"632\" height=\"167\" src=\"https://i2.wp.com/wordpress.org/news/files/2020/12/Rainbow-Compressed.png?resize=632%2C167&ssl=1\" alt=\"A mobile screenshot of each included color palette in Twenty Twenty-One, going in ROYGBIV order.\" class=\"wp-image-9424\" /></a>\n\n\n\n<p>Perfect for a new year, Twenty Twenty-One gives you a range of pre-selected color palettes in pastel, all of which conform to AAA standards for contrast. You can also choose your own background color for the theme, and the theme chooses accessibility-conscious text colors for you — automatically!</p>\n\n\n\n<p>Need more flexibility than that? You can also choose your own color palette from the color picker.</p>\n\n\n\n<img width=\"632\" height=\"151\" src=\"https://i0.wp.com/wordpress.org/news/files/2020/12/WordPress5-6-3.jpeg?resize=632%2C151&ssl=1\" alt=\"colored circles\" class=\"wp-image-9351\" />\n\n\n\n<h2>Improvements for everyone</h2>\n\n\n\n<h3>Expanding auto-updates</h3>\n\n\n\n<p>For years, only developers have been able to update WordPress automatically. But now you have that option, right in your dashboard. If this is your first site, you have auto-updates ready to go, right now! Upgrading an existing site? No problem! Everything is the same as it was before.</p>\n\n\n\n<h3>Accessibility Statement </h3>\n\n\n\n<p>Even if you’re not an expert, you can start letting others know about your site’s commitment to accessibility! The new <a href=\"https://github.com/10degrees/accessibility-statement-plugin\">feature plugin</a> includes template copy for you to edit and publish, and it’s written to support different contexts and jurisdictions. </p>\n\n\n\n<h3>Built-in Patterns</h3>\n\n\n\n<p>If you’ve not had the chance to play with block patterns yet, all default themes now feature a range of block patterns that let you master complex layouts with minimal effort. Customize the patterns to your liking with the copy, images, and colors that fit your story or brand. </p>\n\n\n\n<img width=\"632\" height=\"185\" src=\"https://i0.wp.com/wordpress.org/news/files/2020/12/WordPress-5-6-4.jpeg?resize=632%2C185&ssl=1\" alt=\"colored and textured rectangles\" class=\"wp-image-9352\" />\n\n\n\n<h2>For developers</h2>\n\n\n\n<h3>REST API authentication with Application Passwords</h3>\n\n\n\n<p>Thanks to the API’s new Application Passwords authorization feature, third-party apps can connect to your site seamlessly and securely. This new REST API feature lets you see what apps are connecting to your site and control what they do. </p>\n\n\n\n<h3>More PHP 8 support</h3>\n\n\n\n<p>5.6 marks the first steps toward WordPress Core support for PHP 8. Now is a great time to start planning how your WordPress products, services, and sites can support the latest PHP version. For more information about what to expect next, <a href=\"https://make.wordpress.org/core/2020/11/23/wordpress-and-php-8-0/\">read the PHP 8 developer note</a>.</p>\n\n\n\n<h3>jQuery</h3>\n\n\n\n<p>Updates to jQuery in WordPress take place across three releases 5.5, 5.6, and 5.7. As we reach the mid-point of this process, <a href=\"https://wordpress.org/plugins/wp-jquery-update-test/\">run the update test plugin to check your sites for errors</a> ahead of time. </p>\n\n\n\n<p>If you find issues with the way your site looks ( e.g. a slider doesn’t work, a button is stuck — that sort of thing), install <a href=\"https://wordpress.org/plugins/enable-jquery-migrate-helper/\">the jQuery Migrate plugin</a>.</p>\n\n\n\n<h3>Check out the Field Guide</h3>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/2020/11/20/wordpress-5-6-field-guide/\">Read about the latest version of WordPress in this guide.</a> It highlights developer notes for each change in the release. </p>\n\n\n\n<div class=\"wp-block-cover has-background-dim\"><div class=\"wp-block-cover__inner-container\">\n<p class=\"has-text-align-center has-black-color has-text-color has-background has-large-font-size\">“It’s a new day, it’s a new life for me….and I’m feeling good.”</p>\n<h3 class=\"has-text-align-center has-black-color has-text-color\">~Nina Simone</h3>\n</div></div>\n\n\n\n<h2>The Squad</h2>\n\n\n\n<p>The WordPress 5.6 release comes to you from an all-women release squad: </p>\n\n\n\n<ul><li><strong>Release Lead:</strong> Josepha Haden (<a href=\"https://profiles.wordpress.org/chanthaboune/\">@chanthaboune</a>). Cohort: Chloé Bringmann (<a href=\"https://profiles.wordpress.org/cbringmann/\">@cbringmann</a>) and Angela Jin (<a href=\"https://profiles.wordpress.org/angelasjin/\">@angelasjin</a>).</li><li><strong>Release Coordinator:</strong> Dee Teal (<a href=\"https://profiles.wordpress.org/thewebprincess/\">@thewebprincess</a>). Cohort: Thelma Mutete (<a href=\"https://profiles.wordpress.org/thelmachido/\">@thelmachido</a>) and Laura Nelson (<a href=\"https://profiles.wordpress.org/laurora/\">@laurora</a>).</li><li><strong>Triage Lead:</strong> Tonya Mork (<a href=\"https://profiles.wordpress.org/hellofromtonya/\">@hellofromtonya</a>). </li><li><strong>Core Tech Lead:</strong> Helen Hou-Sandì (<a href=\"https://profiles.wordpress.org/helen/\">@helen</a>). Cohort: Amy Kamala (<a href=\"https://profiles.wordpress.org/amykamala/\">@amykamala</a>) and Ebonie Butler (<a href=\"https://profiles.wordpress.org/metalandcoffee/\">@metalandcoffee</a>).</li><li><strong>Editor Tech Lead:</strong> Isabel Brison (<a href=\"https://profiles.wordpress.org/isabel_brison/\">@isabel_brison</a>). Cohort: Chandrika Guntur (<a href=\"https://profiles.wordpress.org/cguntur/\">@cguntur</a>), Anchen le Roux (<a href=\"https://profiles.wordpress.org/anchenlr/\">@anchenlr</a>), and Rebecca Hum (<a href=\"https://profiles.wordpress.org/rebasaurus/\">@rebasaurus</a>).</li><li><strong>Design Leads:</strong> Ellen Bauer (<a href=\"https://profiles.wordpress.org/elmastudio/\">@elmastudio</a>) and Tammie Lister (<a href=\"https://profiles.wordpress.org/karmatosed/\">@karmatosed</a>). Cohort: Anyssa Ferreira (<a href=\"https://profiles.wordpress.org/anyssa/\">@anyssa</a>), Estela Rueda (<a href=\"https://profiles.wordpress.org/estelaris/\">@estelaris</a>), Tracy Apps (<a href=\"https://profiles.wordpress.org/tray/\">@tray</a>), and Sophia DeRosia (<a href=\"https://profiles.wordpress.org/eringoblog/\">@eringoblog</a>).</li><li><strong>Design Tech Lead:</strong> Shital Marakana (<a href=\"https://profiles.wordpress.org/shital-patel/\">@shital-patel</a>).</li><li><strong>Accessibility Lead:</strong> Sarah Ricker (<a href=\"https://profiles.wordpress.org/sarahricker/\">@sarahricke<strong>r</strong></a>). Cohort: Hauwa Abashiya (<a href=\"https://profiles.wordpress.org/azhiyadev/\">@azhiyadev</a>).</li><li><strong>Marketing & Communications Leads:</strong> Abha Thakor (<a href=\"https://profiles.wordpress.org/webcommsat/\">@webcommsat</a>) and Yvette Sonneveld (<a href=\"https://profiles.wordpress.org/yvettesonneveld/\">@yvettesonneveld</a>). Cohort: Nalini Thakor (<a href=\"https://profiles.wordpress.org/nalininonstopnewsuk/\">@nalininonstopnewsuk</a>), Meher Bala (<a href=\"https://profiles.wordpress.org/meher/\">@meher</a>), Olga Gleckler (<a href=\"https://profiles.wordpress.org/oglekler/\">@ogleckler</a>), Larissa Murrillo (<a href=\"https://profiles.wordpress.org/lmurillom/\">@lmurillom</a>), Michelle Frechette (<a href=\"https://profiles.wordpress.org/michelleames/\">@michelleames</a>), Breann McDede (<a href=\"https://profiles.wordpress.org/bmcdede/\">@bmcdede</a>), and Afshana Diya (<a href=\"https://profiles.wordpress.org/afshanadiya/\">@afshanadiya</a>).</li><li><strong>Documentation Lead: </strong>Shawntelle Coker (<a href=\"https://profiles.wordpress.org/sncoker/\">@sncoker</a>). Cohort: Daisy Olsen (<a href=\"https://profiles.wordpress.org/daisyo/\">@DaisyO</a>), Meher Bala (<a href=\"https://profiles.wordpress.org/meher/\">@meher</a>), Winstina Hughes (<a href=\"https://profiles.wordpress.org/planningwrite/\">@planningwrite</a>).</li><li><strong>Documentation Review Lead:</strong> Michele Butcher-Jones (<a href=\"https://profiles.wordpress.org/m_butcher/\">@m_butcher</a>). Cohort: Nidhi Jain (<a href=\"https://profiles.wordpress.org/jainnidhi/\">@jainnidhi</a>), Laura Byrne Cristiano (<a href=\"https://wordpress.org/support/users/newyorkerlaura/\">@newyorkerlaura</a>).</li><li><strong>Default Theme Design Lead:</strong> Mel Choyce-Dwan (<a href=\"https://profiles.wordpress.org/melchoyce/\">@melchoyce</a>). Cohort: Ellen Bauer (<a href=\"https://profiles.wordpress.org/elmastudio/\">@elmastudio</a>).</li><li><strong>Default Theme Development Lead:</strong> Carolina Nymark (<a href=\"https://profiles.wordpress.org/poena/\">@poena</a>). Cohort: Kelly Choyce-Dwan (<a href=\"https://profiles.wordpress.org/ryelle/\">@ryelle</a>) and Jessica Lyschik (<a href=\"https://profiles.wordpress.org/luminuu/\">@luminuu</a>).</li><li><strong>Default Theme Wrangler:</strong> Jessica Lyschik (<a href=\"https://profiles.wordpress.org/luminuu/\">@luminuu</a>).</li><li><strong>Test Lead:</strong> Monika Rao (<a href=\"https://profiles.wordpress.org/monikarao/\">@monikarao</a>). Cohort: Allie Nimmons (<a href=\"https://profiles.wordpress.org/alliennimmons/\">@alliennimmons</a>).</li><li><strong>Support Lead:</strong> Bet Hannon (<a href=\"https://profiles.wordpress.org/bethannon1/\">@bethannon1</a>).</li></ul>\n\n\n\n<p>As always, this release reflects the hard work of 605 generous volunteer contributors. They collaborated on nearly 350 tickets on Trac and over 1,000 pull requests on GitHub.</p>\n\n\n\n<a href=\"https://profiles.wordpress.org/zgrkaralar/\">Özgür KARALAR</a>, <a href=\"https://profiles.wordpress.org/1naveengiri/\">1naveengiri</a>, <a href=\"https://profiles.wordpress.org/a5hleyrich/\">A5hleyRich</a>, <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/aaronrobertshaw/\">aaronrobertshaw</a>, <a href=\"https://profiles.wordpress.org/abderrahman/\">abderrahman</a>, <a href=\"https://profiles.wordpress.org/webcommsat/\">Abha Thakor</a>, <a href=\"https://profiles.wordpress.org/abhijitrakas/\">Abhijit Rakas</a>, <a href=\"https://profiles.wordpress.org/pokhriyal/\">Abhishek Pokhriyal</a>, <a href=\"https://profiles.wordpress.org/acosmin/\">acosmin</a>, <a href=\"https://profiles.wordpress.org/adamsilverstein/\">Adam Silverstein</a>, <a href=\"https://profiles.wordpress.org/zieladam/\">Adam Zielinski</a>, <a href=\"https://profiles.wordpress.org/addiestavlo/\">Addie</a>, <a href=\"https://profiles.wordpress.org/adriandegrafreak/\">Adrián de Grafreak</a>, <a href=\"https://profiles.wordpress.org/adriantirusli/\">Adrianti Rusli</a>, <a href=\"https://profiles.wordpress.org/afshanadiya/\">Afshana Diya</a>, <a href=\"https://profiles.wordpress.org/chaion07/\">Ahmed Chaion</a>, <a href=\"https://profiles.wordpress.org/elgameel/\">Ahmed Elgameel</a>, <a href=\"https://profiles.wordpress.org/ajensen/\">ajensen</a>, <a href=\"https://profiles.wordpress.org/ajitbohra/\">Ajit Bohra</a>, <a href=\"https://profiles.wordpress.org/atachibana/\">Akira Tachibana</a>, <a href=\"https://profiles.wordpress.org/aktasfatih/\">aktasfatih</a>, <a href=\"https://profiles.wordpress.org/aljullu/\">Albert Juhé Lluveras</a>, <a href=\"https://profiles.wordpress.org/albertomake/\">albertomake</a>, <a href=\"https://profiles.wordpress.org/xknown/\">Alex Concha</a>, <a href=\"https://profiles.wordpress.org/akirk/\">Alex Kirk</a>, <a href=\"https://profiles.wordpress.org/cawa-93/\">Alex Kozack</a>, <a href=\"https://profiles.wordpress.org/ajlende/\">Alex Lende</a>, <a href=\"https://profiles.wordpress.org/viper007bond/\">Alex Mills</a>, <a href=\"https://profiles.wordpress.org/alexstandiford/\">Alex Standiford</a>, <a href=\"https://profiles.wordpress.org/alexstine/\">Alex Stine</a>, <a href=\"https://profiles.wordpress.org/allancole/\">allancole</a>, <a href=\"https://profiles.wordpress.org/alliennimmons/\">Allie Nimmons</a>, <a href=\"https://profiles.wordpress.org/ambienthack/\">ambienthack</a>, <a href=\"https://profiles.wordpress.org/wpamitkumar/\">Amit Dudhat</a>, <a href=\"https://profiles.wordpress.org/amolv/\">Amol Vhankalas</a>, <a href=\"https://profiles.wordpress.org/amykamala/\">Amy Kamala</a>, <a href=\"https://profiles.wordpress.org/anandau14/\">Anand</a>, <a href=\"https://profiles.wordpress.org/anlino/\">Anders Norén</a>, <a href=\"https://profiles.wordpress.org/afercia/\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/andreamiddleton/\">Andrea Middleton</a>, <a href=\"https://profiles.wordpress.org/baicusandrei/\">Andrei Baicus</a>, <a href=\"https://profiles.wordpress.org/andraganescu/\">Andrei Draganescu</a>, <a href=\"https://profiles.wordpress.org/aduth/\">Andrew Duthie</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/afragen/\">Andy Fragen</a>, <a href=\"https://profiles.wordpress.org/apeatling/\">Andy Peatling</a>, <a href=\"https://profiles.wordpress.org/andy/\">Andy Skelton</a>, <a href=\"https://profiles.wordpress.org/andystitt829/\">Andy Stitt</a>, <a href=\"https://profiles.wordpress.org/akissz/\">Angel Hess</a>, <a href=\"https://profiles.wordpress.org/angelasjin/\">Angela Jin</a>, <a href=\"https://profiles.wordpress.org/wpgurudev/\">Ankit Gade</a>, <a href=\"https://profiles.wordpress.org/ankitmaru/\">Ankit Panchal</a>, <a href=\"https://profiles.wordpress.org/annezazu/\">Anne McCarthy</a>, <a href=\"https://profiles.wordpress.org/antpb/\">Anthony Burchell</a>, <a href=\"https://profiles.wordpress.org/ahortin/\">Anthony Hortin</a>, <a href=\"https://profiles.wordpress.org/antonlukin/\">Anton Lukin</a>, <a href=\"https://profiles.wordpress.org/antonisme/\">Antonis Lilis</a>, <a href=\"https://profiles.wordpress.org/anuj2/\">anuj2</a>, <a href=\"https://profiles.wordpress.org/apedog/\">apedog</a>, <a href=\"https://profiles.wordpress.org/apermo/\">Apermo</a>, <a href=\"https://profiles.wordpress.org/archduck/\">archduck</a>, <a href=\"https://profiles.wordpress.org/archon810/\">archon810</a>, <a href=\"https://profiles.wordpress.org/aristath/\">Ari Stathopoulos</a>, <a href=\"https://profiles.wordpress.org/arippberger/\">arippberger</a>, <a href=\"https://profiles.wordpress.org/arjendejong/\">arjendejong</a>, <a href=\"https://profiles.wordpress.org/arnaudban/\">ArnaudBan</a>, <a href=\"https://profiles.wordpress.org/arpitgshah/\">Arpit G Shah</a>, <a href=\"https://profiles.wordpress.org/passoniate/\">Arslan Ahmed</a>, <a href=\"https://profiles.wordpress.org/akkspro/\">Arslan Ahmed Kalwar</a>, <a href=\"https://profiles.wordpress.org/asvinballoo/\">Asvin Balloo</a>, <a href=\"https://profiles.wordpress.org/tacitonic/\">Atharva Dhekne</a>, <a href=\"https://profiles.wordpress.org/austyfrosty/\">Austin Passy</a>, <a href=\"https://profiles.wordpress.org/austin880625/\">austin880625</a>, <a href=\"https://profiles.wordpress.org/avixansa/\">avixansa</a>, <a href=\"https://profiles.wordpress.org/ayesh/\">ayesh</a>, <a href=\"https://profiles.wordpress.org/ayeshrajans/\">Ayesh Karunaratne</a>, <a href=\"https://profiles.wordpress.org/backups/\">BackuPs</a>, <a href=\"https://profiles.wordpress.org/barry/\">Barry</a>, <a href=\"https://profiles.wordpress.org/bartczyz/\">Bart Czyz</a>, <a href=\"https://profiles.wordpress.org/bduclos/\">bduclos</a>, <a href=\"https://profiles.wordpress.org/beafialho/\">Beatriz Fialho</a>, <a href=\"https://profiles.wordpress.org/benmeredithgmailcom/\">Ben Meredith</a>, <a href=\"https://profiles.wordpress.org/kau-boy/\">Bernhard Kau</a>, <a href=\"https://profiles.wordpress.org/bernhard-reiter/\">Bernhard Reiter</a>, <a href=\"https://profiles.wordpress.org/bethsoderberg/\">Beth Soderberg</a>, <a href=\"https://profiles.wordpress.org/bgermann/\">bgermann</a>, <a href=\"https://profiles.wordpress.org/hareshlive/\">Bhagvan Mangukiya</a>, <a href=\"https://profiles.wordpress.org/bhautikvirani/\">bhautikvirani</a>, <a href=\"https://profiles.wordpress.org/bananastalktome/\">Billy</a>, <a href=\"https://profiles.wordpress.org/birgire/\">Birgir Erlendsson (birgire)</a>, <a href=\"https://profiles.wordpress.org/bph/\">Birgit Pauli-Haack</a>, <a href=\"https://profiles.wordpress.org/bmcdede/\">bmcdede</a>, <a href=\"https://profiles.wordpress.org/bobbingwide/\">bobbingwide</a>, <a href=\"https://profiles.wordpress.org/boldgrid/\">BoldGrid</a>, <a href=\"https://profiles.wordpress.org/boonebgorges/\">Boone Gorges</a>, <a href=\"https://profiles.wordpress.org/ibdz/\">Boy Witthaya</a>, <a href=\"https://profiles.wordpress.org/bradyvercher/\">Brady Vercher</a>, <a href=\"https://profiles.wordpress.org/kraftbj/\">Brandon Kraft</a>, <a href=\"https://profiles.wordpress.org/bpayton/\">Brandon Payton</a>, <a href=\"https://profiles.wordpress.org/bmillersw/\">Brent Miller</a>, <a href=\"https://profiles.wordpress.org/brentswisher/\">Brent Swisher</a>, <a href=\"https://profiles.wordpress.org/brianhenryie/\">Brian Henry</a>, <a href=\"https://profiles.wordpress.org/brianhogg/\">Brian Hogg</a>, <a href=\"https://profiles.wordpress.org/bridgetwillard/\">bridgetwillard</a>, <a href=\"https://profiles.wordpress.org/brijeshb42/\">brijeshb42</a>, <a href=\"https://profiles.wordpress.org/burhandodhy/\">Burhan Nasir</a>, <a href=\"https://profiles.wordpress.org/icaleb/\">Caleb Burks</a>, <a href=\"https://profiles.wordpress.org/calin/\">Calin Don</a>, <a href=\"https://profiles.wordpress.org/cvoell/\">Cameron Voell</a>, <a href=\"https://profiles.wordpress.org/campusboy1987/\">campusboy</a>, <a href=\"https://profiles.wordpress.org/carike/\">Carike</a>, <a href=\"https://profiles.wordpress.org/poena/\">Carolina Nymark</a>, <a href=\"https://profiles.wordpress.org/carolinegeven/\">Caroline</a>, <a href=\"https://profiles.wordpress.org/ceyhun0/\">ceyhun0</a>, <a href=\"https://profiles.wordpress.org/chadreitsma/\">Chad Reitsma</a>, <a href=\"https://profiles.wordpress.org/cguntur/\">Chandrika Guntur</a>, <a href=\"https://profiles.wordpress.org/chetan200891/\">Chetan Prajapati</a>, <a href=\"https://profiles.wordpress.org/chexwarrior/\">chexwarrior</a>, <a href=\"https://profiles.wordpress.org/chintan1896/\">Chintan hingrajiya</a>, <a href=\"https://profiles.wordpress.org/chipsnyder/\">Chip Snyder</a>, <a href=\"https://profiles.wordpress.org/cbringmann/\">Chloé Bringmann</a>, <a href=\"https://profiles.wordpress.org/chouby/\">Chouby</a>, <a href=\"https://profiles.wordpress.org/alexandec/\">Chris Alexander</a>, <a href=\"https://profiles.wordpress.org/chrisvanpatten/\">Chris Van Patten</a>, <a href=\"https://profiles.wordpress.org/chriscct7/\">chriscct7</a>, <a href=\"https://profiles.wordpress.org/ctmartin0/\">Christian Martin</a>, <a href=\"https://profiles.wordpress.org/christophherr/\">Christoph Herr</a>, <a href=\"https://profiles.wordpress.org/vimes1984/\">Christopher Churchill</a>, <a href=\"https://profiles.wordpress.org/chunkysteveo/\">chunkysteveo</a>, <a href=\"https://profiles.wordpress.org/claudiulodro/\">Claudiu Lodromanean</a>, <a href=\"https://profiles.wordpress.org/claytoncollie/\">Clayton Collie</a>, <a href=\"https://profiles.wordpress.org/collizo4sky/\">Collins Agbonghama</a>, <a href=\"https://profiles.wordpress.org/commeuneimage/\">Commeuneimage</a>, <a href=\"https://profiles.wordpress.org/copons/\">Copons</a>, <a href=\"https://profiles.wordpress.org/salzano/\">Corey Salzano</a>, <a href=\"https://profiles.wordpress.org/cpapazoglou/\">cpapazoglou</a>, <a href=\"https://profiles.wordpress.org/cranewest/\">cranewest</a>, <a href=\"https://profiles.wordpress.org/littlebigthing/\">Csaba (LittleBigThings)</a>, <a href=\"https://profiles.wordpress.org/ctmartin/\">ctmartin</a>, <a href=\"https://profiles.wordpress.org/davidszabo/\">Dávid Szabó</a>, <a href=\"https://profiles.wordpress.org/daisyo/\">Daisy Olsen</a>, <a href=\"https://profiles.wordpress.org/danfarrow/\">Dan Farrow</a>, <a href=\"https://profiles.wordpress.org/danielbachhuber/\">Daniel Bachhuber</a>, <a href=\"https://profiles.wordpress.org/talldanwp/\">Daniel Richards</a>, <a href=\"https://profiles.wordpress.org/mte90/\">Daniele Scasciafratte</a>, <a href=\"https://profiles.wordpress.org/danieltj/\">danieltj</a>, <a href=\"https://profiles.wordpress.org/dantahoua/\">dantahoua</a>, <a href=\"https://profiles.wordpress.org/dkotter/\">Darin Kotter</a>, <a href=\"https://profiles.wordpress.org/dmchale/\">Dave McHale</a>, <a href=\"https://profiles.wordpress.org/davilera/\">David Aguilera</a>, <a href=\"https://profiles.wordpress.org/davidanderson/\">David Anderson</a>, <a href=\"https://profiles.wordpress.org/davidbaumwald/\">David Baumwald</a>, <a href=\"https://profiles.wordpress.org/dgwyer/\">David Gwyer</a>, <a href=\"https://profiles.wordpress.org/dlh/\">David Herrera</a>, <a href=\"https://profiles.wordpress.org/dshanske/\">David Shanske</a>, <a href=\"https://profiles.wordpress.org/get_dave/\">David Smith</a>, <a href=\"https://profiles.wordpress.org/davidjlaietta/\">David Wolfpaw</a>, <a href=\"https://profiles.wordpress.org/davidbinda/\">david.binda</a>, <a href=\"https://profiles.wordpress.org/davisshaver/\">Davis Shaver</a>, <a href=\"https://profiles.wordpress.org/dd32/\">dd32</a>, <a href=\"https://profiles.wordpress.org/p00ya/\">Dean</a>, <a href=\"https://profiles.wordpress.org/dkarfa/\">Debabrata Karfa</a>, <a href=\"https://profiles.wordpress.org/thewebprincess/\">Dee Teal</a>, <a href=\"https://profiles.wordpress.org/deepaklalwani/\">Deepak Lalwani</a>, <a href=\"https://profiles.wordpress.org/dekervit/\">dekervit</a>, <a href=\"https://profiles.wordpress.org/demetris/\">demetris (Demetris Kikizas)</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/designer023/\">Designer023</a>, <a href=\"https://profiles.wordpress.org/dfenton/\">dfenton</a>, <a href=\"https://profiles.wordpress.org/dharm1025/\">Dharmesh Patel</a>, <a href=\"https://profiles.wordpress.org/dharmin16/\">Dharmin Shah</a>, <a href=\"https://profiles.wordpress.org/dhruvin/\">Dhruvin</a>, <a href=\"https://profiles.wordpress.org/dhulwells/\">Dhul Wells</a>, <a href=\"https://profiles.wordpress.org/dietpawel/\">dietpawel</a>, <a href=\"https://profiles.wordpress.org/dilipbheda/\">Dilip Bheda</a>, <a href=\"https://profiles.wordpress.org/dingo_d/\">dingo-d</a>, <a href=\"https://profiles.wordpress.org/djzone/\">DjZoNe</a>, <a href=\"https://profiles.wordpress.org/dogwithblog/\">dogwithblog</a>, <a href=\"https://profiles.wordpress.org/ocean90/\">Dominik Schilling</a>, <a href=\"https://profiles.wordpress.org/donmhico/\">donmhico</a>, <a href=\"https://profiles.wordpress.org/donsony/\">donsony</a>, <a href=\"https://profiles.wordpress.org/dossy/\">Dossy Shiobara</a>, <a href=\"https://profiles.wordpress.org/dpacks/\">dpacks</a>, <a href=\"https://profiles.wordpress.org/raubvogel/\">Dr. Ronny Harbich</a>, <a href=\"https://profiles.wordpress.org/dratwas/\">dratwas</a>, <a href=\"https://profiles.wordpress.org/drewapicture/\">Drew Jaynes</a>, <a href=\"https://profiles.wordpress.org/dsifford/\">dsifford</a>, <a href=\"https://profiles.wordpress.org/dushakov/\">dushakov</a>, <a href=\"https://profiles.wordpress.org/dushanthi/\">dushanthi</a>, <a href=\"https://profiles.wordpress.org/dyrer/\">dyrer</a>, <a href=\"https://profiles.wordpress.org/elrae/\">Earle Davies</a>, <a href=\"https://profiles.wordpress.org/metalandcoffee/\">Ebonie Butler</a>, <a href=\"https://profiles.wordpress.org/ediamin/\">Edi Amin</a>, <a href=\"https://profiles.wordpress.org/ellatrix/\">Ella van Durpe</a>, <a href=\"https://profiles.wordpress.org/elmastudio/\">Ellen Bauer</a>, <a href=\"https://profiles.wordpress.org/enej/\">Enej Bajgoric</a>, <a href=\"https://profiles.wordpress.org/nrqsnchz/\">Enrique Sánchez</a>, <a href=\"https://profiles.wordpress.org/epiqueras/\">epiqueras</a>, <a href=\"https://profiles.wordpress.org/kebbet/\">Erik Betshammar</a>, <a href=\"https://profiles.wordpress.org/erikjandelange/\">erikjandelange</a>, <a href=\"https://profiles.wordpress.org/folletto/\">Erin \'Folletto\' Casali</a>, <a href=\"https://profiles.wordpress.org/eroraghav/\">eroraghav</a>, <a href=\"https://profiles.wordpress.org/estelaris/\">Estela Rueda</a>, <a href=\"https://profiles.wordpress.org/etoledom/\">etoledom</a>, <a href=\"https://profiles.wordpress.org/thegp/\">EugeneBos</a>, <a href=\"https://profiles.wordpress.org/circlecube/\">Evan Mullins</a>, <a href=\"https://profiles.wordpress.org/fabifott/\">Fabian</a>, <a href=\"https://profiles.wordpress.org/fabiankaegy/\">Fabian Kägy</a>, <a href=\"https://profiles.wordpress.org/gaambo/\">Fabian Todt</a>, <a href=\"https://profiles.wordpress.org/felipeelia/\">Felipe Elia</a>, <a href=\"https://profiles.wordpress.org/flixos90/\">Felix Arntz</a>, <a href=\"https://profiles.wordpress.org/ferkho/\">Ferenc Forgacs</a>, <a href=\"https://profiles.wordpress.org/mista-flo/\">Florian TIAR</a>, <a href=\"https://profiles.wordpress.org/flymike/\">flymike</a>, <a href=\"https://profiles.wordpress.org/francina/\">Francesca Marano</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/fullofcaffeine/\">fullofcaffeine</a>, <a href=\"https://profiles.wordpress.org/ecgan/\">Gan Eng Chin</a>, <a href=\"https://profiles.wordpress.org/garrett-eclipse/\">Garrett Hyder</a>, <a href=\"https://profiles.wordpress.org/garyc40/\">Gary Cao</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/gchtr/\">gchtr</a>, <a href=\"https://profiles.wordpress.org/soulseekah/\">Gennady Kovshenin</a>, <a href=\"https://profiles.wordpress.org/subscriptiongroup/\">George</a>, <a href=\"https://profiles.wordpress.org/georgestephanis/\">George Stephanis</a>, <a href=\"https://profiles.wordpress.org/geriux/\">geriux</a>, <a href=\"https://profiles.wordpress.org/glauberglauber/\">Glauber Mota</a>, <a href=\"https://profiles.wordpress.org/glendaviesnz/\">glendaviesnz</a>, <a href=\"https://profiles.wordpress.org/goldenapples/\">goldenapples</a>, <a href=\"https://profiles.wordpress.org/gziolo/\">Greg Ziółkowski</a>, <a href=\"https://profiles.wordpress.org/guidooffermans/\">guidooffermans</a>, <a href=\"https://profiles.wordpress.org/gumacahin/\">gumacahin</a>, <a href=\"https://profiles.wordpress.org/hvar/\">H-var</a>, <a href=\"https://profiles.wordpress.org/hakre/\">hakre</a>, <a href=\"https://profiles.wordpress.org/happiryu/\">happiryu</a>, <a href=\"https://profiles.wordpress.org/hareesh-pillai/\">Hareesh</a>, <a href=\"https://profiles.wordpress.org/isharis/\">Haris Zulfiqar</a>, <a href=\"https://profiles.wordpress.org/harrym/\">harrym</a>, <a href=\"https://profiles.wordpress.org/harshbarach/\">harshbarach</a>, <a href=\"https://profiles.wordpress.org/azhiyadev/\">Hauwa Abashiya</a>, <a href=\"https://profiles.wordpress.org/hazdiego/\">Haz</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/herregroen/\">Herre Groen</a>, <a href=\"https://profiles.wordpress.org/hoasi/\">HoaSi</a>, <a href=\"https://profiles.wordpress.org/howdy_mcgee/\">Howdy_McGee</a>, <a href=\"https://profiles.wordpress.org/hlashbrooke/\">Hugh Lashbrooke</a>, <a href=\"https://profiles.wordpress.org/iandunn/\">Ian Dunn</a>, <a href=\"https://profiles.wordpress.org/igorradovanov/\">Igor Radovanov</a>, <a href=\"https://profiles.wordpress.org/gsayed786/\">Imran Sayed</a>, <a href=\"https://profiles.wordpress.org/ingereck/\">ingereck</a>, <a href=\"https://profiles.wordpress.org/ipstenu/\">Ipstenu (Mika Epstein)</a>, <a href=\"https://profiles.wordpress.org/iqbalbary/\">iqbalbary</a>, <a href=\"https://profiles.wordpress.org/ireneyoast/\">Irene Strikkers</a>, <a href=\"https://profiles.wordpress.org/isabel_brison/\">Isabel Brison</a>, <a href=\"https://profiles.wordpress.org/jagirbaheshwp/\">jagirbaheshwp</a>, <a href=\"https://profiles.wordpress.org/whyisjake/\">Jake Spurlock</a>, <a href=\"https://profiles.wordpress.org/twentyzerotwo/\">Jake Whiteley</a>, <a href=\"https://profiles.wordpress.org/jamescollins/\">James Collins</a>, <a href=\"https://profiles.wordpress.org/jameskoster/\">James Koster</a>, <a href=\"https://profiles.wordpress.org/jnylen0/\">James Nylen</a>, <a href=\"https://profiles.wordpress.org/jamesros161/\">James Rosado</a>, <a href=\"https://profiles.wordpress.org/jameslnewell/\">jameslnewell</a>, <a href=\"https://profiles.wordpress.org/janthiel/\">Jan Thiel</a>, <a href=\"https://profiles.wordpress.org/javidalkaruzi/\">Janvo Aldred</a>, <a href=\"https://profiles.wordpress.org/jaredcobb/\">Jared Cobb</a>, <a href=\"https://profiles.wordpress.org/jaswrks/\">Jason Caldwell</a>, <a href=\"https://profiles.wordpress.org/madtownlems/\">Jason LeMahieu (MadtownLems)</a>, <a href=\"https://profiles.wordpress.org/javorszky/\">javorszky</a>, <a href=\"https://profiles.wordpress.org/jaydeep-rami/\">Jaydip Rami</a>, <a href=\"https://profiles.wordpress.org/audrasjb/\">Jean-Baptiste Audras</a>, <a href=\"https://profiles.wordpress.org/jeffmatson/\">Jeff Matson</a>, <a href=\"https://profiles.wordpress.org/jffng/\">Jeff Ong</a>, <a href=\"https://profiles.wordpress.org/jeffpaul/\">Jeff Paul</a>, <a href=\"https://profiles.wordpress.org/jeffikus/\">jeffikus</a>, <a href=\"https://profiles.wordpress.org/jellypixel/\">jellypixel</a>, <a href=\"https://profiles.wordpress.org/jeremyfelt/\">Jeremy Felt</a>, <a href=\"https://profiles.wordpress.org/jeremyescott/\">Jeremy Scott</a>, <a href=\"https://profiles.wordpress.org/jeremyyip/\">Jeremy Yip</a>, <a href=\"https://profiles.wordpress.org/jeroenrotty/\">Jeroen Rotty</a>, <a href=\"https://profiles.wordpress.org/jeryj/\">jeryj</a>, <a href=\"https://profiles.wordpress.org/jeslen/\">Jeslen Bucci</a>, <a href=\"https://profiles.wordpress.org/luminuu/\">Jessica Lyschik</a>, <a href=\"https://profiles.wordpress.org/jfoulquier/\">jfoulquier</a>, <a href=\"https://profiles.wordpress.org/jimyaghi/\">jimyaghi</a>, <a href=\"https://profiles.wordpress.org/jipmoors/\">Jip Moors</a>, <a href=\"https://profiles.wordpress.org/joedolson/\">Joe Dolson</a>, <a href=\"https://profiles.wordpress.org/joemcgill/\">Joe McGill</a>, <a href=\"https://profiles.wordpress.org/joelclimbsthings/\">joelclimbsthings</a>, <a href=\"https://profiles.wordpress.org/joelyoder/\">joelyoder</a>, <a href=\"https://profiles.wordpress.org/joen/\">Joen Asmussen</a>, <a href=\"https://profiles.wordpress.org/johannadevos/\">Johanna de Vos</a>, <a href=\"https://profiles.wordpress.org/johnbillion/\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/johnny5/\">John Godley</a>, <a href=\"https://profiles.wordpress.org/johnjamesjacoby/\">John James Jacoby</a>, <a href=\"https://profiles.wordpress.org/jb510/\">Jon Brown</a>, <a href=\"https://profiles.wordpress.org/psykro/\">Jonathan Bossenger</a>, <a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/jonathanstegall/\">Jonathan Stegall</a>, <a href=\"https://profiles.wordpress.org/spacedmonkey/\">Jonny Harris</a>, <a href=\"https://profiles.wordpress.org/jonoaldersonwp/\">Jono Alderson</a>, <a href=\"https://profiles.wordpress.org/joostdevalk/\">Joost de Valk</a>, <a href=\"https://profiles.wordpress.org/jordesign/\">jordesign</a>, <a href=\"https://profiles.wordpress.org/koke/\">Jorge Bernal</a>, <a href=\"https://profiles.wordpress.org/jorgefilipecosta/\">Jorge Costa</a>, <a href=\"https://profiles.wordpress.org/joseaneto/\">joseaneto</a>, <a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha Haden</a>, <a href=\"https://profiles.wordpress.org/joshlevinson/\">Josh Levinson</a>, <a href=\"https://profiles.wordpress.org/shelob9/\">Josh Pollock</a>, <a href=\"https://profiles.wordpress.org/joshuatf/\">joshuatf</a>, <a href=\"https://profiles.wordpress.org/tai/\">JOTAKI, Taisuke</a>, <a href=\"https://profiles.wordpress.org/joyously/\">Joy</a>, <a href=\"https://profiles.wordpress.org/jsnajdr/\">jsnajdr</a>, <a href=\"https://profiles.wordpress.org/jrf/\">Juliette Reinders Folmer</a>, <a href=\"https://profiles.wordpress.org/junaidbhura/\">Junaid Bhura</a>, <a href=\"https://profiles.wordpress.org/justinahinon/\">Justin Ahinon</a>, <a href=\"https://profiles.wordpress.org/justlevine/\">justlevine</a>, <a href=\"https://profiles.wordpress.org/kadamwhite/\">K. Adam White</a>, <a href=\"https://profiles.wordpress.org/kevin940726/\">Kai Hao</a>, <a href=\"https://profiles.wordpress.org/trepmal/\">Kailey (trepmal)</a>, <a href=\"https://profiles.wordpress.org/akabarikalpesh/\">Kalpesh Akabari</a>, <a href=\"https://profiles.wordpress.org/karthikbhatb/\">karthikbhatb</a>, <a href=\"https://profiles.wordpress.org/kasparsd/\">Kaspars</a>, <a href=\"https://profiles.wordpress.org/ryelle/\">Kelly Dwan</a>, <a href=\"https://profiles.wordpress.org/kellychoffman/\">Kelly Hoffman</a>, <a href=\"https://profiles.wordpress.org/kelsu02/\">Kelly R</a>, <a href=\"https://profiles.wordpress.org/kellybleck/\">kellybleck</a>, <a href=\"https://profiles.wordpress.org/kellylawrence/\">kellylawrence</a>, <a href=\"https://profiles.wordpress.org/khag7/\">Kevin Hagerty</a>, <a href=\"https://profiles.wordpress.org/kharisblank/\">Kharis Sulistiyono</a>, <a href=\"https://profiles.wordpress.org/kipperlenny/\">Kipperlenny</a>, <a href=\"https://profiles.wordpress.org/kirilzh/\">Kiril Zhelyazkov</a>, <a href=\"https://profiles.wordpress.org/kburgoine/\">Kirsty Burgoine</a>, <a href=\"https://profiles.wordpress.org/kishanjasani/\">Kishan Jasani</a>, <a href=\"https://profiles.wordpress.org/ixkaito/\">Kite</a>, <a href=\"https://profiles.wordpress.org/kittmedia/\">KittMedia</a>, <a href=\"https://profiles.wordpress.org/kjbenk/\">kjbenk</a>, <a href=\"https://profiles.wordpress.org/kjellr/\">Kjell Reigstad</a>, <a href=\"https://profiles.wordpress.org/knutsp/\">Knut Sparhell</a>, <a href=\"https://profiles.wordpress.org/komagain/\">komagain</a>, <a href=\"https://profiles.wordpress.org/obenland/\">Konstantin Obenland</a>, <a href=\"https://profiles.wordpress.org/krupajnanda/\">Krupa</a>, <a href=\"https://profiles.wordpress.org/kbjohnson90/\">Kyle B. Johnson</a>, <a href=\"https://profiles.wordpress.org/landau/\">landau</a>, <a href=\"https://profiles.wordpress.org/lmurillom/\">Larissa Murillo</a>, <a href=\"https://profiles.wordpress.org/latifi/\">latifi</a>, <a href=\"https://profiles.wordpress.org/laurora/\">Laura Nelson</a>, <a href=\"https://profiles.wordpress.org/laxman-prajapati/\">Laxman Prajapati</a>, <a href=\"https://profiles.wordpress.org/leogermani/\">leogermani</a>, <a href=\"https://profiles.wordpress.org/gamerz/\">Lester Chan</a>, <a href=\"https://profiles.wordpress.org/leutrimh/\">Leutrim Husaj</a>, <a href=\"https://profiles.wordpress.org/limera1n/\">lim3ra</a>, <a href=\"https://profiles.wordpress.org/lpointet/\">Lionel Pointet</a>, <a href=\"https://profiles.wordpress.org/llizard/\">llizard</a>, <a href=\"https://profiles.wordpress.org/louislaugesen/\">Louis</a>, <a href=\"https://profiles.wordpress.org/lucagrandicelli/\">Luca Grandicelli</a>, <a href=\"https://profiles.wordpress.org/_luigi/\">Luigi Cavalieri</a>, <a href=\"https://profiles.wordpress.org/lukecavanagh/\">Luke Cavanagh</a>, <a href=\"https://profiles.wordpress.org/lumne/\">Lumne</a>, <a href=\"https://profiles.wordpress.org/mager19/\">mager19</a>, <a href=\"https://profiles.wordpress.org/onemaggie/\">Maggie Cabrera</a>, <a href=\"https://profiles.wordpress.org/mahesh901122/\">Mahesh Waghmare</a>, <a href=\"https://profiles.wordpress.org/mailnew2ster/\">mailnew2ster</a>, <a href=\"https://profiles.wordpress.org/shamimmoeen/\">Mainul Hassan Main</a>, <a href=\"https://profiles.wordpress.org/malinajirka/\">malinajirka</a>, <a href=\"https://profiles.wordpress.org/manzwebdesigns/\">manzwebdesigns</a>, <a href=\"https://profiles.wordpress.org/mkaz/\">Marcus Kazmierczak</a>, <a href=\"https://profiles.wordpress.org/marekhrabe/\">Marek Hrabe</a>, <a href=\"https://profiles.wordpress.org/chaton666/\">Marie Comet</a>, <a href=\"https://profiles.wordpress.org/marijnkoopman/\">Marijn</a>, <a href=\"https://profiles.wordpress.org/clorith/\">Marius Jensen</a>, <a href=\"https://profiles.wordpress.org/markjaquith/\">Mark Jaquith</a>, <a href=\"https://profiles.wordpress.org/markparnell/\">Mark Parnell</a>, <a href=\"https://profiles.wordpress.org/markscottrobson/\">Mark Robson</a>, <a href=\"https://profiles.wordpress.org/marks99/\">Mark Smallman</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/m-e-h/\">Marty Helmick</a>, <a href=\"https://profiles.wordpress.org/marybaum/\">Mary Baum</a>, <a href=\"https://profiles.wordpress.org/wetah/\">Mateus Machado Luna</a>, <a href=\"https://profiles.wordpress.org/imath/\">Mathieu Viet</a>, <a href=\"https://profiles.wordpress.org/matveb/\">Matias Ventura</a>, <a href=\"https://profiles.wordpress.org/webdevmattcrom/\">Matt Cromwell</a>, <a href=\"https://profiles.wordpress.org/gothickgothickorguk/\">Matt Gibson</a>, <a href=\"https://profiles.wordpress.org/mattkeys/\">Matt Keys</a>, <a href=\"https://profiles.wordpress.org/matt/\">Matt Mullenweg</a>, <a href=\"https://profiles.wordpress.org/mattwiebe/\">Matt Wiebe</a>, <a href=\"https://profiles.wordpress.org/mattchowning/\">mattchowning</a>, <a href=\"https://profiles.wordpress.org/pfefferle/\">Matthias Pfefferle</a>, <a href=\"https://profiles.wordpress.org/mattoperry/\">mattoperry</a>, <a href=\"https://profiles.wordpress.org/mayankmajeji/\">Mayank Majeji</a>, <a href=\"https://profiles.wordpress.org/meaganhanes/\">Meagan Hanes</a>, <a href=\"https://profiles.wordpress.org/megphillips91/\">Meg Phillips</a>, <a href=\"https://profiles.wordpress.org/meher/\">Meher Bala</a>, <a href=\"https://profiles.wordpress.org/melchoyce/\">Mel Choyce-Dwan</a>, <a href=\"https://profiles.wordpress.org/mgol/\">mgol</a>, <a href=\"https://profiles.wordpress.org/mgrenierfarmmedia/\">mgrenierfarmmedia</a>, <a href=\"https://profiles.wordpress.org/michael-arestad/\">Michael Arestad</a>, <a href=\"https://profiles.wordpress.org/tw2113/\">Michael Beckwith</a>, <a href=\"https://profiles.wordpress.org/m_butcher/\">Michele Butcher-Jones</a>, <a href=\"https://profiles.wordpress.org/michelleames/\">Michelle Frechette</a>, <a href=\"https://profiles.wordpress.org/mcsf/\">Miguel Fonseca</a>, <a href=\"https://profiles.wordpress.org/mihdan/\">mihdan</a>, <a href=\"https://profiles.wordpress.org/mikeschroder/\">Mike Schroder</a>, <a href=\"https://profiles.wordpress.org/mikelopez/\">mikelopez</a>, <a href=\"https://profiles.wordpress.org/mikeyarce/\">Mikey Arce</a>, <a href=\"https://profiles.wordpress.org/dimadin/\">Milan Dinić</a>, <a href=\"https://profiles.wordpress.org/milana_cap/\">Milana Cap</a>, <a href=\"https://profiles.wordpress.org/eemitch/\">Mitchell Bennis</a>, <a href=\"https://profiles.wordpress.org/mmarco9/\">mmarco9</a>, <a href=\"https://profiles.wordpress.org/batmoo/\">Mohammad Jangda</a>, <a href=\"https://profiles.wordpress.org/monikarao/\">Monika Rao</a>, <a href=\"https://profiles.wordpress.org/mopsyd/\">mopsyd</a>, <a href=\"https://profiles.wordpress.org/morganestes/\">Morgan Estes</a>, <a href=\"https://profiles.wordpress.org/gwendydd/\">Morgan Kay</a>, <a href=\"https://profiles.wordpress.org/man4toman/\">Morteza Geransayeh</a>, <a href=\"https://profiles.wordpress.org/computerguru/\">mqudsi</a>, <a href=\"https://profiles.wordpress.org/mreishus/\">mreishus</a>, <a href=\"https://profiles.wordpress.org/mrgrt/\">mrgrt</a>, <a href=\"https://profiles.wordpress.org/mrjoeldean/\">mrjoeldean</a>, <a href=\"https://profiles.wordpress.org/mukesh27/\">Mukesh Panchal</a>, <a href=\"https://profiles.wordpress.org/munyagu/\">munyagu</a>, <a href=\"https://profiles.wordpress.org/musicaljoeker/\">musicaljoeker</a>, <a href=\"https://profiles.wordpress.org/mweichert/\">mweichert</a>, <a href=\"https://profiles.wordpress.org/n5hzr/\">n5hzr</a>, <a href=\"https://profiles.wordpress.org/nabilmoqbel/\">Nabil Moqbel</a>, <a href=\"https://profiles.wordpress.org/nalininonstopnewsuk/\">Nalini Thakor</a>, <a href=\"https://profiles.wordpress.org/naoki0h/\">Naoki Ohashi</a>, <a href=\"https://profiles.wordpress.org/nao/\">Naoko Takano</a>, <a href=\"https://profiles.wordpress.org/nateinaction/\">Nate Gay</a>, <a href=\"https://profiles.wordpress.org/nathanatmoz/\">Nathan Johnson</a>, <a href=\"https://profiles.wordpress.org/navanathbhosale/\">Navanath Bhosale</a>, <a href=\"https://profiles.wordpress.org/naveenkharwar/\">Naveen Kharwar</a>, <a href=\"https://profiles.wordpress.org/lcyh78/\">Neil James (lcyh78)</a>, <a href=\"https://profiles.wordpress.org/nendeb55/\">nendeb</a>, <a href=\"https://profiles.wordpress.org/krstarica/\">net</a>, <a href=\"https://profiles.wordpress.org/arealnobrainer/\">Netravnen</a>, <a href=\"https://profiles.wordpress.org/nicomollet/\">nicomollet</a>, <a href=\"https://profiles.wordpress.org/nielslange/\">Niels Lange</a>, <a href=\"https://profiles.wordpress.org/ntsekouras/\">Nik Tsekouras</a>, <a href=\"https://profiles.wordpress.org/nikolam/\">Nikola</a>, <a href=\"https://profiles.wordpress.org/nbachiyski/\">Nikolay Bachiyski</a>, <a href=\"https://profiles.wordpress.org/njbrown/\">njbrown</a>, <a href=\"https://profiles.wordpress.org/nlpro/\">nlpro</a>, <a href=\"https://profiles.wordpress.org/noahtallen/\">Noah Allen</a>, <a href=\"https://profiles.wordpress.org/noahshrader/\">noahshrader</a>, <a href=\"https://profiles.wordpress.org/nourma/\">nourma</a>, <a href=\"https://profiles.wordpress.org/nosolosw/\">O André</a>, <a href=\"https://profiles.wordpress.org/oakesjosh/\">oakesjosh</a>, <a href=\"https://profiles.wordpress.org/oguzkocer/\">oguzkocer</a>, <a href=\"https://profiles.wordpress.org/oglekler/\">Olga Gleckler</a>, <a href=\"https://profiles.wordpress.org/alshakero/\">Omar Alshaker</a>, <a href=\"https://profiles.wordpress.org/omarreiss/\">Omar Reiss</a>, <a href=\"https://profiles.wordpress.org/oolleegg55/\">oolleegg55</a>, <a href=\"https://profiles.wordpress.org/optimizingmatters/\">Optimizing Matters</a>, <a href=\"https://profiles.wordpress.org/ov3rfly/\">Ov3rfly</a>, <a href=\"https://profiles.wordpress.org/ovann86/\">ovann86</a>, <a href=\"https://profiles.wordpress.org/ovenall/\">ovenall</a>, <a href=\"https://profiles.wordpress.org/oxyc/\">oxyc</a>, <a href=\"https://profiles.wordpress.org/paaljoachim/\">Paal Joachim Romdahl</a>, <a href=\"https://profiles.wordpress.org/jhonqwerty/\">pabloselin</a>, <a href=\"https://profiles.wordpress.org/paddy/\">Paddy</a>, <a href=\"https://profiles.wordpress.org/pankajmohale/\">Pankaj Mohale</a>, <a href=\"https://profiles.wordpress.org/swissspidy/\">Pascal Birchler</a>, <a href=\"https://profiles.wordpress.org/casiepa/\">Pascal Casier</a>, <a href=\"https://profiles.wordpress.org/pbearne/\">Paul Bearne</a>, <a href=\"https://profiles.wordpress.org/pbiron/\">Paul Biron</a>, <a href=\"https://profiles.wordpress.org/pabline/\">Paul Bunkham</a>, <a href=\"https://profiles.wordpress.org/paulschreiber/\">Paul Schreiber</a>, <a href=\"https://profiles.wordpress.org/paulstonier/\">Paul Stonier</a>, <a href=\"https://profiles.wordpress.org/pschrottky/\">Paul Von Schrottky</a>, <a href=\"https://profiles.wordpress.org/pedromendonca/\">Pedro Mendonça</a>, <a href=\"https://profiles.wordpress.org/pentatonicfunk/\">pentatonicfunk</a>, <a href=\"https://profiles.wordpress.org/pputzer/\">pepe</a>, <a href=\"https://profiles.wordpress.org/pekz0r/\">Peter Elmered</a>, <a href=\"https://profiles.wordpress.org/psmits1567/\">Peter Smits</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc/\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/johnstonphilip/\">Phil Johnston</a>, <a href=\"https://profiles.wordpress.org/pierlo/\">Pierre Gordon</a>, <a href=\"https://profiles.wordpress.org/decrecementofeliz/\">Pilar Mera</a>, <a href=\"https://profiles.wordpress.org/wppinar/\">Pinar</a>, <a href=\"https://profiles.wordpress.org/boniu91/\">Piotrek Boniu</a>, <a href=\"https://profiles.wordpress.org/pishmishy/\">pishmishy</a>, <a href=\"https://profiles.wordpress.org/pkvillanueva/\">pkvillanueva</a>, <a href=\"https://profiles.wordpress.org/prashanttholia/\">prashanttholia</a>, <a href=\"https://profiles.wordpress.org/pratikkry/\">Pratik K. Yadav</a>, <a href=\"https://profiles.wordpress.org/presskopp/\">Presskopp</a>, <a href=\"https://profiles.wordpress.org/presstoke/\">presstoke</a>, <a href=\"https://profiles.wordpress.org/prionkor/\">prionkor</a>, <a href=\"https://profiles.wordpress.org/psealock/\">psealock</a>, <a href=\"https://profiles.wordpress.org/puneetsahalot/\">Puneet Sahalot</a>, <a href=\"https://profiles.wordpress.org/itsjonq/\">Q</a>, <a href=\"https://profiles.wordpress.org/rachelbaker/\">Rachel Baker</a>, <a href=\"https://profiles.wordpress.org/rajanit2000/\">Rajan Vijayan</a>, <a href=\"https://profiles.wordpress.org/rajeshsingh520/\">rajeshsingh520</a>, <a href=\"https://profiles.wordpress.org/ramiy/\">Rami Yushuvaev</a>, <a href=\"https://profiles.wordpress.org/jontyravi/\">Ravi Vaghela</a>, <a href=\"https://profiles.wordpress.org/ravipatel/\">ravipatel</a>, <a href=\"https://profiles.wordpress.org/rebasaurus/\">rebasaurus</a>, <a href=\"https://profiles.wordpress.org/redstar504/\">redstar504</a>, <a href=\"https://profiles.wordpress.org/regankhadgi/\">Regan Khadgi</a>, <a href=\"https://profiles.wordpress.org/renehermi/\">Rene Hermenau</a>, <a href=\"https://profiles.wordpress.org/retlehs/\">retlehs</a>, <a href=\"https://profiles.wordpress.org/retrofox/\">retrofox</a>, <a href=\"https://profiles.wordpress.org/riaanlom/\">riaanlom</a>, <a href=\"https://profiles.wordpress.org/youknowriad/\">Riad Benguella</a>, <a href=\"https://profiles.wordpress.org/ribaricplusplus/\">ribaricplusplus</a>, <a href=\"https://profiles.wordpress.org/richtabor/\">Rich Tabor</a>, <a href=\"https://profiles.wordpress.org/rnaby/\">Rnaby</a>, <a href=\"https://profiles.wordpress.org/noisysocks/\">Robert Anderson</a>, <a href=\"https://profiles.wordpress.org/miqrogroove/\">Robert Chapin</a>, <a href=\"https://profiles.wordpress.org/kreppar/\">Rodrigo Arias</a>, <a href=\"https://profiles.wordpress.org/rogerlos/\">rogerlos</a>, <a href=\"https://profiles.wordpress.org/roikles/\">roikles</a>, <a href=\"https://profiles.wordpress.org/rolfsiebers/\">Rolf Siebers</a>, <a href=\"https://profiles.wordpress.org/ronakganatra/\">Ronak Ganatra</a>, <a href=\"https://profiles.wordpress.org/roo2/\">roo2</a>, <a href=\"https://profiles.wordpress.org/rtagliento/\">rtagliento</a>, <a href=\"https://profiles.wordpress.org/bookdude13/\">Ryan Fredlund</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/welcher/\">Ryan Welcher</a>, <a href=\"https://profiles.wordpress.org/soean/\">Sören Wrede</a>, <a href=\"https://profiles.wordpress.org/sabrinazeidan/\">Sabrina Zeidan</a>, <a href=\"https://profiles.wordpress.org/saeedfard/\">Saeed Fard</a>, <a href=\"https://profiles.wordpress.org/salvoaranzulla/\">salvoaranzulla</a>, <a href=\"https://profiles.wordpress.org/samful/\">Sam Fullalove</a>, <a href=\"https://profiles.wordpress.org/sswebster/\">Sam Webster</a>, <a href=\"https://profiles.wordpress.org/otto42/\">Samuel Wood (Otto)</a>, <a href=\"https://profiles.wordpress.org/sanzeeb3/\">Sanjeev Aryal</a>, <a href=\"https://profiles.wordpress.org/saqibameen/\">Saqib Ameen</a>, <a href=\"https://profiles.wordpress.org/sarahricker/\">Sarah Ricker</a>, <a href=\"https://profiles.wordpress.org/sarayourfriend/\">sarayourfriend</a>, <a href=\"https://profiles.wordpress.org/sawanoboly/\">sawanoboly</a>, <a href=\"https://profiles.wordpress.org/scarolan/\">scarolan</a>, <a href=\"https://profiles.wordpress.org/l3rady/\">Scott Cariss</a>, <a href=\"https://profiles.wordpress.org/coffee2code/\">Scott Reilly</a>, <a href=\"https://profiles.wordpress.org/scribu/\">scribu</a>, <a href=\"https://profiles.wordpress.org/scruffian/\">scruffian</a>, <a href=\"https://profiles.wordpress.org/seanpaulrasmussen/\">seanpaulrasmussen</a>, <a href=\"https://profiles.wordpress.org/sebastianpisula/\">Sebastian Pisula</a>, <a href=\"https://profiles.wordpress.org/sebsz/\">SeBsZ</a>, <a href=\"https://profiles.wordpress.org/senning/\">Senning</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/yakimun/\">Sergey Yakimov</a>, <a href=\"https://profiles.wordpress.org/sergioestevao/\">SergioEstevao</a>, <a href=\"https://profiles.wordpress.org/shaunandrews/\">shaunandrews</a>, <a href=\"https://profiles.wordpress.org/sncoker/\">Shawntelle Coker</a>, <a href=\"https://profiles.wordpress.org/shital-patel/\">Shital Marakana</a>, <a href=\"https://profiles.wordpress.org/shramee/\">shramee</a>, <a href=\"https://profiles.wordpress.org/sresok/\">Simon Resok</a>, <a href=\"https://profiles.wordpress.org/sirreal/\">sirreal</a>, <a href=\"https://profiles.wordpress.org/smerriman/\">smerriman</a>, <a href=\"https://profiles.wordpress.org/snapfractalpop/\">snapfractalpop</a>, <a href=\"https://profiles.wordpress.org/sproutchris/\">sproutchris</a>, <a href=\"https://profiles.wordpress.org/stulab/\">Stéphane Treilhou</a>, <a href=\"https://profiles.wordpress.org/metodiew/\">Stanko Metodiev</a>, <a href=\"https://profiles.wordpress.org/garubi/\">Stefano Garuti</a>, <a href=\"https://profiles.wordpress.org/sabernhardt/\">Stephen Bernhardt</a>, <a href=\"https://profiles.wordpress.org/dufresnesteven/\">Steve Dufresne</a>, <a href=\"https://profiles.wordpress.org/sterndata/\">Steven Stern (sterndata)</a>, <a href=\"https://profiles.wordpress.org/stevenlinx/\">stevenlinx</a>, <a href=\"https://profiles.wordpress.org/stoyangeorgiev/\">Stoyan Georgiev</a>, <a href=\"https://profiles.wordpress.org/sudoshreyansh/\">sudoshreyansh</a>, <a href=\"https://profiles.wordpress.org/smub/\">Syed Balkhi</a>, <a href=\"https://profiles.wordpress.org/szaqal21/\">szaqal21</a>, <a href=\"https://profiles.wordpress.org/karmatosed/\">Tammie Lister</a>, <a href=\"https://profiles.wordpress.org/utz119/\">TeBenachi</a>, <a href=\"https://profiles.wordpress.org/techboyg5/\">techboyg5</a>, <a href=\"https://profiles.wordpress.org/tellyworth/\">Tellyworth</a>, <a href=\"https://profiles.wordpress.org/thefarlilacfield/\">thefarlilacfield</a>, <a href=\"https://profiles.wordpress.org/thelmachido/\">Thelma Mutete</a>, <a href=\"https://profiles.wordpress.org/thib3113/\">thib3113</a>, <a href=\"https://profiles.wordpress.org/thijsvanloef/\">thijsvanloef</a>, <a href=\"https://profiles.wordpress.org/webzunft/\">Thomas M</a>, <a href=\"https://profiles.wordpress.org/thomasplevy/\">Thomas Patrick Levy</a>, <a href=\"https://profiles.wordpress.org/thomaslhotta/\">thomaslhotta</a>, <a href=\"https://profiles.wordpress.org/timhavinga/\">Tim Havinga</a>, <a href=\"https://profiles.wordpress.org/hedgefield/\">Tim Hengeveld</a>, <a href=\"https://profiles.wordpress.org/sippis/\">Timi Wahalahti</a>, <a href=\"https://profiles.wordpress.org/timothyblynjacobs/\">Timothy Jacobs</a>, <a href=\"https://profiles.wordpress.org/timotijhof/\">TimoTijhof</a>, <a href=\"https://profiles.wordpress.org/tkama/\">Tkama</a>, <a href=\"https://profiles.wordpress.org/tmdesigned/\">tmdesigned</a>, <a href=\"https://profiles.wordpress.org/tobiasbg/\">TobiasBg</a>, <a href=\"https://profiles.wordpress.org/tobifjellner/\">tobifjellner (Tor-Bjorn Fjellner)</a>, <a href=\"https://profiles.wordpress.org/hellofromtonya/\">Tonya Mork</a>, <a href=\"https://profiles.wordpress.org/toro_unit/\">Toro_Unit (Hiroshi Urabe)</a>, <a href=\"https://profiles.wordpress.org/torres126/\">torres126</a>, <a href=\"https://profiles.wordpress.org/zodiac1978/\">Torsten Landsiedel</a>, <a href=\"https://profiles.wordpress.org/itowhid06/\">Towhidul I Chowdhury</a>, <a href=\"https://profiles.wordpress.org/treibstoff/\">treibstoff</a>, <a href=\"https://profiles.wordpress.org/trisha_cornelius/\">Trisha Cornelius</a>, <a href=\"https://profiles.wordpress.org/dinhtungdu/\">Tung Du</a>, <a href=\"https://profiles.wordpress.org/tzafrir/\">tzafrir</a>, <a href=\"https://profiles.wordpress.org/desaiuditd/\">Udit Desai</a>, <a href=\"https://profiles.wordpress.org/grapplerulrich/\">Ulrich</a>, <a href=\"https://profiles.wordpress.org/uxkai/\">uxkai</a>, <a href=\"https://profiles.wordpress.org/valentinbora/\">Valentin Bora</a>, <a href=\"https://profiles.wordpress.org/contact-banker/\">Varun Sharma</a>, <a href=\"https://profiles.wordpress.org/vcanales/\">vcanales</a>, <a href=\"https://profiles.wordpress.org/ravivaddweb/\">vidhiaddweb</a>, <a href=\"https://profiles.wordpress.org/vinayakanivase/\">Vinayak Anivase</a>, <a href=\"https://profiles.wordpress.org/vinita29/\">Vinita Tandulkar</a>, <a href=\"https://profiles.wordpress.org/usestrict/\">Vinny</a>, <a href=\"https://profiles.wordpress.org/virgodesign/\">virgodesign</a>, <a href=\"https://profiles.wordpress.org/webmandesign/\">WebMan Design | Oliver Juhas</a>, <a href=\"https://profiles.wordpress.org/webmigrates/\">Webmigrates Technologies</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/planningwrite/\">Winstina Hughes</a>, <a href=\"https://profiles.wordpress.org/wittich/\">wittich</a>, <a href=\"https://profiles.wordpress.org/worldweb/\">worldweb</a>, <a href=\"https://profiles.wordpress.org/y_kolev/\">Y_Kolev</a>, <a href=\"https://profiles.wordpress.org/yansern/\">Yan Sern</a>, <a href=\"https://profiles.wordpress.org/yoavf/\">Yoav Farhi</a>, <a href=\"https://profiles.wordpress.org/yscik/\">yscik</a>, <a href=\"https://profiles.wordpress.org/fierevere/\">Yui</a>, <a href=\"https://profiles.wordpress.org/yvettesonneveld/\">Yvette Sonneveld</a>, and <a href=\"https://profiles.wordpress.org/zebulan/\">Zebulan Stanphill</a>.\n\n\n\n<p></p>\n\n\n\n<p>In addition, many thanks to all of the community volunteers who contribute in the <a href=\"https://wordpress.org/support/\">support forums</a>. They answer questions from people across the world, whether they are using WordPress for the first time, or they’ve been around since the first release all the way back in 2003. These releases are as successful as they are because of their efforts!</p>\n\n\n\n<p>Finally, thanks to all the community translators who helped make WordPress 5.6. available in 38 languages at the time of release. Our community translators are hard at work ensuring more languages are on their way (70 are already at 90%). If contributing to WordPress appeals to you, it’s easy to learn more. Check out <a href=\"https://make.wordpress.org/\">Make WordPress</a> or the <a href=\"https://make.wordpress.org/core/\">core development blog</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:\"Tue, 08 Dec 2020 23:45: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:7:\"Josepha\";s: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:42:\"BuddyPress: BuddyPress 2020 Survey results\";s: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=315969\";s: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://buddypress.org/2020/12/buddypress-2020-survey-results/\";s: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:44558:\"<p>The BuddyPress 2020 survey was published the same day we released <a href=\"https://buddypress.org/2020/05/buddypress-6-0-0/\">BuddyPress 6.0.0 “iovine’s”</a> (May 13, 2020). Now that we are about to release our next major release (<a href=\"https://buddypress.org/2020/12/buddypress-7-0-0-rc2/\">7.0.0 will be delivered in the coming days</a>), it is time to share with you the survey results.</p>\n\n\n\n<p>First, many thanks to all the respondents who participated to this survey <img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/1f60d.png\" alt=\"?\" class=\"wp-smiley\" />. Doing so you contributed to give the BuddyPress Core Team informations about how the plugin is used, could be used and how its usage is evolving. Some of the questions we asked are directions we’re considering for the plugin (eg: <a href=\"https://buddypress.org/wp-admin/post.php?post=315969&action=edit#q-9\">Q9</a>, <a href=\"https://buddypress.org/wp-admin/post.php?post=315969&action=edit#q-10\">Q10</a>, <a href=\"https://buddypress.org/wp-admin/post.php?post=315969&action=edit#q-17\">Q17</a>), so your inputs are very important to us.</p>\n\n\n\n<p>As no questions were required, it’s difficult to be 100% accurate about how many people took the survey. So we were at least (we also took the survey <img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/1f609.png\" alt=\"?\" class=\"wp-smiley\" />) <strong>483</strong> from <a href=\"https://buddypress.org/feed/#survey-map\">all over the world</a> as it’s the highest number a question was replied to.</p>\n\n\n\n<p>Most of the questions were leaving participants the choice to select more than one reply, this is why if you sum up the percentage results you’ll often find more than 100% <img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/1f601.png\" alt=\"?\" class=\"wp-smiley\" />.</p>\n\n\n\n<p>When we had data about a previous survey we made in 2018, we compared the 2020 results with them and calculated the differences between both years percentages. We thought it could be interesting to see how some results are evolving.</p>\n\n\n\n<span id=\"more-315969\"></span>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2 id=\"q-1\"><em>1. How are you using BuddyPress?</em></h2>\n\n\n\n<p>Number of respondents: <strong>483</strong>.</p>\n\n\n\n\n <table class=\"has-fixed-layout\">\n <thead>\n <tr>\n <th>Possible replies</th>\n <th>Years & evolution</th>\n <th>Results</th>\n </tr>\n </thead>\n <tbody>\n <tr>\n <td rowspan=\"3\">I use BuddyPress on my own site</td>\n <td>2020</td>\n <td>72.7%</td>\n </tr>\n <tr>\n <td>2018</td>\n <td>74.2%</td>\n </tr>\n <tr>\n <td>2018 to 2020</td>\n <td><span class=\"has-inline-color has-luminous-vivid-orange-color\"><strong>-1.6%</strong></span></td>\n </tr>\n <tr>\n <td rowspan=\"3\">I build BuddyPress sites for others</td>\n <td>2020</td>\n <td>35.2%</td>\n </tr>\n <tr>\n <td>2018</td>\n <td>32.4%</td>\n </tr>\n <tr>\n <td>2018 to 2020</td>\n <td>2.8%</td>\n </tr>\n <tr>\n <td rowspan=\"3\"><strong>I develop BuddyPress themes</strong></td>\n <td>2020</td>\n <td>13.3%</td>\n </tr>\n <tr>\n <td>2018</td>\n <td>9.7%</td>\n </tr>\n <tr>\n <td>2018 to 2020</td>\n <td><strong><span class=\"has-inline-color\">3.6%</span></strong></td>\n </tr>\n <tr>\n <td rowspan=\"3\"><strong>I develop BuddyPress plugins</strong></td>\n <td>2020</td>\n <td>15.1%</td>\n </tr>\n <tr>\n <td>2018</td>\n <td>13.0%</td>\n </tr>\n <tr>\n <td>2018 to 2020</td>\n <td><span class=\"has-inline-color\"><strong>2.1%</strong></span></td>\n </tr>\n <tr>\n <td rowspan=\"3\">I host BuddyPress sites</td>\n <td>2020</td>\n <td>15.5%</td>\n </tr>\n <tr>\n <td>2018</td>\n <td>14.8%</td>\n </tr>\n <tr>\n <td>2018 to 2020</td>\n <td>0.7%</td>\n </tr>\n <tr>\n <td rowspan=\"3\">Other</td>\n <td>2020</td>\n <td>9.1%</td>\n </tr>\n <tr>\n <td>2018</td>\n <td>4.6%</td>\n </tr>\n <tr>\n <td>2018 to 2020</td>\n <td>4.5%</td>\n </tr>\n </tbody>\n </table>\n\n\n\n\n<p><strong>NB</strong>: between 2018 & 2020 the “<em>I build BuddyPress sites, themes, and plugins.</em>” choice disappeared.</p>\n\n\n\n<p>It’s interesting to see BuddyPress plugin and theme developers replied more to this survey. Another explanation could be there are possibly more people extending or designing for BuddyPress <img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/1f64c.png\" alt=\"?\" class=\"wp-smiley\" />.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2 id=\"q-2\"><em>2. What types of BuddyPress sites have you built?</em></h2>\n\n\n\n<p>Number of respondents: <strong>409</strong>.</p>\n\n\n\n\n <table class=\"has-fixed-layout\">\n <thead>\n <tr>\n <th>Possible replies</th>\n <th>Year</th>\n <th>Results</th>\n </tr>\n </thead>\n <tbody>\n <tr>\n <td>Academic</td>\n <td>2020</td>\n <td>33.5%</td>\n </tr>\n <tr>\n <td>Artistic</td>\n <td>2020</td>\n <td>18.3%</td>\n </tr>\n <tr>\n <td>Gaming</td>\n <td>2020</td>\n <td>14.2%</td>\n </tr>\n <tr>\n <td>Generic</td>\n <td>2020</td>\n <td>30.3%</td>\n </tr>\n <tr>\n <td>Religious</td>\n <td>2020</td>\n <td>10.5%</td>\n </tr>\n <tr>\n <td>Scientific</td>\n <td>2020</td>\n <td>14.4%</td>\n </tr>\n <tr>\n <td>Sports</td>\n <td>2020</td>\n <td>10.5%</td>\n </tr>\n <tr>\n <td>Other</td>\n <td>2020</td>\n <td>33.5%</td>\n </tr>\n </tbody>\n </table>\n\n\n\n\n<p><strong>NB</strong>: data from 2018 is missing.</p>\n\n\n\n<p>The “Other” reply was often chosen. When looking deeply into these replies, we discovered some interesting types, eg: Health / Medical / Therapist communities, Recipe sharing sites, Intranet & Business networks, Non-profit / charity / solidarity / ecological communities, Social Marketplaces, Dating platforms, Local municipality information center / local life / Administration sites and some specific communities like private or restricted ones.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2 id=\"q-3\"><em>3. How do you host your production sites using BuddyPress?</em></h2>\n\n\n\n<p>Number of respondents: <strong>414</strong>.</p>\n\n\n\n\n <table class=\"has-fixed-layout\">\n <thead>\n <tr>\n <th>Possible replies</th>\n <th>Years & evolution</th>\n <th>Results</th>\n </tr>\n </thead>\n <tbody>\n <tr>\n <td rowspan=\"3\">Shared Hosting</td>\n <td>2020</td>\n <td>44.9%</td>\n </tr>\n <tr>\n <td>2018</td>\n <td>52.5%</td>\n </tr>\n <tr>\n <td>2018 to 2020</td>\n <td><span class=\"has-inline-color has-luminous-vivid-orange-color\"><strong>-7.6%</strong></span></td>\n </tr>\n <tr>\n <td rowspan=\"3\">Virtual Private Server</td>\n <td>2020</td>\n <td>30.0%</td>\n </tr>\n <tr>\n <td>2018</td>\n <td>30.0%</td>\n </tr>\n <tr>\n <td>2018 to 2020</td>\n <td>-0.1%</td>\n </tr>\n <tr>\n <td rowspan=\"3\">Dedicated Server</td>\n <td>2020</td>\n <td>22.2%</td>\n </tr>\n <tr>\n <td>2018</td>\n <td>18.0%</td>\n </tr>\n <tr>\n <td>2018 to 2020</td>\n <td>4.2%</td>\n </tr>\n <tr>\n <td rowspan=\"3\"><strong>Managed WordPress Hosting</strong></td>\n <td>2020</td>\n <td>23.4%</td>\n </tr>\n <tr>\n <td>2018</td>\n <td>15.1%</td>\n </tr>\n <tr>\n <td>2018 to 2020</td>\n <td><span class=\"has-inline-color\"><strong>8.3%</strong></span></td>\n </tr>\n <tr>\n <td rowspan=\"3\">Cloud-based Services</td>\n <td>2020</td>\n <td>18.4%</td>\n </tr>\n <tr>\n <td>2018</td>\n <td>12.8%</td>\n </tr>\n <tr>\n <td>2018 to 2020</td>\n <td>5.6%</td>\n </tr>\n <tr>\n <td rowspan=\"3\">Other</td>\n <td>2020</td>\n <td>6.0%</td>\n </tr>\n <tr>\n <td>2018</td>\n <td>3.4%</td>\n </tr>\n <tr>\n <td>2018 to 2020</td>\n <td>2.6%</td>\n </tr>\n </tbody>\n </table>\n\n\n\n\n<p>Looks like Managed WordPress Hosting plans are increasing <img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/1f914.png\" alt=\"?\" class=\"wp-smiley\" /></p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2 id=\"q-4\"><em>4. How do you set up BuddyPress in your WordPress installations?</em></h2>\n\n\n\n<p>Number of respondents: <strong>427</strong>.</p>\n\n\n\n\n <table class=\"has-fixed-layout\">\n <thead>\n <tr>\n <th>Possible replies</th>\n <th>Years & evolution</th>\n <th>Results</th>\n </tr>\n </thead>\n <tbody>\n <tr>\n <td rowspan=\"3\">WP in domain root</td>\n <td>2020</td>\n <td>68.4%</td>\n </tr>\n <tr>\n <td>2018</td>\n <td>74.8%</td>\n </tr>\n <tr>\n <td>2018 to 2020</td>\n <td><span class=\"has-inline-color has-luminous-vivid-orange-color\"><strong>-6.4%</strong></span></td>\n </tr>\n <tr>\n <td rowspan=\"3\">WP in physical subdirectory folder</td>\n <td>2020</td>\n <td>19.7%</td>\n </tr>\n <tr>\n <td>2018</td>\n <td>15.6%</td>\n </tr>\n <tr>\n <td>2018 to 2020</td>\n <td>4.1%</td>\n </tr>\n <tr>\n <td rowspan=\"3\">WP in physical subdomain</td>\n <td>2020</td>\n <td>15.0%</td>\n </tr>\n <tr>\n <td>2018</td>\n <td>9.0%</td>\n </tr>\n <tr>\n <td>2018 to 2020</td>\n <td>5.9%</td>\n </tr>\n <tr>\n <td rowspan=\"3\"><strong>WP Multisite in domain root – BP Network-activated</strong></td>\n <td>2020</td>\n <td>20.4%</td>\n </tr>\n <tr>\n <td>2018</td>\n <td>11.5%</td>\n </tr>\n <tr>\n <td>2018 to 2020</td>\n <td><span class=\"has-inline-color\"><strong>8.9%</strong></span></td>\n </tr>\n <tr>\n <td rowspan=\"3\">WP Multisite in subsite (subdirectory) – BP Network-activated</td>\n <td>2020</td>\n <td>11.0%</td>\n </tr>\n <tr>\n <td>2018</td>\n <td>4.7%</td>\n </tr>\n <tr>\n <td>2018 to 2020</td>\n <td>6.3%</td>\n </tr>\n <tr>\n <td rowspan=\"3\">WP Multisite in subsite (subdomain) – BP Network activated</td>\n <td>2020</td>\n <td>11.7%</td>\n </tr>\n <tr>\n <td>2018</td>\n <td>4.7%</td>\n </tr>\n <tr>\n <td>2018 to 2020</td>\n <td>7.0%</td>\n </tr>\n <tr>\n <td rowspan=\"3\">WP Multisite in domain root – BP activated only on the main network site</td>\n <td>2020</td>\n <td>9.6%</td>\n </tr>\n <tr>\n <td>2018</td>\n <td>3.3%</td>\n </tr>\n <tr>\n <td>2018 to 2020</td>\n <td>6.3%</td>\n </tr>\n <tr>\n <td rowspan=\"3\">WP Multisite in subsite (subdirectory) – BP activated on a subsite of the network</td>\n <td>2020</td>\n <td>9.8%</td>\n </tr>\n <tr>\n <td>2018</td>\n <td>4.7%</td>\n </tr>\n <tr>\n <td>2018 to 2020</td>\n <td>5.2%</td>\n </tr>\n <tr>\n <td rowspan=\"3\">WP Multisite in subsite (subdomain) – BP activated on a subsite of the network</td>\n <td>2020</td>\n <td>9.4%</td>\n </tr>\n <tr>\n <td>2018</td>\n <td>4.7%</td>\n </tr>\n <tr>\n <td>2018 to 2020</td>\n <td>4.7%</td>\n </tr>\n <tr>\n <td rowspan=\"3\">WP Multisite in domain root – the constant BP_ENABLE_MULTIBLOG is defined in your wp-config.php file to spread BuddyPress on all sites of the network</td>\n <td>2020</td>\n <td>12.4%</td>\n </tr>\n <tr>\n <td>2018</td>\n <td>4.7%</td>\n </tr>\n <tr>\n <td>2018 to 2020</td>\n <td>7.8%</td>\n </tr>\n </tbody>\n </table>\n\n\n\n\n<p><strong>NB</strong>: between 2018 & 2020 the “WP Multisite with BuddyPress Multi-Network” choice disappeared.</p>\n\n\n\n<p>Multisite configurations are slightly increasing while regular WordPress configurations are a bit less used.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2 id=\"q-5\"><em>5. What BuddyPress components/features are always or almost always activated in your site/s?</em></h2>\n\n\n\n<p>Number of respondents: <strong>428</strong>.</p>\n\n\n\n\n <table class=\"has-fixed-layout\">\n <thead>\n <tr>\n <th>Possible replies</th>\n <th>Years & evolution</th>\n <th>Everytime</th>\n <th>Sometimes</th>\n <th>Never</th>\n </tr>\n </thead>\n <tbody>\n <tr>\n <td rowspan=\"3\">Account Settings</td>\n <td>2020</td>\n <td>74.5%</td>\n <td>11.9%</td>\n <td>4.2%</td>\n </tr>\n <tr>\n <td>2018</td>\n <td>91.8%</td>\n <td>6.5%</td>\n <td>1.7%</td>\n </tr>\n <tr>\n <td>2018 to 2020</td>\n <td><span class=\"has-inline-color has-luminous-vivid-orange-color\"><strong>-17.3%</strong></span></td>\n <td>5.4%</td>\n <td>2.5%</td>\n </tr>\n <tr>\n <td rowspan=\"3\">Activity Streams</td>\n <td>2020</td>\n <td>64.3%</td>\n <td>17.5%</td>\n <td>6.3%</td>\n </tr>\n <tr>\n <td>2018</td>\n <td>75.0%</td>\n <td>20.9%</td>\n <td>4.1%</td>\n </tr>\n <tr>\n <td>2018 to 2020</td>\n <td><span class=\"has-inline-color has-luminous-vivid-orange-color\"><strong>-10.7%</strong></span></td>\n <td>-3.4%</td>\n <td>2.2%</td>\n </tr>\n <tr>\n <td rowspan=\"3\">Extended Profiles</td>\n <td>2020</td>\n <td>70.1%</td>\n <td>16.4%</td>\n <td>4.2%</td>\n </tr>\n <tr>\n <td>2018</td>\n <td>86.6%</td>\n <td>12.1%</td>\n <td>1.4%</td>\n </tr>\n <tr>\n <td>2018 to 2020</td>\n <td><span class=\"has-inline-color has-luminous-vivid-orange-color\"><strong>-16.5%</strong></span></td>\n <td>4.3%</td>\n <td>2.8%</td>\n </tr>\n <tr>\n <td rowspan=\"3\"><strong>Friend Connections</strong></td>\n <td>2020</td>\n <td>73.4%</td>\n <td>22.2%</td>\n <td>11.4%</td>\n </tr>\n <tr>\n <td>2018</td>\n <td>62.9%</td>\n <td>26.5%</td>\n <td>10.6%</td>\n </tr>\n <tr>\n <td>2018 to 2020</td>\n <td><span class=\"has-inline-color\"><strong>10.5%</strong></span></td>\n <td>-4.3%</td>\n <td>0.8%</td>\n </tr>\n <tr>\n <td rowspan=\"3\">Private Messaging</td>\n <td>2020</td>\n <td>55.1%</td>\n <td>22.9%</td>\n <td>8.6%</td>\n </tr>\n <tr>\n <td>2018</td>\n <td>67.6%</td>\n <td>25.4%</td>\n <td>7.0%</td>\n </tr>\n <tr>\n <td>2018 to 2020</td>\n <td><span class=\"has-inline-color has-luminous-vivid-orange-color\"><strong>-12.5%</strong></span></td>\n <td>-2.5%</td>\n <td>1.7%</td>\n </tr>\n <tr>\n <td rowspan=\"3\">Site Tracking</td>\n <td>2020</td>\n <td>37.6%</td>\n <td>24.8%</td>\n <td>20.1%</td>\n </tr>\n <tr>\n <td>2018</td>\n <td>56.3%</td>\n <td>25.4%</td>\n <td>18.3%</td>\n </tr>\n <tr>\n <td>2018 to 2020</td>\n <td><span class=\"has-inline-color has-luminous-vivid-orange-color\"><strong>-18.7%</strong></span></td>\n <td>-0.6%</td>\n <td>1.8%</td>\n </tr>\n <tr>\n <td rowspan=\"3\">User Groups</td>\n <td>2020</td>\n <td>55.4%</td>\n <td>23.8%</td>\n <td>8.9%</td>\n </tr>\n <tr>\n <td>2018</td>\n <td>64.1%</td>\n <td>26.0%</td>\n <td>10.0%</td>\n </tr>\n <tr>\n <td>2018 to 2020</td>\n <td><span class=\"has-inline-color has-luminous-vivid-orange-color\"><strong>-8.7%</strong></span></td>\n <td>-2.1%</td>\n <td>-1.1%</td>\n </tr>\n </tbody>\n </table>\n\n\n\n\n<p>I must say I was a bit surprised by the fact the Friends component was the only one which usage increased between 2018 and 2020 <img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/1f633.png\" alt=\"?\" class=\"wp-smiley\" />.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2 id=\"q-6\"><em>6. What theme/s have you activated for your site/s using BuddyPress?</em></h2>\n\n\n\n<p>Number of respondents: <strong>398</strong>.</p>\n\n\n\n\n <table class=\"has-fixed-layout\">\n <thead>\n <tr>\n <th>Possible replies</th>\n <th>Years & evolution</th>\n <th>Results</th>\n </tr>\n </thead>\n <tbody>\n <tr>\n <td rowspan=\"3\"><strong>Free WP theme</strong></td>\n <td>2020</td>\n <td>37.7%</td>\n </tr>\n <tr>\n <td>2018</td>\n <td>22.5%</td>\n </tr>\n <tr>\n <td>2018 to 2020</td>\n <td><span class=\"has-inline-color\"><strong>15.2%</strong></span></td>\n </tr>\n <tr>\n <td rowspan=\"3\">Free WP theme with custom BP CSS and/or template modifications</td>\n <td>2020</td>\n <td>18.8%</td>\n </tr>\n <tr>\n <td>2018</td>\n <td>14.1%</td>\n </tr>\n <tr>\n <td>2018 to 2020</td>\n <td>4.8%</td>\n </tr>\n <tr>\n <td rowspan=\"3\">Free WP theme and I add custom BP CSS and/or template modifications</td>\n <td>2020</td>\n <td>22.9%</td>\n </tr>\n <tr>\n <td>2018</td>\n <td>14.1%</td>\n </tr>\n <tr>\n <td>2018 to 2020</td>\n <td>8.8%</td>\n </tr>\n <tr>\n <td rowspan=\"3\">Commercial WP theme</td>\n <td>2020</td>\n <td>35.9%</td>\n </tr>\n <tr>\n <td>2018</td>\n <td>32.2%</td>\n </tr>\n <tr>\n <td>2018 to 2020</td>\n <td>3.7%</td>\n </tr>\n <tr>\n <td rowspan=\"3\">Commercial WP theme with custom BP CSS and/or template modifications</td>\n <td>2020</td>\n <td>32.2%</td>\n </tr>\n <tr>\n <td>2018</td>\n <td>38.6%</td>\n </tr>\n <tr>\n <td>2018 to 2020</td>\n <td><span class=\"has-inline-color has-luminous-vivid-orange-color\"><strong>-6.4%</strong></span></td>\n </tr>\n <tr>\n <td rowspan=\"3\">I create a brand-new WP theme and write my own custom BP CSS and template modifications using BP theme compat</td>\n <td>2020</td>\n <td>22.1%</td>\n </tr>\n <tr>\n <td>2018</td>\n <td>19.8%</td>\n </tr>\n <tr>\n <td>2018 to 2020</td>\n <td>2.3%</td>\n </tr>\n </tbody>\n </table>\n\n\n\n\n<p>Free WordPress themes without any customizations got the highest result: this proves using BuddyPress out of the box can be enough to power a great looking community site.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2 id=\"q-7\"><em>7. Which BuddyPress Template Pack is your theme supporting in your production sites?</em></h2>\n\n\n\n<p>Number of respondents: <strong>384</strong>.</p>\n\n\n\n\n <table class=\"has-fixed-layout\">\n <thead>\n <tr>\n <th>Possible replies</th>\n <th>Year</th>\n <th>Results</th>\n </tr>\n </thead>\n <tbody>\n <tr>\n <td><strong>BP Nouveau Templates (introduced in BP 3.0.0)</strong></td>\n <td>2020</td>\n <td><span class=\"has-inline-color\"><strong>63.3%</strong></span></td>\n </tr>\n <tr>\n <td>BP Legacy Templates (introduced in BP 1.7.0)</td>\n <td>2020</td>\n <td>28.1%</td>\n </tr>\n <tr>\n <td>BP Standalone theme like the bp-default theme (introduced in BP 1.2.0)</td>\n <td>2020</td>\n <td>13.5%</td>\n </tr>\n <tr>\n <td>I don’t know</td>\n <td>2020</td>\n <td>25.8%</td>\n </tr>\n </tbody>\n </table>\n\n\n\n\n<p><strong>NB</strong>: this question wasn’t asked in 2018</p>\n\n\n\n<p>1 respondent out of 4 don’t know what Template Pack is active on their website. As the BP Nouveau Template pack is used by default, there’s a good chance it’s the one these people are using. FYI: If you want to switch between available Template Packs, you can go into your WordPress Dashboard and activate the BuddyPress Options tab of the Settings > BuddyPress administration page to do so.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2 id=\"q-8\"><em>8. Which BuddyPress template files do you customize for your own or third-party themes?</em></h2>\n\n\n\n<p>Number of respondents: <strong>377</strong>.</p>\n\n\n\n\n <table class=\"has-fixed-layout\">\n <thead>\n <tr>\n <th>Possible replies</th>\n <th>Year</th>\n <th>Never</th>\n <th>Sometimes</th>\n <th>Everytime</th>\n </tr>\n </thead>\n <tbody>\n <tr>\n <td>Activity templates</td>\n <td>2020</td>\n <td>36.6%</td>\n <td>31.6%</td>\n <td>22.5%</td>\n </tr>\n <tr>\n <td>Blogs templates</td>\n <td>2020</td>\n <td>38.5%</td>\n <td>29.7%</td>\n <td>19.6%</td>\n </tr>\n <tr>\n <td>Group templates</td>\n <td>2020</td>\n <td>32.9%</td>\n <td>31.0%</td>\n <td>21.8%</td>\n </tr>\n <tr>\n <td><strong>Member templates</strong></td>\n <td>2020</td>\n <td>26.8%</td>\n <td>31.0%</td>\n <td><span class=\"has-inline-color\"><strong>30.0%</strong></span></td>\n </tr>\n <tr>\n <td><strong>Stylesheet files</strong></td>\n <td>2020</td>\n <td>29.4%</td>\n <td>26.0%</td>\n <td><span class=\"has-inline-color\"><strong>29.4%</strong></span></td>\n </tr>\n <tr>\n <td>JavaScript files</td>\n <td>2020</td>\n <td>39.5%</td>\n <td>28.4%</td>\n <td>15.4%</td>\n </tr>\n <tr>\n <td>BuddyPress Email templates</td>\n <td>2020</td>\n <td>32.6%</td>\n <td>30.0%</td>\n <td>25.2%</td>\n </tr>\n </tbody>\n </table>\n\n\n\n\n<p><strong>NB</strong>: this question wasn’t asked in 2018.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2 id=\"q-9\"><em>9. What do you prefer: using a BP Template Pack that lets you use most WordPress themes or use a BuddyPress specific theme ?</em></h2>\n\n\n\n<p>Number of respondents: <strong>375</strong>.</p>\n\n\n\n\n <table class=\"has-fixed-layout\">\n <thead>\n <tr>\n <th>Possible replies</th>\n <th>Year</th>\n <th>Results</th>\n </tr>\n </thead>\n <tbody>\n <tr>\n <td><strong>BP Template Pack</strong></td>\n <td>2020</td>\n <td><span class=\"has-inline-color\"><strong>58.1%</strong></span></td>\n </tr>\n <tr>\n <td>BuddyPress specific theme</td>\n <td>2020</td>\n <td>41.9%</td>\n </tr>\n </tbody>\n </table>\n\n\n\n\n<p><strong>NB</strong>: this question wasn’t asked in 2018.</p>\n\n\n\n<p>Building a great BuddyPress theme as a replacement to our good old BP Default theme is something we are considering a lot. It’s important for us to remember that a lot of you like the fact BuddyPress doesn’t require a specific theme to run and needs to look as nice as possible inside your active WordPress theme.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2 id=\"q-10\"><em><em>10. Would you test/use a new theme made by the BuddyPress team?</em></em></h2>\n\n\n\n<p>Number of respondents: <strong>377</strong>.</p>\n\n\n\n\n <table class=\"has-fixed-layout\">\n <thead>\n <tr>\n <th>Possible replies</th>\n <th>Year</th>\n <th>Results</th>\n </tr>\n </thead>\n <tbody>\n <tr>\n <td><strong>Yes</strong></td>\n <td>2020</td>\n <td><span class=\"has-inline-color\"><strong>57.2%</strong></span></td>\n </tr>\n <tr>\n <td>No</td>\n <td>2020</td>\n <td>11.4%</td>\n </tr>\n <tr>\n <td>Maybe</td>\n <td>2020</td>\n <td>31.4%</td>\n </tr>\n </tbody>\n </table>\n\n\n\n\n<p><strong>NB</strong>: this question wasn’t asked in 2018</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2 id=\"q-11\"><em><em><em>11. What features would you look for in a new BuddyPress theme?</em></em></em></h2>\n\n\n\n<p>Number of respondents: <strong>380</strong>.</p>\n\n\n\n\n <table class=\"has-fixed-layout\">\n <thead>\n <tr>\n <th>Possible replies</th>\n <th>Year</th>\n <th>Results</th>\n </tr>\n </thead>\n <tbody>\n <tr>\n <td><strong>More BuddyPress customization options</strong></td>\n <td>2020</td>\n <td><span class=\"has-inline-color\"><strong>85.5%</strong></span></td>\n </tr>\n <tr>\n <td>Compatible with bbPress</td>\n <td>2020</td>\n <td>51.1%</td>\n </tr>\n <tr>\n <td>Compatible with WooCommerce</td>\n <td>2020</td>\n <td>44.7%</td>\n </tr>\n </tbody>\n </table>\n\n\n\n\n<p><strong>NB</strong>: this question wasn’t asked in 2018</p>\n\n\n\n<p>Got it! FYI: BP Nouveau has a specific panel into your customizer you should check. One of the comments you made was asking for a way to reorder the Member navigation, BP Nouveau has a section for it <img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/1f448.png\" alt=\"?\" class=\"wp-smiley\" />.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2 id=\"q-12\"><em><em><em>12. When do you test your sites, themes, and/or plugins with BuddyPress releases?</em></em></em></h2>\n\n\n\n<p>Number of respondents: <strong>396</strong>.</p>\n\n\n\n\n <table class=\"has-fixed-layout\">\n <thead>\n <tr>\n <th>Possible replies</th>\n <th>Years & evolution</th>\n <th>Results</th>\n </tr>\n </thead>\n <tbody>\n <tr>\n <td rowspan=\"3\">Trunk</td>\n <td>2020</td>\n <td>15.9%</td>\n </tr>\n <tr>\n <td>2018</td>\n <td>11.7%</td>\n </tr>\n <tr>\n <td>2018 to 2020</td>\n <td>4.2%</td>\n </tr>\n <tr>\n <td rowspan=\"3\"><strong>BP Beta 1</strong></td>\n <td>2020</td>\n <td>14.9%</td>\n </tr>\n <tr>\n <td>2018</td>\n <td>10.0%</td>\n </tr>\n <tr>\n <td>2018 to 2020</td>\n <td><span class=\"has-inline-color\"><strong>4,9%</strong></span></td>\n </tr>\n <tr>\n <td rowspan=\"3\"><strong>BP Release Candidate 1</strong></td>\n <td>2020</td>\n <td>11.4%</td>\n </tr>\n <tr>\n <td>2018</td>\n <td>7.5%</td>\n </tr>\n <tr>\n <td>2018 to 2020</td>\n <td><span class=\"has-inline-color\"><strong>3.9%</strong></span></td>\n </tr>\n <tr>\n <td rowspan=\"3\">BP Stable Release</td>\n <td>2020</td>\n <td>43.2%</td>\n </tr>\n <tr>\n <td>2018</td>\n <td>55.9%</td>\n </tr>\n <tr>\n <td>2018 to 2020</td>\n <td>-12.7%</td>\n </tr>\n <tr>\n <td rowspan=\"3\"><strong>A month after stable release</strong></td>\n <td>2020</td>\n <td>29.0%</td>\n </tr>\n <tr>\n <td>2018</td>\n <td>19.6%</td>\n </tr>\n <tr>\n <td>2018 to 2020</td>\n <td><span class=\"has-inline-color has-luminous-vivid-orange-color\"><strong>9.5%</strong></span></td>\n </tr>\n <tr>\n <td rowspan=\"3\">Never</td>\n <td>2020</td>\n <td>19.2%</td>\n </tr>\n <tr>\n <td>2018</td>\n <td>15.0%</td>\n </tr>\n <tr>\n <td>2018 to 2020</td>\n <td>4.2%</td>\n </tr>\n <tr>\n <td rowspan=\"3\">Other</td>\n <td>2020</td>\n <td>8.1%</td>\n </tr>\n <tr>\n <td>2018</td>\n <td>4.3%</td>\n </tr>\n <tr>\n <td>2018 to 2020</td>\n <td>3.8%</td>\n </tr>\n </tbody>\n </table>\n\n\n\n\n<p>The results the Beta and RC pre-release got is encouraging. We really need to have more beta-testers to avoid bad surprises when you upgrade BuddyPress. We’ve tried to ease the way you can test BuddyPress with the BP Beta Tester plugin, but I guess we still need to work on ways to help you help us <img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/1f469-1f3fb-200d-1f4bb.png\" alt=\"???\" class=\"wp-smiley\" />.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2 id=\"q-13\"><em><em><em>13. If you do beta test BuddyPress, what method do you use?</em></em></em></h2>\n\n\n\n<p>Number of respondents: <strong>236</strong>.</p>\n\n\n\n\n <table class=\"has-fixed-layout\">\n <thead>\n <tr>\n <th>Possible replies</th>\n <th>Year</th>\n <th>Results</th>\n </tr>\n </thead>\n <tbody>\n <tr>\n <td>I use the SVN repo \n(<code>svn co https://buddypress.svn.wordpress.org/trunk/</code>)</td>\n <td>2020</td>\n <td>31.8%</td>\n </tr>\n <tr>\n <td>I use the read-only Github mirror\n(<code>git clone git://buddypress.git.wordpress.org/</code>)</td>\n <td>2020</td>\n <td>46.2%</td>\n </tr>\n <tr>\n <td><strong>I use the <a href=\"https://wordpress.org/plugins/bp-beta-tester/\">BP Beta Tester plugin</a></strong></td>\n <td>2020</td>\n <td><span class=\"has-inline-color\"><strong>51.3%</strong></span></td>\n </tr>\n </tbody>\n </table>\n\n\n\n\n<p><strong>NB</strong>: this question wasn’t asked in 2018</p>\n\n\n\n<p>Looks like the BP Beta Tester plugin is the most used tool to beta test BuddyPress. This seems great! But the results might be a bit over rated. When looking deeply into it, some of you replied they were <strong>never</strong> beta-testing BuddyPress while using the BP Beta Tester plugin <img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/1f928.png\" alt=\"?\" class=\"wp-smiley\" />. The goal of the BP Beta Tester plugin is to ease the beta/RC testing…</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2 id=\"q-14\"><em><em><em>14. If you installed bbPress, how did you set it up with your BuddyPress site/s?</em></em></em></h2>\n\n\n\n<p>Number of respondents: <strong>311</strong>.</p>\n\n\n\n\n <table class=\"has-fixed-layout\">\n <thead>\n <tr>\n <th>Possible replies</th>\n <th>Years & evolution</th>\n <th>Results</th>\n </tr>\n </thead>\n <tbody>\n <tr>\n <td rowspan=\"3\">Sitewide forums only</td>\n <td>2020</td>\n <td>34.7%</td>\n </tr>\n <tr>\n <td>2018</td>\n <td>28.3%</td>\n </tr>\n <tr>\n <td>2018 to 2020</td>\n <td><span class=\"has-inline-color\"><strong>6.4%</strong></span></td>\n </tr>\n <tr>\n <td rowspan=\"3\">Group forums only</td>\n <td>2020</td>\n <td>29.3%</td>\n </tr>\n <tr>\n <td>2018</td>\n <td>29.3%</td>\n </tr>\n <tr>\n <td>2018 to 2020</td>\n <td>0%</td>\n </tr>\n <tr>\n <td rowspan=\"3\"><strong>Sitewide and Group forums</strong></td>\n <td>2020</td>\n <td>55.0%</td>\n </tr>\n <tr>\n <td>2018</td>\n <td>57.6%</td>\n </tr>\n <tr>\n <td>2018 to 2020</td>\n <td><span class=\"has-inline-color has-luminous-vivid-orange-color\"><strong>-2.6%</strong></span></td>\n </tr>\n </tbody>\n </table>\n\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2 id=\"q-15\"><em><em><em>15. How do you keep updated with the latest in BuddyPress development?</em></em></em></h2>\n\n\n\n<p>Number of respondents: <strong>355</strong>.</p>\n\n\n\n\n <table class=\"has-fixed-layout\">\n <thead>\n <tr>\n <th>Possible replies</th>\n <th>Years & evolution</th>\n <th>Results</th>\n </tr>\n </thead>\n <tbody>\n <tr>\n <td rowspan=\"3\"><strong>Subscribed to <a href=\"https://bpdevel.wordpress.com\">bpdevel.wordpress.com</a></strong></td>\n <td>2020</td>\n <td>27.6%</td>\n </tr>\n <tr>\n <td>2018</td>\n <td>23.3%</td>\n </tr>\n <tr>\n <td>2018 to 2020</td>\n <td><span class=\"has-inline-color\"><strong>4.3%</strong></span></td>\n </tr>\n <tr>\n <td rowspan=\"3\"><strong>Viewed changelog for each release in <a href=\"https://codex.buddypress.org/releases/\">codex.buddypress.org/releases</a></strong></td>\n <td>2020</td>\n <td>47.0%</td>\n </tr>\n <tr>\n <td>2018</td>\n <td>49.6%</td>\n </tr>\n <tr>\n <td>2018 to 2020</td>\n <td><span class=\"has-inline-color has-luminous-vivid-orange-color\"><strong>-2.6%</strong></span></td>\n </tr>\n <tr>\n <td rowspan=\"3\">Checking <a href=\"https://buddypress.trac.wordpress.org\">buddypress.trac.wordpress.org</a> regularly</td>\n <td>2020</td>\n <td>25.6%</td>\n </tr>\n <tr>\n <td>2018</td>\n <td>22.5%</td>\n </tr>\n <tr>\n <td>2018 to 2020</td>\n <td>3.1%</td>\n </tr>\n <tr>\n <td rowspan=\"3\">Twitter: <a href=\"https://twitter.com/buddypress\">@buddypress</a>, <a href=\"https://twitter.com/buddypressdev\">@buddypressdev</a>, and/or <a href=\"https://twitter.com/bptrac\">@bptrac</a></td>\n <td>2020</td>\n <td>23.1%</td>\n </tr>\n <tr>\n <td>2018</td>\n <td>19.5%</td>\n </tr>\n <tr>\n <td>2018 to 2020</td>\n <td>3.6%</td>\n </tr>\n <tr>\n <td rowspan=\"3\">Slack: <a href=\"https://wordpress.slack.com/messages/buddypress\">#buddypress</a>, <a href=\"https://wordpress.slack.com/messages/buddypress-commits\">#buddypress-commits</a>, <a href=\"https://wordpress.slack.com/messages/buddypress-firehose\">#buddypress-firehose</a> and/or <a href=\"https://wordpress.slack.com/messages/buddypress-newtickets\">#buddypress-newtickets</a></td>\n <td>2020</td>\n <td>15.5%</td>\n </tr>\n <tr>\n <td>2018</td>\n <td>12.2%</td>\n </tr>\n <tr>\n <td>2018 to 2020</td>\n <td>3.3%</td>\n </tr>\n <tr>\n <td rowspan=\"3\">Other</td>\n <td>2020</td>\n <td>16.1%</td>\n </tr>\n <tr>\n <td>2018</td>\n <td>11.8%</td>\n </tr>\n <tr>\n <td>2018 to 2020</td>\n <td>4.2%</td>\n </tr>\n </tbody>\n </table>\n\n\n\n\n<p><strong>NB</strong>: between 2018 & 2020 the “Checking buddypress.org/support regularly.” choice disappeared.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2 id=\"q-16\"><em><em><em>16. Case Studies: We’d like to feature how you are using BuddyPress in your current sites at BuddyPress.org. If you’re interested in sharing your BP story, please leave your name, email address, and your BP site URL.</em></em></em></h2>\n\n\n\n<p>Number of respondents: <strong>40</strong>.</p>\n\n\n\n<p>Many thanks to the 40 participants who shared their names, emails, and sites URL. We’ll try to contact you to share about your use cases on this website. It’s great to see how you’re using BuddyPress <img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/1f4aa.png\" alt=\"?\" class=\"wp-smiley\" />.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2 id=\"q-17\"><em><em><em>17. BuddyPress is a large plugin with optional components (3MB zipped). There’s a proposal to reconstitute BuddyPress as core + members only and improved upon with new functionalities and API’s among others for new BP plugins to hook into. The current optional components like groups, friends, private messaging, etc. can be migrated into separate plugins which can be activated as needed. What do you think?</em></em></em></h2>\n\n\n\n<p>Number of respondents: <strong>407</strong>.</p>\n\n\n\n\n <table class=\"has-fixed-layout\">\n <thead>\n <tr>\n <th>Possible replies</th>\n <th>Year</th>\n <th>Results</th>\n </tr>\n </thead>\n <tbody>\n <tr>\n <td><strong>Keep BuddyPress as is: core + members and optional components</strong></td>\n <td>2020</td>\n <td><span class=\"has-inline-color\"><strong>43.2%</strong></span></td>\n </tr>\n <tr>\n <td>Break down BuddyPress: BuddyPress = core + members, optional components as BP plugins</td>\n <td>2020</td>\n <td>35.6%</td>\n </tr>\n <tr>\n <td>I don’t know</td>\n <td>2020</td>\n <td>21.1%</td>\n </tr>\n </tbody>\n </table>\n\n\n\n\n<p><strong>NB</strong>: this question wasn’t asked in 2018</p>\n\n\n\n<p>Ok. Thanks a lot for your replies, using optional components as separate add-ons is not something you are ready for <img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/1f607.png\" alt=\"?\" class=\"wp-smiley\" />.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2 id=\"survey-map\">BuddyPress is used from all over the world!</h2>\n\n\n\n<div class=\"wp-block-image\"><a href=\"https://docs.google.com/spreadsheets/d/e/2PACX-1vT067Mc1bnQPTdiwZzzZj7Kn1Y2V22aJxJnvy13rN2DXg27awoA_GXPJvX0uv2He8udDL_bLjCeUv7M/pubhtml?gid=1888221811&single=true\"><img width=\"1024\" height=\"639\" src=\"https://buddypress.org/wp-content/uploads/1/2020/12/survey-participants-1024x639.png\" alt=\"\" class=\"wp-image-316008\" /></a></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:\"Tue, 08 Dec 2020 16:45: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Mathieu Viet\";s: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:76:\"WPTavern: Easy WP SMTP 1.4.3 Patches Sensitive Data Disclosure Vulnerability\";s: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:\"https://wptavern.com/?p=108630\";s: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:197:\"https://wptavern.com/easy-wp-smtp-1-4-3-patches-sensitive-data-disclosure-vulnerability?utm_source=rss&utm_medium=rss&utm_campaign=easy-wp-smtp-1-4-3-patches-sensitive-data-disclosure-vulnerability\";s: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:3019:\"<p><a href=\"https://wordpress.org/plugins/easy-wp-smtp/\">Easy WP SMTP</a> has patched a vulnerability that allows attackers to capture the password reset link from the plugin’s debug log file and gain unauthorized access to the site. The plugin is used by more than 500,000 WordPress sites to configure and send all outgoing emails via a SMTP server so they are less likely to end up in recipients’ junk/spam folders. </p>\n\n\n\n<p><a href=\"https://wpscan.com/vulnerability/10494\">WPScan</a> categorized the vulnerability as a “sensitive data disclosure:”</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>The plugin has an optional debug log file generated with a random name, located in the plugin folder and which contains all email messages sent. However, this folder does not have any index page, allowing access to log file on servers with the directory listing enabled or misconfigured. This could allow attackers to gain unauthorised access to the blog by reseting the admin password by getting the reset link from the log.</p></blockquote>\n\n\n\n<p>Easy WP SMTP version 1.4.3 contains the fix, adding an empty “index.html” file to the plugin’s folder to prevent anyone from browsing the files (even if the Option -Indexes is missing on that server). Users are advised to update immediately, as the vulnerability has already been exploited in the wild. Several users took to the plugin’s support forums to <a href=\"https://wordpress.org/support/topic/security-issue-with-debug-log/\">report</a> attempts on their sites.</p>\n\n\n\n<p>Jerome Bruandet, a security researcher from NinTechNet, reported the vulnerability and published a <a href=\"https://blog.nintechnet.com/wordpress-easy-wp-smtp-plugin-fixed-zero-day-vulnerability/\">post</a> explaining how an attacker might access the debug log where the plugin writes all the email messages sent by the site. Using author archive scans, the hacker can find a username and then send a password reset email that gets intercepted via the Easy WP SMTP debug log file:</p>\n\n\n\n<div class=\"wp-block-image\"><img />Easy WP SMTP log file – source: <a href=\"https://blog.nintechnet.com/wordpress-easy-wp-smtp-plugin-fixed-zero-day-vulnerability/\">NinTechNet</a></div>\n\n\n\n<p>At the time of publishing, approximately 51.8% of users are on 1.4.x versions of the plugin. Without a more specific breakdown, it’s not clear how many users have updated to the patched 1.4.3 version. Approximately <a href=\"https://wordpress.org/plugins/easy-wp-smtp/advanced/\">59,000 sites</a> have downloaded the plugin today, leaving many installations still vulnerable.</p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>This is another case where automatic background updates on plugins can quietly save the day. Users who have auto-updates enabled for plugins have already received the fix. Administrators for older installations of WordPress or sites where auto-updates have been disabled will need to update manually as soon 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:\"Mon, 07 Dec 2020 20:56: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: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:42:\"WordPress.org blog: State of the Word 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:34:\"https://wordpress.org/news/?p=9296\";s: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:58:\"https://wordpress.org/news/2020/12/state-of-the-word-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:1880:\"<p>State of the Word is an annual keynote address delivered by the project co-founder, Matt Mullenweg. This year’s keynote will be streamed on <a href=\"https://www.facebook.com/WordPress/\">Facebook</a>, <a href=\"https://www.youtube.com/wordpress\">YouTube</a>, and <a href=\"https://twitter.com/wordpress\">Twitter</a> on <a href=\"https://www.timeanddate.com/countdown/generic?iso=20201217T08&p0=224&msg=State+of+the+Word+2020&font=slab&csz=1\">Thursday, Dec 17th, 2020 at 1600 UTC</a>.</p>\n\n\n\n<img width=\"632\" height=\"355\" src=\"https://i2.wp.com/wordpress.org/news/files/2020/12/State-of-the-Word-cover.png?resize=632%2C355&ssl=1\" alt=\"\" class=\"wp-image-9316\" />\n\n\n\n<h3>Have a question?</h3>\n\n\n\n<p>A Question and Answer period with pre-recorded videos will follow State of the Word. To take part, record a video of you asking your question to Matt on your computer or phone (landscape format, please). Don’t forget to include your name and how you use WordPress! Try to keep your video to under a minute so Matt can answer as many questions as possible.</p>\n\n\n\n<p>To submit your question, upload it as an unlisted video (<a href=\"https://support.google.com/youtube/answer/157177\">YouTube works great for this</a>) and send a link to <a href=\"mailto:ask-matt@wordcamp.org\">ask-matt@wordcamp.org</a>. <strong>Deadline is Friday, Dec 11th, 2020!</strong></p>\n\n\n\n<h3>New to State of the Word?</h3>\n\n\n\n<p>If this is your first time hearing of this talk, you’re in luck! Check out previous recordings below.</p>\n\n\n\n<ul><li><a href=\"https://wordpress.tv/2019/11/03/2019-state-of-the-word/\">State of the Word 2019 – WordCamp US, St. Louis</a></li><li><a href=\"https://wordpress.tv/2018/12/27/state-of-the-word-2018/\">State of the Word 2018 – WordCamp US, Nashville</a></li><li><a href=\"https://wordpress.tv/tag/state-of-the-word/\">All recordings</a></li></ul>\";s: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 Dec 2020 22:55: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:7:\"Josepha\";s: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:48:\"BuddyPress: BuddyPress 7.0.0 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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://buddypress.org/?p=315858\";s: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:52:\"https://buddypress.org/2020/12/buddypress-7-0-0-rc2/\";s: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:3608:\"<p>Hello,</p>\n\n\n\n<p>The second <a href=\"https://downloads.wordpress.org/plugin/buddypress.7.0.0-RC2.zip\">release candidate for BuddyPress 7.0.0</a> is now ready for an ultimate round of testing <img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/1f642.png\" alt=\"?\" class=\"wp-smiley\" /></p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2>What happened Since the <a href=\"https://buddypress.org/2020/11/buddypress-7-0-0-release-candidate/\">first release candidate</a>?</h2>\n\n\n\n<p>We’ve been working on getting the BP Nouveau Template Pack looks great into the next WordPress default theme “<a href=\"https://make.wordpress.org/core/2020/09/23/introducing-twenty-twenty-one/\">Twenty Twenty-One</a>“. We believe BP Nouveau is now ready to enjoy this awesome theme whether you use its regular or dark mode.</p>\n\n\n\n<div class=\"wp-block-image\"><a href=\"https://buddypress.org/wp-content/uploads/1/2020/12/bp-nouveau-2021.png\"><img width=\"1000\" height=\"479\" src=\"https://buddypress.org/wp-content/uploads/1/2020/12/bp-nouveau-2021.png\" alt=\"\" class=\"wp-image-315860\" /></a><em>Screen capture of the Members directory</em> (dark mode)</div>\n\n\n\n<p>BuddPress 7.0.0 is still slated for release on <strong>Wednesday, December 9</strong>, and if you haven’t tried 7.0.0 yet, <strong>it’s probably your last chance to do so!</strong></p>\n\n\n\n<p>Let’s test <a href=\"https://downloads.wordpress.org/plugin/buddypress.7.0.0-RC2.zip\">BuddyPress 7.0.0-RC2</a> with <a href=\"https://make.wordpress.org/core/2020/12/03/wordpress-5-6-rc-3/\">WordPress 5.6-RC3</a> to be sure both will be great as soon as they will be released! It’s also important to do so if you want to help us check BP Nouveau’s integration with Twenty Twenty-One is as nice as we think <img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/1f609.png\" alt=\"?\" class=\"wp-smiley\" /></p>\n\n\n\n<p>You can test the <a href=\"https://downloads.wordpress.org/plugin/buddypress.7.0.0-RC2.zip\">7.0.0-RC2</a> pre-release in 4 ways :</p>\n\n\n\n<ul><li>Try the <a href=\"https://wordpress.org/plugins/bp-beta-tester/\">BP Beta Tester</a> plugin.</li><li><a href=\"https://downloads.wordpress.org/plugin/buddypress.7.0.0-RC2.zip\">Download the release candidate here (zip file)</a>.</li><li>Check out our SVN repository: <code>svn co https://buddypress.svn.wordpress.org/trunk/</code></li><li>Clone our read-only Git repository: <code>git clone git://buddypress.git.wordpress.org/</code></li></ul>\n\n\n\n<p>A detailed changelog will be part of our official release note, but you can get a quick overview by reading the post about the <a href=\"https://buddypress.org/2020/10/buddypress-7-0-0-beta1/\">7.0.0 Beta1</a> release.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2>Polyglots contributors, let’s target 100% of translated strings.</h2>\n\n\n\n<p>Since previous release candidate we’ve reached the <a href=\"https://make.wordpress.org/polyglots/handbook/glossary/#string-freeze\">string freeze</a> point of the 7.0.0 release schedule, so this one (RC2) does not introduce new strings to translate. Let’s use the days we have left to try to make BuddyPress fully available into your locale as soon as it is released. Thanks in advance for your help.</p>\n\n\n\n<p>As usual, <strong>if you think you’ve found a bug</strong>, please let us know reporting it on <a href=\"https://buddypress.org/support/topic/buddypress-7-0-0-release-candidate-2/\">this support topic</a> and/or on <a href=\"https://buddypress.trac.wordpress.org/\">our development tracker</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:\"Fri, 04 Dec 2020 22: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Mathieu Viet\";s: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:116:\"WPTavern: State of CSS 2020 Survey Results: Tailwind CSS Wins Most Adopted Technology, Utility-First CSS on the Rise\";s: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:\"https://wptavern.com/?p=108561\";s: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:273:\"https://wptavern.com/state-of-css-2020-survey-results-tailwind-css-wins-most-adopted-technology-utility-first-css-on-the-rise?utm_source=rss&utm_medium=rss&utm_campaign=state-of-css-2020-survey-results-tailwind-css-wins-most-adopted-technology-utility-first-css-on-the-rise\";s: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:3346:\"<p>The <a href=\"https://2020.stateofcss.com/en-US/\">State of CSS 2020</a> survey results have just been published, with a summary of the tools, methodologies, frameworks, and libraries that are currently favored by CSS professionals. It includes data from 11,492 respondents in 102 countries, after the questions were translated for the first time into a dozen different languages.</p>\n\n\n\n<p>In the layout category, CSS Grid logged a 34% increase over the prior year in respondents who report having used it to position elements on the screen. It won an award for “Most Adopted Feature,” which is assigned to the feature with the largest year-over-year ”have used” progression. Only 6% of respondents said they have used Subgrid, which is included in Level 2 of the CSS Grid Layout specification. </p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>CSS Flexible Box Layout has been used by 97.5% of respondents, a ~3% increase over the previous year. Multi-column Layout saw a moderate increase in usage and a small decrease in awareness. CSS Grid experienced the most growth by far in this category.</p>\n\n\n\n<p>The technologies section is one of the most interesting parts of the survey, as the CSS ecosystem is constantly changing. The results include a scatter plot graph showing the relationship between each technology’s satisfaction ratio and its user count. Technologies in the “avoid” and “analyze” groupings are likely to decline in usage soon (or have already fallen out of favor). </p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>Tailwind CSS is once again the front-runner among CSS frameworks, followed by Bulma, which seems to be slowly waning in popularity. Tailwind CSS won the award for “Most Adopted Technology,” given to the technology with the largest year-over-year “would use again” progression, with a +17.8% progression over 2019. PureCSS, Ant Design, and Materialize CSS also recorded gains in their rankings from the previous year. </p>\n\n\n\n<p>A larger trend emerging is utility-first CSS frameworks and tools gaining momentum among professionals. The utility-first approach, which eschews traditional semantic class naming in favor of more functional class names, <a href=\"http://www.zeldman.com/2017/01/03/kiss-my-classname/\">has its ardent critics</a>. It is somewhat of an eyesore reminiscent of inline styles, and essentially drops the “cascading” aspect of CSS. Nevertheless, its proponents appreciate being able to look at the HTML and see at a glance which styles are applied, as well as the enforced consistency it offers.</p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>If you are interested in some of the finer details on which properties and positioning features professionals are using, shapes, graphics, and interactions, check out the <a href=\"https://2020.stateofcss.com/en-US/\">full report</a>. Each section has recommended resources for learning more about popular and emerging technologies and techniques, including industry podcasts and blogs that professionals are currently enjoying.</p>\n\n\n\n<p>The <a href=\"https://stateofjs.com/\">State of JavaScript</a> survey is also now open, which offers a similar treasure trove of data on the JavaScript ecosystem once the results are published. </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 Dec 2020 21: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: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:71:\"WPTavern: WordPress Community Team Discusses Return to In-Person 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:30:\"https://wptavern.com/?p=108398\";s: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:187:\"https://wptavern.com/wordpress-community-team-discusses-return-to-in-person-events?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-community-team-discusses-return-to-in-person-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:6803:\"<p>Although the promise of effective COVID-19 vaccines is shining a light at the end of a long tunnel, the world remains firmly in the virus’ grip until distribution can ramp up to cover at-risk groups as well as the general populace.</p>\n\n\n\n<p>As pandemic-weary communities muster the discipline to ride out the next few months under continued restrictions, a new discussion popped up on WordPress.org regarding the <a href=\"https://make.wordpress.org/community/2020/12/01/discussion-how-can-the-wordpress-community-return-to-hosting-safe-in-person-events/\">return to in-person events</a>. WordPress has canceled all in-person events through the end of the year and 2021 flagship events have already been designated as online-only. Community organizer Angela Jin cited recent successful vaccine trials as a prompt for discussing how WordPress can safely resume in-person events: </p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>There has been promising news around some successful trials for vaccines recently! As such, it seems worthwhile to discuss how the WordPress community can return to hosting safe, in-person events. </p><p>Any in-person event would certainly be subject to local laws and any restrictions on gatherings, as they’ve always been. Beyond what local health authorities require, the Global Community Team may need to to help organizers identify what additional precautions are necessary to ensure in-person events are safe for participants. </p></blockquote>\n\n\n\n<p>Jin offered several examples of “additional precautions” to ensure events are safe, such as mandatory masks, social distancing, outdoor events, limits on the number of attendees, and no food or drink service. </p>\n\n\n\n<p>Although countries like Australia, Taiwan, and New Zealand, seem to have adequately contained the virus, the U.S., Europe, India, and Russia have cases spiraling out of control. The discussion seems oddly timed, as this week the U.S., which is leading the world in deaths, has seen daily deaths climb to <a href=\"https://www.npr.org/sections/coronavirus-live-updates/2020/12/02/941902471/u-s-hits-100-000-covid-19-hospitalizations-breaks-daily-death-record\">2,804</a>, surpassing the previous record of 2,607 reported on April 15, during the first wave of the pandemic.</p>\n\n\n\n<p>Several of those commenting mentioned that the discussion opener neglects a critical detail about whether or not in-person events would resume before vaccines are widely distributed.</p>\n\n\n\n<p>“I’m surprised I don’t see mention of the vaccine being a requirement,” Mika Epstein said. “I could assume so, but the risk of COVID is human life.</p>\n\n\n\n<p>“That means that unless WordPress (or any public event) has a way to ensure that no one will contract (and die) of COVID, then they have no business having any event, indoor or outdoor.</p>\n\n\n\n<p>“Not every country is handling things equally well, and just in the US alone, there are many places where the law says ‘do not have events’ but the local authorities refuse to intercede, which resulted in 80% of the people attending an outdoor party not too far from me all testing positive.” </p>\n\n\n\n<p>WordPress is a global community and reliance on local laws may still put event attendees at risk in communities that have been subject to a failure of leadership in protecting citizens.</p>\n\n\n\n<p>Cami Kaos, an eight-year WordPress community organizer, echoed these thoughts, saying, “The one thing we need to have in place in order to make a safe re-entry into in person events is to have wide spread access to an effective vaccine.” She commented on the difficulties of trying to ensure attendees don’t inadvertently put each other at risk:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>It’s all well and good for us to say you can only organize within the recommendations of your local community, but we have no way of knowing how responsible individuals are being. Of knowing if they have come in from out of town for the event. If a member of their household is a frontline worker who might be exposed daily, if someone in their family is high risk and we could be endangering a life.</p></blockquote>\n\n\n\n<p>Without widely distributed vaccines, hosting in-person gatherings with the possibility of attendees traveling from hotspot locations would be unconscionable.</p>\n\n\n\n<p>Kaos also commented on how difficult enforcement would be for WordPress community volunteers who would be tasked with making sure individuals wear masks properly, use hand sanitizer, maintain distance, and uphold any other requirements. </p>\n\n\n\n<p>“All of this would be putting unpaid and uncompensated volunteers at risk unnecessarily,” Kaos said.</p>\n\n\n\n<p>“If people would like to make the choice to see their friends and collaborators in person, that can be their choice. But I don’t feel morally comfortable legally and finically supporting in-person gatherings when I think we could prevent even one death by extending our pause on in-person events to wait for a vaccine to be readily available.”</p>\n\n\n\n<p>Other commenters discussed how to manage the logistics of sponsoring masks and sanitizer for organizers by coordinating with local venues and figuring out a way around slow international shipments. </p>\n\n\n\n<p>“This actually opens totally new ways to organize WordPress events!” WordCamp organizer Timi Wahalahti said. “Why not have a bicycle trip or something similar with your WordPress friends?”</p>\n\n\n\n<p>Live event recordings are another consideration for hosting events in a way that is accessible to more vulnerable populations. According to WordPress community organizer Andrea Middleton, professional video recording has historically been cost prohibitive at scale.</p>\n\n\n\n<p>“A year ago focusing on recordings may have sounded in some ways counterproductive to growing in-person events,” WordPress core contributor David Ryan said. “But I think today they provide a short-term fix to the head count crunch, can help bring/keep folx in-the-fold while making in-person attendance even safer, all while adding long-term value even when travel and gatherings normalize.”</p>\n\n\n\n<p>The discussion on finding a safe path forward for restarting in-person events will be open until December 16, 2020. Organizers and community members can <a href=\"https://make.wordpress.org/community/2020/12/01/discussion-how-can-the-wordpress-community-return-to-hosting-safe-in-person-events/\">comment on the post</a> for consideration. Angela Jin said the Community Team will continue to support online events in 2021 and beyond, regardless of any decisions resulting from the discussion.</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 Dec 2020 22:10: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:\"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: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:91:\"WPTavern: Gutenberg 9.5 Improves Site Editor and Adds New Options for Cover and Code 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:30:\"https://wptavern.com/?p=108450\";s: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:227:\"https://wptavern.com/gutenberg-9-5-improves-site-editor-and-adds-new-options-for-cover-and-code-blocks?utm_source=rss&utm_medium=rss&utm_campaign=gutenberg-9-5-improves-site-editor-and-adds-new-options-for-cover-and-code-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:4774:\"<p class=\"has-drop-cap\">Gutenberg 9.5 <a href=\"https://make.wordpress.org/core/2020/12/02/whats-new-in-gutenberg-2-december/\">went live today</a>. The development team is continuing forward with work that we will start seeing down the road in WordPress 5.7 and beyond. The big user-facing highlights for this release were the additions of a full-height alignment option for the Cover block, font-size support in the Code block, and improved previews for block patterns.</p>\n\n\n\n<p>The majority of users will not see most of the work that went into the 9.5 release. The team addressed dozens of bugs and enhancements for the full-site editing feature. To test them, users must be using a block-based WordPress theme, such as <a href=\"https://wptavern.com/twenty-twenty-one-blocks-theme-launching-as-a-separate-project\">Twenty Twenty-One Blocks</a>, <a href=\"https://wptavern.com/q-first-fse-wordpress-theme-now-live\">Q</a>, or <a href=\"https://wptavern.com/block-based-bosco-second-full-site-editing-theme-lands-in-the-wordpress-directory\">Block-Based Bosco</a>.</p>\n\n\n\n<p>We are a long way from seeing a production-ready site editor, but it is nice to see the improvements with each major Gutenberg release, such as the ability to <a href=\"https://github.com/WordPress/gutenberg/pull/27224\">set a post’s featured image</a> if it doesn’t exist. The new description, status, and theme <a href=\"https://github.com/WordPress/gutenberg/pull/27156\">admin columns for templates and template parts</a> add useful information. And, the developer side of me is happy to see a new <code>wp_theme</code> <a href=\"https://github.com/WordPress/gutenberg/pull/27016\">taxonomy for grouping templates</a> under the hood rather than metadata.</p>\n\n\n\n<p>The development team has made progress on the Query block. It is probably the most important piece of the full-site editing puzzle, and its current state is still holding back movement on block-based themes. The block now sports a new <a href=\"https://github.com/WordPress/gutenberg/pull/27067\">“grid view” option</a>. There is also a <a href=\"https://github.com/WordPress/gutenberg/pull/26990\">Posts List variation</a> that sets up a default of listing blog posts and excluding sticky posts. This block variation is a step toward pushing third-party plugin developers into creating custom variations for their post types in the future, building from the example set by WordPress.</p>\n\n\n\n<h2>Full-Screen Cover Block</h2>\n\n\n\n<img />Setting the Cover block to full height.\n\n\n\n<p class=\"has-drop-cap\">The Gutenberg team added a new <a href=\"https://github.com/WordPress/gutenberg/pull/26615\">Full Height Alignment</a> toolbar option to the Cover block. This is an independent alignment option and does not interfere with the existing horizontal alignments.</p>\n\n\n\n<p>When adding the Cover block to a post, users will see a new frame-like button in the toolbar. After clicking, it will automatically set the height setting in the block options to <code>100 vh</code>, which is the full height of the browser viewport. This option is far more flexible than having users set a height with pixel units, which do not automatically adjust based on the visitor’s screen size.</p>\n\n\n\n<p>By combining this new alignment with full-width alignment, users can create full-screen layouts with the Cover block.</p>\n\n\n\n<p>The new toolbar control will likely <a href=\"https://github.com/WordPress/gutenberg/issues/16385\">land in other core blocks</a>. The Media & Text block is another good use case. Plus, third-party plugin developers can integrate it into their blocks. As its use becomes more widespread in blocks, it will offer more robust design options for theme developers too.</p>\n\n\n\n<h2>Change Code Block Font Size</h2>\n\n\n\n<img />Setting the Code block’s font size.\n\n\n\n<p class=\"has-drop-cap\">The Code block now has the same <a href=\"https://github.com/WordPress/gutenberg/pull/27294\">font-size option</a> as other text-based blocks, such as Paragraph and List. In general, users should probably shy away from adjusting this on a per-post basis and stick to the global default set by their theme or the Global Styles options when they eventually land in WordPress.</p>\n\n\n\n<p>However, there are use cases where it makes sense to change the code font-size in particular layouts. I imagine some development-related site owners will want to highlight or showcase code in some way.</p>\n\n\n\n<p>With that in mind, it would be interesting to see other design options brought to Code block. Currently, it does not offer much in the way of customization, but color and background options could allow users to spruce up their code examples a bit without relying on a third-party plugin for that extra bit of pizzazz.</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 Dec 2020 23:45:15 +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:\"Justin Tadlock\";s: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:57:\"WordPress.org blog: The Month in WordPress: November 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:34:\"https://wordpress.org/news/?p=9283\";s: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://wordpress.org/news/2020/12/the-month-in-wordpress-november-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:10892:\"<p>November 2020 saw several updates to the WordPress 5.6 release. Read on to follow all the latest news from the WordPress world!</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>WordPress 5.6 updates</h2>\n\n\n\n<p>The Core team released WordPress 5.6 <a href=\"https://wordpress.org/news/2020/11/wordpress-5-6-beta-3/\">Beta 3</a> on Nov. 2, <a href=\"https://wordpress.org/news/2020/11/wordpress-5-6-beta-4/\">Beta 4</a> on Nov. 12, <a href=\"https://wordpress.org/news/2020/11/wordpress-5-6-release-candidate/\">release candidate</a> 1 on Nov. 17, and <a href=\"https://wordpress.org/news/2020/12/wordpress-5-6-release-candidate-2/\">release candidate 2</a> on Dec. 1. You can test the Beta versions and the release candidates by <a href=\"https://wordpress.org/wordpress-5.6-beta2.zip\">downloading them from WordPress.org</a> or by using the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin. Check out the <a href=\"https://make.wordpress.org/core/2020/11/20/wordpress-5-6-field-guide/\">WordPress 5.6 field guide</a> to understand the features of WordPress 5.6 and learn how you can incorporate them into your websites. WordPress 5.6 <a href=\"https://make.wordpress.org/core/5-6/\">will be out by Dec. 9, 2020</a>. </p>\n\n\n\n<p>But our work is never done: You can submit <a href=\"https://make.wordpress.org/core/2020/11/23/wordpress-5-7-whats-on-your-wishlist/\">feature suggestions for WordPress 5.7</a> by Dec. 15. </p>\n\n\n\n<p>Want to contribute to upcoming WordPress releases? Join the WordPress Core dev chats on Wednesdays at 5 a.m. and 8 p.m. UTC in the <a href=\"https://wordpress.slack.com/archives/C02RQBWTW\">#core</a> channel on the <a href=\"https://make.wordpress.org/chat/\">Make WordPress Slack</a>, and <a href=\"https://make.wordpress.org/core/tag/dev-chat/\">catch up with recaps</a> on the <a href=\"https://make.wordpress.org/core/\">Core team blog</a>. If you would like to help with WordPress 5.6 outreach, contact the <a href=\"https://make.wordpress.org/marketing/\">WordPress Marketing team</a> on the <a href=\"https://wordpress.slack.com/archives/C0GKJ7TFA\">#marketing</a> channel.</p>\n\n\n\n<h2>Gutenberg 9.3 and 9.4 are out</h2>\n\n\n\n<p>Contributor teams released Gutenberg <a href=\"https://make.wordpress.org/core/2020/11/04/whats-new-in-gutenberg-4-november/\">Version 9.3</a> on Nov. 4 and <a href=\"https://make.wordpress.org/core/2020/11/19/whats-new-in-gutenberg-18-november-2/\">Version 9.4</a> on Nov. 18. Both versions include several improvements to Full Site Editing (FSE) flows, in addition to bug fixes and feature upgrades. Version 9.3 is the first release that isn’t included entirely in WordPress 5.6; the version automatically enables FSE experiments when a block-based theme is active. Version 9.4 introduces some new features like percentage width for button blocks, block variation transformations, social icon support, and font size support for the list block. You can find out more about the Gutenberg roadmap in the <a href=\"https://make.wordpress.org/core/2020/11/02/whats-next-in-gutenberg-november-2020/\">What’s next in Gutenberg blog post</a>.</p>\n\n\n\n<p>Want to get involved in building Gutenberg? Follow <a href=\"https://make.wordpress.org/core/\">the Core team blog</a>, contribute to <a href=\"https://github.com/WordPress/gutenberg/\">Gutenberg on GitHub</a>, and join the <a href=\"https://wordpress.slack.com/archives/C02QB2JS7\">#core-editor</a> channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<h2>Learn WordPress updates</h2>\n\n\n\n<p>WordPress contributor teams are all set to launch <a href=\"https://learn.wordpress.org/\">Learn WordPress</a> in December. Community members can now watch<a href=\"https://learn.wordpress.org/workshops\"> video workshops</a> to learn about various WordPress topics, <a href=\"https://www.meetup.com/learn-wordpress-discussions/\">participate in discussion groups</a>, and use <a href=\"https://learn.wordpress.org/lesson-plans/\">lesson plans</a> for organizing their own workshops. Contributor teams have launched <a href=\"https://make.wordpress.org/community/2020/11/18/quizzes-are-now-live-on-learn-wordpress/\">quizzes</a> and are also working on <a href=\"https://make.wordpress.org/community/2020/11/18/standards-for-learn-wordpress-workshop-content/\">setting standards</a> for workshops.<br /></p>\n\n\n\n<p>Want to contribute to Learn WordPress? You can now submit a <a href=\"https://learn.wordpress.org/workshop-presenter-application/\">workshop application</a> (submissions in languages other than English are welcome!), apply to become a <a href=\"https://learn.wordpress.org/discussion-group-leader-application/\">discussion group leader</a>, organize <a href=\"https://make.wordpress.org/community/handbook/virtual-events/organize-learn-wordpress-discussion-groups-for-your-wordpress-meetup/\">discussions for your local WordPress meetup group</a>, or <a href=\"https://make.wordpress.org/training/2020/11/25/high-priority-items-before-learn-wordpress-org-launch-part-2/\">help fix issues with existing lesson plans</a>.</p>\n\n\n\n<h2>WordPress 5.6 Translations and Polyglots survey</h2>\n\n\n\n<p>WordPress 5.6 is ready to be translated and is now at <a href=\"https://make.wordpress.org/polyglots/handbook/glossary/#hard-freeze\">hard string freeze</a>. If you would like to contribute, <a href=\"https://make.wordpress.org/polyglots/2020/11/07/wordpress-5-6-ready-to-be-translated/\">check out these instructions</a> and ensure that <a href=\"https://make.wordpress.org/polyglots/handbook/translating/packaging-localized-wordpress/automated-release-packages/\">your locale is ready for an automated release</a>. The Polyglots team has also kicked off its <a href=\"https://wordpressdotorg.survey.fm/polyglots-translator-research\">translator research survey</a>. Please <a href=\"https://wordpressdotorg.survey.fm/polyglots-translator-research\">participate in the survey</a>, share the <a href=\"https://wordpressdotorg.survey.fm/polyglots-translator-research\">survey link</a> with members of your locale, and help amplify the <a href=\"https://www.facebook.com/WPTranslationDay/posts/1275404086174610\">Facebook</a>, <a href=\"https://twitter.com/TranslateWP/status/1333342595913834496\">Twitter</a>, and <a href=\"https://www.linkedin.com/posts/wptranslationday_makewordpress-wordpress-activity-6739110862650523648-fX8R/\">LinkedIn</a> posts about it.</p>\n\n\n\n<p>Want to help WordPress speak your language? Follow <a href=\"https://make.wordpress.org/polyglots\">the Polyglots team blog</a> and join the <a href=\"https://wordpress.slack.com/archives/C02RP50LK\">#polyglots</a> channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>. </p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Further Reading:</h2>\n\n\n\n<ul><li><a href=\"https://www.php.net/releases/8.0/en.php\">PHP 8</a> is out, and WordPress 5.6 <a href=\"https://make.wordpress.org/core/2020/11/23/wordpress-and-php-8-0/\">aims to be “beta-compatible” with the latest PHP version</a>.</li><li>Contributor teams have kicked off <a href=\"https://make.wordpress.org/themes/2020/11/18/theme-previews-in-the-time-of-blocks/\">an ongoing discussion on starter content for WordPress themes</a>. Starter content for the <a href=\"http://wp-themes.com/twentytwentyone/\">Twenty Twenty One</a>, <a href=\"http://wp-themes.com/twentytwenty/\">Twenty Twenty</a>, and <a href=\"http://wp-themes.com/twentyseventeen/\">Twenty Seventeen</a> themes are now available.</li><li>The Accessibility team is <a href=\"https://github.com/10degrees/accessibility-statement-plugin\">testing a tool</a> to generate the structure of an accessibility statement for WordPress websites based on <a href=\"https://www.w3.org/WAI/planning/statements/generator/#create\">W3C standards</a>, and it is <a href=\"https://github.com/10degrees/accessibility-statement-plugin/issues\">requesting feedback from the community</a>.</li><li>The <a href=\"https://wordpressfoundation.org/\">WordPress Foundation</a> has published a <a href=\"https://wordpressfoundation.org/2020/open-source-workshops-november-2020-report/\">report on Open Source workshops</a> that were held online in 2020, based on the <a href=\"https://learn.wordpress.org/\">Learn WordPress</a> platform.</li><li>The Docs team is actively <a href=\"https://make.wordpress.org/docs/2020/11/12/follow-up-on-gutenberg-developer-documentation-restructuring-proposal/\">following up</a> on a proposal to <a href=\"https://make.wordpress.org/docs/2020/08/13/plan-proposal-for-a-new-better-structured-gutenberg-developer-documentation/\">restructure the Gutenberg developer documentation</a>.</li><li>The Community team is back with <a href=\"https://make.wordpress.org/community/tag/tuesdaytrainings/\">Tuesday Trainings</a>. The team is <a href=\"https://make.wordpress.org/community/2020/11/16/community-team-goals-for-2021-share-your-suggestions/\">also inviting suggestions on team goals for 2021</a> with a deadline of Dec. 14.</li><li>The Support team is <a href=\"https://make.wordpress.org/support/2020/11/changing-up-the-forum-front-page/\">making changes to the forum page</a> to improve discoverability. </li><li>Two online WordCamps took place in November: <a href=\"https://finland.wordcamp.org/2020/\">WordCamp Finland Online</a> and <a href=\"https://mexico.wordcamp.org/2020/\">WordCamp Mexico Online</a>. You can find Livestream recaps of the events on their websites. Videos will soon be available on WordPress.tv as well.</li><li>The Themes team <a href=\"https://make.wordpress.org/themes/2020/11/11/meeting-notes-tuesday-november-10-2020/\">made some changes to WordPress theme requirements</a>. These include removing updated CSS guidelines and a proposed plan to make WordPress themes accessibility-ready. The team is also <a href=\"https://make.wordpress.org/themes/2020/11/19/feedback-requested-resolution-process-for-issues-found-in-live-themes/\">requesting feedback</a> on the resolution process for issues found in live themes.</li><li>WordPress 5.6 will feature a <a href=\"https://make.wordpress.org/core/2020/11/05/updating-core-jquery-to-version-3-part-2/\">major jQuery change</a>, with the bundled jQuery version being updated to Version 3.5.1 and jQuery Migrate being updated to Version 3.3.2.</li><li>The <a href=\"https://make.wordpress.org/community/tag/wpdiversity/\">Diversity speaker training group</a> of the Community team is requesting feedback on reimagining their work. Please <a href=\"https://make.wordpress.org/community/2020/11/12/input-requested-re-imagining-the-work-of-the-diverse-speaker-training-group-wpdiversity/\">share your feedback as comments on the post</a> by Dec. 18.</li></ul>\n\n\n\n<p><em>Have a story that we should include in the next “Month in WordPress” post? Please </em><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><em>submit it here</em></a><em>.</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 Dec 2020 09:13: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:14:\"Hari Shanker R\";s: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:73:\"WPTavern: New Plugin Adds Google-Doc Style Commenting to Gutenberg 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:30:\"https://wptavern.com/?p=108408\";s: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:191:\"https://wptavern.com/new-plugin-adds-google-doc-style-commenting-to-gutenberg-blocks?utm_source=rss&utm_medium=rss&utm_campaign=new-plugin-adds-google-doc-style-commenting-to-gutenberg-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:3328:\"<p><a href=\"https://www.multidots.com/\">Multidots</a>, a development agency and WordPress VIP Agency Partner, has released a plugin that brings content collaboration to the block editor. The <a href=\"https://wordpress.org/plugins/commenting-feature/\">Google-Doc Style Gutenberg Block Commenting</a> plugin landed on WordPress.org in October and is just starting to gain traction.</p>\n\n\n\n<p>It adds inline commenting to the editor where users can highlight text or select entire blocks and leave a comment. Other users can leave comments and/or mark the thread as resolved for a collaborative editing experience. Alternatively, the post author can use comments for making notes on sections that need to be improved or reviewed prior to publishing. The features support the following editorial workflow:</p>\n\n\n\n<ul><li>Add comments on Gutenberg blocks</li><li>Reply to comment</li><li>Get feedback</li><li>Resolve it</li><li>Get email notification of resolved comments</li></ul>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>Multidots has a <a href=\"https://www.multidots.com/gutenberg-commenting-demo/\">live demo</a> set up where you can test leaving comments, replies, and marking threads as resolved. The plugin is currently compatible with a range of text-based blocks that are part of a page or post. Commenting can be accessed by highlighting text and then clicking on the dropdown arrow in the toolbar. Inline comments can be displayed or hidden via the icon in the top toolbar.</p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>The plugin restricts adding and editing comments to Super Administrators, Administrators, and Editors. These user roles can edit their own comments but cannot edit or delete those added by other users.</p>\n\n\n\n<p>Google-Doc Style Gutenberg Block Commenting could be useful for organizations where multiple teams need to review content before publishing. Not having the ability to collaborate using the block editor may even be a deal breaker for some teams that are considering WordPress. When collaborating on posts in the past I have often used Google Docs just for the ability to give inline comments with notifications. This plugin cuts many time-consuming steps out of that process, such as obtaining collaborators’ Gmail addresses, pasting the most recent version of the post into a document, and ultimately having to paste it all back into the editor. </p>\n\n\n\n<p>The plugin’s authors consider this a beta version and plan to add more features based on community feedback. After testing it, I found that resolved threads seem to disappear, but it might be helpful to have a lasting record of them. Users cannot comment on images or other types of non-text-based blocks, and this seems somewhat limiting. There are no notifications for comments – only resolved threads, which makes it difficult to know when content needs further review.</p>\n\n\n\n<p>Multidots is planning for the next release to be a more optimized version with enhanced commenting features, including the ability to leave popup suggestions for adding/removing certain text at a specific location and asynchronous commenting. Anyone interested in following the progress or contributing can <a href=\"https://github.com/multidots/gutenberg_commenting/\">find the project on GitHub</a>.</p>\n\n\n\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:\"Wed, 02 Dec 2020 04:40:09 +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: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:53:\"WordPress.org blog: WordPress 5.6 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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=9274\";s: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/2020/12/wordpress-5-6-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2247:\"<p>The second release candidate for WordPress 5.6 is here!</p>\n\n\n\n<p>WordPress 5.6 is slated for release on <strong>December 8, 2020</strong>, and we need <em>your</em> help to get there—if you haven’t tried 5.6 yet, now is the time!</p>\n\n\n\n<p>You can test WordPress 5.6 release candidate 2 in two ways:</p>\n\n\n\n<ul><li>Try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (choose the “bleeding edge nightlies” option).</li><li>Or <a href=\"https://wordpress.org/wordpress-5.6-RC2.zip\">download the release candidate here (zip)</a>.</li></ul>\n\n\n\n<p>Thank you to all of the contributors who tested the Beta releases and gave feedback. Testing for bugs is a critical part of polishing every release and a great way to contribute to WordPress.</p>\n\n\n\n<h2>Plugin and Theme Developers</h2>\n\n\n\n<p>Please test your plugins and themes against WordPress 5.6 and update the <em>Tested up to</em> version in the readme file to 5.6. If you find compatibility problems, please be sure to post to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">support forums</a>. That way, those can be figured out before the final release. </p>\n\n\n\n<p>For a more detailed breakdown of the changes included in WordPress 5.6, check out the <a href=\"https://wordpress.org/news/2020/10/wordpress-5-6-beta-1/\">WordPress 5.6 beta 1 post</a>. The <a href=\"https://make.wordpress.org/core/2020/11/20/wordpress-5-6-field-guide/\">WordPress 5.6 Field Guide</a> is also out! It’s your source for details on all the major changes.</p>\n\n\n\n<h2>How to Help</h2>\n\n\n\n<p>Do you speak a language other than English? <a href=\"https://translate.wordpress.org/projects/wp/dev\">Help translate WordPress into more than 100 languages!</a></p>\n\n\n\n<p><em><strong>Think you found a bug?</strong> Post it to the <a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. We would love to hear from you! If you’re comfortable writing a reproducible bug report you can <a href=\"https://make.wordpress.org/core/reports/\">file one on WordPress Trac</a>. Don’t forget to check <a href=\"https://core.trac.wordpress.org/tickets/major\">the list of known bugs</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:\"Tue, 01 Dec 2020 22:09: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:7:\"Josepha\";s: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:92:\"WPTavern: Block-Based Bosco, Second Full-Site Editing Theme Lands in the WordPress Directory\";s: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:\"https://wptavern.com/?p=108321\";s: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:227:\"https://wptavern.com/block-based-bosco-second-full-site-editing-theme-lands-in-the-wordpress-directory?utm_source=rss&utm_medium=rss&utm_campaign=block-based-bosco-second-full-site-editing-theme-lands-in-the-wordpress-directory\";s: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:5489:\"<img />\n\n\n\n<p class=\"has-drop-cap\">Fränk Klein, a Principal Engineer at Human Made, is now the second theme developer to release a block-based theme to the WordPress theme directory. <a href=\"https://wordpress.org/themes/block-based-bosco/\">Block-Based Bosco</a> is a recreation of his <a href=\"https://wordpress.org/themes/bosco/\">Bosco</a> theme, which he released in 2014.</p>\n\n\n\n<p>Block-based themes, also called FSE (full-site editing) themes, are currently experimental. They require the use of the Gutenberg plugin, which will automatically detect their structure and activate the beta version of the site editor. This system allows users to experience a WordPress install that is comprised entirely of blocks. Widgets, nav menus, and the customizer screens are out. Everything from posts to site headers to navigation is handled through HTML templates, which users can customize via the site editor. It is still a raw experience but continually improves with each update of the Gutenberg plugin.</p>\n\n\n\n<p>Just over a month ago, Themes Team representative Ari Stathopoulos <a href=\"https://wptavern.com/q-first-fse-wordpress-theme-now-live\">released the first block-based theme</a>, named Q, to the official theme directory. It was both a milestone in WordPress theming history and an invitation for developers to follow his lead.</p>\n\n\n\n<p>We have since seen the initial work toward a <a href=\"https://wptavern.com/twenty-twenty-one-blocks-theme-launching-as-a-separate-project\">block-based version</a> of the upcoming Twenty Twenty-One default theme. It is not yet in the directory, but the community should expect it soon.</p>\n\n\n\n<p>Developers like Klein and Stathopoulos are paving the way for others. For those who do not have the time or the inclination to scour the Gutenberg plugin’s code or follow dozens of tickets, they can take the easy route. Study the code of people who have done the legwork.</p>\n\n\n\n<p>Klein has also written a detailed post titled <a href=\"https://wpdevelopment.courses/articles/full-site-editing-theme-learnings/\">What I Learned Building a Full-Site Editing Theme</a> in which he goes into detail about his experience. Despite his optimism for the future of theming, he does not shy away from the problems he stumbled upon. It is a must-read for any theme author who is preparing to take the plunge into block-based theme building.</p>\n\n\n\n<p>One thing that some developers may find surprising or may even make them feel slightly uncomfortable is that Klein spent much of his development time working from the site editor rather than in a code editor. “It’s likely that this will be the future workflow for creating themes,” he wrote. “Because not only can you edit a theme visually, but it’s also much more practical than writing block markup by hand. Especially because the interface makes it easy to discover the different options offered by blocks, so that you can adjust them as needed for your desired theme design.”</p>\n\n\n\n<h2>About the Theme</h2>\n\n\n\n<img />Block-Based Bosco in the site editor.\n\n\n\n<p class=\"has-drop-cap\">Block-Based Bosco is relatively simple. It is a one-column, no-sidebar theme, which is what most block-based themes will look like at the moment.</p>\n\n\n\n<p>“Full-site editing themes are still missing a lot of essential features,” wrote Klein. “Therefore it’s important to choose a theme design that fits with these constraints. Else you’re going to have a very frustrating experience.”</p>\n\n\n\n<p>Unlike Q, which is a bare-bones theme primarily for testing theme-related features, Block-Based Bosco is based on a design that users might want to actually use on a site, at least someday. Currently, full-site editing is not yet ready for use with production sites. The theme design holds up well for a simple personal blog.</p>\n\n\n\n<p>There are things the theme could do better in the short term. Offering support for wide and full alignments would be ideal, particularly for a one-column theme. The editor and front-end content width also do not match, so it is not a perfect what-you-see-is-what-you-get experience. These are not make-or-break features for these types of experimental themes at this point. We are simply in the testing ground stage.</p>\n\n\n\n<p>Right now, end-users need to start tinkering with themes like Block-Based Bosco — please do so on a test install and not a live site — and offering feedback. They also allow other developers to get more comfortable with a new system before it suddenly feels like it comes crashing down in 2021.</p>\n\n\n\n<h2>Opening Up the Theme Directory</h2>\n\n\n\n<p class=\"has-drop-cap\">One thing is obvious at this point. The WordPress theme directory needs to allow theme authors to upload block-based themes without hacks or other workarounds. Block-Based Bosco and similar themes are currently being shipped with dummy files, such as <code>header.php</code> and <code>footer.php</code>, and unnecessary PHP code in <code>functions.php</code> to bypass the Theme Check system. With these extra files and code removed, block-based themes are minuscule in comparison to traditional WordPress themes.</p>\n\n\n\n<p>There is an <a href=\"https://meta.trac.wordpress.org/ticket/5504\">open ticket</a> on the WordPress Meta Trac and a <a href=\"https://github.com/WordPress/theme-check/pull/280\">patch for the Theme Check plugin</a>. Someone needs to pull the trigger and make it happen.</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 Dec 2020 21:19: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:14:\"Justin Tadlock\";s: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:113:\"WPTavern: Admin 2020 Version 2 Introduces New Lite Version, Better Plugin Compatibility, and Modular Architecture\";s: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:\"https://wptavern.com/?p=108302\";s: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:267:\"https://wptavern.com/admin-2020-version-2-introduces-new-lite-version-better-plugin-compatibility-and-modular-architecture?utm_source=rss&utm_medium=rss&utm_campaign=admin-2020-version-2-introduces-new-lite-version-better-plugin-compatibility-and-modular-architecture\";s: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:5328:\"<img />\n\n\n\n<p>Six months ago, <a href=\"https://admintwentytwenty.com/\">Admin 2020</a> captured the attention of WordPress users with its fresh approach to skinning the admin screens. <a href=\"https://admintwentytwenty.com/admin-2-is-here/\">Version 2</a> of the plugin has been completely rewritten to support a modular architecture so users can enable or disable features, or selectively enable them by user role or username. Some users prefer the default menu but want to be able to categorize their media into folders with the plugin’s CMS-friendly architecture for organizing media and posts. This update significantly improves performance for those who don’t require the analytics, admin bar, menu, or other features. </p>\n\n\n\n<p>The plugin now has a new settings interface that is less cluttered than the previous version.</p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>“Admin 2020 started off as a WordPress admin theme, and that was always at the core of the plugin,” developer Mark Ashton said. “As we grew, we added more and more features on top of that and it became very difficult in its current iteration to separate those feature sets, or disable some features and let others carry on.”</p>\n\n\n\n<p>Version 2 also greatly improves compatibility with other plugins. Ashton was spending a lot of time adding support for other plugins, which slowed down development. The new approach to compatibility causes fewer styling conflicts and works without having to add custom stylesheets for other plugins. Prior to this version, Admin 2020 disabled 90% of WordPress admin styling and applied its own. </p>\n\n\n\n<p>“While this gave us complete control over layouts and styling, it was one of the reasons we had to spend a lot of time adding support for other plugins,” Ashton said. “So for version 2, we kept the WP styling (most of it anyway) and applied a lightweight theme on top of it. The end result is a theme that is more refined, quicker, and the most compatible we have ever put out.<br />Usually the only plugins we have problems with these days are the ones that actively disable non standard WP scripts and styles, which obviously breaks admin 2020’s layout.”</p>\n\n\n\n<p>In the interest of keeping Admin 2020 lightweight, the plugin now uses a custom build of the <a href=\"https://getuikit.com/\">UIkit</a> framework that is more tailored to its specific use case. </p>\n\n\n\n<p>“Instead of having uikit as a base, and then layering on top of it, we just tailored it to suit the plugin needs and thanks to the wonders of scss it is an incredibly easy framework to modify,” Ashton said. “Doing this also allowed us to support RTL much easier which was a very common feature request.”</p>\n\n\n\n<h2>New Admin 2020 Lite Version Offers Basic Features, Coming to WordPress.org in 2021</h2>\n\n\n\n<p>Admin 2020 is now available on the plugin’s website in a Lite version for free. In recognition of WordPress.org’s undeniable force as a distribution channel, Ashton is considering changing his previous strategy of pursuing a fully commercial model to embrace the idea of marketing a free plugin with a paid upgrade. </p>\n\n\n\n<p>“Admin 2020 has grown so much since we launched in May this year and it’s no longer just an admin theme,” Ashton said. “In fact, we see it as more of an admin extension now that also has a theme. Because of this, we felt there are now enough features to be able to offer the lite and pro versions.”</p>\n\n\n\n<p>With the new modular system in version 2, the free and commercial versions are the same plugins, except the lite version has the paid modules removed.</p>\n\n\n\n<p>“This means the development of the two versions is synched and updates, new features and bug fixes all rollout at the same time,” Ashton said. “For the time being we are going to stick to our own distribution channel just to keep everything streamlined, but releasing through <a rel=\"noreferrer noopener\" href=\"http://wordpress.org/\" target=\"_blank\">wordpress.org</a> is something we have planned for next year.”</p>\n\n\n\n<p>Launching a new business during a pandemic is no easy feat but Ashton has grown Admin 2020’s user base to 3,642 active installations and is still looking to hire someone to assist in developing and maintaining the plugin.</p>\n\n\n\n<p>“This has grown dramatically since the release of version 2 and will likely be around 5,000 or more in a week due to the sales from the Black Friday/Cyber Monday event,” he said. </p>\n\n\n\n<p>Next up on the roadmap, Admin 2020 users can expect more customization options and deeper integration with WooCommerce. Ashton is currently working on the custom admin pages feature set that will allow users to create admin pages using the block editor and some of the more popular page builders. </p>\n\n\n\n<p>“We are also working on expanding our WooCommerce integration with the idea of having a full suite of cards and data available on the overview page to help better visualize your business and sales,” Ashton said. “We are also going to be changing admin 2020’s name towards the end of the year but I won’t say what to just yet.”</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, 30 Nov 2020 23:36: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: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:97:\"WPTavern: Block Navigation Plugin Provides Missing Context-Based Outline for the WordPress 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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=108323\";s: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:239:\"https://wptavern.com/block-navigation-plugin-provides-missing-context-based-outline-for-the-wordpress-editor?utm_source=rss&utm_medium=rss&utm_campaign=block-navigation-plugin-provides-missing-context-based-outline-for-the-wordpress-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4596:\"<p class=\"has-drop-cap\">Álvaro García wrote the first code for his <a href=\"https://wordpress.org/plugins/block-navigation\">Block Navigation</a> plugin back in November 2018. It is one of those hidden gems that I wish I had known about two years ago as I began using the block editor. It has been available. I simply did not know about it until blindly stumbling upon it in a <a href=\"https://www.facebook.com/groups/gutenberghub/permalink/2844169185815585/\">discussion</a> in the WordPress Gutenberg Community group on Facebook.</p>\n\n\n\n<p>The goal of the plugin is to provide an alternative to the editor’s current navigation. For the most part, it excels. WordPress has set the bar so low that any improvement seems like a godsend.</p>\n\n\n\n<p>The plugin adds a new sidebar panel titled Block Navigation. That panel then lists each block with the added context needed to understand what block it is associated with in the content. For example, a Paragraph block in the navigation list will display its first few words. Other blocks do the same. Images and galleries in the list display their respective thumbnails. It handles nested blocks too.</p>\n\n\n\n<p>All users must do is search for and click on the block they want to jump to in the content.</p>\n\n\n\n<img />Navigating to specific paragraph in the document.\n\n\n\n<p>The plugin is packed with several other features. Users can shift blocks up and down from the navigation panel. They can also move blocks anywhere in the document with the click of a button or remove them altogether.</p>\n\n\n\n<p>One of the more interesting features of the Block Navigation plugin is its ability to log a block’s data to the console. For developers, this could be a handy feature to quickly look up information for a block. While I doubt the average user would use it, there might be some potential applications for support requests, particularly with third-party block plugins.</p>\n\n\n\n<img />Console log of a block’s data.\n\n\n\n<p>The downside of the plugin is that it does not provide a color scheme that simply matches the default WordPress color palette. However, it does provide a dozen color options for users to choose from. The Banana (light) scheme seemed the least out of place.</p>\n\n\n\n<p>With the navigation being handled in the sidebar, it could interfere with some users’ workflows. For users who prefer to keep the block options sidebar available at all times, they will need to switch back and forth between sidebars. The plugin does provide a button for switching to each block’s setting via its submenu (vertical ellipsis icon) in the navigation list.</p>\n\n\n\n<p>The thing that would make this plugin better would be putting it into the editor toolbar, replacing the current Outline dropdown.</p>\n\n\n\n<h2>It Should Be a Core WordPress Feature</h2>\n\n\n\n<p class=\"has-drop-cap\">The block editor’s Outline dropdown is lackluster at best. For short posts, it is unnecessary. For long posts, there is no context for any of the blocks in the list. The goal is to be able to jump to specific points in the document without scrolling. However, unless you know the exact location in the block you want to jump to, it can sometimes be impossible to use the feature.</p>\n\n\n\n<img />Outline dropdown.\n\n\n\n<p>The Document Outline section of the Details dropdown provides some much-needed context. It displays the post’s headings. However, this outline does not allow users to click on an item and jump to its associated block.</p>\n\n\n\n<img />Details dropdown.\n\n\n\n<p>Paal Joachim Romdahl proposed a fix for the Outline dropdown in October 2018. “What about just using the icon and then showing some of the text in the beginning of the paragraph?” he asked in a <a href=\"https://github.com/WordPress/gutenberg/issues/11010\">GitHub ticket</a> that has seen no discussion for nearly a year.</p>\n\n\n\n<div class=\"wp-block-image\"><img />Merged dropdowns.</div>\n\n\n\n<p>There is currently an <a href=\"https://github.com/WordPress/gutenberg/pull/14956\">open pull request</a> on GitHub to merge the Details and Outline dropdowns in the toolbar. The original proposal added a tabbed interface. However, an alternative patch without the tabs proposed in the same ticket would merge the best of both worlds by adding the more-detailed structural outline while linking to the blocks in the document.</p>\n\n\n\n<p>The only question left now is whether I can still update my <a href=\"https://wptavern.com/wordpress-5-7-wish-list-save-block-editor-settings-per-user\">WordPress 5.7 wish list</a> to include this feature.</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, 30 Nov 2020 23:03: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:\"Justin Tadlock\";s: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:61:\"BuddyPress: BuddyPress 6.4.0 Maintenance and Security 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:32:\"https://buddypress.org/?p=315780\";s: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://buddypress.org/2020/11/buddypress-6-4-0-maintenance-and-security-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:1569:\"<p><a href=\"https://downloads.wordpress.org/plugin/buddypress.6.4.0.zip\">BuddyPress 6.4.0</a> is now available. This is a security and maintenance release. All BuddyPress installations are strongly encouraged to upgrade as soon as possible.</p>\n\n\n\n<p>The 6.4.0 release addresses one security issue: non-capable users could add a style attributes to “span” and “p” elements in possible rich text fields of their profile page. The vulnerability has been fixed.</p>\n\n\n\n<p>Version 6.4.0 also fixes 7 bugs, including compatibility updates to welcome <a href=\"https://www.php.net/releases/8.0/en.php?lang=en\">PHP 8.0 release</a> (Congratulations to all PHP 8.0 contributors!).</p>\n\n\n\n<p>For complete details, visit the <a href=\"https://codex.buddypress.org/releases/version-6-4-0/\">6.4.0 changelog</a>.</p>\n\n\n\n<p>Update to BuddyPress 6.4.0 today in your WordPress Dashboard, or by <a href=\"https://wordpress.org/plugins/buddypress/\">downloading from the WordPress.org plugin repository</a>.</p>\n\n\n\n<h2>Many thanks to 6.4.0 contributors <span class=\"dashicons dashicons-heart\"></span></h2>\n\n\n\n<p><a href=\"https://profiles.wordpress.org/johnjamesjacoby\">John James Jacoby (johnjamesjacoby)</a>, <a href=\"https://profiles.wordpress.org/zeldatea/\">Zeldatea</a>, <a href=\"https://profiles.wordpress.org/dd32/\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/r-a-y/\">Ray (r-a-y)</a>, <a href=\"https://profiles.wordpress.org/dcavins/\">David Cavins (dcavins)</a> & <a href=\"https://profiles.wordpress.org/imath/\">Mathieu Viet (imath)</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:\"Fri, 27 Nov 2020 22:32:16 +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:\"Mathieu Viet\";s: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:65:\"WordPress Foundation: Open Source Workshops: November 2020 report\";s: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://wordpressfoundation.org/?p=150204\";s: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:80:\"https://wordpressfoundation.org/2020/open-source-workshops-november-2020-report/\";s: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:3597:\"<p>The WordPress Foundation has been organizing <a href=\"https://wordpressfoundation.org/2018/open-source-training-events-announced/\">Introduction to Open Source workshops</a>, as part of our continuing efforts to educate the public about WordPress and related open-source software (OSS). In 2019, as part of our goal of organizing workshops in parts of the world with less participation in open source, we held <a href=\"https://wordpressfoundation.org/2019/successful-open-source-workshops-in-bhutan-india-pakistan-and-angola/\">four successful workshops</a> in India, Pakistan, Bhutan, and Thimphu. </p>\n\n\n\n<p>By March 2020, the COVID-19 pandemic had engulfed the world, forcing community organizers to cancel all in-person events. Unfazed by these challenges, our community organizers pivoted to online events by organizing <a href=\"https://wordpressfoundation.org/2020/charity-hackathons-august-2020-report/\">four successful online charity hackathons</a> in <a href=\"https://doaction.org/ja/event/japan-2020/\">Japan</a>, <a href=\"https://doaction.org/event/south-africa-2020/\">South Africa</a>, <a href=\"https://doaction.org/event/india-2020/\">India</a>, and <a href=\"https://doaction.org/event/nigeria-2020/\">Nigeria</a>, so far. The Introduction to Open Source workshops have also moved online. The <a href=\"https://learn.wordpress.org/workshop/introduction-to-open-source/\">workshop</a> is now available online as part of <a href=\"https://learn.wordpress.org/\">Learn WordPress</a>, which is a brand new initiative from WordPress contributor teams to help people learn how to use, build for, and contribute to WordPress. Community members across the world can now<a href=\"https://learn.wordpress.org/workshop/introduction-to-open-source/\"> learn about Open-Source</a> safely from the comfort of their homes and test their knowledge using <a href=\"https://learn.wordpress.org/quiz/introduction-to-open-source/\">the embedded quiz</a>. The workshops are also followed by <a href=\"https://www.meetup.com/learn-wordpress-discussions/\">discussion groups</a>, where participants can discuss their learnings in real-time and find answers to their questions. </p>\n\n\n\n<p>As of November 2020, the Introduction to Open-source workshop video has been viewed 757 times. Three online discussion group events with over 152 RSVPs were also held successfully. Sign-ups are open for two more discussion groups that are listed below:</p>\n\n\n\n<ul><li><a href=\"https://www.meetup.com/learn-wordpress-discussions/events/274841875/\">Tuesday, December 8 2020, at 6:00 AM UTC</a></li><li><a href=\"https://www.meetup.com/learn-wordpress-discussions/events/274841881/\">Wednesday, December 16 2020, at 4:00 PM UTC</a></li></ul>\n\n\n\n<p>You can watch the <a href=\"https://learn.wordpress.org/workshop/introduction-to-open-source/\">workshop video</a> and participate in these discussion groups to learn about open-source software and find answers to your questions on open-source.</p>\n\n\n\n<p>In addition to these scheduled discussion groups, community organizers can organize <a href=\"https://make.wordpress.org/community/handbook/virtual-events/organize-learn-wordpress-discussion-groups-for-your-wordpress-meetup/\">their own online discussion groups</a> or hold online watch parties for the <a href=\"https://learn.wordpress.org/workshop/introduction-to-open-source/\">Introduction to Open-Source workshop</a>. </p>\n\n\n\n<p>Given the global spread of the COVID-19 pandemic, WordPress Foundation events are likely to be held online in 2021. We will be announcing our plans for 2021 events later this year.</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, 27 Nov 2020 09:05:16 +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:\"Hari Shanker\";s: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:38:\"WPTavern: Something To Be Thankful For\";s: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:\"https://wptavern.com/?p=108221\";s: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:121:\"https://wptavern.com/something-to-be-thankful-for?utm_source=rss&utm_medium=rss&utm_campaign=something-to-be-thankful-for\";s: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:4328:\"<img />\n\n\n\n<p class=\"has-drop-cap\">Over the past several weeks, I have received around four dozen emails, texts, PMs, and other messages related to Black Friday and Cyber Monday deals. Last year, we ran a <a href=\"https://wptavern.com/wordpress-black-friday-sales-roundup\">roundup of deals</a> happening throughout the WordPress ecosystem. However, we are not running such a post this year. It took a solid week to compile and piece together the previous article. It was a lot of work for what was a statistical dud. Readership tends to wane around holidays as people spend more time offline and with their families.</p>\n\n\n\n<p>Plus, I firmly believe that our readers would rather see what we have to say about a particular product than simply scroll through a list of offers that are already widely shared on Twitter, Facebook, and elsewhere.</p>\n\n\n\n<p>As George Olaru, the CEO of Pixelgrade, wrote in <em><a href=\"https://pixelgrade.com/upstairs/discounts/\">I discount, you discount, we both lose</a></em>, software is not a perishable food item. It is not at risk of spoilage in a few days, and if it is, we have a real problem. On the flip side, some small businesses rely on this holiday to generate a large portion of their yearly revenue. However, we should all have some serious conversations about whether it is healthy for discounted software to permeate the WordPress plugin and theme markets every time a holiday rolls around. Whatever your stance, Olaru’s piece is worth reading and thinking on.</p>\n\n\n\n<p>It is also tough to get into the holiday spirit this year. With Covid-19, the Black Friday markets have changed, which is probably not a bad thing on the whole — <em>do we all really need to pile into stores to fight over the latest gadgets?</em> The pandemic has also meant that families have had to make hard decisions about gatherings. The Tadlock family decided to cancel our pre-Thanksgiving/reunion we have in early November. We host it early because the doctors and nurses in the family often have to work on the holiday, and they agreed that a large gathering was not ideal. Fortunately, we live in an era where we can connect with each other in moments and from vast distances.</p>\n\n\n\n<p>No, it did not feel right to do a sales roundup this year. Instead, I wanted to get back to the root of the Thanksgiving holiday, at least what I was taught the holiday was supposed to be about.</p>\n\n\n\n<p>While tomorrow’s Thanksgiving holiday is an American tradition, I am certain our readers abroad can join in the celebration. It is a day of giving thanks for the blessings of the previous year. In times past, this has often meant being thankful for the harvest and having food on the table. Today, it still means the same to many. However, the holiday is all about counting our blessings, and that is something we should all take time to do.</p>\n\n\n\n<p>This year, the thing I am most thankful for is the community, the people who all band together to create the most used CMS on the web, the people who evangelize the platform, and the people who continually take part in this grand experiment.</p>\n\n\n\n<p>One of the things I attempt to do when writing is to share exciting things happening in our little corner of the world. Yes, I am often critical too. This is because I want to see people and companies strive to create better themes, plugins, and other products. For those times when I stretch to hyperbole or perhaps lean toward the negative, know that it comes from a place that is hoping for your success. It is hard to balance at times, but I am thankful that I can do this day in and day out.</p>\n\n\n\n<p>After writing for the Tavern for over a year now, I feel like I am on a wondrous journey with so many of you. Whether it is a random message just to say hello or a ping about a new product, I look forward to seeing it all.</p>\n\n\n\n<p>These human-to-human connections were not something I was expecting as I began this gig. Thank you to everyone who has made that possible.</p>\n\n\n\n<p>Let’s all take a day and share some of the WordPress-related things we are thankful for this year — <em>we can all save our block editor criticisms for tomorrow</em>. It has been a rough year. We could all really use some positivity right now.</p>\n\n\n\n<p>What are you thankful for?</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, 25 Nov 2020 19:51: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:14:\"Justin Tadlock\";s: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:67:\"WPTavern: Getting Your WordPress Plugins and Themes Ready for PHP 8\";s: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:\"https://wptavern.com/?p=108160\";s: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:179:\"https://wptavern.com/getting-your-wordpress-plugins-and-themes-ready-for-php-8?utm_source=rss&utm_medium=rss&utm_campaign=getting-your-wordpress-plugins-and-themes-ready-for-php-8\";s: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:7380:\"<p>On Monday, WordPress core contributor Jonathan Desrosiers published a <a rel=\"noreferrer noopener\" href=\"https://make.wordpress.org/core/2020/11/23/wordpress-and-php-8-0/\" target=\"_blank\">detailed post</a> on the Make WordPress Core blog about the upcoming PHP 8 release and how it affects WordPress.</p>\n\n\n\n<h2>PHP 8 Is Coming</h2>\n\n\n\n<p>Scheduled for release on <a rel=\"noreferrer noopener\" href=\"https://wiki.php.net/todo/php80\" target=\"_blank\">November 26, 2020</a>, PHP 8 is the next major update to our favorite scripting language. While previous PHP releases have not had too much of an adverse effect on the WordPress ecosystem, this update has some breaking changes that could affect backward compatibility. It should also be noted that many features that were deprecated in PHP 7.x will now be removed in PHP 8.</p>\n\n\n\n<h2>The Status of WordPress Core</h2>\n\n\n\n<p>In his post, Desrosiers highlights the work that has been done to keep the core software up to date. “WordPress Core aims to be compatible with PHP 8.0 in the 5.6 release (currently scheduled for December 8, 2020),” he wrote. </p>\n\n\n\n<p>However, this does not mean it is safe to upgrade to PHP 8 when WordPress 5.6 is released. WordPress is rarely run just on its own and usually relies on at least one theme and a collection of plugins to function as a blog or web site. As such, he points out, “The state of PHP 8 support within the broader ecosystem (plugins, themes, etc.) is impossible to know. For that reason, WordPress 5.6 should be considered ‘beta compatible’ with PHP 8<strong>.</strong>“</p>\n\n\n\n<p>What this means, essentially, is that until most major themes and plugins are PHP 8 compatible, WordPress cannot be considered fully compatible.</p>\n\n\n\n<h2>Understand How PHP 8 Could Affect Your Plugin or Theme</h2>\n\n\n\n<p>Companies like Yoast have been preparing for this for a little while now. In late October, Yoast CTO Omar Reiss, along with fellow contributors Juliette Reinders Folmer, maintainer of the <a rel=\"noreferrer noopener\" href=\"https://github.com/WordPress/WordPress-Coding-Standards\" target=\"_blank\">WordPress Coding Standards Sniffs for PHPCS</a>, and Yoast DevOps manager Herre Groen, compiled and published a <a rel=\"noreferrer noopener\" href=\"https://developer.yoast.com/blog/the-2020-wordpress-and-php-8-compatibility-report/\" target=\"_blank\">comprehensive WordPress/PHP 8 compatibility report</a>. </p>\n\n\n\n<p>While I highly recommend you take the time to read through the entire report, it does outline the main reason that the PHP 8 upgrade could have such a drastic effect on large WordPress sites, especially the plugin and theme ecosystem.</p>\n\n\n\n<p>“However, PHP 7.* versions have seen a far larger set of deprecations than previous versions of PHP. Where PHP 5.6 to PHP 7 was a relatively simple migration, going from 7.x to 8 could be very painful, especially for very old codebases, like WordPress and many of the plugins that are available for it. For well-typed codebases or codebases which have stayed up-to-date with the latest PHP versions, there isn’t a big problem.”</p>\n\n\n\n<p>As a maintainer of a few plugins, some built on code dating back eight years, it is worrisome that this upgrade could cause sites to break.</p>\n\n\n\n<img />PHPCompatibility repository.\n\n\n\n<h2>How to Prepare Yourself</h2>\n\n\n\n<p>I asked Reiss and Folmer what plugin and theme developers can do to get ready, and they shared some pointers.</p>\n\n\n\n<p>First and foremost, developers should inform themselves about the changes coming in PHP 8: read <a rel=\"noreferrer noopener\" href=\"https://make.wordpress.org/core/2020/11/23/wordpress-and-php-8-0/\" target=\"_blank\">the Make post about PHP 8</a>, read the <a rel=\"noreferrer noopener\" href=\"https://developer.yoast.com/blog/the-2020-wordpress-and-php-8-compatibility-report/\" target=\"_blank\">Yoast PHP8 Compatibility</a> report, read the “<a rel=\"noreferrer noopener\" href=\"https://make.wordpress.org/core/2020/11/23/wordpress-and-php-8-0/\" target=\"_blank\">Migrating from PHP 7.4 to PHP 8.0</a>” section of the PHP manual, and potentially dig deeper by reading the <a rel=\"noreferrer noopener\" href=\"https://github.com/php/php-src/blob/PHP-8.0/UPGRADING\" target=\"_blank\">UPGRADING doc in the PHP 8 branch</a> and the <a rel=\"noreferrer noopener\" href=\"https://wiki.php.net/rfc#php_80\" target=\"_blank\">RFCs for PHP 8</a>.</p>\n\n\n\n<p>Some available tools can be used to help look for incompatibilities:</p>\n\n\n\n<ul><li>Run PHP lint on PHP 8 over their code, either via the <code>php -l</code> command (making sure to iterate over all files) or by using <a rel=\"noreferrer noopener\" href=\"https://github.com/php-parallel-lint/PHP-Parallel-Lint\" target=\"_blank\">PHP Parallel Lint</a>.</li><li>Run <a rel=\"noreferrer noopener\" href=\"https://github.com/PHPCompatibility/PHPCompatibility\" target=\"_blank\">PHPCompatibility</a> over their code: it should be noted that nearly all PHP 8 related sniffs are in the as-of-yet-not-yet-released version 10.0.0 of PHPCompatibility, so people would need to use the <code>develop</code> branch or via Composer <code>dev-develop</code> for the time being, until version 10.0.0 is released. </li><li>Run the unit/integration tests for the plugin or theme on PHP 8 and fix anything which that comes up as an error. This will often mean that the test suite first needs to be made compatible with PHPUnit 9.3+. The <a rel=\"noreferrer noopener\" href=\"https://github.com/Yoast/PHPUnit-Polyfills\" target=\"_blank\">PHPUnit Polyfills</a> package and <a rel=\"noreferrer noopener\" href=\"https://github.com/Yoast/wp-test-utils\" target=\"_blank\">WP Test Utils</a> package (both published under the Yoast GitHub organization) can help with this. It’s also important to note a considerable test coverage is needed to make this reliable.</li><li>Run the WordPress <a rel=\"noreferrer noopener\" href=\"https://make.wordpress.org/core/handbook/testing/automated-testing/phpunit/\" target=\"_blank\">unit tests</a> and WordPress <a rel=\"noreferrer noopener\" href=\"https://make.wordpress.org/core/2019/06/27/introducing-the-wordpress-e2e-tests/\" target=\"_blank\">e2e tests</a> with your plugin activated, and fix any issues that arise.</li><li>Check whether the (strict) code coverage of said tests is high enough and if not, add more tests, making sure both happy and unhappy paths are covered.</li><li>If there are no tests, test everything manually, focusing especially on the “unhappy paths”, and expect to receive bug reports for the foreseeable future. At the same time, this is probably a good time to look into implementing unit/integration tests for your plugin or theme.</li></ul>\n\n\n\n<h2>There Is Still Time, But It Is Running Out</h2>\n\n\n\n<p>As Desrosiers pointed out in the Make post, WordPress is only officially aiming to be PHP 8 ready by the time 5.6 is released in early December. Potentially, this means that many WordPress-focused hosting companies will only consider offering upgrades to their customers once WordPress core is compatible. So as plugin and theme developers, we have some time to test our products and get them ready, but that window is closing fast. </p>\n\n\n\n<p>Fortunately for us, the knowledge and tools to get up to date are out there. We merely need to put them into action.</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, 25 Nov 2020 17:03: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:18:\"Jonathan Bossenger\";s: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:70:\"WPTavern: WordPress 5.7 Wish List: Save Block Editor Settings Per User\";s: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:\"https://wptavern.com/?p=108176\";s: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:183:\"https://wptavern.com/wordpress-5-7-wish-list-save-block-editor-settings-per-user?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-5-7-wish-list-save-block-editor-settings-per-user\";s: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:4651:\"<p class=\"has-drop-cap\">WordPress 5.6 development is winding down as we begin to close out the beta testing round, inching toward the final release on December 8. That means it is time to think about what WordPress 5.7 will look like. This is one of my favorite times of the WordPress development cycle because I get to see what others want to be added to the core platform. I also get to share a feature request of my own.</p>\n\n\n\n<p>Francesca Marano <a href=\"https://make.wordpress.org/core/2020/11/23/wordpress-5-7-whats-on-your-wishlist/\">opened the discussion</a> on the Make Core blog. She asks that people link to a specific ticket, which can be from WordPress Trac or the Gutenberg repository.</p>\n\n\n\n<p>One consideration for everyone’s wish list is that 2021 will potentially see <a href=\"https://make.wordpress.org/core/2019/11/21/tentative-release-calendar-2020-2021/\">four major WordPress releases</a> rather than the typical three. WordPress 5.7 is tentatively scheduled to land on March 9, 2021. The team has scheduled future releases in three-month intervals. While the dates are not written in stone, it could mean each release’s feature set might need to be scaled back to some small degree.</p>\n\n\n\n<p>Most features that land in WordPress 5.7 will be items that are already under development. Enhancements like <a href=\"https://wptavern.com/wordpress-5-6-release-team-pulls-the-plug-on-block-based-widgets\">block-based widgets</a> and <a href=\"https://wptavern.com/navigation-screen-sidelined-for-wordpress-5-6-full-site-editing-edges-closer-to-public-beta\">nav menus</a> that were punted from the 5.6 release should land early and be ready for a full three months of testing. The development team will also focus heavily on pushing an early/beta version of the site editor into core WordPress.</p>\n\n\n\n<p>There is still room for other things to land, and now is the time for everyone to make their case for their pet feature.</p>\n\n\n\n<p>Unlike past wish-list discussions, I am going to take a step back and control myself. Instead of asking for one of those big-ticket items that I know is unlikely to happen — <em>hello, <a href=\"https://wptavern.com/open-call-for-wordpress-5-5-tickets-whats-on-your-wish-list\">completed post type API</a> and <a href=\"https://wptavern.com/wordpress-5-6-wish-list-homepage-post-type-selection-and-block-management\">homepage post type selection</a></em> —, I will simply ask for something more practical.</p>\n\n\n\n<p>In WordPress 5.7, I want the block inspector tabs and some block option defaults to remain the same each time I write a new post.</p>\n\n\n\n<p>One of my biggest pet-peeves is with the image block in particular. Each time I add an image, I first close the Styles tab in the sidebar. I do not use it often, so it is not important enough to always be open. Then, I must switch the Image Size setting to Full Size from its default Large. I typically format my images for display before uploading and simply want to use the image at the size I uploaded. These are small things, but they break my workflow. As a daily writer, it has become a nuisance over time.</p>\n\n\n\n<img />Configuring image block settings.\n\n\n\n<p>These should be per-user settings. Each user’s workflow is different, so WordPress likely needs to handle this as user metadata or a similar method.</p>\n\n\n\n<p>I was unable to track down an open ticket for saving the tab state. There are over 2,600 currently-open issues. Maybe I did not nail down the right search terminology. Or, it may be a non-issue for other users.</p>\n\n\n\n<p>However, there is a two-year-old ticket for <a href=\"https://github.com/WordPress/gutenberg/issues/8663\">remembering the last image size</a> used. I was happy to find like-minded peers who share my frustration in this case. There is also a more recent ticket about <a href=\"https://github.com/WordPress/gutenberg/pull/20269\">storing the default image size</a> on a per-user basis. The feedback in the tickets shows a clear and present need for WordPress to fix this problem.</p>\n\n\n\n<p>A representative of Feast Design Co. noted in the first ticket, “Every time somebody inserts an image they have to change the image size. This seems small but at 10 seconds per image x 5 images per post x 2 posts per week x 52 weeks per year, this is 86 minutes per year.” I believe I can manage it in a little less than 10 seconds per image, but it stills knocks me out of my flow each time. It is a seemingly trivial issue, but the time wastage adds up for those who add many images to posts throughout the year.</p>\n\n\n\n<p>What is on your wish list for WordPress 5.7?</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, 24 Nov 2020 21:43: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s: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:77:\"WPTavern: Genesis Block Theme Beta, StudioPress Pursuing a Block-First Future\";s: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:\"https://wptavern.com/?p=108147\";s: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:197:\"https://wptavern.com/genesis-block-theme-beta-studiopress-pursuing-a-block-first-future?utm_source=rss&utm_medium=rss&utm_campaign=genesis-block-theme-beta-studiopress-pursuing-a-block-first-future\";s: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:5740:\"<p class=\"has-drop-cap\">On November 11, StudioPress <a href=\"https://studiopress.blog/genesis-block-theme-beta/\">announced an open beta</a> for its Genesis Block Theme. This is a pivotal moment, or at least one moment in a series of significant moments, for adoption of the block editor. Feel free to call me on this in a year or two if it does not pan out.</p>\n\n\n\n<p>The original Genesis theme is the foundational tool that 1,000s of developers use to build many 1,000s more websites across the web. Over the past decade, StudioPress has remained one of the top-tier commercial WordPress theme companies, and it has done so on the back of its Genesis product. It has also remained an important part of the company’s offering since <a href=\"https://wptavern.com/wp-engine-acquires-studiopress\">WP Engine acquired it in 2018</a>.</p>\n\n\n\n<p>While WP Engine and StudioPress have bet big on the block editor with products like <a href=\"https://wordpress.org/plugins/genesis-blocks\">Genesis Blocks</a>, the Genesis Block Theme will be a game-changer when it launches as a finished product, likely sometime next year.</p>\n\n\n\n<p>This is not necessarily because StudioPress will offer a better product than what many others are creating. It is about one of the largest theme development companies shifting toward a block-first approach. Others will fall in line. Or be left behind.</p>\n\n\n\n<p>WP Engine and StudioPress have done this slowly and strategically, thoughtfully transitioning their user base into the block world. With WP Engine’s <a href=\"https://wptavern.com/atomic-blocks-rebranded-to-genesis-blocks-migration-path-to-new-plugin-coming-soon\">acquisition of Atomic Blocks</a> (now Genesis Blocks) and <a href=\"https://wptavern.com/block-lab-team-joins-wp-engine-looks-to-the-future-of-block-building\">bringing on the Block Lab team</a> earlier this year, the company is setting itself up to continue pushing what developers and users can do with WordPress’s block system. The Genesis Block Theme is the next step in what I am assuming is a long list of product ideas the company is pursuing.</p>\n\n\n\n<img />Using the Genesis Blocks plugin with the Genesis Block Theme beta.\n\n\n\n<p>Typical Genesis-based child themes, at least those directly sold by the StudioPress team, have always catered to those who prefer a more minimalist-get-out-of-the-user’s-way approach to design. Many of them should make an easy transition to the block editor. Add a few style adjustments here, make a few tweaks there, and, you have a theme that is fully capable of handling the block editor. It is a testament to the company’s design chops when it does not really matter what WordPress is doing under the hood. The theme designs hold up regardless.</p>\n\n\n\n<p>Times are changing, however. The StudioPress team is looking at WordPress 5.7, which is expected to land in the spring of 2021, and getting ready to handle the launch of the WordPress site editor.</p>\n\n\n\n<p>David Vogelpohl, the VP of Growth for WP Engine, left specific instructions on how to test the Genesis Block Theme beta in the announcement. One of the key items in that list is to skip modifying the theme directly or using the customizer settings. The goal is to identify pain points when approaching site design via blocks. It is good to start shifting how the Genesis user base approaches building sites in general.</p>\n\n\n\n<p>He also asks testers to install the Genesis Blocks plugin. It is a library of various blocks, sections, and layouts for building block-based content. This will help both developers and users become more accustomed to the shift in building with the company’s key product.</p>\n\n\n\n<p>Vogelpohl <a href=\"https://wptavern.com/wp-engine-launches-genesis-pro-add-on-for-customers-more-features-in-the-works\">teased a “Genesis X” project</a> in May that would focus on pushing the boundaries of the block editor and, eventually, full-site editing. Deciding against launching a separate product, the team has been pushing features from this project into Genesis Blocks. Three weeks ago, StudioPress <a href=\"https://studiopress.blog/collections-for-genesis-blocks/\">launched its new Collections feature</a>, which was born from Genesis X.</p>\n\n\n\n<p>“You can think of Collections like a theme’s block-based demo content, but available on-demand as you build out content vs. only during one-click-theme-setup features within the framework today,” said Vogelpohl.</p>\n\n\n\n<img />The Slate Collection from the Genesis Blocks plugin.\n\n\n\n<p>Collections are essentially categorized page sections or entire layouts that share a similar design aesthetic. Genesis Blocks currently has one Collection titled Slate available for free. In practice, a user can already build out nearly an entire site with just this single Collection. This seems to be the direction that Genesis and its line of products are heading. Everything is pretty much plug-and-play. Select a few layouts for various pages. Click a few buttons. Customize the content. And, voilà — a turnkey system for building websites.</p>\n\n\n\n<p>StudioPress must wait for the site editor to land in WordPress 5.7 before it can handle everything. Site headers, footers, and sidebars still require customization outside of the block editor.</p>\n\n\n\n<p>Right now, the Genesis Block Theme beta is nothing out of the ordinary. It is essentially a base theme that allows the accompanying Genesis Blocks plugin to shine. It will also allow the development team to test ideas based on user feedback in the coming weeks and months. Vogelpohl said they will eventually tackle full-site editing based on what they learn from the beta run’s feedback.</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, 23 Nov 2020 22:11: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s: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:46:\"BuddyPress: BuddyPress 7.0.0 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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://buddypress.org/?p=315640\";s: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:\"https://buddypress.org/2020/11/buddypress-7-0-0-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2972:\"<p>Hi BuddyPress community members!</p>\n\n\n\n<p>The first <a href=\"https://downloads.wordpress.org/plugin/buddypress.7.0.0-RC1.zip\">release candidate for BuddyPress 7.0.0</a> is ready for a last round of testing!</p>\n\n\n\n<p>This is an important milestone as we progress toward the BuddyPress 7.0.0 final release date. “Release Candidate” means that we think the new version is ready for release, but with more than 200,000 active installs, hundreds of BuddyPress plugins, thousands of WordPress themes, and many possible specific WordPress configurations it’s possible we missed one or more details.</p>\n\n\n\n<p><strong>BuddyPress 7.0.0 is slated for release on December 9th, 2020</strong>. Do you want to help us get there? Here’s how you can:</p>\n\n\n\n<ol><li>This release candidate also marks the <a href=\"https://make.wordpress.org/polyglots/handbook/glossary/#string-freeze\">string freeze</a> point of the 7.0.0 release schedule, so if you you speak a language other than English, please <a href=\"https://translate.wordpress.org/projects/wp-plugins/buddypress/\">help us translate BuddyPress into many languages!</a></li><li>You are a BuddyPress Plugin and/or Theme developer? You should test your code against BuddyPress 7.0.0. If you find compatibility problems, please report a ticket on our <a href=\"https://buddypress.trac.wordpress.org/\">Trac environment</a>.</li><li>You are using BuddyPress and can easily set up a staging environment? Please use <a href=\"https://wordpress.org/plugins/bp-beta-tester/\">our Beta Tester plugin</a> or <a href=\"https://downloads.wordpress.org/plugin/buddypress.7.0.0-RC1.zip\">directly install the Release Candidate</a> on your staging site to make sure everything works as expected for you. If not: tell us what’s wrong on <a href=\"https://wordpress.slack.com/messages/buddypress\">Slack</a> or reply to this specific <a href=\"https://buddypress.org/support/topic/buddypress-7-0-0-release-candidate/\">support topic</a> with a detailed explanation of your trouble.</li><li>You are a WordPress news writer? We’d love you to share this post with your readers: the more testers, the better!</li></ol>\n\n\n\n<p><strong>It’s always best to anticipate than having a bad surprise after updating the plugin from your WordPress Dashboard</strong>: <strong><a href=\"https://codex.buddypress.org/participate-and-contribute/\">get involved</a>!</strong></p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2>What to expect from BuddyPress 7.0.0</h2>\n\n\n\n<p>First, note that <strong>BP 7.0.0 will require at least version 4.9 of WordPress</strong>. Then, read an overview of its top features in the post we published to announce the <a href=\"https://buddypress.org/2020/10/buddypress-7-0-0-beta1/\">first beta of 7.0.0</a>. If you would like more detail, you can read our <a href=\"https://bpdevel.wordpress.com/category/development-notes/7-0/\">7.0.0 developer notes</a>.</p>\n\n\n\n<p>Thanks in advance for your contributions!</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, 20 Nov 2020 22:15: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Mathieu Viet\";s: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:79:\"WPTavern: Build Editor Blocks for Clients With the Genesis Custom Blocks Plugin\";s: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:\"https://wptavern.com/?p=108109\";s: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:203:\"https://wptavern.com/build-editor-blocks-for-clients-with-the-genesis-custom-blocks-plugin?utm_source=rss&utm_medium=rss&utm_campaign=build-editor-blocks-for-clients-with-the-genesis-custom-blocks-plugin\";s: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:4956:\"<p class=\"has-drop-cap\">In early September, WP Engine <a href=\"https://wpengine.com/blog/introducing-genesis-custom-blocks/\">announced the launch</a> of <a href=\"https://wordpress.org/plugins/genesis-custom-blocks/\">Genesis Custom Blocks</a>, a block-creation plugin made possible by its StudioPress team. The concept should feel familiar to developers who have made use of Advanced Custom Fields and similar plugins. However, the focus of this new plugin is entirely on blocks.</p>\n\n\n\n<p>The plugin is more of a framework than a plug-and-play extension for WordPress. It requires some PHP knowledge to handle the front-end output. The goal is to make it easy for developers to create custom blocks without JavaScript knowledge. It allows them to render blocks on the server-side via custom templates.</p>\n\n\n\n<p>Genesis Custom Blocks handles all the dirty work on the backend while leaving the basic PHP, HTML, and CSS of the front end completely up to developers.</p>\n\n\n\n<p>The plugin seemed to slip through the cracks of the plugin directory’s guideline against frameworks — the Plugin Review Team started <a href=\"https://make.wordpress.org/plugins/2016/03/01/please-do-not-submit-frameworks/\">disallowing new framework-type plugins</a> in 2016. Team rep Mika Epstein confirmed that the plugin should not have been approved. She also said that she would talk to the developers, explain why it’s not good, and see about finding a path forward.</p>\n\n\n\n<p>Setting guideline issues aside, the plugin is a nice addition to the toolbox of any developer who needs to quickly knock out custom blocks for clients.</p>\n\n\n\n<h2>How the Plugin Works</h2>\n\n\n\n<p class=\"has-drop-cap\">Genesis Custom Blocks is currently a lightweight field manager for custom blocks. It provides an admin interface for creating, editing, and managing those blocks. Developers use this interface to essentially create block options in which a user can configure via the editor.</p>\n\n\n\n<p>The free version of the plugin includes 13 standard form fields, such as text, image, URL, color, and more. The <a href=\"https://www.studiopress.com/genesis-custom-blocks/\">commercial version</a> includes an additional six field types and allows users to import or export their custom blocks.</p>\n\n\n\n<img />Editing the test block included with the plugin.\n\n\n\n<p>For the block to output anything on the front end, the developer must create custom templates and use the Genesis Custom Blocks API. This template will render the output in the editor too, at least until the user clicks on the block, which takes them into editing mode.</p>\n\n\n\n<img />Inserting and editing a custom block in the editor.\n\n\n\n<p>Without anything other than a cursory reading of <a href=\"https://developer.wpengine.com/genesis-custom-blocks/\">the docs</a>, I was able to build a custom block and its associating template in minutes. What makes the plugin stand out is the simplicity of its system. It does not try to do too much. It provides enough basic fields for most developers to create the custom blocks they need for clients. I am certain that many of them will get a ton of mileage out of it.</p>\n\n\n\n<p>It also does the extra things that developers should expect from a StudioPress-caliber product like allowing developers to create custom block categories, pick an icon, and set up keywords for each block.</p>\n\n\n\n<p>One missing element is the ability to set custom blocks to full and wide-width. Developers may need to write custom CSS for both the editor and front end to handle such use cases. They can create custom inspector (block options sidebar) controls for width or alignment too. However, it would be a nice bonus if the plugin handled the standard WordPress alignments.</p>\n\n\n\n<h2>The Big Problem</h2>\n\n\n\n<p class=\"has-drop-cap\">The plugin commits the greatest sin of WordPress development. It fails to <a href=\"https://developer.wordpress.org/plugins/plugin-basics/best-practices/#avoid-naming-collisions\">prefix or namespace</a> its custom functions. It is a mistake that is expected of rookie developers. However, for a seasoned company such as StudioPress to create <code>block_field()</code>, <code>block_value()</code>, and similarly-named functions in the global namespace is almost unforgivable.</p>\n\n\n\n<p>The problem this creates, particularly given the size of the Genesis development community, is that it is basically stealing potential function names from WordPress. If the core platform ever decides to add these functions, fatal errors will ensue on 1,000s of sites.</p>\n\n\n\n<p>If the functions were limited in scope to the plugin itself, it would be an easy fix. However, these functions are meant for direct use by developers who are building with the plugin.</p>\n\n\n\n<p>Given the plugin’s short time out in the wild, I hope the development team reconsiders their naming scheme and transitions it to something that does not run the risk of a future fatal error.</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, 20 Nov 2020 19:46: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:14:\"Justin Tadlock\";s: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:95:\"WPTavern: Gutenberg 9.4 Introduces Button Width Selector and Typography Controls for List Block\";s: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:\"https://wptavern.com/?p=108056\";s: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:235:\"https://wptavern.com/gutenberg-9-4-introduces-button-width-selector-and-typography-controls-for-list-block?utm_source=rss&utm_medium=rss&utm_campaign=gutenberg-9-4-introduces-button-width-selector-and-typography-controls-for-list-block\";s: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:3978:\"<p><a href=\"https://make.wordpress.org/core/2020/11/19/whats-new-in-gutenberg-18-november-2/\">Gutenberg 9.4.0</a> was released this week with many small improvements to existing features, while work on full site editing continues. This release will not be included in the upcoming WordPress 5.6 release but those who are using the Gutenberg plugin will have access to the improvements right away. </p>\n\n\n\n<p>The button block now has a <a href=\"https://github.com/WordPress/gutenberg/pull/25999\">width selector</a>, which allows the user to set the button to 25%, 50%, 75%, or 100% of the parent container. By default, a button’s width is determined by the size of its content. If you like bigger buttons, this update will give you more flexibility. Button margins are also <a href=\"https://github.com/WordPress/gutenberg/pull/26781\">included in the width calculations</a>, so users can create multiple buttons in a row, or a grid of buttons, and have them properly fit together and aligned. </p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>Making a button is easier than it has ever been before. Gone are the days of using shortcodes or hunting for the correct CSS class to apply in order to match the theme. Button creation used to be so needlessly difficult with a fragmented, unfriendly workflow, but the block editor continues to chip away at the complexity with each new release.</p>\n\n\n\n<p>Version 9.4 also introduces typography controls for the list block. Gutenberg contributors have been discussing <a href=\"https://github.com/WordPress/gutenberg/issues/8171\">adding color and text size customizations to all text-based blocks</a> since 2018, and the list block is finally getting some font size controls.</p>\n\n\n\n<img />\n\n\n\n<p>Social icons can also be resized now. Users can select from several preset sizes, including small, normal, large, and huge.</p>\n\n\n\n<p>The 9.4 update adds support for <kbd> tags with a new button in the overflow rich text menu. These tags are useful for displaying content in the browser’s default monospace font, which helps when writing documentation or articles with inline code.</p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>This release lays the groundwork for handling block variation transformations. Block variations are essentially the same block with registered variations that appear as a separate block in the block inserter. For example, the navigation block has horizontal and vertical variations. The editor now introduces a <code>transform</code> option for the <code>scope</code> field in block variations, so developers can control how to handle these transformations.</p>\n\n\n\n<p>Enhancements in this release add polish to many aspects of the UI, including the inserter search, custom select menu styles, the link interface, Search block styling, shortcode block styling, and reduces the UI on hover (an optional setting in preferences).</p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>One handy new feature for writing is that users can now add a header by typing <code>/h1</code> to <code>/h6</code> followed by enter/return. While I like the idea of this, it seems unintuitive to have to use enter/return to change the block to a header. This feature would be easier to remember if it mimicked the existing feature that allows users to add a header by typing <code>###</code> followed by a space. Changing the trigger action to a space instead of a return would make more sense here.</p>\n\n\n\n<p>Version 9.4 also includes a great deal of progress behind the scenes on experiments, including the full site editing framework, FSE blocks, the site editor, and global styles. Check out the <a href=\"https://make.wordpress.org/core/2020/11/19/whats-new-in-gutenberg-18-november-2/\">changelog</a> for a full list of bug fixes and enhancements.</p>\n\n\n\n<p></p>\n\n\n\n<ul class=\"wp-block-social-links\"></ul>\n\n\n\n<div class=\"wp-block-buttons\"></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, 20 Nov 2020 07:00: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: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: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:86:\"WPTavern: WordPress To Combine Its Long-Neglected Theme Previewer With Starter Content\";s: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:\"https://wptavern.com/?p=108035\";s: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:217:\"https://wptavern.com/wordpress-to-combine-its-long-neglected-theme-previewer-with-starter-content?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-to-combine-its-long-neglected-theme-previewer-with-starter-content\";s: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:5669:\"<p class=\"has-drop-cap\">Six weeks ago, WordPress 5.6 release lead Helen Hou-Sandí breathed new life into two almost-forgotten features around the WordPress website and platform. The idea was to take the starter content feature, which themes can optionally add for new installs, and apply it to the WordPress.org theme preview system. It was not a new idea. However, it finally had some teeth because a core lead was making it a priority.</p>\n\n\n\n<p>“I’m revisiting this in the context of 5.6 and Twenty Twenty-One — could we possibly consider a combination of starter content (the core feature) and the existing theme unit test data (with room for more later)?” <a href=\"https://meta.trac.wordpress.org/ticket/30#comment:66\">wrote Hou-Sandí in a ticket</a> that seemed to be going nowhere after seven years. “I don’t think we’d want to have just starter content, as that should ideally be a much more limited amount of content pieces, but unifying somewhat would help with the overall goal of aligning the demo with what users can actually accomplish on their sites.”</p>\n\n\n\n<p>Yesterday, Hou-Sandí formally <a href=\"https://make.wordpress.org/themes/2020/11/18/theme-previews-in-the-time-of-blocks/\">announced the launch</a> of the project. Currently, the <a href=\"http://wp-themes.com/twentytwentyone/\">Twenty Twenty-One</a>, <a href=\"http://wp-themes.com/twentytwenty/\">Twenty Twenty</a>, and <a href=\"http://wp-themes.com/twentyseventeen/\">Twenty Seventeen </a>demos display their respective starter content.</p>\n\n\n\n<img />Block-based starter content in the Twenty Twenty-One theme preview.\n\n\n\n<p>The initial goal was to turn the feature on selectively, testing it with a few default themes. This would give the meta team time to iron out any bugs. It would also give the Themes Team time to decide on any additional guidelines considerations before opening it to everyone.</p>\n\n\n\n<p>The Themes Team reps do not seem to think there will be any need for new guidelines, so there should not be much to do on their end.</p>\n\n\n\n<p>“I’m up for having a discussion about it but I do think that, in general, guidelines already cover it (we might need to reword the guideline about excluding advertising for clarity), but theme devs aren’t gonna want to give a bad impression in their public-facing previews,” said Themes Team representative William Patton. “We probably want to just check the guidelines to make sure they cover things here, but from my perspective, I think guidelines already cover things quite well.”</p>\n\n\n\n<p>This is the sort of thing that could get theme authors excited again. Themers can sometimes feel like they are second-class citizens. More often than not, plugin authors get the shiny, new toys long before — if they ever — roll out to the theme directory. It is always an exciting time when themes are shown a little love.</p>\n\n\n\n<p>Hou-Sandí pointed out that the theme previewer changes would not be forever limited to a handful of core themes. This is merely the first step.</p>\n\n\n\n<p>The big question: <em>why now?</em></p>\n\n\n\n<p>There is no doubt that the theme previewer has been a problem area for years. Users have complained about it. Theme authors and reviewers have relentlessly discussed it and called for a change. Some authors have even attempted various, hacky workarounds, sometimes finding themselves on the shortlist for banishment. At the end of the day, most people just want to see themes in all their glory. They are the face of WordPress. As Hou-Sandí wrote in the announcement, “The theme previewer site in today’s context does a serious disservice to themes.”</p>\n\n\n\n<p>To answer the <em>why now</em> question, the block system has a lot to do with it. Internally, the system opens up a world of possibilities that are much easier to implement. Whether it is starter content or custom front page templates, blocks will be a huge part of the equation going forward.</p>\n\n\n\n<p>“I also believe that between blocks, block patterns, and eventually full site editing, it is more important than ever to the broad success of the WordPress project for themes to showcase their ideal states and make it easier for users to achieve the same thing on their sites,” wrote Hou-Sandí. “Starter content, introduced in 4.7, was a step in this direction, but has languished for quite some time.”</p>\n\n\n\n<p>It is also part of an ongoing rethinking of what should happen with starter content. On October 6, she <a href=\"https://make.wordpress.org/core/2020/10/06/revisiting-starter-content-on-org-and-beyond/\">opened a discussion</a> for feedback on the feature’s future. The post received a few useful responses. However, it could still use feedback from a wider range of people involved with the WordPress project, particularly theme authors.</p>\n\n\n\n<p>I also explored some possibilities in response to that post in <a href=\"https://wptavern.com/the-future-of-starter-content-wordpress-themes-need-a-modern-onboarding-and-importing-tool\">The Future of Starter Content: WordPress Themes Need a Modern Onboarding and Importing Tool</a>.</p>\n\n\n\n<p>The biggest concern at this point should be whether theme authors consider this <em>too little too late</em>. There is a little excitement brewing from a few short conversations I have seen in theming circles. However, this is a time for theme authors to jump on board, provide feedback, and pitch in. This is the first step in gaining the sort of control over theme previews that many have long sought.</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, 19 Nov 2020 21:40: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:14:\"Justin Tadlock\";s: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:65:\"WPTavern: Local 5.9.2 Adds Image Optimization via New Free Add-On\";s: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:\"https://wptavern.com/?p=107997\";s: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:175:\"https://wptavern.com/local-5-9-2-adds-image-optimization-via-new-free-add-on?utm_source=rss&utm_medium=rss&utm_campaign=local-5-9-2-adds-image-optimization-via-new-free-add-on\";s: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:2426:\"<p>Local 5.9.2 was <a href=\"https://localwp.com/releases/\">released</a> this month with a new image optimization feature. The Pro version of Flywheel’s local WordPress development product got a revamp four months ago, bringing in a new collection of pre‑launch tools. While image optimization falls into that category, the company decided to make this new feature available to both free and pro tiers via an optional <a href=\"https://localwp.com/add-ons/local-addon-image-optimizer\">add-on</a>. </p>\n\n\n\n<p>Users can install the new add-on directly in the app and then navigate to Tools › Image Optimizer. After enabling the add-on and relaunching the app, Local will be able to scan the installation for image files and compress them offline, without using cloud-based services. The add-on allows users to navigate away from an active optimization session and carry on with development while it works in the background.</p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>Before proceeding, users can also navigate to the Image Optimizer settings and elect to strip the metadata (i.e. focal length, date, time, and location) to further reduce the file size and, as a byproduct, remove potentially identifying data. The default optimization simply reduces file size and does not strip metadata.</p>\n\n\n\n<p>After optimization is complete, an overview of the total reductions and disk space saved will be displayed.</p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>The add-on currently uses <a href=\"https://github.com/danielgtaylor/jpeg-archive#jpeg-recompress\">jpeg-recompress</a> to optimize images, a utility from the open source <a href=\"https://github.com/danielgtaylor/jpeg-archive\">JPEG Archive</a> project. Here is how it works: </p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>Compress JPEGs by re-encoding to the smallest JPEG quality while keeping <em>perceived</em> visual quality the same and by making sure huffman tables are optimized. This is a <strong>lossy</strong> operation, but the images are visually identical and it usually saves 30-70% of the size for JPEGs coming from a digital camera, particularly DSLRs. </p></blockquote>\n\n\n\n<p>Local’s development team plans to expand this in the future to add more options like lossless compression. Version 5.9.2 also fixes several bugs with the UI and adds improvements to make it more consistent. </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, 19 Nov 2020 03:19: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: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:68:\"WPTavern: Should WordPress Notify Users of Plugin Ownership Changes?\";s: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:\"https://wptavern.com/?p=107875\";s: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:179:\"https://wptavern.com/should-wordpress-notify-users-of-plugin-ownership-changes?utm_source=rss&utm_medium=rss&utm_campaign=should-wordpress-notify-users-of-plugin-ownership-changes\";s: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:4409:\"<img />Potential idea for showing plugin ownership change.\n\n\n\n<p>That is the question posed by Ian Atkins in a <a href=\"https://meta.trac.wordpress.org/ticket/5509\">recent ticket</a> for WordPress.</p>\n\n\n\n<p>“I’ve experienced a few plugins change ownership, and it’s really not clear as a user, developer, and maintainer of sites when that has happened,” he wrote in the ticket. “Whilst having a plugin continue to be developed is admirable — I do think it would be wise to inform users of that change.”</p>\n\n\n\n<p>For full disclosure, the ownership change that prompted Atkins to create the ticket was from the Members plugin. I am the former owner of the plugin and sold it to the MemberPress team in 2019 (I was a full-time plugin and theme developer before joining WP Tavern). Having been both a plugin author and user in this scenario before helps mold my viewpoint.</p>\n\n\n\n<p>I agree with the idea. WordPress should have some mechanism for notifying users of changes of ownership. The more transparency that exists in the ecosystem, the healthier it is for all.</p>\n\n\n\n<p>As a plugin author who was letting go of a project that I had worked nearly a decade on, it was tough to say goodbye. I had built friendships and trusted users who walked beside me on my journey. I posted on the company blog, Twitter, Facebook, and the WordPress support forums. I replied to emails, PMs, and more. I wanted to be as transparent with my plugin users as possible. When the plugin was out of my hands, there was no way for me to reach out to the 1,000s of users who did not follow me on social media or the blog. The new owner was as transparent. Even today, a year later, some users are just now realizing someone else is running the show.</p>\n\n\n\n<p>In hindsight, perhaps there was more we could have done. Maybe there was more WordPress could have also done and can do in the future. There are valid concerns from users.</p>\n\n\n\n<p>Atkins lists three primary reasons for his proposal:</p>\n\n\n\n<ul><li>There might be privacy policy changes that have impacts on what data is shared and how it is shared. Legally, depending on location, this may have to be communicated to end-users (under GDPR, etc.).</li><li>The plugin may change direction or add features that were not originally included or required under the stewardship of the prior owner.</li><li>The plugin may have changed hands to a developer or development house that a user knows isn’t as reliable as the previous owner.</li></ul>\n\n\n\n<p>He also asked whether the plugin team reviewed ownership changes. <a href=\"https://developer.wordpress.org/plugins/wordpress-org/plugin-developer-faq/#how-do-i-change-the-plugin-owner\">Changing owners</a> is a simple task, and these changes are tracked internally.</p>\n\n\n\n<p>Mika Epstein, a Plugin Review Team representative, said that the team could make such changes public. The biggest flaw with that system is that it is not always possible to know when a plugin’s owner changes. Sometimes, an entire company is sold, which would include ownership of the WordPress.org account. She also cited situations where serviceware plugins change hands in unobvious ways.</p>\n\n\n\n<p>“I want to be clear, I’m not against this!” she said in a follow-up response. “I’m for this! I just want to be clear that we’re going to get MAYBE half of the changes.”</p>\n\n\n\n<p>Half would be better than none. An automated system may work to create notices in some situations. However, an addition to the plugin review guidelines may also be part of the solution.</p>\n\n\n\n<p>Plugin authors could also take it upon themselves to implement an ownership-change notification. This may be one of those use cases for the much-maligned admin notices that is worth exploring.</p>\n\n\n\n<p>At this point, we are just asking the question of whether WordPress should create a system in which users are notified of plugin ownership changes. What would you like to see in terms of solutions?</p>\n\n\n\n<p>I want to see continued progress on the transparency front. Atkins’ first list item is the most important. If there are privacy policy changes or a plugin deals with personal data in any way, users need to know when the plugin has a new owner. They should be able to make a decision about their continued use of the plugin with all the facts laid bare.</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, 18 Nov 2020 17:09: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:14:\"Justin Tadlock\";s: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:11:\"\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:60:\"HeroPress: Final Day to Apply to Speak at WordFest Live 2021\";s: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://heropress.com/?p=3416\";s: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:165:\"https://heropress.com/final-day-to-apply-to-speak-at-wordfest-live-2021/#utm_source=rss&utm_medium=rss&utm_campaign=final-day-to-apply-to-speak-at-wordfest-live-2021\";s: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:1008:\"<p>Friends across the globe, today is your last chance to get in your talk for WordFest Live. You only have until midnight tonight, UTC, so don’t delay!</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"wp-embedded-content\"><a href=\"https://www.wordfest.live/call-for-speakers/\">Call for Speakers</a></blockquote>\n</div>\n\n\n\n<p>If you’re interested but not sure which talk to choose, learn more here: <a href=\"https://www.wordfest.live/2020/11/speaking-at-wordfest-live-2021/\">https://www.wordfest.live/2020/11/speaking-at-wordfest-live-2021/</a></p>\n\n\n\n<p>Share your knowledge across this 24 hour global celebration of WordPress. Support the team at Big Orange Heart by being involved. Let’s continue to go farther together!</p>\n<p>The post <a rel=\"nofollow\" href=\"https://heropress.com/final-day-to-apply-to-speak-at-wordfest-live-2021/\">Final Day to Apply to Speak at WordFest Live 2021</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, 18 Nov 2020 16:10: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:\"\";}}}}}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:84:\"WPTavern: WordPress.com Gives Conservative Treehouse the Boot, Citing TOS Violations\";s: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:\"https://wptavern.com/?p=107926\";s: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:211:\"https://wptavern.com/wordpress-com-gives-conservative-treehouse-the-boot-citing-tos-violations?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-com-gives-conservative-treehouse-the-boot-citing-tos-violations\";s: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:4931:\"<p>The Conservative Treehouse, a political publication hosted on WordPress.com for the past 10 years, is <a href=\"https://theconservativetreehouse.com/2020/11/15/the-treehouse-is-deplatformed/\">moving to a new host</a> after receiving a notice from Automattic regarding violations of its Terms of Service. The site’s owner, previously identified as Florida resident Mark Bradman, claims to have a 500,000 – 1,000,000 unique readers per day. He has been ordered to find a new hosting provider and migrate the site away from WordPress.com by December 2, 2020.</p>\n\n\n\n<p>Bradman followed up with Automattic to inquire about the specific infractions that put the site in violation of <a href=\"https://wordpress.com/automattic-ads-tos/\">Automattic Ads Terms of Service</a>. A representative from WordPress.com referred him to Section 5’s guidelines on “Prohibited Content,” and the prohibition against calls to violence in <a href=\"https://wordpress.com/support/user-guidelines/\">WordPress.com’s User Guidelines</a>. </p>\n\n\n\n<div class=\"wp-block-image\"><img />Source: <a href=\"https://theconservativetreehouse.com/2020/11/16/update-from-wordpress-automattic-on-treehouse-deplatforming/\">The Conservative Treehouse</a></div>\n\n\n\n<p>The Conservative Treehouse was characterized by <a href=\"https://www.thedailybeast.com/meet-the-conservative-treehouse-the-blog-thats-ground-zero-for-insane-trump-sht\">The Daily Beast</a> as “Patient Zero for a number of hoaxes that have percolated through [the] right-wing media ecosystem” after President Trump <a href=\"https://twitter.com/realDonaldTrump/status/1270333484528214018?s=20\">tweeted</a> a conspiracy theory that originated on the site. Trump referenced an incident in Buffalo where police officers shoved an elderly protestor during the anti-police brutality protests that happened in June. The notion that the protester was an “ANTIFA provacateur” was originally seeded by an <a href=\"https://theconservativetreehouse.com/2020/06/06/buffalo-officials-duped-by-professional-antifa-provocateur-arrest-and-charge-two-police-officers-righteous-police-team-stand-together-and-walk-out/\">article</a> on The Conservative Treehouse.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">Buffalo protester shoved by Police could be an ANTIFA provocateur. 75 year old Martin Gugino was pushed away after appearing to scan police communications in order to black out the equipment. <a href=\"https://twitter.com/OANN?ref_src=twsrc%5Etfw\">@OANN</a> I watched, he fell harder than was pushed. Was aiming scanner. Could be a set up?</p>— Donald J. Trump (@realDonaldTrump) <a href=\"https://twitter.com/realDonaldTrump/status/1270333484528214018?ref_src=twsrc%5Etfw\">June 9, 2020</a></blockquote>\n</div>\n\n\n\n<p>A cursory review of the past several months of posts on the anonymous blog shows it is home to a steady stream of misinformation. <a href=\"https://www.newsguardtech.com/\">NewsGuard</a>, an organization that assigns trust ratings based on transparent <a href=\"https://www.newsguardtech.com/ratings/rating-process-criteria/\">criteria</a>, recommends readers proceed with caution because the website “severely violates basic journalistic standards.” The Conservative Treehouse gets a rating of <a href=\"https://www.newsguardtech.com/wp-content/uploads/2020/06/ConservativeTreeHouse-1.pdf\">30/100</a> due to publishing false information and unsubstantiated conspiracy theories on numerous topics:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>Because The Conservative Treehouse has published false and misleading claims, including about the COVID-19 pandemic, NewsGuard has determined that the website repeatedly publishes false content and does not gather and present information responsibly.</p></blockquote>\n\n\n\n<p>Bradman said he received the notification about the website being removed after publishing his post on what he calls “<a href=\"https://theconservativetreehouse.com/2020/11/13/covid-19-is-the-agenda-biden-is-merely-the-delivery-vehicle/\">the COVID-19 agenda</a>.” The conclusion of the article includes an image of a knife with the word “resist” written on it, followed by the words “whatever it takes.” The site’s comments are home to a “Rag Tag Bunch of Conservative Misfits,” as the tagline suggests, and there are more than 1,800 comments on the post announcing its upcoming move to a new host.</p>\n\n\n\n<p>Despite the publication’s poor reputation, the site ranks #3,294 in the US, according to Alexa, with a largely American audience. Its owner claims to have more than 200,000 subscribers.</p>\n\n\n\n<p>“We will take this challenge head-on and we will use this attack against our freedom as fuel to launch CTH 2.0, a new version of The Conservative Treehouse,” Bradman said.</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, 18 Nov 2020 05:24: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: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: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:51:\"WordPress.org blog: WordPress 5.6 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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=9258\";s: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/2020/11/wordpress-5-6-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3347:\"<p>The first release candidate for WordPress 5.6 is now available!</p>\n\n\n\n<p>This is an important milestone in the community’s progress toward the final release of WordPress 5.6.</p>\n\n\n\n<p>“Release Candidate” means that the new version is ready for release, but with millions of users and thousands of plugins and themes, it’s possible something was missed. WordPress 5.6 is slated for release on <strong>December 8, 2020</strong>, but we need <em>your</em> help to get there—if you haven’t tried 5.6 yet, <strong>now is the time</strong>!</p>\n\n\n\n<p>You can test the WordPress 5.6 release candidate in two ways:</p>\n\n\n\n<ul><li>Try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (choose the “Bleeding edge” channel and Beta/RC Only” stream options)</li><li>Or <a href=\"https://wordpress.org/wordpress-5.6-RC1.zip\">download the release candidate here (zip)</a>.</li></ul>\n\n\n\n<p>Thank you to all of the contributors who tested the Beta releases and gave feedback. Testing for bugs is a critical part of polishing every release and a great way to contribute to WordPress.</p>\n\n\n\n<h2>What’s in WordPress 5.6?</h2>\n\n\n\n<p>The final release of 2020 continues the annual tradition of a new default theme that is custom built to showcase the new features and functionality of the software. Continued progress on the block editor is especially clear in this release, which brings more blocks to more places, and fewer clicks to implement your layouts.</p>\n\n\n\n<p>WordPress 5.6 also has lots of refinements to polish the developer experience. To learn more, subscribe to the <a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a> and pay special attention to the <a href=\"https://make.wordpress.org/core/tag/5-6+dev-notes/\">developer notes</a> tag for updates on those and other changes that could affect your products.</p>\n\n\n\n<h2>Plugin and Theme Developers</h2>\n\n\n\n<p>Please test your plugins and themes against WordPress 5.6 and update the <em>Tested up to</em> version in the readme file to 5.6. If you find compatibility problems, please be sure to post to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">support forums</a>, so those can be figured out before the final release.</p>\n\n\n\n<p>The WordPress 5.6 Field Guide, due very shortly, will give you a more detailed dive into the major changes.</p>\n\n\n\n<h2>How to Help</h2>\n\n\n\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> This release also marks the <a href=\"https://make.wordpress.org/polyglots/handbook/glossary/#hard-freeze\">hard string freeze</a> point of the 5.6 release schedule.</p>\n\n\n\n<p><em><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>.</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:\"Tue, 17 Nov 2020 22:43: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:7:\"Josepha\";s: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:88:\"WPTavern: Proposal to Create an Expanded View or Overlay for the Block Patterns Inserter\";s: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:\"https://wptavern.com/?p=107663\";s: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:221:\"https://wptavern.com/proposal-to-create-an-expanded-view-or-overlay-for-the-block-patterns-inserter?utm_source=rss&utm_medium=rss&utm_campaign=proposal-to-create-an-expanded-view-or-overlay-for-the-block-patterns-inserter\";s: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:5954:\"<p class=\"has-drop-cap\">The “version 1.0” launch of block patterns in WordPress 5.5 was overall successful. However, it was easy to overlook the problems while waiting for this feature to land after months of anticipation. Now that we have had a couple of months of seeing the block pattern system baked into core WordPress, it is time to address issues that are becoming more evident.</p>\n\n\n\n<p>As much as I love block patterns as a feature, I cannot say the same for the user interface and overall experience. The pattern category dropdown <a href=\"https://wptavern.com/gutenberg-9-1-adds-patterns-category-dropdown-and-reverts-block-based-widgets-in-the-customizer\">added in Gutenberg 9.1</a> was a marked improvement over the endless list of patterns. However, it did not go far enough in presenting them in a user-friendly way.</p>\n\n\n\n<p>WordPress has long had a habit of sticking too much into a tiny panel — many theme authors never felt like the customizer panel <a href=\"https://wptavern.com/wordpress-org-now-requires-theme-authors-to-use-the-customizer-to-build-theme-options#comment-68451\">offered enough space</a>, for example. The same seems to be the case for the block editor’s inserter panel. It is good enough for allowing end-users to pick and choose blocks. However, patterns are much larger than the smaller block icons. When users start scrolling through dozens of patterns at a time in the coming months and years, it will become a usability nightmare.</p>\n\n\n\n<p>Paal Joachim Romdahl is <a href=\"https://github.com/WordPress/gutenberg/issues/26905\">proposing an alternative</a>. His idea is to add an “expander” icon/button that would allow users to view more patterns at once via an overlay. At least this would be the case for larger screen sizes, such as desktop users.</p>\n\n\n\n<p>“Viewing a lot of patterns in the small inserter panel does not work too well,” he wrote in the GitHub ticket. “It gets tiring needing to scroll one pattern at a time. Having a larger view will help the user to compare multiple patterns at once.”</p>\n\n\n\n<img src=\"https://user-images.githubusercontent.com/5323259/99002124-46249480-253c-11eb-83bd-7524790f3b66.gif\" alt=\"Preview of how the current pattern overlay proposal would work.\" />Current pattern overlay proposal.\n\n\n\n<p>Romdahl has also created a <a href=\"https://www.figma.com/proto/TuDKX6ckaecNARP2B8NWp4/Expand-to-view-patterns-in-a-larger-overlay-window?node-id=3%3A49&scaling=min-zoom\">Figma prototype</a> for people to test what the system would look like in a live demo. The UI is not polished, but it looks like a promising start.</p>\n\n\n\n<p>He created the proposal after reading the Tavern’s recent coverage of WordPress.com’s <a href=\"https://wptavern.com/wordpress-com-drops-over-100-block-patterns-carving-a-path-the-design-community-should-follow\">launch of over 100 block patterns</a>. Some of the pattern categories are easy to work through and find the right layout. Others, such as the Text and Call to Action categories, may have 20 or more patterns to scroll through.</p>\n\n\n\n<img />Inserting a block pattern on WordPress.com.\n\n\n\n<p>If WordPress creates an official block pattern directory, which is <a href=\"https://wptavern.com/wordpress-contributors-discuss-launching-an-official-block-pattern-directory\">currently under consideration</a>, adding new patterns could be as simple as clicking a button. It would be an easy way to rack up dozens of patterns in moments, particularly if a user is trying out various layouts and does not uninstall unused patterns afterward.</p>\n\n\n\n<p>Not many users are exposed to the hundreds of patterns WordPress.com’s users have access to. We should move forward with this proposal before they are.</p>\n\n\n\n<p>An overlay for inserting patterns and templates is not a new concept. It is common in the WordPress development community. Plugin and theme developers solved this problem ages ago.</p>\n\n\n\n<p>The Redux plugin <a href=\"https://wptavern.com/redux-framework-relaunches-focuses-efforts-on-gutenberg-templates\">handles hundreds of templates</a> with an overlay:</p>\n\n\n\n<img />Viewing templates from the Redux library.\n\n\n\n<p>The Layout block from the <a href=\"https://wptavern.com/atomic-blocks-rebranded-to-genesis-blocks-migration-path-to-new-plugin-coming-soon\">Genesis Blocks plugin</a> is essentially just a custom pattern inserter with a much nicer UI than WordPress:</p>\n\n\n\n<img />Overlay created by the Layout block from Genesis Blocks.\n\n\n\n<p>Mikael Korpela <a href=\"https://github.com/WordPress/gutenberg/issues/21080#issuecomment-710055158\">added similar thoughts</a> to a ticket related to the next steps for the inserter. He proposed a full-screen experience for browsing patterns.</p>\n\n\n\n<p>“The patterns sidebar is great if you just want to keep it open while you modify your page, but it’s harder for browsing because of limited space, especially when you’ve registered a lot of patterns,” he wrote in the ticket.</p>\n\n\n\n<p>He shared an image of how Sections on Squarespace are handled:</p>\n\n\n\n<img />Selecting a Section on the Squarespace website.\n\n\n\n<p>An overlay might also help drive the pattern directory proposal. It would be easy enough at that point to create a new tab in the overlay interface, hook into the WordPress.org API, and allow users to browse through installable patterns — no need to leave the comfort of the block editor.</p>\n\n\n\n<p>Another common feature that many of these types of systems share is a way to save patterns as favorites. This makes them easy to locate in the future. Paul Lacey makes the same argument in <a href=\"https://youtu.be/0nT_41mxTsw?t=3047\">episode #136</a> of the WP Builds Weekly WordPress News podcast. He wants his clients to have easy access to their most-used block patterns. This would be a nice bonus to help clean up the block patterns user experience.</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, 17 Nov 2020 21:02:45 +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:\"Justin Tadlock\";s: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:82:\"WPTavern: WPGraphQL 1.0 Released, Now Available in WordPress.org Plugins Directory\";s: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:\"https://wptavern.com/?p=107827\";s: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:207:\"https://wptavern.com/wpgraphql-1-0-released-now-available-in-wordpress-org-plugins-directory?utm_source=rss&utm_medium=rss&utm_campaign=wpgraphql-1-0-released-now-available-in-wordpress-org-plugins-directory\";s: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:4075:\"<p><a href=\"https://www.wpgraphql.com/2020/11/16/announcing-wpgraphql-v1/\">Version 1.0</a> of the <a href=\"https://wordpress.org/plugins/wp-graphql/\">WPGraphQL plugin</a> is now available in the official plugins directory on WordPress.org. This is the first stable version recommended for use in production, landing nearly four years from when the project started in November 2016. </p>\n\n\n\n<p>In an effort to keep WPGraphQL in line with WordPress’ commitment to preserving backwards compatibility, Jason Bahl, the creator and maintainer, held it off from a 1.0 release until he could minimize the potential for breaking changes.</p>\n\n\n\n<p>“WPGraphQL turning 1.0 isn’t a statement that there will never be breaking changes, instead it’s a statement of stability and long term support,” Bahl said.</p>\n\n\n\n<p>WPGraphQL has already had quite a bit of real world usage ahead of its first stable release. The plugin is in use on high profile sites like <a href=\"https://qz.com/\">QZ.com</a>, <a href=\"https://denverpost.com/\">DenverPost.com</a>, and <a href=\"https://apollographql.com/blog\">ApolloGraphQL.com</a>. Installs of WPGraphQL grew from 50,000 in June 2020, to 71,573 installs in November 2020, according to <a href=\"https://packagist.org/packages/wp-graphql/wp-graphql\">Packagist.org</a>. Having the plugin available on WordPress.org will make it easier for users to install it and keep it updated.</p>\n\n\n\n<p>“One of the big reasons I didn’t want WPGraphQL on the .org repo was that the nature of it being an API could expose sites to potential security vulnerabilities,” Bahl said. “As we worked on stabilizing the plugin I wanted it to be a pretty conscious decision to add a GraphQL API to your WordPress site. Leaving the plugin on Github meant that the audience finding it and installing it was a more technical audience and could do at least some of the technical vetting to make sure it made sense for their project.”</p>\n\n\n\n<p>In September, <a href=\"https://www.gatsbyjs.com/\">Gatsby</a>, the company that sponsors Bahl’s time on WPGraphQL’s development and maintenance, hired Pen Test Partners to perform an audit of the plugin and has resolved all the issues they discovered. The full report and resolutions will be published to the project’s website soon.</p>\n\n\n\n<p>“Now that the plugin is stable and secure, we’re happy to have it on the WordPress.org repo where users will be able to find it by searching for plugins in the repo and take advantage of some new features of WordPress such as auto-updates,” Bahl said.</p>\n\n\n\n<p>The 1.0 release does not contain any technical changes – it simply bumps the version number. The project has been publishing pre-1.0 releases leading up to this, logging 33 <a href=\"https://github.com/wp-graphql/wp-graphql/releases\">releases</a> in the past 12 months. Bahl said the biggest difference between 1.0 and pre-1.0 is the new <a href=\"https://www.wpgraphql.com/\">WPGraphQL.com</a> website. Previously, the project’s documentation was hosted on a subdomain but it is now been rolled into the main site.</p>\n\n\n\n<p>“Previously, <a rel=\"noreferrer noopener\" href=\"https://t.co/s062Bpz09o?amp=1\" target=\"_blank\">WPGraphQL.com</a> was a traditional WordPress site with the front-end using the classic WordPress theme layer,” Bahl said. “The new site is built with WordPress as the CMS, Gutenberg as the content editor, Gatsby as the front-end, and WPGraphQL as the layer that allows Gatsby and WordPress to communicate with each other. We’re dogfooding our own technology.”</p>\n\n\n\n<p>The project has also added close to 300 pages of new documentation. It includes a <a href=\"https://www.wpgraphql.com/developer-reference/\">Developer Reference</a> section with documentation on Actions, Filters, and Functions for customizing and extending WPGraphQL, along with a new <a href=\"https://www.wpgraphql.com/recipes/\">Recipes</a> section with code snippets for implementing solutions faster.</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, 16 Nov 2020 23:40:26 +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:61:\"WPTavern: The Plus Addons for Gutenberg Plugin to Launch 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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=106267\";s: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:167:\"https://wptavern.com/the-plus-addons-for-gutenberg-plugin-to-launch-soon?utm_source=rss&utm_medium=rss&utm_campaign=the-plus-addons-for-gutenberg-plugin-to-launch-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6548:\"<p class=\"has-drop-cap\">WordPress development company POSIMYTH is getting set to announce its venture into block development in the coming days. The new plugin, <a href=\"https://theplusaddons.com/gutenberg/\">The Plus Addons for Gutenberg</a>, is a collection of blocks, templates, and additional features for building sites with the block editor. The plugin is currently awaiting review for inclusion in the WordPress.org plugin directory. I was able to snag a test version and have been using it for around a week.</p>\n\n\n\n<p>The POSIMYTH team began working as an outsourcing agency in 2013. Since then, it has worked on over 1,000 projects. The company eventually began building WordPress themes and plugins for the Envato Marketplace. It has continued to grow and currently serves more than 50,000 customers.</p>\n\n\n\n<p>“Being an outsourcing company in the past, we have always felt the need for one-stop solutions for agencies and freelancers,” said Sagar Patel, the founder and director at POSIMYTH Innovations. “We have built many Gutenberg field components from scratch as well as in-depth options in blocks, which will not just be for simple tasks, it will be for complex layouts and options as well.”</p>\n\n\n\n<p>One of the company’s most-used products is its <a href=\"https://wordpress.org/plugins/the-plus-addons-for-elementor-page-builder/\">The Plus Addons for Elementor</a> plugin. The free version currently has over 9,000 active installations. Patel describes it as a “complete package” for building Elementor-based websites.</p>\n\n\n\n<p>“Our Gutenberg version will be kind of a recreation of our Elementor version, but on top of that, we are adding more options and features based on our feedback from Elementor users,” he said. “Some blocks are completely revamped and made with a unique concept, but some are just a recreation of the Elementor version. For example, our Popup Builder, Countdown, Global Features, and some others are completely made from scratch with a new structure.”</p>\n\n\n\n<p>The company recently surveyed over 1,000 its users. One of the points they noted is that many of those users wanted to use WordPress’s built-in block editor. However, they were unable to find reliable options for building complex websites. The results of this survey are one of the primary reasons the company is building this plugin.</p>\n\n\n\n<h2>The Plugin</h2>\n\n\n\n<img />TP Row block for building columns.\n\n\n\n<p class=\"has-drop-cap\">The free version of The Plus Addons for Gutenberg will launch with 29 blocks, 16 of which are free and 13 <em>freemium</em> ones with commercial upgrades. The commercial/pro version of the plugin will add an extra 11 blocks along with several shapes, tooltips, effects, and other options. Pricing is expected to start at $39 per year for its lowest tier.</p>\n\n\n\n<p>The plugin also has global color and typography options. These should not be confused with WordPress’s upcoming Global Styles system. The two features work similarly. However, the plugin’s system only works with its blocks instead of the entire website.</p>\n\n\n\n<p>The terminology could pose some confusion for users. There will also be some crossover between the two systems, both handling the same needs. Patel said he is aware of this and will always work to make sure the plugin respects WordPress’s built-in Global Styles system. “We will always keep that in sync with our global options,” he said. “It’s still in the initial stage. We will keep on updating based on feedback from users and as per the updates of the Gutenberg team.”</p>\n\n\n\n<p>Many of the block options are similar to what <a href=\"https://wptavern.com/editorplus-introduces-its-first-blocks-and-adds-a-custom-block-creator\">Editor Plus</a> is doing for the core WordPress blocks. However, the options are for the plugin’s custom blocks only. The UI feels polished enough that you feel like the design team has been here before and knows what it is doing. Some plugins do not get to that point until version 2 or 3. I was able to navigate the block options with ease.</p>\n\n\n\n<p>However, some blocks were out of place. For example, the Style Lists block could have simply been custom options tacked onto the WordPress List block. Adding list items in the block sidebar is not as natural as in the editor’s content area. The end-goal is to simply make a standard list. Everything else is simply eye-candy. Ideally, the plugin would relegate those options to the core block.</p>\n\n\n\n<p>The same could be said of the Blockquote, TP Button, TP Image, and others. These could be extensions of the core WordPress blocks. Other blocks like the TP Heading, TP Paragraph, and Testimonials might be better served as custom patterns.</p>\n\n\n\n<img />Adding a testimonial from the plugin to the editor.\n\n\n\n<p>The concept of building custom, in-house blocks seems to be more prevalent each day as more plugin companies release block libraries. The trend will likely continue. The block system is reasonably extendable. <em>Recreating the wheel</em> is unnecessary.</p>\n\n\n\n<p>The Plus Addons for Gutenberg’s blocks are well done, and it is hard to fault a plugin for having a consistent experience across its custom blocks.</p>\n\n\n\n<p>Overall, the plugin does not offer any groundbreaking ideas for new blocks. Most of these are available in other, similar block libraries. What sets this plugin apart is the development team’s work on packing a ton of block options into an easy-to-use interface.</p>\n\n\n\n<p>Patel said he does not consider the team to be in competition with anyone else in the market. “We are on a mission to provide a one-stop solution for all needs of WordPress website designers and developers.” The goal is to make it easy for freelancers and agencies to build complex layouts in the block editor without writing code.</p>\n\n\n\n<p>The project’s website currently touts the availability of predesigned templates. The team decided not to include this feature in its initial free version, focusing on the other features in the plugin instead. Patel wants to assure users that templates will be available in both the free and pro versions of the plugin.</p>\n\n\n\n<p>“[Templates] will be available in a couple of months or early after the initial free version’s launch,” he said. “We will have UI blocks, homepage templates, as well as full-site demos with multiple pages in that.”</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, 16 Nov 2020 22:32:26 +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:\"Justin Tadlock\";s: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:69:\"WPTavern: Google Webmasters Central Rebrands to Google Search Central\";s: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:\"https://wptavern.com/?p=107724\";s: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:183:\"https://wptavern.com/google-webmasters-central-rebrands-to-google-search-central?utm_source=rss&utm_medium=rss&utm_campaign=google-webmasters-central-rebrands-to-google-search-central\";s: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:2395:\"<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>Twenty years ago, every aspect of developing a website and putting it online was more complex than it is today – an enchantment of Merlin’s wand to most common folks. The term “webmaster” hasn’t aged well, but it was commonly used in a different era when tech wizards were the only people creating and managing websites. The term has become outmoded as online publishing and website building has become more user-friendly.</p>\n\n\n\n<p>Google recently ran a study that showed usage of the term webmaster is in sharp decline, as web professionals now prefer more specialized terms, such as blogger, developer, SEO, or online marketer. In recognition of this change, the company is <a href=\"https://webmasters.googleblog.com/2020/11/goodbye-google-webmasters.html\">rebranding</a> “Google Webmasters Central” to “Google Search Central.” The change will be rolled out to Google’s websites and social media within the next couple days.</p>\n\n\n\n<p>In addition to the rebranding, Google is also centralizing its help information on one site and consolidating its blogs:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>Moving forward, the <a href=\"https://support.google.com/webmasters\">Search Console Help Center</a> will contain only documentation related to using Search Console. It’s also still the home of our help forum, newly renamed from “Webmasters Help Community” to “<a href=\"https://support.google.com/webmasters/community\">Google Search Central Community</a>“. The information related to how Google Search works, crawling and indexing, Search guidelines, and other Search-related topics are moving to <a href=\"https://developers.google.com/search\">our new site</a>, which previously focused only on web developer documentation. </p></blockquote>\n\n\n\n<p>The Google Webmasters blog and 13 other localized blogs are being moved to the new site for better discovery and easier language switching. Google is going to redirect current RSS and email subscribers to the new blog URL, so readers only need to update their bookmarks.</p>\n\n\n\n<p>Google is also introducing a new jumping spider bot to accompany its Googlebot mascot in crawling the internet. The creature doesn’t yet have a nickname, but the company is soliciting suggestions.</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, 13 Nov 2020 22: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: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:40:\"WordPress.org blog: WordPress 5.6 Beta 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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=9249\";s: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/2020/11/wordpress-5-6-beta-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:5476:\"<p>WordPress 5.6 Beta 4 is now available for testing!</p>\n\n\n\n<p><strong>This software is still in development,</strong> so we recommend that you run this version on a test site.</p>\n\n\n\n<p>You can test the WordPress 5.6 beta in two ways:</p>\n\n\n\n<ul><li>Try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (choose the “bleeding edge nightlies” option).</li><li>Or <a href=\"https://wordpress.org/wordpress-5.6-beta4.zip\">download the beta here (zip)</a>.</li></ul>\n\n\n\n<p>The current target for the final release is December 8, 2020. This is just over<strong> three weeks away</strong>, so your help is needed to ensure this release is tested properly.</p>\n\n\n\n<p>Thank you to all of the contributors that tested the <a href=\"https://wordpress.org/news/2020/11/wordpress-5-6-beta-3/\">beta 3</a> development release and provided feedback. Testing for bugs is an important part of polishing each release and a great way to contribute to WordPress.</p>\n\n\n\n<h2><strong>Some Highlights</strong></h2>\n\n\n\n<p>Since beta 3, <a rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://core.trac.wordpress.org/query?status=closed&changetime=11%2F04%2F2020..11%2F12%2F2020&milestone=5.6&group=component&col=id&col=summary&col=owner&col=type&col=priority&col=component&col=version&order=priority\">42 bugs</a> have been fixed. Here is a summary of a few changes included in beta 4:</p>\n\n\n\n<ul><li>There was a change to the auto-updates implementation for new installations of the software (<a href=\"https://core.trac.wordpress.org/ticket/50907\">#50907</a>). <em><a href=\"https://make.wordpress.org/core/2020/11/10/upgrade-install-component-meeting-summary-november-10-2020/\">Next steps</a>, and <a href=\"https://make.wordpress.org/core/2020/11/10/wp5-6-auto-update-implementation-change/\">rationale</a> are both available.</em></li><li>Added better handling of unexpected values in Site Health (<a href=\"https://core.trac.wordpress.org/ticket/50145\">#50145</a>).</li><li>Added a way for developers to filter the available authors list in Quick Edit (<a href=\"https://core.trac.wordpress.org/ticket/47685\">#47685</a>).</li><li>More accessible handling of the tag cloud widget (<a href=\"https://core.trac.wordpress.org/ticket/51455\">#51455</a>).</li><li><a href=\"https://core.trac.wordpress.org/query?status=closed&changetime=11%2F04%2F2020..11%2F12%2F2020&component=Media&milestone=5.6&group=component&col=id&col=summary&col=owner&col=type&col=priority&col=component&col=version&order=priority\">Multiple improvements in the Media component</a>.</li><li><a href=\"https://core.trac.wordpress.org/query?status=closed&changetime=11%2F04%2F2020..11%2F12%2F2020&component=Build%2FTest+Tools&milestone=5.6&group=component&col=id&col=summary&col=owner&col=type&col=priority&col=component&col=version&order=priority\">Multiple improvements in the Build/Test Tools component</a>.</li></ul>\n\n\n\n<p><em>To see all of the features for each Gutenberg release in detail, check out the release posts: <a href=\"https://make.wordpress.org/core/2020/07/22/whats-new-in-gutenberg-july-22/\">8.6</a>, <a href=\"https://make.wordpress.org/core/2020/08/05/whats-new-in-gutenberg-august-5/\">8.7</a>, <a href=\"https://make.wordpress.org/core/2020/08/19/whats-new-in-gutenberg-august-19/\">8.8</a>, <a href=\"https://make.wordpress.org/core/2020/09/03/whats-new-in-gutenberg-2-september/\">8.9</a>, <a href=\"https://make.wordpress.org/core/2020/09/16/whats-new-in-gutenberg-16-september/\">9.0</a>, <a href=\"https://make.wordpress.org/core/2020/10/01/whats-new-in-gutenberg-30-september/\">9.1</a>, <a href=\"https://make.wordpress.org/core/2020/10/21/whats-new-in-gutenberg-21-october/\">9.2</a>, and <a href=\"https://github.com/WordPress/gutenberg/releases/tag/v9.3.0-rc.1\">9.3</a>.</em></p>\n\n\n\n<h2 id=\"block-76156b2b-0a52-4502-b585-6cbe9481f55b\">Developer notes</h2>\n\n\n\n<p id=\"block-3fe5e264-0a95-4f12-9a18-0cb9dc5955d1\">WordPress 5.6 has lots of refinements to the developer experience. To keep up, subscribe to the <a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a> and pay special attention to the <a href=\"https://make.wordpress.org/core/tag/5-6+dev-notes/\">developers’ notes</a> for updates on those and other changes that could affect your products.</p>\n\n\n\n<h2 id=\"block-bc89fd56-47b0-439f-8e2c-4a642c80a616\">How to Help</h2>\n\n\n\n<p id=\"block-9d871099-ec49-446c-8322-9e49b7498c10\">If you think you’ve found a bug, 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!</p>\n\n\n\n<p id=\"block-bd71c1d3-39d9-4b2a-8193-3486497b45fd\">If you’re comfortable writing a reproducible bug report, <a href=\"https://core.trac.wordpress.org/newticket\">file one on WordPress Trac</a>, where you can also find a list of <a href=\"https://core.trac.wordpress.org/query?status=new&milestone=5.6&group=component&col=id&col=summary&col=owner&col=type&col=priority&col=component&col=version&order=priority\">known bugs</a>.</p>\n\n\n\n<p><em>Props to @tonyamork, @audrasjb for technical notes and @angelasjin,<em> </em><a href=\"https://profiles.wordpress.org/yvettesonneveld/\">@yvettesonneveld</a><em>, </em><a href=\"https://profiles.wordpress.org/cguntur/\">@cguntur</a>, <a href=\"https://profiles.wordpress.org/cbringmann/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>cbringmann</a> for final review.</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:\"Thu, 12 Nov 2020 23:49:45 +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:7:\"Josepha\";s: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:150:\"WPTavern: Envato Passes $1 Billion in Community Earnings While Continuing to Aggressively Market Its Elements Subscription Against Marketplace Authors\";s: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:\"https://wptavern.com/?p=107668\";s: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:343:\"https://wptavern.com/envato-passes-1-billion-in-community-earnings-while-continuing-to-aggressively-market-its-elements-subscription-against-marketplace-authors?utm_source=rss&utm_medium=rss&utm_campaign=envato-passes-1-billion-in-community-earnings-while-continuing-to-aggressively-market-its-elements-subscription-against-marketplace-authors\";s: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:16409:\"<p>Envato has <a href=\"https://forums.envato.com/t/we-ve-reached-1-billion-in-community-earnings/340756\">passed $1 billion in community earnings</a> after 14 years in business. The company reached the goal a year earlier than anticipated, thanks to the contributions of 81,000 different creators around the globe and millions of customers who have purchased products from <a rel=\"noreferrer noopener\" href=\"https://themeforest.net/\" target=\"_blank\">Envato Market</a>, <a rel=\"noreferrer noopener\" href=\"https://studio.envato.com/\" target=\"_blank\">Envato Studio</a>, <a href=\"https://tutsplus.com/\">Envato Tuts+</a> and <a href=\"https://elements.envato.com/\">Envato Elements</a>.</p>\n\n\n\n<p>“To this day, we’re very proud that our community earns more money than our company does,” Envato co-founder Collis Ta’eed said. Last month Ta’eed stepped down from his position as CEO to pursue a new ethical chocolate e-commerce <a href=\"https://heytiger.com.au/\">venture</a>. He was replaced by former HotelsCombined.com CEO, Hichame Assi. </p>\n\n\n\n<p>Due to the pandemic, the Australian tech company recently transitioned to all employees working from home during the global lockdown. Along with the announcement of Ta’eed’s exit, Envato delivered a 20% profit share payout, totaling $3.75m AUD, to its 630-person workforce. The company reported that this is an increase on the 10% allocation from the previous financial year. </p>\n\n\n\n<p>“Profit share has become an integral part of Envato and helps connect the team with a share of the success they create through their efforts,” Ta’eed said. </p>\n\n\n\n<p>During the past several years, the company has focused heavily on driving profits through Envato Elements, its subscription service. Ta’eed said the business is now “more subscription oriented than at any time in our history.”</p>\n\n\n\n<p>One WordPress plugin author, who sells on Codecanyon, <a href=\"https://forums.envato.com/t/we-ve-reached-1-billion-in-community-earnings/340756/18\">commented</a> on the milestone post, urging Envato to renew its focus on the marketplaces. </p>\n\n\n\n<p>“Please focus on the marketplaces as well,” FWDesign said. “In the past 2-3 years, you guys focused on Elements, cannibalizing the marketplace, is time to give us something back. Personally, I feel forgotten.” </p>\n\n\n\n<p>While the community earnings have allowed creators to improve their lives in various ways – from paying family medical bills to buying apartments – the increase in focus on Envato Elements has been highly controversial. Envato’s forums are replete with complaints about Elements “poaching clients from existing marketplaces,” after many authors <a href=\"https://forums.envato.com/t/what-are-envatos-plans-for-themeforest/66598/216\">spoke out</a> about Envato advertising Elements on authors’ marketplace product pages. </p>\n\n\n\n<p>Authors employ various marketing channels to bring traffic to their items, such as Facebook ads or Adwords, and have complained for years that potential customers were whisked away from their product pages by Elements ads. Many authors reported declining sales on individual products as a result. </p>\n\n\n\n<p>In May 2018, Envato rolled out a <a href=\"https://forums.envato.com/t/changes-to-wordpress-and-after-effects-on-elements/172885/12\">critical change</a> that made all items across all item types available to all subscribers (monthly and annual). This was particularly controversial for WordPress theme authors and many reported significant decreases in sales as a direct result.</p>\n\n\n\n<p>At that time, former Envato employee James Giroux responded to authors’ concerns, characterizing the new subscription service as “a long-term play:”</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>“With Elements, you are buying into a revenue stream rather than a one-time transaction. So, when you compare the value of a Market customer vs an Elements subscriber, you may see less from the subscriber in the first month, but more in their cumulative lifetime revenue.”</p></blockquote>\n\n\n\n<p>Elements may not be the right choice for every Envato creator, but the company’s investment in the service is now pulling in <a href=\"https://www.afr.com/technology/envato-profits-halve-but-every-staffer-ever-gets-spoils-20190407-p51btb\">$40 million in annual recurring revenue</a> as of 2018-2019, accounting for 35% of Envato’s $113M in revenue for 2019. </p>\n\n\n\n<p>“This year we continued to reinvent ourselves as a subscription company, with a major uptick in subscribers across Envato,” Ta’eed said in <a href=\"https://forums.envato.com/t/2019-envato-annual-public-impact-statement/272986\">Envato’s 2019 Annual Public Impact Statement</a>. However, this new business model is coming at the expense of authors who sell exclusively through the marketplaces.</p>\n\n\n\n<p>Envato authors have begged the company’s leadership to <a href=\"https://forums.envato.com/t/call-for-collis-ta-eed-envato-founder-please-separate-elements/216716/4\">take down the banners</a> that boost Elements’ sales by siphoning customers off the marketplace, but the aggressive push towards subscriptions prevails. The frustration is palpable in numerous threads across the company’s various marketplaces.</p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>“It’s one thing to advertise Elements on the web or wherever Envato likes, but to have this banner on all of our item pages is actively poaching potential customers away when they are moments away from buying our items,” AudioJungle author Alister Bunclark said.</p>\n\n\n\n<p>Many authors have seen a decline in sales that is outside their control. No amount of marketing traffic to their own portfolios can make up for the $16.50 “all you can eat” offer that is plastered to the top of every page. The banner for the in-house competitor even appears directly in the cart for customers who are trying to checkout with products from non-Elements authors.</p>\n\n\n\n<p>“The fact that we are even having to request that Envato stop relentlessly promoting a competing, lower-priced alternative to our portfolios (many of which are exclusively offered at AudioJungle) – on the marketplace where our portfolios are – is discouraging,” one author <a href=\"https://forums.envato.com/t/call-for-collis-ta-eed-envato-founder-please-separate-elements/216716/16\">said</a>.</p>\n\n\n\n<p>WordPress authors selling on Themeforest are also frustrated with the banners. In 2019, Envato sold an item every 5 seconds, with WordPress accounting for <a href=\"https://docs.google.com/presentation/d/1Rj1J4FEihZAuzL87P5bh18w2dEIA66iDFIrJbnNuECM/embed?start=false&loop=false&delayms=3000&slide=id.g793418c9c6_0_155\">a third of sales.</a> The company claims to be the “market leader for themes and templates for WordPress,” despite the marketplace’s overall poor reputation among WordPress professionals.</p>\n\n\n\n<p>One byproduct of Elements including WordPress products in the subscription is that it tends to encourage the use of outdated themes and plugins. Users can download thousands of products but the WordPress themes do not come with support. Many users are <a href=\"https://forums.envato.com/t/envato-elements-outdated-problem/141799\">not aware</a> of this when they purchase their subscriptions. Users can get updates only while their subscriptions are active, but they have to be downloaded manually. </p>\n\n\n\n<p>“Despite tons of complaints from authors (who made this place what it is in the first place) it is even pointless to promote your items elsewhere to attract some ‘buyers’ because they see the Elements promotions everywhere, even on our own product pages,” Themeforest Elite author Bedros <a href=\"https://forums.envato.com/t/two-days-without-sales/287149/6\">said</a>.</p>\n\n\n\n<p>When authors took to the forums to report no sales or declining sales, one user <a href=\"https://forums.envato.com/t/two-days-without-sales/287149/10\">responded</a>, “Don’t panic. They killed the market with Elements.”</p>\n\n\n\n<p>Certain marketplaces, like AudioJungle and WordPress themes, are disproportionately impacted by Elements, given the significant time investment to create these types of products. </p>\n\n\n\n<p>“I wonder what’s the point, in these circumstances, to spend months (in some cases even a year) to build a decent WordPress theme to sell on Envato,” Bedros <a href=\"https://forums.envato.com/t/two-days-without-sales/287149/5\">said</a>. Another author on the same thread reported working on a theme for 16 months and had only 17 sales two months after it was approved.</p>\n\n\n\n<p>“The big buyers (ad agencies and the like) will see an immediate savings on the subscription plan opposed to buying the products individually,” AudioJungle author Daniel Warneke <a href=\"https://www.quora.com/Is-Envato-killing-their-marketplace-with-Envato-elements\">said</a>. “This pulls the high volume purchasers out of the individual market.</p>\n\n\n\n<p>“Envato hand picks the authors that have products in Envato Elements, so it stands to reason that they selected a broad range of the most popular products. This would make the service the most appealing.” </p>\n\n\n\n<h2>Envato Reports 0.18% CTR on Elements Banner Ads But Will Not Remove Them</h2>\n\n\n\n<p>In the responses to <a href=\"https://forums.envato.com/t/2019-envato-annual-public-impact-statement/272986\">Envato’s 2019 Annual Public Impact Statement</a>, Collis Ta’eed confirmed that market sales are declining. He blames the “movement of the industry” towards other business models as the reason for the decline: </p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>To your question on Market sales, they’re holding up better than we’d hoped, though they are down year on year. Internally we look at the combination of Market and Elements both in gross revenue (which is up) and in authors earnings (which is up). But Market itself is down a few percent on this time last year, and that looks like an ongoing trend (though one that’s not as steep as my worst fears at times!)</p><p>It’s tempting to think the driver of Market’s changes are Elements, especially as we drive subscription customers over. But we’d been mapping the trend of the sales curve for years prior to the launch of Elements and had been seeing changes before we ever launched into subscriptions, because of the movement of the industry, first to ‘bundles’ and then to ‘subscriptions’ and ‘free’. From what I can tell the bigger forces on Market are actually industry ones.</p></blockquote>\n\n\n\n<p>Despite the vast undervaluing of their individual products, authors in general do not seem to be opposed to Elements entirely but rather they are opposed to Envato’s aggressive advertisements on their portfolios. The same question surfaces every year and the company’s leadership continues to dance around it.</p>\n\n\n\n<p>“Can you explain to authors why they should spend money on advertising their products when as soon as they land on the landing page they see a great big dirty banner saying they can get everything unlimited for a monthly fee?” template author Patchesoft <a href=\"https://forums.envato.com/t/2019-envato-annual-public-impact-statement/272986/39\">commented</a>. “I feel like this question came up last year and we got a ‘we’ll see what we can do about it’ and yet here we are a year later.” </p>\n\n\n\n<p>Ta’eed <a href=\"https://forums.envato.com/t/2019-envato-annual-public-impact-statement/272986/78\">responded</a>, characterizing the banners as a cross-promotion of traffic between Market and Elements. He claimed that after the company performed some tests, removing the banner “had negligible impact on sales at a daily level.”</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>Definitely I know that the header bar on Market is up there amongst the most annoying things to authors. But at the same time, it’s important for us to be transparent about the different offerings we have for customers so they can choose what’s best for their needs. While it’s pretty annoying, the traffic diverted from Market item pages is minimal (0.18% of visitors actually click through). That said we’re exploring ways to let customers better know about Elements (and Placeit).</p></blockquote>\n\n\n\n<p>Authors are not buying this justification for the banner ads, and object to the use of the term “cross-promotion,” when the promotion only goes one way. Meanwhile, Elements, which enables non-exclusive sales, is treated like an ad-free, exclusive library.</p>\n\n\n\n<p>“’Annoying’ is not the correct word,” AudioJungle member Purple Fog <a href=\"https://forums.envato.com/t/2019-envato-annual-public-impact-statement/272986/81\">said</a>. “You gotta understand it’s much, much more than that. It’s infuriating, it’s a betrayal, it’s you flipping us the finger.</p>\n\n\n\n<p>“If it’s so important for you to let buyers know what all their options are, then why isn’t there a top banner on Elements telling them they can also get the item for a one off fee, in case they don’t want to subscribe?</p>\n\n\n\n<p>“That 0.18% is pretty far from the figure you previously gave us (around 2%), and is even harder to believe. Do you mean that you are willing to antagonize the vast majority of authors just for 0.18% CTR? Makes little sense. It’s also hard to believe when there are countless threads opened by buyers who felt they were tricked by that infamous banner. Either your people are lying to you, or you didn’t set up the analytics properly, but in any case, something doesn’t add up here.”</p>\n\n\n\n<h2>Envato’s Transformation Into a Subscription Company Comes at the Expense of Its Exclusive Market Authors</h2>\n\n\n\n<p>Envato continues to write its own rules due to its early success and has now amassed a vast labor force who depend on the company’s offerings for their livelihoods. Those who are willing to devalue their work for inclusion in a subscription product (that is guaranteed to sell with a more compelling pricing point) are allowed to continue as cogs in a much more profitable machine.</p>\n\n\n\n<p>It’s not wrong for Envato to pivot towards becoming a subscription company. To do so at the expense of market authors is unfair. These authors are paying to advertise for a competing library with lost sales from their own products. It exploits the marketplace authors who were hoping to make a sale, since their higher prices are now just a prop for making Elements look more attractive. Their portfolios become a gateway to the subscription service.</p>\n\n\n\n<p> Unless Envato changes how it advertises Elements, the company will remain at odds with exclusive market authors’ interests. This is especially true for creators in markets where having their work available to more customers doesn’t instantly translate into more payments.</p>\n\n\n\n<p>“Many authors have chosen to set up shop here exclusively and have supported and promoted this marketplace for years,” AudioJungle author Promosapien said in a <a href=\"https://forums.envato.com/t/call-for-collis-ta-eed-envato-founder-please-separate-elements/216716/121\">thread</a> where authors called on the CEO to remove the banner ads.</p>\n\n\n\n<p>“Envato is presently making strategic choices that they obviously feel strongly about and feel are necessary for their own viability. Unfortunately, those choices are diminishing the benefits of being an exclusive author here.</p>\n\n\n\n<p>“In fact, you could probably make a good argument that there has never been a worse time to be an exclusive author at a marketplace – when that marketplace is actively and continually using its considerable promotional resources to move website visitors away from your portfolio to a newer, cheaper licensing platform (Elements subscription).” </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, 12 Nov 2020 23:47: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: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:73:\"WPTavern: Do Not Build Theme-Specific Block Plugins for WordPress, Please\";s: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:\"https://wptavern.com/?p=107722\";s: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:189:\"https://wptavern.com/do-not-build-theme-specific-block-plugins-for-wordpress-please?utm_source=rss&utm_medium=rss&utm_campaign=do-not-build-theme-specific-block-plugins-for-wordpress-please\";s: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:5141:\"<p class=\"has-drop-cap\">A few days ago, I came across a small library of blocks. As always, I was interested in seeing what this new plugin brought to the table. Would it surprise me with a block that has not been done before? Would it present a new take on some old ideas? Or, would it be the same old set of blocks that every other block bundle has? Regardless of what it offered, I was excited to try it all the same.</p>\n\n\n\n<p>As I clicked on the description to find out more, I was immediately let down. The plugin specifically stated that it was built for only one theme. I could not use it with my preferred theme.</p>\n\n\n\n<p>This was not the first time I had run across this issue. Other theme authors have built their own block bundles in the past. The plugin was not bringing anything particularly new to the WordPress community. It had less than a handful of blocks that had already been done before in numerous other plugins.</p>\n\n\n\n<p>The problem was that this felt all too familiar.</p>\n\n\n\n<p>Over the years, the WordPress community has created a set of unwritten rules regarding what belongs in a theme vs. what belongs in a plugin. Custom post types, taxonomies, and shortcodes are <em>plugin territory</em>. To an extent, widgets should also be exclusive to plugins. However, because of the way they are handled under the hood, there was always an argument that it was OK for themes to register them.</p>\n\n\n\n<p>This theme vs. plugin argument has been ongoing for at least a decade. Because of how themes work, such arguments have been a losing battle. Except in a few edge cases, themes could do everything that a plugin could do. However, there was always supposed to be a clear-cut distinction between the two. Themes were meant to handle the front-end design of a website. Plugins were for everything else.</p>\n\n\n\n<p>Today, the WordPress project and its block system are making progress toward solidifying that distinction.</p>\n\n\n\n<p>Because of WordPress’s legacy of having various parts that did not all quite fit together in the past, it has created a culture of developers building in-house solutions. Nearly every large theme development company has its own plugins for overcoming the platform’s shortcomings. Most of the blame for this lies with the WordPress project. However, the project’s move to blocks is creating a standardized system that handles everything from a paragraph to the overall site container. With standardization across the board, there will be less and less need for these custom solutions from every theme company.</p>\n\n\n\n<p>The block system set a clear line in the sand. It removed the need for shortcodes — good riddance — and will soon phase out widgets. Blocks should be putting those old questions to bed.</p>\n\n\n\n<p>For clarity, there is little difference between bundling blocks with a theme and building a separate plugin that only works with a specific theme. The end result is the same. Such a plugin would lock a user into sticking with that theme if they relied on the plugin at all. Few people maintain the same front-end design forever.</p>\n\n\n\n<p>The goal is to allow users to switch themes at will while having access to their content and blocks.</p>\n\n\n\n<p>These theme-specific block plugins are thinking about blocks in the wrong way. When a user installs a block plugin, the expectation is that they can use those blocks regardless of their theme.</p>\n\n\n\n<p>The solution for themes is to use block <strong>patterns</strong> or <strong>styles</strong>. Suppose that you wanted to create a slider or carousel as a theme author. There are multiple solutions for this. The first and easiest is to simply recommend a plugin to users or build a plugin of your own that works with any theme. You could also easily add a slider style for the Gallery block. When the user selects it, it transforms the gallery into a slider.</p>\n\n\n\n<p>Or, suppose your theme needed to offer a big hero section with a call-to-action button. There is no need for a custom block in this situation. Theme authors can almost exclusively do this by building a custom pattern with existing blocks.</p>\n\n\n\n<p>The solution is not to bundle the block in the theme or create a plugin that only works with that one theme.</p>\n\n\n\n<p>The beauty of the block system is that most of the pieces are already in place, and they can be rearranged, grouped, and styled in unlimited ways.</p>\n\n\n\n<p>Today, there are hundreds of theme-specific plugins in existence. Part of that is because themers were working around the WordPress.org theme review guidelines. Part of that is because some developers did not think creatively enough about solutions. But, the biggest part of it has been because WordPress has not standardized how to build things across the entire platform. Much of that has changed and will continue to change as full-site editing crosses the horizon in 2021. There will be clear paths for themes and plugins.</p>\n\n\n\n<p>However, if theme companies continue building theme-specific blocks, we are just lugging along the baggage that the block system is meant to leave behind.</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, 12 Nov 2020 21:58: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s: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:34:\"BuddyPress: BuddyPress 7.0.0-beta2\";s: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=315529\";s: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:54:\"https://buddypress.org/2020/11/buddypress-7-0-0-beta2/\";s: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:3225:\"<p>First of all, we’d like to thank all the contributors who tested the <a href=\"https://buddypress.org/2020/10/buddypress-7-0-0-beta1/\">first beta</a> of our next major release. Beta testing is very important to us as it’s a good way to check the improvements we brought to BuddyPress are behaving as expected on your WordPress/BuddyPress configurations.</p>\n\n\n\n<p><a href=\"https://downloads.wordpress.org/plugin/buddypress.7.0.0-beta2.zip\">BuddyPress 7.0.0-beta2</a> is now available for testing, and we’d love to have your feedbacks about it!</p>\n\n\n\n<p>Since 7.0.0 beta1:</p>\n\n\n\n<ul><li>We fixed some issues about the newly introduced features (BP Activity Embed block : <a href=\"https://buddypress.trac.wordpress.org/changeset/12763\">12763</a> ; BP Types Admin UI : <a href=\"https://buddypress.trac.wordpress.org/changeset/12764\">12764</a>, <a href=\"https://buddypress.trac.wordpress.org/changeset/12767\">12767</a>, <a href=\"https://buddypress.trac.wordpress.org/changeset/12775\">12775</a>, <a href=\"https://buddypress.trac.wordpress.org/changeset/12776\">12776</a> & <a href=\"https://buddypress.trac.wordpress.org/changeset/12777\">12778</a>).</li><li>We improved the performance of the BP xProfile component : <a href=\"https://buddypress.trac.wordpress.org/changeset/12768\">12768</a> & <a href=\"https://buddypress.trac.wordpress.org/changeset/12781\">12781</a>.</li><li>We changed Member Types to behave more like Group Types: <a href=\"https://buddypress.trac.wordpress.org/changeset/12765\">12765</a>, <a href=\"https://buddypress.trac.wordpress.org/changeset/12767\">12767</a> & <a href=\"https://buddypress.trac.wordpress.org/changeset/12778\">12778</a>.</li><li>We gave a default avatar to the BP Blogs on multisite configurations : <a href=\"https://buddypress.trac.wordpress.org/changeset/12772\">12772</a> & <a href=\"https://buddypress.trac.wordpress.org/changeset/12779\">12779</a>.</li><li>We fixed issues with the BP Nouveau Template pack : <a href=\"https://buddypress.trac.wordpress.org/changeset/12773\">12773</a> & <a href=\"https://buddypress.trac.wordpress.org/changeset/12774\">12774</a>.</li><li>We improved the BP Invitations feature : <a href=\"https://buddypress.trac.wordpress.org/changeset/12771\">12771</a>.</li></ul>\n\n\n\n<p>We’ve also updated the 7.0.0 release schedule : <strong>the 7.0.0 final release is now scheduled to December 9</strong>.</p>\n\n\n\n<p>And <strong>we need you to get there</strong>: do test the 7.0.0-beta2 release so that we can eventually solve issues you might find with your plugins, themes or specific WordPress/BuddyPress configurations.</p>\n\n\n\n<p>You can test BuddyPress 7.0.0-beta2 in 4 ways :</p>\n\n\n\n<ul><li>Try the <a href=\"https://wordpress.org/plugins/bp-beta-tester/\">BP Beta Tester</a> plugin.</li><li><a href=\"https://downloads.wordpress.org/plugin/buddypress.7.0.0-beta2.zip\">Download the beta here (zip file)</a>.</li><li>Check out our SVN repository: <code>svn co https://buddypress.svn.wordpress.org/trunk/</code></li><li>Clone our read-only Git repository: <code>git clone git://buddypress.git.wordpress.org/</code></li></ul>\n\n\n\n<p>Thanks in advance for your contributions <span class=\"dashicons dashicons-heart\"></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, 11 Nov 2020 23:15: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Mathieu Viet\";s: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:101:\"WPTavern: Themes Team Removes Outdated CSS Guidelines, Adds Stricter Requirement for Links in Content\";s: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:\"https://wptavern.com/?p=107659\";s: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:245:\"https://wptavern.com/themes-team-removes-outdated-css-guidelines-adds-stricter-requirement-for-links-in-content?utm_source=rss&utm_medium=rss&utm_campaign=themes-team-removes-outdated-css-guidelines-adds-stricter-requirement-for-links-in-content\";s: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:6537:\"<p class=\"has-drop-cap\">In yesterday’s twice-monthly meeting, the WordPress Themes Team made a couple of important <a href=\"https://make.wordpress.org/themes/2020/11/11/meeting-notes-tuesday-november-10-2020/\">changes to the official theme directory guidelines</a>. They removed a requirement of some CSS classes that have long been sitting on the chopping block. They also implemented the third stage in their long-term plan to make all WordPress themes accessibility-ready.</p>\n\n\n\n<p>For years, theme authors have needed to either style several WordPress classes via CSS or add empty, unused selectors. It was a bit irritating for authors who fell in the latter group. The list includes several classes like <code>.sticky</code> (for sticky posts) and <code>.bypostauthor</code> (for post author comments). Now, styling these classes are optional.</p>\n\n\n\n<p>The one question mark in this decision is probably around the classes for handling left, right, and center alignment. While the newer block editor stylesheet does support these classes on the front end, it could leave end-users in the dust if they are using the classic editor and a theme author decides to drop support. Any images in posts could become misaligned. Theme authors should test this and consider any problems before deciding to remove these from their stylesheets. For the other classes, those are mostly design decisions.</p>\n\n\n\n<p>This change will not be official until the <a href=\"https://github.com/WordPress/theme-check/issues/282\">Theme Check plugin is updated</a> to allow themes without these classes through the system.</p>\n\n\n\n<p>The second big change is the reignition of the push toward creating more accessible themes in the directory. All themes in the directory are now required to distinguish links in “content” areas via an underline.</p>\n\n\n\n<p>The <a href=\"https://make.wordpress.org/themes/handbook/review/required/#links-within-content-must-be-underlined\">full guideline</a> is as follows:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>When links appear within a larger body of block-level content, they must be clearly distinguishable from surrounding content (Post content, comment content, text widgets, custom options with large blocks of texts).</p><p>Links in navigation-like contexts (e.g., menus, lists of upcoming posts in widgets, grouped post meta data) do not need to be specifically distinguished from surrounding content.</p><p>The underline is the only accepted method of indicating links within content. Bold, italicized, or color-differentiated text is ambiguous and will not pass.</p></blockquote>\n\n\n\n<p>While this is a simple change, it is a bold one. Thus far, there has not been any pushback from theme authors on the announcement post or in the team meeting. However, some may be expected as the news trickles through the theme design community.</p>\n\n\n\n<p>The one question that arose about the requirement was whether theme authors could add an option to allow end-users to opt-out of this behavior. The team said this was allowed as long as the underlined links were enabled by default.</p>\n\n\n\n<h2>The Road to Accessibility</h2>\n\n\n\n<img />\n\n\n\n<p class=\"has-drop-cap\">In July 2019, the <a href=\"https://wptavern.com/wordpress-theme-review-team-initiates-new-long-term-plan-to-make-all-wordpress-org-themes-accessible\">Themes Team made a commitment</a> to push theme authors to make their themes more accessible. It was not a switch they were going to flip overnight. Instead, the team made a goal of implementing a new accessibility-related requirement every two months or so. These periods would give both theme authors and reviewers ample time to familiarize themselves with each change.</p>\n\n\n\n<p>This is the third requirement added to the guidelines since the team implemented the plan. The team started with some low-hanging fruit and added a requirement that themes ship with a skip-to-content link. That guideline addition went over relatively smoothly. The team quickly added a new guideline requiring that visitors be able to navigate menus via keyboard.</p>\n\n\n\n<p>That second guideline landed in August 2019. From the outside looking in, the project was initially going well. However, until yesterday, the team had not added any new accessibility guidelines. Over a year had passed, and the plan seemed to be grinding to a halt. Accessibility advocates were probably wondering what happened.</p>\n\n\n\n<p>In a <a href=\"https://wptavern.com/why-accessibility-matters-for-wordpress-themes-and-their-users\">discussion with the Themes Team reps</a> a few months ago, they were not sure when they would implement the next guideline. The project was not going as planned.</p>\n\n\n\n<p>“We have not added anything else above that because theme authors are still not releasing themes with working implementations of skip links and usable keyboard navigation,” said team representative William Patton at the time. “When those two things become habitual it will be time to introduce another aspect as a requirement. The fact that this has taken so long for authors to get this right probably indicates that we need to do better at guiding them to resources to learn how to do it and why it is important. Perhaps that is a better avenue to pursue than looking to implement additional asks of them.”</p>\n\n\n\n<p>Team rep Carolina Nymark shared similar sentiments. She mentioned that underlined links were up next on the list. However, they did not have a deadline in mind yet.</p>\n\n\n\n<p>“Skip links and keyboard navigation are still a headache to some extent for some authors,” said Ganga Kafle, a team representative. He said that theme authors who regularly submit themes are doing so with these requirements in mind. However, keyboard navigation remains the biggest pain point, particularly on mobile views.</p>\n\n\n\n<p>“But almost all the themes we get are with skip links working properly,” he said. “That is a good thing so far. The new requirement is not so huge and tough. And I think we need to add such small things in a timely manner.”</p>\n\n\n\n<p>For now, the team seems to be picking up where they left off. There is still a long path to go before the project is complete.</p>\n\n\n\n<p>The best thing that theme authors can do right now is to follow all of the <a href=\"https://make.wordpress.org/themes/handbook/review/accessibility/\">optional accessibility guidelines</a>. This will prepare them for a future in which they are all required.</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, 11 Nov 2020 18:10: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:14:\"Justin Tadlock\";s: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:77:\"WPTavern: Google Search to Add Page Experience to Ranking Signals in May 2021\";s: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:\"https://wptavern.com/?p=107594\";s: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:199:\"https://wptavern.com/google-search-to-add-page-experience-to-ranking-signals-in-may-2021?utm_source=rss&utm_medium=rss&utm_campaign=google-search-to-add-page-experience-to-ranking-signals-in-may-2021\";s: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:6228:\"<p>Six months ago, Google announced its plans to <a href=\"https://wptavern.com/google-search-to-introduce-new-page-experience-ranking-signal-in-2021\">introduce a new ranking signal</a> for Search, based on page experience as measured by <a href=\"https://web.dev/vitals/#core-web-vitals\">Core Web Vitals</a> metrics. At that time, Google promised to give site owners at least six months notice before rolling out the update so they can improve their scores on the metrics before the update. The company reports a 70% increase in users engaging with <a href=\"https://web.dev/vitals-tools/#lighthouse\">Lighthouse</a>, <a href=\"https://web.dev/vitals-tools/#pagespeed-insights\">PageSpeed Insights</a>, and Search Console’s Core Web Vitals report in preparation for the update.</p>\n\n\n\n<p>Today Google confirmed that it will roll out the new page experience signals in May 2021. The search engine also plans to introduce a new visual indicator for pages that fully comply with the page experience requirements:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>On results, the snippet or image preview helps provide topical context for users to know what information a page can provide. Visual indicators on the results are another way to do the same, and we are working on one that identifies pages that have met all of the page experience criteria. We plan to test this soon and if the testing is successful, it will launch in May 2021 and we’ll share more details on the progress of this in the coming months.</p></blockquote>\n\n\n\n<p>There are no additional details on what that will look like but AMP’s lightning bolt is a good example of how small graphics can have a meaningful impact on users’ behavior when navigating through search results.</p>\n\n\n\n<h2>Are WordPress Websites Ready for Page Experience as a Ranking Signal?</h2>\n\n\n\n<p>The page experience signals Google plans to roll out will include Core Web Vitals (Loading, Interactivity, and Visual Stability metrics), combined with existing search signals for <a href=\"https://webmasters.googleblog.com/2015/02/finding-more-mobile-friendly-search.html\">mobile-friendliness</a>, <a href=\"https://webmasters.googleblog.com/2016/09/more-safe-browsing-help-for-webmasters.html\">safe-browsing</a>, <a href=\"https://webmasters.googleblog.com/2016/11/heres-to-more-https-on-web.html\">HTTPS-security</a>, and <a href=\"https://webmasters.googleblog.com/2016/08/helping-users-easily-access-content-on.html\">intrusive interstitial guidelines</a>. Based on where the web is now, in terms of delivering a good page experience (as defined by Google), site owners will undoubtedly need the next six months lead time to become aware of the new ranking signal and prepare.</p>\n\n\n\n<p>Google’s Core Web Vitals assessment gives a pass or fail rating, with a “pass” requiring a good result in all three metrics. A cursory test using Page Speed Insights on a few of the websites for the largest companies, hosts, and agencies in the WordPress space shows most of them do not currently meet these requirements.</p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>In August, Screaming Frog, a search marketing agency, published a lengthy <a href=\"https://www.screamingfrog.co.uk/passing-the-cwv-assessment/\">report</a> on tests that found only 12% of Mobile and 13% of Desktop results passed the Core Web Vitals assessment. Screaming Frog used the <a href=\"https://www.screamingfrog.co.uk/seo-spider/user-guide/configuration/#pagespeed-insights-integration\">PageSpeed Insights API</a> to test 20,000 websites, which were selected through scraping the first-page organic results from 2,500 keywords across 100 different topics. The report highlighted a few important findings:</p>\n\n\n\n<ul><li>First Input Delay (FID) on Desktop is negligible with <strong>99% of URLs</strong> considered good. And <strong>89% for Mobile</strong>.</li><li><strong>43% of Mobile</strong> and <strong>44% of Desktop</strong> URLs had a good Largest Contentful Paint (LCP).</li><li><strong>46% of Mobile</strong> and <strong>47% of Desktop</strong> URLs had a good Cumulative Layout Shift (CLS).</li><li>URLs in <strong>Position 1</strong> were<strong> 10% more likely</strong> to pass the CWV assessment than URLs in <strong>Position 9</strong>.</li></ul>\n\n\n\n<p>These results suggest that most website owners still have a good deal of work ahead of them in meeting the requirements for passing the Core Web Vitals assessment. Unsurprisingly, Google suggests AMP as the preferred vehicle to get there, but even AMP is not a magic bullet. </p>\n\n\n\n<p>At AMP Fest last month, the project reported that <a href=\"https://blog.amp.dev/2020/10/13/meet-amps-page-experience-guide/\">60% of AMP domains pass the Core Web Vitals metrics</a> (meaning 75% of pages on the domain passed), compared to 12% of non-AMP domains passing based on the same criteria.</p>\n\n\n\n<p>“Looking ahead to Google Search’s upcoming rollout of using page experience signals in ranking, we challenged ourselves to consider how we could better support the AMP community and reach a point where we are able to guarantee that all AMP domains meet the criteria included in the page experience ranking signal,” AMP Product Manager Naina Raisinghani said. </p>\n\n\n\n<p>Those who are already using AMP are encouraged to check out the <a href=\"http://amp.dev/page-experience\">AMP Page Experience Guide</a>, a diagnostic tool that helps developers improve their page experience metrics with practical advice.</p>\n\n\n\n<p>AMP is not required, however, if developers feel confident delivering the kind of performance metrics necessary to pass the Core Web Vitals assessment. Along with the new ranking signal, Google also plans to roll out another promised change that allows non-AMP content to become eligible for placement in the mobile Top Stories feature for Search. Starting in May 2021, sites that can deliver decent page experience metrics will be prioritized, regardless of whether they were built with AMP or through some other means.</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, 11 Nov 2020 05:00:55 +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:75:\"WPTavern: WordPress 5.6 Beta 4 Delayed, Auto-Updates Implementation Changed\";s: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:\"https://wptavern.com/?p=107592\";s: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:193:\"https://wptavern.com/wordpress-5-6-beta-4-delayed-auto-updates-implementation-changed?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-5-6-beta-4-delayed-auto-updates-implementation-changed\";s: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:4446:\"<p class=\"has-drop-cap\">Earlier today, release lead Josepha Haden announced the team was <a href=\"https://make.wordpress.org/core/2020/11/10/wordpress-5-6-beta-4-delayed-from-november-10th-to-november-12th-2020/\">pushing back the release of WordPress 5.6 Beta 4</a> to Thursday, November 12. The beta release was slated to go live today. Questions around the readiness of the auto-updates feature held the beta update back. However, those questions are now resolved.</p>\n\n\n\n<p>Haden followed up the Beta 4 announcement with a more in-depth picture of <a href=\"https://make.wordpress.org/core/2020/11/10/wp5-6-auto-update-implementation-change/\">how auto-updates will change</a> for WordPress 5.6. She summarized the current concerns, laid out a path for version 5.6 and 5.7, and discussed plans for the future. The auto-updates feature is not something that will be complete overnight or in just one release. There are complex technical hurdles that must be jumped and a need for a dedicated focus in upcoming releases.</p>\n\n\n\n<p>Much of her post focuses on the tactics going forward. However, she mentioned in our chat that she does not want the community to lose sight of the big-picture, vision-setting aspects of the project.</p>\n\n\n\n<p>“The subject of auto-updates has resulted in many complicated discussions,” she wrote. “As I reminded the release squad, decisions like these require us to remember that we’re contributing to over 30% of the web, and we have to balance our immediate needs with long term planning.”</p>\n\n\n\n<p>The short-term plan is to allow current WordPress users to opt-in to major updates while enabling auto-updates for both minor and major releases for new installations. Some changes to the auto-updates UI are also in the works along with a plan to revise based on feedback in WordPress 5.6.1.</p>\n\n\n\n<p>In WordPress 5.7, which is several months away, the goal is to add a nudge on the Site Health screen for anyone opted out of major updates. We could also see a setting to opt-into updates as part of the WordPress installation flow for new sites.</p>\n\n\n\n<p><em>The big picture that Haden is talking about?</em> That is to make sure that all WordPress installations are receiving auto-updates, that these updates are seamless, and that users are running a secure version of WordPress.</p>\n\n\n\n<p>Nearly two years ago, WordPress project lead Matt Mullenweg outlined <a href=\"https://make.wordpress.org/core/2018/12/08/9-priorities-for-2019/\">nine goals for 2019</a>. One of those goals was to provide users a method of opting into automatic updates of major releases. It has taken WordPress a while to get there, but it is on the cusp of launching this feature that many have looked forward to.</p>\n\n\n\n<p>Haden also further clarified that goal. She said that the long-term plan for both Mullenweg and the other original feature contributors was to always have auto-updates for major releases enabled by default.</p>\n\n\n\n<p>Apart from those who already prefer to opt-out of any sort of automatic updates, some users’ trust in the system eroded a couple of weeks ago. The WordPress auto-update system <a href=\"https://wptavern.com/wordpress-auto-update-system-misfires-updating-live-sites-to-an-alpha-release\">updated sites to version 5.5.3-alpha</a> instead of 5.5.2 — WordPress currently automatically updates only minor releases. While there was no difference between the two versions and the core team quickly resolved the problem, the damage to user trust was already done.</p>\n\n\n\n<p>This was not an ideal leadup to the December launch of auto-updates for major releases.</p>\n\n\n\n<p>However, one hiccup — one that was effectively not an issue — seven years after WordPress 3.7 launched with security and maintenance updates is not too bad. The system has been a boon to making the web a more secure place. Ultimately, that is what auto-updates are all about. The big goal is to make sure that all WordPress sites are running on the most secure version available.</p>\n\n\n\n<p>“It’s important that whatever we implement isn’t taking us further away from our long term goals of having seamless, auto-updates across the project,” wrote Haden. “Auto-updates can help us have a more secure WordPress ecosystem, and in turn can help change the public perception of WordPress being an unsecure choice for users of any skill level.”</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, 10 Nov 2020 21:29: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s: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:11:\"\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:66:\"HeroPress: Don’t Miss Your Chance to Speak at WordFest Live 2021\";s: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://heropress.com/?p=3409\";s: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:171:\"https://heropress.com/dont-miss-your-chance-to-speak-at-wordfest-live-2021/#utm_source=rss&utm_medium=rss&utm_campaign=dont-miss-your-chance-to-speak-at-wordfest-live-2021\";s: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:1905:\"<img width=\"960\" height=\"536\" src=\"https://s20094.pcdn.co/wp-content/uploads/2020/11/WordFest-Purple-Banner-1024x572.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"a banner for WordFest - a festival of inclusive events\" />\n<p>As part of the growth of HeroPress, we’re looking at ways to support other community-focused initiatives, and here’s an excellent place to start: </p>\n\n\n\n<p>Looking for something new in the new year? Kick off 2021 by being a part of <a href=\"http://wordfest.live\">WordFest Live</a>. The team at Big Orange Heart is pulling together the first ever global event focused around 24 hours of celebrating WordPress.</p>\n\n\n\n<p>They need sponsors and attendees, but most timely right now is the call for speakers.</p>\n\n\n\n<p>If you’d like to apply to speak, head over to <a href=\"https://www.wordfest.live/call-for-speakers/?fbclid=IwAR2JnzHaxZw1irDWQv7m4viLkE-vc0idPSe94Drh_yP_UpFaZSUG_MDFNq4\" rel=\"noreferrer noopener\" target=\"_blank\">https://www.wordfest.live/call-for-speakers/</a> The event is looking for speakers from all over the world to share their WordPress knowledge. </p>\n\n\n\n<p>Want to learn more? <a href=\"https://www.wordfest.live/2020/11/speaking-at-wordfest-live-2021/\">This article</a> gives you a feel for the event, answers some questions, provides some topics to help guide you if you’re stuck, and explains what makes this a festival instead of “just” a conference. </p>\n\n\n\n<p>The event is FREE with donations going to support <a href=\"https://www.bigorangeheart.org/\">Big Orange Heart</a>. <strong>Speaker submissions close 18 November, 2020</strong>.</p>\n<p>The post <a rel=\"nofollow\" href=\"https://heropress.com/dont-miss-your-chance-to-speak-at-wordfest-live-2021/\">Don’t Miss Your Chance to Speak at WordFest Live 2021</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:\"Tue, 10 Nov 2020 20:55: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:\"\";}}}}}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:63:\"WPTavern: Biden-Harris Transition Website Launches on 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:\"https://wptavern.com/?p=107503\";s: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:171:\"https://wptavern.com/biden-harris-transition-website-launches-on-wordpress?utm_source=rss&utm_medium=rss&utm_campaign=biden-harris-transition-website-launches-on-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4112:\"<p>The Biden-Harris presidential transition team has launched <a href=\"https://twitter.com/Transition46\">a new Twitter account</a> and a website powered by WordPress. <a href=\"https://buildbackbetter.com/\">BuildBackBetter.com</a> is hosted by <a href=\"https://automattic.com/\">Automattic</a> and is zippy fast, thanks to Jetpack, Cloudflare CDN, and a lot of other performance optimizations. It <a href=\"https://tools.pingdom.com/#5d6c07d844800000\">loads in 333 ms</a>, performing just 19 requests.</p>\n\n\n\n<div class=\"wp-block-image shadow-none\"><img /></div>\n\n\n\n<p>The site was created by Ben Ostrower’s team at <a href=\"https://wideeye.co/\">Wide Eye</a>, an 11-year old agency based in Washington, D.C., and the same team behind <a href=\"https://wideeye.co/case-study/kamala-harris-for-the-people/\">Kamala Harris’ 2020 presidential campaign website</a>. Their work on Harris’ site won recognition as a finalist in <a href=\"https://www.fastcompany.com/90547945/graphic-design-innovation-by-design-2020\">Fast Company’s 2020 Innovation by Design Awards</a> in the Graphic Design category.</p>\n\n\n\n<p>In anticipation of winning the election, the Biden-Harris Transition team uploaded the content for the website in October, based on the image URLs. It uses a custom theme called Transition. Peeping under the hood, it looks like the site is using the <a href=\"https://wordpress.org/plugins/ninja-forms/\">Ninja Forms</a> plugin for the email signup and contact forms, as well as Google Tag Manager for analytics. The language switcher is powered by <a href=\"https://multilingualpress.org/\">MultilingualPress</a>. </p>\n\n\n\n<p>Wide Eye paid particular attention to the multilingual and accessibility features of the site with beautifully implemented toggles for contrast and font size. The high contrast toggle (dark mode) creates an elegant and natural transition between modes, without compromising the quality of the design. </p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>The transition site also has an official <a href=\"https://buildbackbetter.com/accessibility-statement/\">accessibility statement</a> regarding the team’s commitment to working towards WCAG 2.1 AA standards compliance:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>Our on-going accessibility effort works towards conforming to the Web Content Accessibility Guidelines (WCAG) version 2.1, level AA criteria. These guidelines not only help make web content accessible to users with sensory, cognitive and mobility disabilities, but ultimately to all users, regardless of ability.</p></blockquote>\n\n\n\n<p>Visitors are encouraged to email <a href=\"mailto:accessibility@bidentransition.org\">accessibility@bidentransition.org</a> with feedback on how to provide a better experience.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"es\" dir=\"ltr\">la web de Biden y Harris \"de transición\" (como lo llaman ellos) dice mucho de sus intenciones<br /><br />➡️ Está hecha con WordPress (código abierto)<br />➡️ Es multilingüe (español e inglés)<br />➡️ Es MUY accesible (me da entre un 80 y 90% en tests)<a href=\"https://t.co/vY2Peb8BJ4\">https://t.co/vY2Peb8BJ4</a></p>— Manu Quiroga 🎈 (@Manuls) <a href=\"https://twitter.com/Manuls/status/1325459089607024645?ref_src=twsrc%5Etfw\">November 8, 2020</a></blockquote>\n</div>\n\n\n\n<p>The Biden-Haris transition team is focused on building the necessary infrastructure for providing a smooth transfer of power from the current administration with a focus on critical matters, such as public health policy and national recovery plans. The website publishes updates on the leadership being assembled to tackle these challenges.</p>\n\n\n\n<p>Both the current administration’s <a href=\"https://www.whitehouse.gov/\">whitehouse.gov</a> and <a href=\"https://joebiden.com/\">JoeBiden.com</a> are also running on WordPress. If the Biden-Harris transition website is any indication, the next edition of whitehouse.gov may also relaunch on 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:\"Tue, 10 Nov 2020 04:24: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:66:\"WPTavern: WordPress 5.6 Will Ship With Another Major jQuery Change\";s: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:\"https://wptavern.com/?p=107508\";s: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:177:\"https://wptavern.com/wordpress-5-6-will-ship-with-another-major-jquery-change?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-5-6-will-ship-with-another-major-jquery-change\";s: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:5137:\"<img />\n\n\n\n<p class=\"has-drop-cap\">WordPress 5.6 will ship with the latest jQuery library next month. This is a major update that all plugin and theme developers should begin testing against. Last week, Marius Jensen <a href=\"https://make.wordpress.org/core/2020/11/05/updating-core-jquery-to-version-3-part-2/\">announced the change</a> on the Make Core blog.</p>\n\n\n\n<p>The following jQuery-related libraries are expected to ship in the update (<a href=\"https://core.trac.wordpress.org/ticket/50564\">WordPress Trac ticket</a>):</p>\n\n\n\n<ul><li>jQuery 3.5.1</li><li>jQuery Migrate 3.3.2</li><li>jQuery UI 1.12.1</li></ul>\n\n\n\n<p>This change is not surprising. Lead developer Andrew Ozz announced the <a href=\"https://make.wordpress.org/core/2020/06/29/updating-jquery-version-shipped-with-wordpress/\">original three-phase transition</a> to update the jQuery library earlier this June. The end goal is for WordPress to bundle the most up-to-date version and keep it updated going forward. WordPress has fallen behind and relied on an older version for several release cycles. As a result, much of the plugin and theme ecosystem has relied on outdated features.</p>\n\n\n\n<p>The three steps of the process are as follows:</p>\n\n\n\n<ul><li><strong>WordPress 5.5:</strong> Remove the jQuery Migrate 1.x script.</li><li><strong>WordPress 5.6:</strong> Update to the latest jQuery, jQuery UI, and jQuery Migrate scripts.</li><li><strong>WordPress 5.7:</strong> Remove the jQuery Migrate script.</li></ul>\n\n\n\n<p>If the removing, adding, and once again removing jQuery Migrate sounds confusing, it is because it can be. jQuery Migrate is essentially a helper script that allows developers to “migrate” to newer versions of jQuery. It is a backward-compatibility fix. The version of jQuery Migrate being re-added in WordPress 5.6 corresponds to newer versions of jQuery. It is being added as a temporary fix to give plugin and theme developers time to update their code. The hope is that developers will no longer rely on it by the time WordPress 5.7 ships.</p>\n\n\n\n<p>“Following the best practices and the recommendations of the jQuery team, Migrate should be used as a helper tool, not as a permanent backwards compatibility solution,” said Ozz in our <a href=\"https://wptavern.com/major-jquery-changes-on-the-way-for-wordpress-5-5-and-beyond\">discussion a few months ago</a>. “Ideally, WordPress will be able to do this.”</p>\n\n\n\n<p>Whether jQuery Migrate is removed in WordPress 5.7 remains to be seen. Right now, it is a tentative goal. Thus far, the process is still on track. Much of this also depends on how smooth the WordPress 5.6 ship sails. The <a href=\"https://wptavern.com/enable-jquery-migrate-helper-plugin-passes-10k-active-installs\">5.5 release sunk</a>, at least for many users. This is a result that we do not want to repeat.</p>\n\n\n\n<p>Navigating all of this is no small feat for end-users. They rely on WordPress, plugin, and theme developers to keep things running smoothly. With a month left before the launch of WordPress 5.6, plugin and theme authors need to start testing to make sure their projects work with the latest version of WordPress.</p>\n\n\n\n<p>Expecting some issues with WordPress 5.5, the WordPress development team created the <a href=\"https://wordpress.org/plugins/enable-jquery-migrate-helper/\">Enable jQuery Migrate Helper</a> plugin to ease the transition for users on WordPress 5.5. In the first week, the plugin had over 10,000 active installations. Today, it has over 200,000 users. This number is not necessarily indicative of plugins and themes with outdated code. Presumably, some percentage of these users no longer need the plugin because their extensions have been updated while they have yet to deactivate it. There is no public data on who is using the plugin and why.</p>\n\n\n\n<p>The plugin is still useful right now. It logs deprecation notices and makes them available to users. If the plugin does not log any notices after a week or two, users are encouraged to deactivate the plugin. If they are still seeing notices, they should contact their theme or plugin developers, depending on what is triggering the notices. When users update to WordPress 5.6, they should no longer need the plugin.</p>\n\n\n\n<p>We will be six months into this process for the next major release. Developers have had ample time to make adjustments. Let this be a friendly reminder to test plugins and themes during the 5.6 beta cycle.</p>\n\n\n\n<p>Plugin and theme authors should test with the <code>SCRIPT_DEBUG</code> constant enabled in their <code>wp-config.php</code> files. More information is available via the <a href=\"https://wordpress.org/support/article/debugging-in-wordpress/\">Debugging in WordPress</a> documentation.</p>\n\n\n\n<p>Jensen has published a guide on <a href=\"https://clorith.net/updating-jquery-code-in-your-unmaintained-wordpress-plugin-or-theme/\">updating jQuery in unmaintained themes or plugins</a>. It is primarily geared toward end-users who are comfortable enough going the DIY route. However, developers can find some useful information in the tutorial too.</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, 09 Nov 2020 21:31: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s: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:80:\"WPTavern: Editor Plus 2.1 Overhauls Block Controls UI and Adds Lottie Animations\";s: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:\"https://wptavern.com/?p=107421\";s: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:205:\"https://wptavern.com/editor-plus-2-1-overhauls-block-controls-ui-and-adds-lottie-animations?utm_source=rss&utm_medium=rss&utm_campaign=editor-plus-2-1-overhauls-block-controls-ui-and-adds-lottie-animations\";s: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:4629:\"<p class=\"has-drop-cap\">Yesterday, Munir Kamal released version 2.1 of the <a href=\"https://wordpress.org/plugins/editorplus/\">Editor Plus</a> plugin. The biggest change is a complete overhaul of its design controls. The developer also added a new Lottie animation block.</p>\n\n\n\n<p>I probably sound like a broken record after covering the last several releases of the plugin, but Kamal is doing some amazing things with the block editor. He is pushing limits and experimenting in areas that few others have yet to attempt. I am beginning to wonder if he has some secret, never-ending checklist of feature ideas in which he ticks off a few boxes every couple of weeks.</p>\n\n\n\n<p>The plugin has only 1,000+ active installs at the moment. However, it has maintained growth of over 11% since the midway point in 2020. I expect this to accelerate in the coming year as Kamal continues placing individual pieces of the larger puzzle, which includes the free blocks, patterns, and templates at <a href=\"https://gutenberghub.com/\">Gutenberg Hub</a>. He has laid the groundwork and now has one of the largest block editor resources on the web.</p>\n\n\n\n<h2>Design Controls Overhaul</h2>\n\n\n\n<img />More compact block design controls.\n\n\n\n<p class=\"has-drop-cap\">My biggest complaint about Editor Plus has always been how overwhelming some of the block options have felt. Too many choices can be blinding, and they make it tough to figure out where to start when customizing blocks.</p>\n\n\n\n<p>In our last discussion a couple of weeks ago, Kamal said that “other UI improvements are yet to come.” He was already working on tightening up controls, creating what he referred to as a more compact UI. He was drawing inspiration from the Figma and Sketch design tools.</p>\n\n\n\n<p>On the whole, this update creates that cleaner UI that he was shooting for. Some of the biggest improvements come from moving controls and labels inline with one another. The change means that users must do less scrolling to go through a multitude of options.</p>\n\n\n\n<p>There are still areas that could be cleaned and made more intuitive. Right now, Editor Plus adds custom block options tabs where WordPress already has the same tabs. For example, the plugin creates its own “+ Typography” tab. Instead, it should mount its custom options on the existing core Typography tab. From a purely user-experience perspective, it is confusing to see the similarly-named tabs. This would also create a more compact list of top-level tabs. The plugin has other tabs or controls with the same issue.</p>\n\n\n\n<h2>Lottie Animation Block</h2>\n\n\n\n<img />Still shot of the <a href=\"https://lottiefiles.com/37722-bouncy-car\">Bouncy Car</a> Lottie animation.\n\n\n\n<p class=\"has-drop-cap\">Kamal added the plugin’s first seven blocks in the <a href=\"https://wptavern.com/editorplus-introduces-its-first-blocks-and-adds-a-custom-block-creator\">last plugin update</a>. His primary goal is to stretch what the default WordPress blocks can do. However, he needed to create some new blocks to handle some of the layouts that were not possible with core alone. The latest update adds a Lottie animation block, which allows users to link to or upload a JSON file for a Lottie animation.</p>\n\n\n\n<p>Created by Airbnb, Lottie is a library that parses Adobe After Effects animations that are exported as JSON with Bodymovin. It then renders them natively on mobile devices or the web. The file sizes are smaller than many other options, and the animations can be scaled up or down without pixelation.</p>\n\n\n\n<p><a href=\"https://lottiefiles.com/\">LottieFiles</a> is one of the largest libraries of free Lottie animations on the web. It has 1,000s of animations for users to choose from.</p>\n\n\n\n<p>Kamal has already begun making use of the new Lottie animation block in Gutenberg Hub’s <a href=\"https://gutenberghub.com/template-category/patterns/\">section patterns library,</a> which houses block code that users can copy and paste into the editor, provided they have the Editor Plus plugin installed. Thus far, he has added three Lottie patterns with Black Friday animations — just in time for the shopping season.</p>\n\n\n\n<img />Still shot of an animated <a href=\"https://gutenberghub.com/templates/lottie-2/\">Black Friday pattern</a>.\n\n\n\n<p>While the Lottie animation JSON files are small, the script to play the animations is not. The JavaScript file comes in at a whopping 294 kb. This file is only loaded if the Lottie block is in use. The size may be a deal-breaker for some users. However, for animation-heavy websites, it might be worth considering.</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, 06 Nov 2020 22:03: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s: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:97:\"WPTavern: WooCommerce Patches Vulnerability that Allowed Spam Bots to Create Accounts at Checkout\";s: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:\"https://wptavern.com/?p=107352\";s: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:239:\"https://wptavern.com/woocommerce-patches-vulnerability-that-allowed-spam-bots-to-create-accounts-at-checkout?utm_source=rss&utm_medium=rss&utm_campaign=woocommerce-patches-vulnerability-that-allowed-spam-bots-to-create-accounts-at-checkout\";s: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:4502:\"<p><a href=\"https://developer.woocommerce.com/2020/11/05/woocommerce-4-6-2-fix-release/\">WooCommerce 4.6.2</a> was released yesterday with a fix for a vulnerability that allowed account creation at checkout, even when the “Allow customers to create an account during checkout” setting is disabled. The WooCommerce team discovered it after several dozen users <a href=\"https://wordpress.org/support/topic/failed-orders-fake-information/\">reported</a> their sites were receiving spam orders, or “failed orders” where the payment details were fake.</p>\n\n\n\n<div class=\"wp-block-image\"><img />Source: <a href=\"https://developer.woocommerce.com/2020/11/05/developer-advisory-spam-orders-and-accounts-from-bots/\">WooCommerce Developer Advisory</a></div>\n\n\n\n<p>WooCommerce developer Rodrigo Primo described how the bot is attacking stores: </p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>The gist of it is that the bot is able to create a user when placing an order exploiting the bug fixed by 4.6.2. After creating the user, the bot tries to find vulnerabilities in other plugins installed on the site that require an unprivileged authenticated account.</p></blockquote>\n\n\n\n<p>WooCommerce recommends users update to 4.6.2 to stop bots from creating users at checkout and then remove any accounts the bot previously created. This will not stop the bots from creating fake orders so store owners are advised to <a href=\"https://woocommerce.com/search/?q=spam&categories=WooCommerce+Extensions&collections=product\">install additional spam protection</a> from the WooCommerce Marketplace. Some users in the support forum are trying free plugins like <a href=\"https://wordpress.org/plugins/advanced-nocaptcha-recaptcha/\">Advanced noCaptcha & Invisible Captcha</a> and <a href=\"https://wordpress.org/plugins/woo-blocker-lite-prevent-fake-orders-and-blacklist-fraud-customers/\">Fraud Prevention Plugin for WooCommerce</a>.</p>\n\n\n\n<p>The first <a href=\"https://wordpress.org/support/topic/failed-orders-fake-information/\">logged instance</a> happened nine days before WooCommerce was able to issue a fix. In the meantime, some users reported having their site’s URL changed and other hacking attempts. Dave Green, WordPress engineer at <a href=\"https://www.makedo.net/\">Make Do</a>, used log files to determine that the script relies on exploiting other vulnerabilities in order to gain access to the database. </p>\n\n\n\n<p>“That script is creating the order, and is also likely to be exploiting whatever vulnerability is available to bypass customer account settings and create a new user; it may or may not be relying upon other exploits for this,” Green <a href=\"https://wordpress.org/support/topic/failed-orders-fake-information/page/8/#post-13611713\">said</a>.</p>\n\n\n\n<p>“Assuming it has successfully gained access to the system, it then tries to update the DB. It either fails and leaves you with nuisance orders, or succeeds and points your site to the scam URL.”</p>\n\n\n\n<p>The WooCommerce team has also fixed this same bug in <a href=\"https://developer.woocommerce.com/2020/11/05/woocommerce-blocks-3-7-1-release-notes/\">WooCommerce Blocks 3.7.1</a>, preventing checkout from creating accounts when the related setting is disabled. </p>\n\n\n\n<p>WooCommerce did not publish the names of any of extensions that have vulnerabilities being exploited by this script. However, some one user <a href=\"https://wordpress.org/support/topic/failed-orders-fake-information/page/2/#post-13592568\">reported</a> an attack that coincided with the fake orders:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>I had a failed order yesterday with similar info to the OP as well.</p><p>At the exact same time that failed order came in, my WAF blocked two attempted attacks from the same user/IP (bbbb bbbb) for “TI WooCommerce Wishlist < 1.21.12 – Authenticated WP Options Change”</p></blockquote>\n\n\n\n<p>The script may have been probing for a vulnerability in the <a href=\"https://wordpress.org/plugins/ti-woocommerce-wishlist/\">TI WooCommerce Wishlist</a> plugin, which was <a href=\"https://blog.nintechnet.com/critical-zero-day-vulnerability-fixed-in-wordpress-ti-woocommerce-wishlist-plugin/\">patched</a> approximately two weeks ago. The plugin is active on more than 70,000 WordPress sites.</p>\n\n\n\n<p>The WooCommerce team is still researching the origin and impact of this vulnerability and will publish more information as it becomes available.</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, 06 Nov 2020 20:37: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: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:104:\"WPTavern: WordPress.com Drops Over 100 Block Patterns, Carving a Path the Design Community Should Follow\";s: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:\"https://wptavern.com/?p=107332\";s: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:251:\"https://wptavern.com/wordpress-com-drops-over-100-block-patterns-carving-a-path-the-design-community-should-follow?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-com-drops-over-100-block-patterns-carving-a-path-the-design-community-should-follow\";s: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:5024:\"<p class=\"has-drop-cap\">Automattic <a href=\"https://wordpress.com/blog/2020/10/28/introducing-patterns/\">released over 100 block patterns</a> to its users on WordPress.com last week. Patterns are a set of blocks that users can insert into their posts or pages for predefined yet customizable sections of content. Most of WordPress.com’s new patterns are general enough in design to cover a range of uses. However, the choices also cover some niches like restaurants.</p>\n\n\n\n<p>“The WordPress Editor is a powerful tool that can help bring your design ideas to life but one of the best parts is, you don’t have to start from scratch,” wrote Ian Stewart, the WordPress.com Design Team Lead, in the announcement. “Building sophisticated designs can be as easy as picking Patterns from our growing library, and snapping them together to create beautiful-looking posts and pages.”</p>\n\n\n\n<p>Aside from the work that Gutenberg Hub has done with its <a href=\"https://wptavern.com/gutenberg-hub-launches-collection-of-100-block-templates\">template library</a>, this is one of the largest dumps of block patterns from anyone in the WordPress community at once. The big question right now is whether the larger WordPress community will see them in some form.</p>\n\n\n\n<p>“No immediate plans to bring those out to the larger community outside of WordPress.com just yet,” said Stewart in a quick chat. “I expect us to contribute in some fashion to the potential block pattern directory but no immediate plans there yet either.”</p>\n\n\n\n<p>Admittedly, I was a little disappointed in the response. I bought into the idea of block patterns from day one and have been patiently awaiting an explosion of layouts from the development community. As a former theme business owner, I see the dozens of problems that patterns would have solved for me five, six, or seven years ago. And, this is a feature that could win over some holdouts who are waiting for the block editor to mature enough to build more advanced layouts.</p>\n\n\n\n<img />Grouping Quote, Spacer, and Columns creates custom Quote pattern.\n\n\n\n<p>“The team’s current focus is on making great-looking WordPress.com patterns and contributing back to the Gutenberg Project when we see potential for improvement with the tools for creating them,” said Stewart. “I think, like you, we’re pretty excited about the potential for Patterns and improved design controls in the Block Editor. So we’re plugging away at that right now. There’s a lot of exciting designs that can be made today and even more that we’ll be able to make in the future.”</p>\n\n\n\n<p><em>Not now</em> is not a <em>no</em>, however. Automattic has a gluttony of talented designers. If a <a href=\"https://wptavern.com/wordpress-contributors-discuss-launching-an-official-block-pattern-directory\">block pattern directory emerges</a> from recent discussions (it’s still an early idea), I have little doubt that individuals from the company would submit patterns. Users of the WordPress software will also see new patterns in themes that the design team releases publicly, such as those within <a href=\"https://wptavern.com/exploring-seedlet-automattics-block-first-wordpress-theme\">Seedlet</a>.</p>\n\n\n\n<img />Heading, Paragraph, Spacer, and YouTube blocks create this pattern.\n\n\n\n<p>The great thing about patterns is that they are easy to recreate. Even if the WordPress.com design team decides to keep them in-house for the foreseeable future, they can offer inspiration to theme authors who are looking to dive into this feature. Most of the patterns use only the core WordPress blocks. However, some of the contact-related patterns use the Form block, which is available via the Jetpack plugin.</p>\n\n\n\n<p>Other patterns make use of the <a href=\"https://wordpress.org/plugins/layout-grid/\">Layout Grid block</a>, which is in the official plugin directory. This is one area that the block editor still lags a bit behind in, so it is necessary to use a plugin to make some of the more complex pattern designs work. However, there is an <a href=\"https://github.com/WordPress/gutenberg/issues/16271\">open discussion on a grid system</a> for core. Tavern readers seemed to be <a href=\"https://wptavern.com/should-the-block-editor-have-a-grid-system\">receptive to the idea</a> earlier this year too.</p>\n\n\n\n<img />Grids within grids — nesting for a complex layout.\n\n\n\n<p>The design team put together an extensive array of call-to-action patterns. With over 20 to choose from in this category alone, just about any site owner who wants to sell a product, service, or content should be able to find something that suits them.</p>\n\n\n\n<img />Call to Action block pattern for shops.\n\n\n\n<p>For now, those using WordPress.com can fully enjoy one of the better parts of the block editor. As for theme authors who are building for the open-source WordPress platform, remember that <em>great artists steal</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:\"Thu, 05 Nov 2020 23:09: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:14:\"Justin Tadlock\";s: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:45:\"WPTavern: Frontity Inks Partnership with 10up\";s: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:\"https://wptavern.com/?p=106861\";s: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:135:\"https://wptavern.com/frontity-inks-partnership-with-10up?utm_source=rss&utm_medium=rss&utm_campaign=frontity-inks-partnership-with-10up\";s: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:4280:\"<img />photo credit: <a href=\"https://stocksnap.io/photo/laptop-desk-2BJQISGWND\">Matt Moloney</a>\n\n\n\n<p><a href=\"https://frontity.org/\">Frontity</a> has launched a <a href=\"https://frontity.org/partners/\">partnership program</a> to support the maintenance of its open source framework for building React-based WordPress sites. <a href=\"https://10up.com/\">10up</a>, a large agency that provides headless solutions to enterprise customers, is the first partner to join in support of the project.</p>\n\n\n\n<p>“Since we launched Frontity Framework last year, dozens of WordPress publishers have asked our team about consulting services and for help on their migration to Frontity,” Frontity communications director Reyes Martínez said. “It was great to see an increasing interest in using Frontity at an enterprise-level but, unfortunately, we didn’t have an efficient way to help them all and fulfill the custom requirements these projects usually need.”</p>\n\n\n\n<p>This partnership allows Frontity to funnel requests for consulting to 10up and other future agency partners. Reyes said the partnership does not have a monetary aspect but rather 10up is supporting the project by maintaining and extending the framework through contributions. </p>\n\n\n\n<p>Prior to this arrangement, the agency had already contributed to the core framework, most notably by developing the <a href=\"https://github.com/frontity/frontity/pull/507\">Link Component</a> and <a href=\"https://github.com/frontity/frontity/pull/518\">Auto-Prefetching</a> features. 10up also created the <a href=\"https://github.com/10up/frontity-packages/tree/develop/packages/elasticpress\">ElasticPress package</a>, which improves search for sites using Elasticsearch.</p>\n\n\n\n<p>“Frontity provides an easy to use package management interface that enables us to quickly extend the platform — similar to how plugins work in the WordPress ecosystem,” 10up VP of Engineering Taylor Lovett <a href=\"https://10up.com/blog/2020/10up-frontity-partnership/\">said</a>, explaining why the company formalized a partnership with the framework’s creators. “It includes features that typically require custom engineering, such as Google Analytics integration, routing, and integration with plugins (like SEO tools).”</p>\n\n\n\n<p>Earlier this year Frontity raised €1M in funding in a round led by <a href=\"https://kfund.co/\">K Fund</a>, with <a href=\"https://automattic.com/\">Automattic</a> covering 22%. This funding keeps the maintainers free to focus on the open source project. Frontity recently <a href=\"https://runacap.com/ross-index/\">ranked #9</a> on Runa Capital’s Open Source Startup (ROSS) Index, which ranked the top 20 startups by Github star growth for Q3 2020.</p>\n\n\n\n<p>The project’s partnership program is an interesting and somewhat uncommon approach to sustaining the framework’s growth. It redirects a steady stream of leads for custom work to partners, helping potential users find expertise, while ensuring the project is well maintained. As the WordPress ecosystem demonstrates increasing interest in building React-powered websites, Frontity is turning the growing demand for custom work into an opportunity to bolster the open source project and ensure the framework’s future.</p>\n\n\n\n<p>“Some companies are aware of the advantages of a decoupled React front-end and contact us because they are interesting in using Frontity, but don’t have the team or the internal resources to build or migrate a project from scratch,” Reyes said. “Others that have the resources and already tried (or know) Frontity, contact us because they still want a freelancer or agency to help with the development, design or maintenance of the project.”</p>\n\n\n\n<p>Frontity is in conversation with some agencies from the WordPress VIP Agency Partner Program and other hosting companies but could not share more details at this time. The basic qualifications for partners include previous experience with enterprise customers in the WordPress space, expertise with headless WordPress and React frontends, and willingness to actively contribute to the Frontity framework.</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, 05 Nov 2020 03:18: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: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:\"Thu, 10 Dec 2020 08:04:08 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:13:\"last-modified\";s:29:\"Thu, 10 Dec 2020 07:45:08 GMT\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:9:\"HIT ord 1\";s:16:\"content-encoding\";s:4:\"gzip\";}}s:5:\"build\";s:14:\"20200501195606\";}','no'),(290864,'_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1607630648','no'),(290865,'_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1607587448','no'),(290866,'_transient_timeout_dash_v2_88ae138922fe95674369b1cb3d215a2b','1607630648','no'),(290867,'_transient_dash_v2_88ae138922fe95674369b1cb3d215a2b','<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2020/12/simone/\'>WordPress 5.6 “Simone”</a></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wptavern.com/state-of-the-word-2020-scheduled-for-december-17-with-virtual-qa?utm_source=rss&utm_medium=rss&utm_campaign=state-of-the-word-2020-scheduled-for-december-17-with-virtual-qa\'>WPTavern: State of the Word 2020 Scheduled for December 17, with Virtual Q&A</a></li><li><a class=\'rsswidget\' href=\'https://wptavern.com/wordpress-5-6-simone-includes-new-twenty-twenty-one-theme-and-improved-editor?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-5-6-simone-includes-new-twenty-twenty-one-theme-and-improved-editor\'>WPTavern: WordPress 5.6 “Simone” Includes New Twenty Twenty-One Theme and Improved Editor</a></li><li><a class=\'rsswidget\' href=\'https://wptavern.com/automattic-acquires-mailpoet?utm_source=rss&utm_medium=rss&utm_campaign=automattic-acquires-mailpoet\'>WPTavern: Automattic Acquires MailPoet</a></li></ul></div>','no'),(290868,'_site_transient_timeout_theme_roots','1607589249','no'),(290869,'_site_transient_theme_roots','a:1:{s:13:\"captainschare\";s:7:\"/themes\";}','no'),(290898,'_site_transient_update_plugins','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1607588586;s:8:\"response\";a:2:{s:36:\"contact-form-7/wp-contact-form-7.php\";O:8:\"stdClass\":12:{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:\"5.3.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.5.3.1.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:67:\"https://ps.w.org/contact-form-7/assets/icon-256x256.png?rev=2279696\";s:2:\"1x\";s:59:\"https://ps.w.org/contact-form-7/assets/icon.svg?rev=2339255\";s:3:\"svg\";s:59:\"https://ps.w.org/contact-form-7/assets/icon.svg?rev=2339255\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/contact-form-7/assets/banner-1544x500.png?rev=860901\";s:2:\"1x\";s:68:\"https://ps.w.org/contact-form-7/assets/banner-772x250.png?rev=880427\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:3:\"5.6\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:21:\"newsletter/plugin.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:24:\"w.org/plugins/newsletter\";s:4:\"slug\";s:10:\"newsletter\";s:6:\"plugin\";s:21:\"newsletter/plugin.php\";s:11:\"new_version\";s:5:\"7.0.0\";s:3:\"url\";s:41:\"https://wordpress.org/plugins/newsletter/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/plugin/newsletter.7.0.0.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/newsletter/assets/icon-256x256.png?rev=1052028\";s:2:\"1x\";s:63:\"https://ps.w.org/newsletter/assets/icon-128x128.png?rev=1160467\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/newsletter/assets/banner-1544x500.png?rev=1052027\";s:2:\"1x\";s:65:\"https://ps.w.org/newsletter/assets/banner-772x250.png?rev=1052027\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:3:\"5.6\";s:12:\"requires_php\";s:3:\"5.6\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:13:{s:30:\"advanced-custom-fields/acf.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:36:\"w.org/plugins/advanced-custom-fields\";s:4:\"slug\";s:22:\"advanced-custom-fields\";s:6:\"plugin\";s:30:\"advanced-custom-fields/acf.php\";s:11:\"new_version\";s:5:\"5.9.3\";s:3:\"url\";s:53:\"https://wordpress.org/plugins/advanced-custom-fields/\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/plugin/advanced-custom-fields.5.9.3.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:75:\"https://ps.w.org/advanced-custom-fields/assets/icon-256x256.png?rev=1082746\";s:2:\"1x\";s:75:\"https://ps.w.org/advanced-custom-fields/assets/icon-128x128.png?rev=1082746\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:78:\"https://ps.w.org/advanced-custom-fields/assets/banner-1544x500.jpg?rev=1729099\";s:2:\"1x\";s:77:\"https://ps.w.org/advanced-custom-fields/assets/banner-772x250.jpg?rev=1729102\";}s:11:\"banners_rtl\";a:0:{}}s:19:\"akismet/akismet.php\";O:8:\"stdClass\":9:{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:\"4.1.7\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.4.1.7.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:59:\"https://ps.w.org/akismet/assets/icon-256x256.png?rev=969272\";s:2:\"1x\";s:59:\"https://ps.w.org/akismet/assets/icon-128x128.png?rev=969272\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:61:\"https://ps.w.org/akismet/assets/banner-772x250.jpg?rev=479904\";}s:11:\"banners_rtl\";a:0:{}}s:43:\"all-in-one-seo-pack/all_in_one_seo_pack.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:33:\"w.org/plugins/all-in-one-seo-pack\";s:4:\"slug\";s:19:\"all-in-one-seo-pack\";s:6:\"plugin\";s:43:\"all-in-one-seo-pack/all_in_one_seo_pack.php\";s:11:\"new_version\";s:5:\"3.7.1\";s:3:\"url\";s:50:\"https://wordpress.org/plugins/all-in-one-seo-pack/\";s:7:\"package\";s:68:\"https://downloads.wordpress.org/plugin/all-in-one-seo-pack.3.7.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:72:\"https://ps.w.org/all-in-one-seo-pack/assets/icon-256x256.png?rev=2075006\";s:2:\"1x\";s:72:\"https://ps.w.org/all-in-one-seo-pack/assets/icon-128x128.png?rev=2075006\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:75:\"https://ps.w.org/all-in-one-seo-pack/assets/banner-1544x500.png?rev=1354894\";s:2:\"1x\";s:74:\"https://ps.w.org/all-in-one-seo-pack/assets/banner-772x250.png?rev=1354894\";}s:11:\"banners_rtl\";a:0:{}}s:45:\"taxonomy-terms-order/taxonomy-terms-order.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:34:\"w.org/plugins/taxonomy-terms-order\";s:4:\"slug\";s:20:\"taxonomy-terms-order\";s:6:\"plugin\";s:45:\"taxonomy-terms-order/taxonomy-terms-order.php\";s:11:\"new_version\";s:7:\"1.5.7.3\";s:3:\"url\";s:51:\"https://wordpress.org/plugins/taxonomy-terms-order/\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/plugin/taxonomy-terms-order.1.5.7.3.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/taxonomy-terms-order/assets/icon-256x256.png?rev=1564412\";s:2:\"1x\";s:73:\"https://ps.w.org/taxonomy-terms-order/assets/icon-128x128.png?rev=1564412\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:76:\"https://ps.w.org/taxonomy-terms-order/assets/banner-1544x500.png?rev=1564412\";s:2:\"1x\";s:75:\"https://ps.w.org/taxonomy-terms-order/assets/banner-772x250.png?rev=1564412\";}s:11:\"banners_rtl\";a:0:{}}s:33:\"classic-editor/classic-editor.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:28:\"w.org/plugins/classic-editor\";s:4:\"slug\";s:14:\"classic-editor\";s:6:\"plugin\";s:33:\"classic-editor/classic-editor.php\";s:11:\"new_version\";s:3:\"1.6\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/classic-editor/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/classic-editor.1.6.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/classic-editor/assets/icon-256x256.png?rev=1998671\";s:2:\"1x\";s:67:\"https://ps.w.org/classic-editor/assets/icon-128x128.png?rev=1998671\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/classic-editor/assets/banner-1544x500.png?rev=1998671\";s:2:\"1x\";s:69:\"https://ps.w.org/classic-editor/assets/banner-772x250.png?rev=1998676\";}s:11:\"banners_rtl\";a:0:{}}s:33:\"cf7-salesforce/cf7-salesforce.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:28:\"w.org/plugins/cf7-salesforce\";s:4:\"slug\";s:14:\"cf7-salesforce\";s:6:\"plugin\";s:33:\"cf7-salesforce/cf7-salesforce.php\";s:11:\"new_version\";s:5:\"1.1.9\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/cf7-salesforce/\";s:7:\"package\";s:57:\"https://downloads.wordpress.org/plugin/cf7-salesforce.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/cf7-salesforce/assets/icon-256x256.png?rev=1956780\";s:2:\"1x\";s:67:\"https://ps.w.org/cf7-salesforce/assets/icon-128x128.png?rev=1956780\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/cf7-salesforce/assets/banner-1544x500.png?rev=1974697\";s:2:\"1x\";s:69:\"https://ps.w.org/cf7-salesforce/assets/banner-772x250.png?rev=1974697\";}s:11:\"banners_rtl\";a:0:{}}s:45:\"contact-form-entries/contact-form-entries.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:34:\"w.org/plugins/contact-form-entries\";s:4:\"slug\";s:20:\"contact-form-entries\";s:6:\"plugin\";s:45:\"contact-form-entries/contact-form-entries.php\";s:11:\"new_version\";s:5:\"1.1.6\";s:3:\"url\";s:51:\"https://wordpress.org/plugins/contact-form-entries/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-entries.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/contact-form-entries/assets/icon-256x256.png?rev=1926543\";s:2:\"1x\";s:73:\"https://ps.w.org/contact-form-entries/assets/icon-128x128.png?rev=1926543\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:75:\"https://ps.w.org/contact-form-entries/assets/banner-772x250.png?rev=1926543\";}s:11:\"banners_rtl\";a:0:{}}s:73:\"country-phone-field-contact-form-7/country-phone-field-contact-form-7.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:48:\"w.org/plugins/country-phone-field-contact-form-7\";s:4:\"slug\";s:34:\"country-phone-field-contact-form-7\";s:6:\"plugin\";s:73:\"country-phone-field-contact-form-7/country-phone-field-contact-form-7.php\";s:11:\"new_version\";s:5:\"2.2.3\";s:3:\"url\";s:65:\"https://wordpress.org/plugins/country-phone-field-contact-form-7/\";s:7:\"package\";s:77:\"https://downloads.wordpress.org/plugin/country-phone-field-contact-form-7.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:87:\"https://ps.w.org/country-phone-field-contact-form-7/assets/icon-256x256.png?rev=2064274\";s:2:\"1x\";s:87:\"https://ps.w.org/country-phone-field-contact-form-7/assets/icon-128x128.png?rev=2064274\";}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}}s:41:\"cf7-calendly-integration/calendly-cf7.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:38:\"w.org/plugins/cf7-calendly-integration\";s:4:\"slug\";s:24:\"cf7-calendly-integration\";s:6:\"plugin\";s:41:\"cf7-calendly-integration/calendly-cf7.php\";s:11:\"new_version\";s:3:\"1.0\";s:3:\"url\";s:55:\"https://wordpress.org/plugins/cf7-calendly-integration/\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/plugin/cf7-calendly-integration.zip\";s:5:\"icons\";a:1:{s:7:\"default\";s:68:\"https://s.w.org/plugins/geopattern-icon/cf7-calendly-integration.svg\";}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}}s:9:\"hello.php\";O:8:\"stdClass\":9:{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:5:\"1.7.2\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/hello-dolly/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/hello-dolly.1.7.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-256x256.jpg?rev=2052855\";s:2:\"1x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-128x128.jpg?rev=2052855\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:66:\"https://ps.w.org/hello-dolly/assets/banner-772x250.jpg?rev=2052855\";}s:11:\"banners_rtl\";a:0:{}}s:37:\"post-types-order/post-types-order.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:30:\"w.org/plugins/post-types-order\";s:4:\"slug\";s:16:\"post-types-order\";s:6:\"plugin\";s:37:\"post-types-order/post-types-order.php\";s:11:\"new_version\";s:7:\"1.9.5.2\";s:3:\"url\";s:47:\"https://wordpress.org/plugins/post-types-order/\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/plugin/post-types-order.1.9.5.2.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:69:\"https://ps.w.org/post-types-order/assets/icon-128x128.png?rev=1226428\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:72:\"https://ps.w.org/post-types-order/assets/banner-1544x500.png?rev=1675574\";s:2:\"1x\";s:71:\"https://ps.w.org/post-types-order/assets/banner-772x250.png?rev=1429949\";}s:11:\"banners_rtl\";a:0:{}}s:57:\"ssl-insecure-content-fixer/ssl-insecure-content-fixer.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:40:\"w.org/plugins/ssl-insecure-content-fixer\";s:4:\"slug\";s:26:\"ssl-insecure-content-fixer\";s:6:\"plugin\";s:57:\"ssl-insecure-content-fixer/ssl-insecure-content-fixer.php\";s:11:\"new_version\";s:5:\"2.7.2\";s:3:\"url\";s:57:\"https://wordpress.org/plugins/ssl-insecure-content-fixer/\";s:7:\"package\";s:75:\"https://downloads.wordpress.org/plugin/ssl-insecure-content-fixer.2.7.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:79:\"https://ps.w.org/ssl-insecure-content-fixer/assets/icon-256x256.png?rev=1363964\";s:2:\"1x\";s:79:\"https://ps.w.org/ssl-insecure-content-fixer/assets/icon-128x128.png?rev=1363964\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:81:\"https://ps.w.org/ssl-insecure-content-fixer/assets/banner-772x250.png?rev=1363964\";}s:11:\"banners_rtl\";a:0:{}}s:29:\"wp-mail-smtp/wp_mail_smtp.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:26:\"w.org/plugins/wp-mail-smtp\";s:4:\"slug\";s:12:\"wp-mail-smtp\";s:6:\"plugin\";s:29:\"wp-mail-smtp/wp_mail_smtp.php\";s:11:\"new_version\";s:5:\"2.5.1\";s:3:\"url\";s:43:\"https://wordpress.org/plugins/wp-mail-smtp/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/wp-mail-smtp.2.5.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/wp-mail-smtp/assets/icon-256x256.png?rev=1755440\";s:2:\"1x\";s:65:\"https://ps.w.org/wp-mail-smtp/assets/icon-128x128.png?rev=1755440\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/wp-mail-smtp/assets/banner-1544x500.png?rev=2120094\";s:2:\"1x\";s:67:\"https://ps.w.org/wp-mail-smtp/assets/banner-772x250.png?rev=2120094\";}s:11:\"banners_rtl\";a:0:{}}}}','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_520_ci DEFAULT NULL,
`meta_value` longtext COLLATE utf8mb4_unicode_520_ci,
PRIMARY KEY (`meta_id`),
KEY `post_id` (`post_id`),
KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB AUTO_INCREMENT=5112 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_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'),(2,3,'_wp_page_template','default'),(3,5,'_edit_lock','1599737889:1'),(4,5,'_wp_page_template','template-parts/home-template.php'),(5,7,'_wp_attached_file','2019/09/logo.png'),(6,7,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:240;s:6:\"height\";i:48;s:4:\"file\";s:16:\"2019/09/logo.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"logo-150x48.png\";s:5:\"width\";i:150;s:6:\"height\";i:48;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:{}}}'),(7,8,'_edit_lock','1594634770:1'),(8,10,'_edit_last','1'),(9,10,'_edit_lock','1599737821:1'),(10,15,'_wp_attached_file','2019/09/header-bg.jpg'),(11,15,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:562;s:4:\"file\";s:21:\"2019/09/header-bg.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"header-bg-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:\"header-bg-300x123.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:123;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"header-bg-768x316.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:316;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"header-bg-1024x421.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:421;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"header-bg-1200x494.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:494;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:{}}}'),(12,16,'_wp_attached_file','2019/09/banner-laptop.png'),(13,16,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:811;s:6:\"height\";i:493;s:4:\"file\";s:25:\"2019/09/banner-laptop.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"banner-laptop-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:25:\"banner-laptop-300x182.png\";s:5:\"width\";i:300;s:6:\"height\";i:182;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"banner-laptop-768x467.png\";s:5:\"width\";i:768;s:6:\"height\";i:467;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:{}}}'),(14,5,'_edit_last','1'),(15,5,'banner_section_background_image','15'),(16,5,'_banner_section_background_image','field_5d7785aaee8ae'),(17,5,'banner_section_front_image','603'),(18,5,'_banner_section_front_image','field_5d7785d3ee8af'),(19,5,'banner_section_text','Dashboard That Increases Client Engagement And Improves Decision Making'),(20,5,'_banner_section_text','field_5d7785eeee8b0'),(21,5,'banner_section',''),(22,5,'_banner_section','field_5d778563ee8ad'),(23,17,'banner_section_background_image','15'),(24,17,'_banner_section_background_image','field_5d7785aaee8ae'),(25,17,'banner_section_front_image','16'),(26,17,'_banner_section_front_image','field_5d7785d3ee8af'),(27,17,'banner_section_text','Explore the tool for the next generation of IT MSP'),(28,17,'_banner_section_text','field_5d7785eeee8b0'),(29,17,'banner_section',''),(30,17,'_banner_section','field_5d778563ee8ad'),(31,21,'_wp_attached_file','2019/09/connectors-logo.png'),(32,21,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:892;s:6:\"height\";i:223;s:4:\"file\";s:27:\"2019/09/connectors-logo.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"connectors-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:26:\"connectors-logo-300x75.png\";s:5:\"width\";i:300;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"connectors-logo-768x192.png\";s:5:\"width\";i:768;s:6:\"height\";i:192;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:{}}}'),(33,5,'connectors_section_text','Captain\'s Chair consolidates the data that matters to next generation MSPs.\r\n<a href=\"https://captainschairit.com/connectors/\">Check out the current connectors with more coming soon!</a>'),(34,5,'_connectors_section_text','field_5d7789431dc51'),(35,5,'connectors_section_image','21'),(36,5,'_connectors_section_image','field_5d7789511dc52'),(37,5,'connectors_section',''),(38,5,'_connectors_section','field_5d7789221dc50'),(39,22,'banner_section_background_image','15'),(40,22,'_banner_section_background_image','field_5d7785aaee8ae'),(41,22,'banner_section_front_image','16'),(42,22,'_banner_section_front_image','field_5d7785d3ee8af'),(43,22,'banner_section_text','Explore the tool for the next generation of IT MSP'),(44,22,'_banner_section_text','field_5d7785eeee8b0'),(45,22,'banner_section',''),(46,22,'_banner_section','field_5d778563ee8ad'),(47,22,'connectors_section_text','Captain\'s Chair consolidates the data that matters to next generation MSPs.\r\nCheck out the current connectors with more coming soon!'),(48,22,'_connectors_section_text','field_5d7789431dc51'),(49,22,'connectors_section_image','21'),(50,22,'_connectors_section_image','field_5d7789511dc52'),(51,22,'connectors_section',''),(52,22,'_connectors_section','field_5d7789221dc50'),(62,24,'_edit_last','1'),(63,24,'_edit_lock','1570204255:1'),(64,26,'_edit_last','1'),(65,26,'_edit_lock','1599724065:1'),(66,26,'featured','a:1:{i:0;s:8:\"featured\";}'),(67,26,'_featured','field_5d77966b8b48e'),(68,27,'_edit_last','1'),(69,27,'_edit_lock','1599732927:1'),(70,27,'featured','a:1:{i:0;s:8:\"featured\";}'),(71,27,'_featured','field_5d77966b8b48e'),(72,28,'_edit_last','1'),(73,28,'_edit_lock','1599736091:1'),(74,28,'featured','a:1:{i:0;s:8:\"featured\";}'),(75,28,'_featured','field_5d77966b8b48e'),(76,29,'_edit_last','1'),(77,29,'_edit_lock','1599732938:1'),(78,29,'featured','a:1:{i:0;s:8:\"featured\";}'),(79,29,'_featured','field_5d77966b8b48e'),(80,5,'about_products_section_text','Boost client trust and increase account management efficiency with customizable dashboards, consolidated client information, and automated QBR reports.'),(81,5,'_about_products_section_text','field_5d77a19d21f5a'),(82,5,'about_products_section',''),(83,5,'_about_products_section','field_5d77a00521f59'),(84,32,'banner_section_background_image','15'),(85,32,'_banner_section_background_image','field_5d7785aaee8ae'),(86,32,'banner_section_front_image','16'),(87,32,'_banner_section_front_image','field_5d7785d3ee8af'),(88,32,'banner_section_text','Explore the tool for the next generation of IT MSP'),(89,32,'_banner_section_text','field_5d7785eeee8b0'),(90,32,'banner_section',''),(91,32,'_banner_section','field_5d778563ee8ad'),(92,32,'connectors_section_text','Captain\'s Chair consolidates the data that matters to next generation MSPs.\r\nCheck out the current connectors with more coming soon!'),(93,32,'_connectors_section_text','field_5d7789431dc51'),(94,32,'connectors_section_image','21'),(95,32,'_connectors_section_image','field_5d7789511dc52'),(96,32,'connectors_section',''),(97,32,'_connectors_section','field_5d7789221dc50'),(98,32,'about_products_section_text','Captain\'s Chair is an always-on dashboard that gives our MSP partners a competitive advantage to close new business and increase managed recurring revenue with existing clients.'),(99,32,'_about_products_section_text','field_5d77a19d21f5a'),(100,32,'about_products_section',''),(101,32,'_about_products_section','field_5d77a00521f59'),(102,37,'_wp_attached_file','2019/09/selling-more.png'),(103,37,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:816;s:6:\"height\";i:300;s:4:\"file\";s:24:\"2019/09/selling-more.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"selling-more-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:\"selling-more-300x110.png\";s:5:\"width\";i:300;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"selling-more-768x282.png\";s:5:\"width\";i:768;s:6:\"height\";i:282;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:{}}}'),(104,5,'selling_more_section_text','Join the growing community of next generation IT MSP\'s who are utilizing captain\'s chair'),(105,5,'_selling_more_section_text','field_5d77a2f0593b7'),(106,5,'selling_more_section_link',''),(107,5,'_selling_more_section_link','field_5d77a307593b8'),(108,5,'selling_more_section_image','37'),(109,5,'_selling_more_section_image','field_5d77a312593b9'),(110,5,'selling_more_section',''),(111,5,'_selling_more_section','field_5d77a2e3593b6'),(112,38,'banner_section_background_image','15'),(113,38,'_banner_section_background_image','field_5d7785aaee8ae'),(114,38,'banner_section_front_image','16'),(115,38,'_banner_section_front_image','field_5d7785d3ee8af'),(116,38,'banner_section_text','Explore the tool for the next generation of IT MSP'),(117,38,'_banner_section_text','field_5d7785eeee8b0'),(118,38,'banner_section',''),(119,38,'_banner_section','field_5d778563ee8ad'),(120,38,'connectors_section_text','Captain\'s Chair consolidates the data that matters to next generation MSPs.\r\nCheck out the current connectors with more coming soon!'),(121,38,'_connectors_section_text','field_5d7789431dc51'),(122,38,'connectors_section_image','21'),(123,38,'_connectors_section_image','field_5d7789511dc52'),(124,38,'connectors_section',''),(125,38,'_connectors_section','field_5d7789221dc50'),(126,38,'about_products_section_text','Captain\'s Chair is an always-on dashboard that gives our MSP partners a competitive advantage to close new business and increase managed recurring revenue with existing clients.'),(127,38,'_about_products_section_text','field_5d77a19d21f5a'),(128,38,'about_products_section',''),(129,38,'_about_products_section','field_5d77a00521f59'),(130,38,'selling_more_section_text','Join the growing community of next generation IT MSP\'s who are utilizing captain\'s chair'),(131,38,'_selling_more_section_text','field_5d77a2f0593b7'),(132,38,'selling_more_section_link',''),(133,38,'_selling_more_section_link','field_5d77a307593b8'),(134,38,'selling_more_section_image','37'),(135,38,'_selling_more_section_image','field_5d77a312593b9'),(136,38,'selling_more_section',''),(137,38,'_selling_more_section','field_5d77a2e3593b6'),(138,29,'icon','icon-easy'),(139,29,'_icon','field_5d77adad19c71'),(140,28,'icon','icon-information'),(141,28,'_icon','field_5d77adad19c71'),(142,27,'icon','icon-whydo'),(143,27,'_icon','field_5d77adad19c71'),(144,26,'icon','icon-howit'),(145,26,'_icon','field_5d77adad19c71'),(173,43,'_edit_last','1'),(174,43,'_wp_page_template','template-parts/connectors.php'),(175,43,'_edit_lock','1593436308:1'),(176,45,'_edit_last','1'),(177,45,'_wp_page_template','default'),(178,45,'_edit_lock','1592831991:1'),(179,47,'_edit_last','1'),(180,47,'_wp_page_template','template-parts/about.php'),(181,47,'_edit_lock','1599733892:1'),(182,49,'_edit_last','1'),(183,49,'_wp_page_template','default'),(184,49,'_edit_lock','1593436337:1'),(194,52,'_menu_item_type','post_type'),(195,52,'_menu_item_menu_item_parent','0'),(196,52,'_menu_item_object_id','47'),(197,52,'_menu_item_object','page'),(198,52,'_menu_item_target',''),(199,52,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(200,52,'_menu_item_xfn',''),(201,52,'_menu_item_url',''),(220,55,'_edit_last','1'),(221,55,'_edit_lock','1592852160:1'),(222,55,'_wp_page_template','template-parts/client-dashboard.php'),(223,57,'_edit_last','1'),(224,57,'_edit_lock','1592831606:1'),(225,66,'_wp_attached_file','2019/09/client-bg.jpg'),(226,66,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1365;s:6:\"height\";i:382;s:4:\"file\";s:21:\"2019/09/client-bg.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"client-bg-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:\"client-bg-300x84.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:84;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"client-bg-768x215.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"client-bg-1024x287.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:287;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"client-bg-1200x336.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:336;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:{}}}'),(227,55,'banner_section_background_image','66'),(228,55,'_banner_section_background_image','field_5d78c3f39f22c'),(229,55,'banner_section_text','Explore the tool for the next-gen IT MSP'),(230,55,'_banner_section_text','field_5d78c3f39f22e'),(231,55,'banner_section',''),(232,55,'_banner_section','field_5d78c3f39f22b'),(233,55,'selling_more_section_text','Join the growing community of next generation IT MSP\'s who are utilizing captain\'s chair'),(234,55,'_selling_more_section_text','field_5d78c41e7cc1b'),(235,55,'selling_more_section_link',''),(236,55,'_selling_more_section_link','field_5d78c41e7cc1c'),(237,55,'selling_more_section_image','37'),(238,55,'_selling_more_section_image','field_5d78c41e7cc1d'),(239,55,'selling_more_section',''),(240,55,'_selling_more_section','field_5d78c41e7cc1a'),(241,67,'banner_section_background_image','66'),(242,67,'_banner_section_background_image','field_5d78c3f39f22c'),(243,67,'banner_section_text','Explore the tool for the next generation of IT MSP'),(244,67,'_banner_section_text','field_5d78c3f39f22e'),(245,67,'banner_section',''),(246,67,'_banner_section','field_5d78c3f39f22b'),(247,67,'selling_more_section_text','Join the growing community of next generation IT MSP\'s who are utilizing captain\'s chair'),(248,67,'_selling_more_section_text','field_5d78c41e7cc1b'),(249,67,'selling_more_section_link',''),(250,67,'_selling_more_section_link','field_5d78c41e7cc1c'),(251,67,'selling_more_section_image','37'),(252,67,'_selling_more_section_image','field_5d78c41e7cc1d'),(253,67,'selling_more_section',''),(254,67,'_selling_more_section','field_5d78c41e7cc1a'),(255,68,'_edit_last','1'),(256,68,'_edit_lock','1568202845:1'),(299,77,'_menu_item_type','post_type'),(300,77,'_menu_item_menu_item_parent','0'),(301,77,'_menu_item_object_id','47'),(302,77,'_menu_item_object','page'),(303,77,'_menu_item_target',''),(304,77,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(305,77,'_menu_item_xfn',''),(306,77,'_menu_item_url',''),(317,79,'_menu_item_type','post_type'),(318,79,'_menu_item_menu_item_parent','0'),(319,79,'_menu_item_object_id','43'),(320,79,'_menu_item_object','page'),(321,79,'_menu_item_target',''),(322,79,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(323,79,'_menu_item_xfn',''),(324,79,'_menu_item_url',''),(335,81,'_menu_item_type','post_type'),(336,81,'_menu_item_menu_item_parent','0'),(337,81,'_menu_item_object_id','55'),(338,81,'_menu_item_object','page'),(339,81,'_menu_item_target',''),(340,81,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(341,81,'_menu_item_xfn',''),(342,81,'_menu_item_url',''),(344,82,'_edit_last','1'),(345,82,'_edit_lock','1570736082:1'),(346,82,'_wp_page_template','default'),(347,3,'_edit_lock','1592475163:1'),(348,3,'_edit_last','1'),(349,87,'_menu_item_type','post_type'),(350,87,'_menu_item_menu_item_parent','0'),(351,87,'_menu_item_object_id','82'),(352,87,'_menu_item_object','page'),(353,87,'_menu_item_target',''),(354,87,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(355,87,'_menu_item_xfn',''),(356,87,'_menu_item_url',''),(358,88,'_menu_item_type','post_type'),(359,88,'_menu_item_menu_item_parent','0'),(360,88,'_menu_item_object_id','3'),(361,88,'_menu_item_object','page'),(362,88,'_menu_item_target',''),(363,88,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(364,88,'_menu_item_xfn',''),(365,88,'_menu_item_url',''),(367,90,'_edit_last','1'),(368,90,'_edit_lock','1603264015:1'),(369,43,'banner_section_background_image','66'),(370,43,'_banner_section_background_image','field_5d78f3c54ddfa'),(371,43,'banner_section_text','Connectors'),(372,43,'_banner_section_text','field_5d78f3c54ddfc'),(373,43,'banner_section',''),(374,43,'_banner_section','field_5d78f3c54ddf9'),(375,43,'selling_more_section_text','Join the growing community of next generation IT MSP\'s who are utilizing captain\'s chair'),(376,43,'_selling_more_section_text','field_5d79f9e001d12'),(377,43,'selling_more_section_link',''),(378,43,'_selling_more_section_link','field_5d79f9e001d13'),(379,43,'selling_more_section_image','37'),(380,43,'_selling_more_section_image','field_5d79f9e001d14'),(381,43,'selling_more_section',''),(382,43,'_selling_more_section','field_5d79f9e001d11'),(383,99,'banner_section_background_image','66'),(384,99,'_banner_section_background_image','field_5d78f3c54ddfa'),(385,99,'banner_section_text',''),(386,99,'_banner_section_text','field_5d78f3c54ddfc'),(387,99,'banner_section',''),(388,99,'_banner_section','field_5d78f3c54ddf9'),(389,99,'selling_more_section_text',''),(390,99,'_selling_more_section_text','field_5d78f3cd4ddfe'),(391,99,'selling_more_section_link',''),(392,99,'_selling_more_section_link','field_5d78f3cd4ddff'),(393,99,'selling_more_section_image',''),(394,99,'_selling_more_section_image','field_5d78f3cd4de00'),(395,99,'selling_more_section',''),(396,99,'_selling_more_section','field_5d78f3cd4ddfd'),(397,100,'banner_section_background_image','66'),(398,100,'_banner_section_background_image','field_5d78f3c54ddfa'),(399,100,'banner_section_text','CC data connectors put all of your data in one place'),(400,100,'_banner_section_text','field_5d78f3c54ddfc'),(401,100,'banner_section',''),(402,100,'_banner_section','field_5d78f3c54ddf9'),(403,100,'selling_more_section_text','Join the growing community of next generation IT MSP\'s who are utilizing captain\'s chair'),(404,100,'_selling_more_section_text','field_5d78f3cd4ddfe'),(405,100,'selling_more_section_link',''),(406,100,'_selling_more_section_link','field_5d78f3cd4ddff'),(407,100,'selling_more_section_image','37'),(408,100,'_selling_more_section_image','field_5d78f3cd4de00'),(409,100,'selling_more_section',''),(410,100,'_selling_more_section','field_5d78f3cd4ddfd'),(411,43,'content','Captain\'s Chair consolidates all of your clients\' systems into a single pane of glass. It gives a comprehensive view of IT tickets, servers, cloud, website statistics, marketing analytics and more in the palm of your hands as a web and mobile application.'),(412,43,'_content','field_5d78f4a935687'),(413,102,'banner_section_background_image','66'),(414,102,'_banner_section_background_image','field_5d78f3c54ddfa'),(415,102,'banner_section_text','CC data connectors put all of your data in one place'),(416,102,'_banner_section_text','field_5d78f3c54ddfc'),(417,102,'banner_section',''),(418,102,'_banner_section','field_5d78f3c54ddf9'),(419,102,'selling_more_section_text','Join the growing community of next generation IT MSP\'s who are utilizing captain\'s chair'),(420,102,'_selling_more_section_text','field_5d78f3cd4ddfe'),(421,102,'selling_more_section_link',''),(422,102,'_selling_more_section_link','field_5d78f3cd4ddff'),(423,102,'selling_more_section_image','37'),(424,102,'_selling_more_section_image','field_5d78f3cd4de00'),(425,102,'selling_more_section',''),(426,102,'_selling_more_section','field_5d78f3cd4ddfd'),(427,102,'content','Captain\'s Chair consolidates all of your clients\' systems into a single pane of glass. It gives a comprehensive view of IT tickets, servers, cloud, website statistics, marketing analytics and more in the palm of your hands as a web and mobile application.'),(428,102,'_content','field_5d78f4a935687'),(429,104,'_edit_last','1'),(430,104,'_edit_lock','1603265552:1'),(431,105,'_wp_attached_file','2019/09/manage.png'),(432,105,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:171;s:6:\"height\";i:45;s:4:\"file\";s:18:\"2019/09/manage.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"manage-150x45.png\";s:5:\"width\";i:150;s:6:\"height\";i:45;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:{}}}'),(433,104,'_thumbnail_id','105'),(434,103,'_edit_last','1'),(435,103,'_edit_lock','1591283051:1'),(436,106,'_wp_attached_file','2019/09/vsa.png'),(437,106,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:85;s:6:\"height\";i:49;s:4:\"file\";s:15:\"2019/09/vsa.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:{}}}'),(438,103,'_thumbnail_id','106'),(439,107,'_edit_last','1'),(440,107,'_edit_lock','1590006037:1'),(441,108,'_edit_last','1'),(442,108,'_edit_lock','1590006017:1'),(443,109,'_edit_last','1'),(444,109,'_edit_lock','1590006503:1'),(445,110,'_edit_last','1'),(446,110,'_edit_lock','1590006512:1'),(447,111,'_edit_last','1'),(448,111,'_edit_lock','1594215072:1'),(449,112,'_wp_attached_file','2019/09/datto.png'),(450,112,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:97;s:6:\"height\";i:33;s:4:\"file\";s:17:\"2019/09/datto.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:{}}}'),(451,113,'_wp_attached_file','2019/09/azure.png'),(452,113,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:139;s:6:\"height\";i:40;s:4:\"file\";s:17:\"2019/09/azure.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:{}}}'),(453,110,'_thumbnail_id','113'),(454,114,'_wp_attached_file','2019/09/aws.png'),(455,114,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:88;s:6:\"height\";i:53;s:4:\"file\";s:15:\"2019/09/aws.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:{}}}'),(456,109,'_thumbnail_id','114'),(457,115,'_wp_attached_file','2019/09/new-relic.png'),(458,115,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:84;s:6:\"height\";i:68;s:4:\"file\";s:21:\"2019/09/new-relic.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:{}}}'),(459,108,'_thumbnail_id','115'),(460,116,'_wp_attached_file','2019/09/site24.png'),(461,116,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:135;s:6:\"height\";i:33;s:4:\"file\";s:18:\"2019/09/site24.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:{}}}'),(462,107,'_thumbnail_id','116'),(463,117,'_edit_last','1'),(464,117,'_edit_lock','1590006856:1'),(465,118,'_wp_attached_file','2019/09/crewhu.png'),(466,118,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:153;s:6:\"height\";i:82;s:4:\"file\";s:18:\"2019/09/crewhu.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"crewhu-150x82.png\";s:5:\"width\";i:150;s:6:\"height\";i:82;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:{}}}'),(467,117,'_thumbnail_id','118'),(468,119,'_edit_last','1'),(469,119,'_edit_lock','1590006781:1'),(470,120,'_wp_attached_file','2019/09/cisco-meraki.png'),(471,120,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:169;s:6:\"height\";i:44;s:4:\"file\";s:24:\"2019/09/cisco-meraki.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"cisco-meraki-150x44.png\";s:5:\"width\";i:150;s:6:\"height\";i:44;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:{}}}'),(472,119,'_thumbnail_id','120'),(473,121,'_edit_last','1'),(474,121,'_edit_lock','1591284828:1'),(475,122,'_wp_attached_file','2019/09/office-365.png'),(476,122,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:148;s:6:\"height\";i:57;s:4:\"file\";s:22:\"2019/09/office-365.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:{}}}'),(477,121,'_thumbnail_id','122'),(478,111,'_thumbnail_id','112'),(479,5,'explore_captains_chair_heading','Discover the software that will deliver increased managed recurring revenue and put you in the Captain\'s Chair with your clients.'),(480,5,'_explore_captains_chair_heading','field_5d790fcc655af'),(481,5,'explore_captains_chair_point_1','Sell Captain\'s Chair to your clients'),(482,5,'_explore_captains_chair_point_1','field_5d79101d655b0'),(483,5,'explore_captains_chair_point_2','Increase close ratios by differentiating your offering from the competition'),(484,5,'_explore_captains_chair_point_2','field_5d791091655b1'),(485,5,'explore_captains_chair_point_3','Increase client attachment rates by providing unprecedented visibility and communication'),(486,5,'_explore_captains_chair_point_3','field_5d791097655b2'),(487,5,'explore_captains_chair',''),(488,5,'_explore_captains_chair','field_5d790f8f655ae'),(489,128,'banner_section_background_image','15'),(490,128,'_banner_section_background_image','field_5d7785aaee8ae'),(491,128,'banner_section_front_image','16'),(492,128,'_banner_section_front_image','field_5d7785d3ee8af'),(493,128,'banner_section_text','Explore the tool for the next generation of IT MSP'),(494,128,'_banner_section_text','field_5d7785eeee8b0'),(495,128,'banner_section',''),(496,128,'_banner_section','field_5d778563ee8ad'),(497,128,'connectors_section_text','Captain\'s Chair consolidates the data that matters to next generation MSPs.\r\nCheck out the current connectors with more coming soon!'),(498,128,'_connectors_section_text','field_5d7789431dc51'),(499,128,'connectors_section_image','21'),(500,128,'_connectors_section_image','field_5d7789511dc52'),(501,128,'connectors_section',''),(502,128,'_connectors_section','field_5d7789221dc50'),(503,128,'about_products_section_text','Captain\'s Chair is an always-on dashboard that gives our MSP partners a competitive advantage to close new business and increase managed recurring revenue with existing clients.'),(504,128,'_about_products_section_text','field_5d77a19d21f5a'),(505,128,'about_products_section',''),(506,128,'_about_products_section','field_5d77a00521f59'),(507,128,'selling_more_section_text','Join the growing community of next generation IT MSP\'s who are utilizing captain\'s chair'),(508,128,'_selling_more_section_text','field_5d77a2f0593b7'),(509,128,'selling_more_section_link',''),(510,128,'_selling_more_section_link','field_5d77a307593b8'),(511,128,'selling_more_section_image','37'),(512,128,'_selling_more_section_image','field_5d77a312593b9'),(513,128,'selling_more_section',''),(514,128,'_selling_more_section','field_5d77a2e3593b6'),(515,128,'explore_captains_chair_heading','Discover the software that will deliver increased managed recurring revenue and put you in the captain\'s chair with your clients.'),(516,128,'_explore_captains_chair_heading','field_5d790fcc655af'),(517,128,'explore_captains_chair_point_1','Sell captain\'s chair to your clients'),(518,128,'_explore_captains_chair_point_1','field_5d79101d655b0'),(519,128,'explore_captains_chair_point_2','Increase Close Ratios by differentiating your offering from the competition'),(520,128,'_explore_captains_chair_point_2','field_5d791091655b1'),(521,128,'explore_captains_chair_point_3','Increase Client Attachment Rates by providing unprecedented visibility and communication'),(522,128,'_explore_captains_chair_point_3','field_5d791097655b2'),(523,128,'explore_captains_chair',''),(524,128,'_explore_captains_chair','field_5d790f8f655ae'),(525,130,'_wp_attached_file','2019/09/bg-01.jpg'),(526,130,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:606;s:4:\"file\";s:17:\"2019/09/bg-01.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"bg-01-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:\"bg-01-300x133.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"bg-01-768x341.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:341;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"bg-01-1024x454.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:454;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:18:\"bg-01-1200x532.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:532;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:{}}}'),(527,5,'explore_captains_chair_background_image','130'),(528,5,'_explore_captains_chair_background_image','field_5d79111f19196'),(529,131,'banner_section_background_image','15'),(530,131,'_banner_section_background_image','field_5d7785aaee8ae'),(531,131,'banner_section_front_image','16'),(532,131,'_banner_section_front_image','field_5d7785d3ee8af'),(533,131,'banner_section_text','Explore the tool for the next generation of IT MSP'),(534,131,'_banner_section_text','field_5d7785eeee8b0'),(535,131,'banner_section',''),(536,131,'_banner_section','field_5d778563ee8ad'),(537,131,'connectors_section_text','Captain\'s Chair consolidates the data that matters to next generation MSPs.\r\nCheck out the current connectors with more coming soon!'),(538,131,'_connectors_section_text','field_5d7789431dc51'),(539,131,'connectors_section_image','21'),(540,131,'_connectors_section_image','field_5d7789511dc52'),(541,131,'connectors_section',''),(542,131,'_connectors_section','field_5d7789221dc50'),(543,131,'about_products_section_text','Captain\'s Chair is an always-on dashboard that gives our MSP partners a competitive advantage to close new business and increase managed recurring revenue with existing clients.'),(544,131,'_about_products_section_text','field_5d77a19d21f5a'),(545,131,'about_products_section',''),(546,131,'_about_products_section','field_5d77a00521f59'),(547,131,'selling_more_section_text','Join the growing community of next generation IT MSP\'s who are utilizing captain\'s chair'),(548,131,'_selling_more_section_text','field_5d77a2f0593b7'),(549,131,'selling_more_section_link',''),(550,131,'_selling_more_section_link','field_5d77a307593b8'),(551,131,'selling_more_section_image','37'),(552,131,'_selling_more_section_image','field_5d77a312593b9'),(553,131,'selling_more_section',''),(554,131,'_selling_more_section','field_5d77a2e3593b6'),(555,131,'explore_captains_chair_heading','Discover the software that will deliver increased managed recurring revenue and put you in the captain\'s chair with your clients.'),(556,131,'_explore_captains_chair_heading','field_5d790fcc655af'),(557,131,'explore_captains_chair_point_1','Sell captain\'s chair to your clients'),(558,131,'_explore_captains_chair_point_1','field_5d79101d655b0'),(559,131,'explore_captains_chair_point_2','Increase Close Ratios by differentiating your offering from the competition'),(560,131,'_explore_captains_chair_point_2','field_5d791091655b1'),(561,131,'explore_captains_chair_point_3','Increase Client Attachment Rates by providing unprecedented visibility and communication'),(562,131,'_explore_captains_chair_point_3','field_5d791097655b2'),(563,131,'explore_captains_chair',''),(564,131,'_explore_captains_chair','field_5d790f8f655ae'),(565,131,'explore_captains_chair_background_image','130'),(566,131,'_explore_captains_chair_background_image','field_5d79111f19196'),(567,5,'banner_section_button_text','Request a Demo'),(568,5,'_banner_section_button_text','field_5d79edb98bc10'),(569,134,'banner_section_background_image','15'),(570,134,'_banner_section_background_image','field_5d7785aaee8ae'),(571,134,'banner_section_front_image','16'),(572,134,'_banner_section_front_image','field_5d7785d3ee8af'),(573,134,'banner_section_text','Explore the tool for the next generation of IT MSP'),(574,134,'_banner_section_text','field_5d7785eeee8b0'),(575,134,'banner_section',''),(576,134,'_banner_section','field_5d778563ee8ad'),(577,134,'connectors_section_text','Captain\'s Chair consolidates the data that matters to next generation MSPs.\r\nCheck out the current connectors with more coming soon!'),(578,134,'_connectors_section_text','field_5d7789431dc51'),(579,134,'connectors_section_image','21'),(580,134,'_connectors_section_image','field_5d7789511dc52'),(581,134,'connectors_section',''),(582,134,'_connectors_section','field_5d7789221dc50'),(583,134,'about_products_section_text','Captain\'s Chair is an always-on dashboard that gives our MSP partners a competitive advantage to close new business and increase managed recurring revenue with existing clients.'),(584,134,'_about_products_section_text','field_5d77a19d21f5a'),(585,134,'about_products_section',''),(586,134,'_about_products_section','field_5d77a00521f59'),(587,134,'selling_more_section_text','Join the growing community of next generation IT MSP\'s who are utilizing captain\'s chair'),(588,134,'_selling_more_section_text','field_5d77a2f0593b7'),(589,134,'selling_more_section_link',''),(590,134,'_selling_more_section_link','field_5d77a307593b8'),(591,134,'selling_more_section_image','37'),(592,134,'_selling_more_section_image','field_5d77a312593b9'),(593,134,'selling_more_section',''),(594,134,'_selling_more_section','field_5d77a2e3593b6'),(595,134,'explore_captains_chair_heading','Discover the software that will deliver increased managed recurring revenue and put you in the captain\'s chair with your clients.'),(596,134,'_explore_captains_chair_heading','field_5d790fcc655af'),(597,134,'explore_captains_chair_point_1','Sell captain\'s chair to your clients'),(598,134,'_explore_captains_chair_point_1','field_5d79101d655b0'),(599,134,'explore_captains_chair_point_2','Increase Close Ratios by differentiating your offering from the competition'),(600,134,'_explore_captains_chair_point_2','field_5d791091655b1'),(601,134,'explore_captains_chair_point_3','Increase Client Attachment Rates by providing unprecedented visibility and communication'),(602,134,'_explore_captains_chair_point_3','field_5d791097655b2'),(603,134,'explore_captains_chair',''),(604,134,'_explore_captains_chair','field_5d790f8f655ae'),(605,134,'explore_captains_chair_background_image','130'),(606,134,'_explore_captains_chair_background_image','field_5d79111f19196'),(607,134,'banner_section_button_text','WATCH DEMO'),(608,134,'_banner_section_button_text','field_5d79edb98bc10'),(609,5,'about_products_section_button_text','Learn More'),(610,5,'_about_products_section_button_text','field_5d79ee5f1b1b8'),(611,136,'banner_section_background_image','15'),(612,136,'_banner_section_background_image','field_5d7785aaee8ae'),(613,136,'banner_section_front_image','16'),(614,136,'_banner_section_front_image','field_5d7785d3ee8af'),(615,136,'banner_section_text','Explore the tool for the next generation of IT MSP'),(616,136,'_banner_section_text','field_5d7785eeee8b0'),(617,136,'banner_section',''),(618,136,'_banner_section','field_5d778563ee8ad'),(619,136,'connectors_section_text','Captain\'s Chair consolidates the data that matters to next generation MSPs.\r\nCheck out the current connectors with more coming soon!'),(620,136,'_connectors_section_text','field_5d7789431dc51'),(621,136,'connectors_section_image','21'),(622,136,'_connectors_section_image','field_5d7789511dc52'),(623,136,'connectors_section',''),(624,136,'_connectors_section','field_5d7789221dc50'),(625,136,'about_products_section_text','Captain\'s Chair is an always-on dashboard that gives our MSP partners a competitive advantage to close new business and increase managed recurring revenue with existing clients.'),(626,136,'_about_products_section_text','field_5d77a19d21f5a'),(627,136,'about_products_section',''),(628,136,'_about_products_section','field_5d77a00521f59'),(629,136,'selling_more_section_text','Join the growing community of next generation IT MSP\'s who are utilizing captain\'s chair'),(630,136,'_selling_more_section_text','field_5d77a2f0593b7'),(631,136,'selling_more_section_link',''),(632,136,'_selling_more_section_link','field_5d77a307593b8'),(633,136,'selling_more_section_image','37'),(634,136,'_selling_more_section_image','field_5d77a312593b9'),(635,136,'selling_more_section',''),(636,136,'_selling_more_section','field_5d77a2e3593b6'),(637,136,'explore_captains_chair_heading','Discover the software that will deliver increased managed recurring revenue and put you in the captain\'s chair with your clients.'),(638,136,'_explore_captains_chair_heading','field_5d790fcc655af'),(639,136,'explore_captains_chair_point_1','Sell captain\'s chair to your clients'),(640,136,'_explore_captains_chair_point_1','field_5d79101d655b0'),(641,136,'explore_captains_chair_point_2','Increase Close Ratios by differentiating your offering from the competition'),(642,136,'_explore_captains_chair_point_2','field_5d791091655b1'),(643,136,'explore_captains_chair_point_3','Increase Client Attachment Rates by providing unprecedented visibility and communication'),(644,136,'_explore_captains_chair_point_3','field_5d791097655b2'),(645,136,'explore_captains_chair',''),(646,136,'_explore_captains_chair','field_5d790f8f655ae'),(647,136,'explore_captains_chair_background_image','130'),(648,136,'_explore_captains_chair_background_image','field_5d79111f19196'),(649,136,'banner_section_button_text','WATCH DEMO'),(650,136,'_banner_section_button_text','field_5d79edb98bc10'),(651,136,'about_products_section_button_text','Learn More'),(652,136,'_about_products_section_button_text','field_5d79ee5f1b1b8'),(653,5,'explore_captains_chair_button_text','Explore Captain’s Chair'),(654,5,'_explore_captains_chair_button_text','field_5d79efcd71bff'),(655,138,'banner_section_background_image','15'),(656,138,'_banner_section_background_image','field_5d7785aaee8ae'),(657,138,'banner_section_front_image','16'),(658,138,'_banner_section_front_image','field_5d7785d3ee8af'),(659,138,'banner_section_text','Explore the tool for the next generation of IT MSP'),(660,138,'_banner_section_text','field_5d7785eeee8b0'),(661,138,'banner_section',''),(662,138,'_banner_section','field_5d778563ee8ad'),(663,138,'connectors_section_text','Captain\'s Chair consolidates the data that matters to next generation MSPs.\r\nCheck out the current connectors with more coming soon!'),(664,138,'_connectors_section_text','field_5d7789431dc51'),(665,138,'connectors_section_image','21'),(666,138,'_connectors_section_image','field_5d7789511dc52'),(667,138,'connectors_section',''),(668,138,'_connectors_section','field_5d7789221dc50'),(669,138,'about_products_section_text','Captain\'s Chair is an always-on dashboard that gives our MSP partners a competitive advantage to close new business and increase managed recurring revenue with existing clients.'),(670,138,'_about_products_section_text','field_5d77a19d21f5a'),(671,138,'about_products_section',''),(672,138,'_about_products_section','field_5d77a00521f59'),(673,138,'selling_more_section_text','Join the growing community of next generation IT MSP\'s who are utilizing captain\'s chair'),(674,138,'_selling_more_section_text','field_5d77a2f0593b7'),(675,138,'selling_more_section_link',''),(676,138,'_selling_more_section_link','field_5d77a307593b8'),(677,138,'selling_more_section_image','37'),(678,138,'_selling_more_section_image','field_5d77a312593b9'),(679,138,'selling_more_section',''),(680,138,'_selling_more_section','field_5d77a2e3593b6'),(681,138,'explore_captains_chair_heading','Discover the software that will deliver increased managed recurring revenue and put you in the captain\'s chair with your clients.'),(682,138,'_explore_captains_chair_heading','field_5d790fcc655af'),(683,138,'explore_captains_chair_point_1','Sell captain\'s chair to your clients'),(684,138,'_explore_captains_chair_point_1','field_5d79101d655b0'),(685,138,'explore_captains_chair_point_2','Increase Close Ratios by differentiating your offering from the competition'),(686,138,'_explore_captains_chair_point_2','field_5d791091655b1'),(687,138,'explore_captains_chair_point_3','Increase Client Attachment Rates by providing unprecedented visibility and communication'),(688,138,'_explore_captains_chair_point_3','field_5d791097655b2'),(689,138,'explore_captains_chair',''),(690,138,'_explore_captains_chair','field_5d790f8f655ae'),(691,138,'explore_captains_chair_background_image','130'),(692,138,'_explore_captains_chair_background_image','field_5d79111f19196'),(693,138,'banner_section_button_text','WATCH DEMO'),(694,138,'_banner_section_button_text','field_5d79edb98bc10'),(695,138,'about_products_section_button_text','Learn More'),(696,138,'_about_products_section_button_text','field_5d79ee5f1b1b8'),(697,138,'explore_captains_chair_button_text','Explore captain’s chair'),(698,138,'_explore_captains_chair_button_text','field_5d79efcd71bff'),(699,5,'connectors_section_heading',''),(700,5,'_connectors_section_heading','field_5d79f022eb0e9'),(701,5,'newsletter_content_heading','Stay Informed!'),(702,5,'_newsletter_content_heading','field_5d79f999a7aae'),(703,5,'newsletter_content_text','Get news and updates on captain\'s chair'),(704,5,'_newsletter_content_text','field_5d79f999a7aaf'),(705,5,'newsletter_content',''),(706,5,'_newsletter_content','field_5d79f999a7aad'),(707,149,'banner_section_background_image','15'),(708,149,'_banner_section_background_image','field_5d7785aaee8ae'),(709,149,'banner_section_front_image','16'),(710,149,'_banner_section_front_image','field_5d7785d3ee8af'),(711,149,'banner_section_text','Explore the tool for the next generation of IT MSP'),(712,149,'_banner_section_text','field_5d7785eeee8b0'),(713,149,'banner_section',''),(714,149,'_banner_section','field_5d778563ee8ad'),(715,149,'connectors_section_text','Captain\'s Chair consolidates the data that matters to next generation MSPs.\r\nCheck out the current connectors with more coming soon!'),(716,149,'_connectors_section_text','field_5d7789431dc51'),(717,149,'connectors_section_image','21'),(718,149,'_connectors_section_image','field_5d7789511dc52'),(719,149,'connectors_section',''),(720,149,'_connectors_section','field_5d7789221dc50'),(721,149,'about_products_section_text','Captain\'s Chair is an always-on dashboard that gives our MSP partners a competitive advantage to close new business and increase managed recurring revenue with existing clients.'),(722,149,'_about_products_section_text','field_5d77a19d21f5a'),(723,149,'about_products_section',''),(724,149,'_about_products_section','field_5d77a00521f59'),(725,149,'selling_more_section_text','Join the growing community of next generation IT MSP\'s who are utilizing captain\'s chair'),(726,149,'_selling_more_section_text','field_5d77a2f0593b7'),(727,149,'selling_more_section_link',''),(728,149,'_selling_more_section_link','field_5d77a307593b8'),(729,149,'selling_more_section_image','37'),(730,149,'_selling_more_section_image','field_5d77a312593b9'),(731,149,'selling_more_section',''),(732,149,'_selling_more_section','field_5d77a2e3593b6'),(733,149,'explore_captains_chair_heading','Discover the software that will deliver increased managed recurring revenue and put you in the captain\'s chair with your clients.'),(734,149,'_explore_captains_chair_heading','field_5d790fcc655af'),(735,149,'explore_captains_chair_point_1','Sell captain\'s chair to your clients'),(736,149,'_explore_captains_chair_point_1','field_5d79101d655b0'),(737,149,'explore_captains_chair_point_2','Increase Close Ratios by differentiating your offering from the competition'),(738,149,'_explore_captains_chair_point_2','field_5d791091655b1'),(739,149,'explore_captains_chair_point_3','Increase Client Attachment Rates by providing unprecedented visibility and communication'),(740,149,'_explore_captains_chair_point_3','field_5d791097655b2'),(741,149,'explore_captains_chair',''),(742,149,'_explore_captains_chair','field_5d790f8f655ae'),(743,149,'explore_captains_chair_background_image','130'),(744,149,'_explore_captains_chair_background_image','field_5d79111f19196'),(745,149,'banner_section_button_text','WATCH DEMO'),(746,149,'_banner_section_button_text','field_5d79edb98bc10'),(747,149,'about_products_section_button_text','Learn More'),(748,149,'_about_products_section_button_text','field_5d79ee5f1b1b8'),(749,149,'explore_captains_chair_button_text','Explore captain’s chair'),(750,149,'_explore_captains_chair_button_text','field_5d79efcd71bff'),(751,149,'connectors_section_heading',''),(752,149,'_connectors_section_heading','field_5d79f022eb0e9'),(753,149,'newsletter_content_heading','Stay Informed!'),(754,149,'_newsletter_content_heading','field_5d79f53dadd89'),(755,149,'newsletter_content_text','Get news and updates on captain\'s chair'),(756,149,'_newsletter_content_text','field_5d79f550add8a'),(757,149,'newsletter_content',''),(758,149,'_newsletter_content','field_5d79f521add88'),(776,43,'newsletter_content_heading','Stay Informed!'),(777,43,'_newsletter_content_heading','field_5d79f9a5dd32e'),(778,43,'newsletter_content_text','Get news and updates on captain\'s chair'),(779,43,'_newsletter_content_text','field_5d79f9a5dd32f'),(780,43,'newsletter_content',''),(781,43,'_newsletter_content','field_5d79f9a5dd32d'),(782,161,'banner_section_background_image','66'),(783,161,'_banner_section_background_image','field_5d78f3c54ddfa'),(784,161,'banner_section_text','CC data connectors put all of your data in one place'),(785,161,'_banner_section_text','field_5d78f3c54ddfc'),(786,161,'banner_section',''),(787,161,'_banner_section','field_5d78f3c54ddf9'),(788,161,'selling_more_section_text','Join the growing community of next generation IT MSP\'s who are utilizing captain\'s chair'),(789,161,'_selling_more_section_text','field_5d79f9e001d12'),(790,161,'selling_more_section_link',''),(791,161,'_selling_more_section_link','field_5d79f9e001d13'),(792,161,'selling_more_section_image','37'),(793,161,'_selling_more_section_image','field_5d79f9e001d14'),(794,161,'selling_more_section',''),(795,161,'_selling_more_section','field_5d79f9e001d11'),(796,161,'content','Captain\'s Chair consolidates all of your clients\' systems into a single pane of glass. It gives a comprehensive view of IT tickets, servers, cloud, website statistics, marketing analytics and more in the palm of your hands as a web and mobile application.'),(797,161,'_content','field_5d78f4a935687'),(798,161,'newsletter_content_heading','Stay Informed!'),(799,161,'_newsletter_content_heading','field_5d79f9a5dd32e'),(800,161,'newsletter_content_text','Get news and updates on captain\'s chair'),(801,161,'_newsletter_content_text','field_5d79f9a5dd32f'),(802,161,'newsletter_content',''),(803,161,'_newsletter_content','field_5d79f9a5dd32d'),(804,55,'newsletter_content_heading','Stay Informed!'),(805,55,'_newsletter_content_heading','field_5d79f57e24523'),(806,55,'newsletter_content_text','Get news and updates on captain\'s chair'),(807,55,'_newsletter_content_text','field_5d79f57e24524'),(808,55,'newsletter_content',''),(809,55,'_newsletter_content','field_5d79f57e24522'),(810,162,'banner_section_background_image','66'),(811,162,'_banner_section_background_image','field_5d78c3f39f22c'),(812,162,'banner_section_text','Explore the tool for the next generation of IT MSP'),(813,162,'_banner_section_text','field_5d78c3f39f22e'),(814,162,'banner_section',''),(815,162,'_banner_section','field_5d78c3f39f22b'),(816,162,'selling_more_section_text','Join the growing community of next generation IT MSP\'s who are utilizing captain\'s chair'),(817,162,'_selling_more_section_text','field_5d78c41e7cc1b'),(818,162,'selling_more_section_link',''),(819,162,'_selling_more_section_link','field_5d78c41e7cc1c'),(820,162,'selling_more_section_image','37'),(821,162,'_selling_more_section_image','field_5d78c41e7cc1d'),(822,162,'selling_more_section',''),(823,162,'_selling_more_section','field_5d78c41e7cc1a'),(824,162,'newsletter_content_heading','Stay Informed!'),(825,162,'_newsletter_content_heading','field_5d79f57e24523'),(826,162,'newsletter_content_text','Get news and updates on captain\'s chair'),(827,162,'_newsletter_content_text','field_5d79f57e24524'),(828,162,'newsletter_content',''),(829,162,'_newsletter_content','field_5d79f57e24522'),(830,55,'dashboard_1_heading','Client Dashboard'),(831,55,'_dashboard_1_heading','field_5d79fc7f8727c'),(832,55,'dashboard_1_content','Captain\'s Chair consolidates all of your clients\' systems into a single pane of glass. It gives a comprehensive view of IT tickets, servers, cloud, website statistics, marketing analytics and more in the palm of your hands as a web and mobile application.'),(833,55,'_dashboard_1_content','field_5d79fc918727d'),(834,55,'dashboard_1',''),(835,55,'_dashboard_1','field_5d79fc638727b'),(836,55,'dashboard_2_heading','Account Management Dashboard'),(837,55,'_dashboard_2_heading','field_5d79fcaf27369'),(838,55,'dashboard_2_content','Captain\'s Chair gives Account Managers a consolidated view of their clients\' tickets, servers, websites and warranty information to create an out-of-the-box reporting tool'),(839,55,'_dashboard_2_content','field_5d79fce02736b'),(840,55,'dashboard_2',''),(841,55,'_dashboard_2','field_5d79fca327368'),(842,169,'banner_section_background_image','66'),(843,169,'_banner_section_background_image','field_5d78c3f39f22c'),(844,169,'banner_section_text','Explore the tool for the next generation of IT MSP'),(845,169,'_banner_section_text','field_5d78c3f39f22e'),(846,169,'banner_section',''),(847,169,'_banner_section','field_5d78c3f39f22b'),(848,169,'selling_more_section_text','Join the growing community of next generation IT MSP\'s who are utilizing captain\'s chair'),(849,169,'_selling_more_section_text','field_5d78c41e7cc1b'),(850,169,'selling_more_section_link',''),(851,169,'_selling_more_section_link','field_5d78c41e7cc1c'),(852,169,'selling_more_section_image','37'),(853,169,'_selling_more_section_image','field_5d78c41e7cc1d'),(854,169,'selling_more_section',''),(855,169,'_selling_more_section','field_5d78c41e7cc1a'),(856,169,'newsletter_content_heading','Stay Informed!'),(857,169,'_newsletter_content_heading','field_5d79f57e24523'),(858,169,'newsletter_content_text','Get news and updates on captain\'s chair'),(859,169,'_newsletter_content_text','field_5d79f57e24524'),(860,169,'newsletter_content',''),(861,169,'_newsletter_content','field_5d79f57e24522'),(862,169,'dashboard_1_heading','Client Dashboard'),(863,169,'_dashboard_1_heading','field_5d79fc7f8727c'),(864,169,'dashboard_1_content','Captain\'s Chair consolidates all of your clients\' systems into a single pane of glass. It gives a comprehensive view of IT tickets, servers, cloud, website statistics, marketing analytics and more in the palm of your hands as a web and mobile application.'),(865,169,'_dashboard_1_content','field_5d79fc918727d'),(866,169,'dashboard_1',''),(867,169,'_dashboard_1','field_5d79fc638727b'),(868,169,'dashboard_2_heading','Account Management Dashboard'),(869,169,'_dashboard_2_heading','field_5d79fcaf27369'),(870,169,'dashboard_2_content','Captain\'s Chair gives Account Managers a consolidated view of their clients\' tickets, servers, websites and warranty information to create an out-of-the-box reporting tool'),(871,169,'_dashboard_2_content','field_5d79fce02736b'),(872,169,'dashboard_2',''),(873,169,'_dashboard_2','field_5d79fca327368'),(874,55,'features_section_heading','FEATURES'),(875,55,'_features_section_heading','field_5d79fe30a457f'),(876,55,'features_section',''),(877,55,'_features_section','field_5d79fe21a457e'),(878,173,'banner_section_background_image','66'),(879,173,'_banner_section_background_image','field_5d78c3f39f22c'),(880,173,'banner_section_text','Explore the tool for the next generation of IT MSP'),(881,173,'_banner_section_text','field_5d78c3f39f22e'),(882,173,'banner_section',''),(883,173,'_banner_section','field_5d78c3f39f22b'),(884,173,'selling_more_section_text','Join the growing community of next generation IT MSP\'s who are utilizing captain\'s chair'),(885,173,'_selling_more_section_text','field_5d78c41e7cc1b'),(886,173,'selling_more_section_link',''),(887,173,'_selling_more_section_link','field_5d78c41e7cc1c'),(888,173,'selling_more_section_image','37'),(889,173,'_selling_more_section_image','field_5d78c41e7cc1d'),(890,173,'selling_more_section',''),(891,173,'_selling_more_section','field_5d78c41e7cc1a'),(892,173,'newsletter_content_heading','Stay Informed!'),(893,173,'_newsletter_content_heading','field_5d79f57e24523'),(894,173,'newsletter_content_text','Get news and updates on captain\'s chair'),(895,173,'_newsletter_content_text','field_5d79f57e24524'),(896,173,'newsletter_content',''),(897,173,'_newsletter_content','field_5d79f57e24522'),(898,173,'dashboard_1_heading','Client Dashboard'),(899,173,'_dashboard_1_heading','field_5d79fc7f8727c'),(900,173,'dashboard_1_content','Captain\'s Chair consolidates all of your clients\' systems into a single pane of glass. It gives a comprehensive view of IT tickets, servers, cloud, website statistics, marketing analytics and more in the palm of your hands as a web and mobile application.'),(901,173,'_dashboard_1_content','field_5d79fc918727d'),(902,173,'dashboard_1',''),(903,173,'_dashboard_1','field_5d79fc638727b'),(904,173,'dashboard_2_heading','Account Management Dashboard'),(905,173,'_dashboard_2_heading','field_5d79fcaf27369'),(906,173,'dashboard_2_content','Captain\'s Chair gives Account Managers a consolidated view of their clients\' tickets, servers, websites and warranty information to create an out-of-the-box reporting tool'),(907,173,'_dashboard_2_content','field_5d79fce02736b'),(908,173,'dashboard_2',''),(909,173,'_dashboard_2','field_5d79fca327368'),(910,173,'features_section_heading','FEATURES'),(911,173,'_features_section_heading','field_5d79fe30a457f'),(912,173,'features_section',''),(913,173,'_features_section','field_5d79fe21a457e'),(914,55,'selling_more_section_heading','Selling More'),(915,55,'_selling_more_section_heading','field_5d7a000c8d636'),(916,55,'selling_more_section_button_text','get started'),(917,55,'_selling_more_section_button_text','field_5d7a00168d637'),(918,180,'banner_section_background_image','66'),(919,180,'_banner_section_background_image','field_5d78c3f39f22c'),(920,180,'banner_section_text','Explore the tool for the next generation of IT MSP'),(921,180,'_banner_section_text','field_5d78c3f39f22e'),(922,180,'banner_section',''),(923,180,'_banner_section','field_5d78c3f39f22b'),(924,180,'selling_more_section_text','Join the growing community of next generation IT MSP\'s who are utilizing captain\'s chair'),(925,180,'_selling_more_section_text','field_5d78c41e7cc1b'),(926,180,'selling_more_section_link',''),(927,180,'_selling_more_section_link','field_5d78c41e7cc1c'),(928,180,'selling_more_section_image','37'),(929,180,'_selling_more_section_image','field_5d78c41e7cc1d'),(930,180,'selling_more_section',''),(931,180,'_selling_more_section','field_5d78c41e7cc1a'),(932,180,'newsletter_content_heading','Stay Informed!'),(933,180,'_newsletter_content_heading','field_5d79f57e24523'),(934,180,'newsletter_content_text','Get news and updates on captain\'s chair'),(935,180,'_newsletter_content_text','field_5d79f57e24524'),(936,180,'newsletter_content',''),(937,180,'_newsletter_content','field_5d79f57e24522'),(938,180,'dashboard_1_heading','Client Dashboard'),(939,180,'_dashboard_1_heading','field_5d79fc7f8727c'),(940,180,'dashboard_1_content','Captain\'s Chair consolidates all of your clients\' systems into a single pane of glass. It gives a comprehensive view of IT tickets, servers, cloud, website statistics, marketing analytics and more in the palm of your hands as a web and mobile application.'),(941,180,'_dashboard_1_content','field_5d79fc918727d'),(942,180,'dashboard_1',''),(943,180,'_dashboard_1','field_5d79fc638727b'),(944,180,'dashboard_2_heading','Account Management Dashboard'),(945,180,'_dashboard_2_heading','field_5d79fcaf27369'),(946,180,'dashboard_2_content','Captain\'s Chair gives Account Managers a consolidated view of their clients\' tickets, servers, websites and warranty information to create an out-of-the-box reporting tool'),(947,180,'_dashboard_2_content','field_5d79fce02736b'),(948,180,'dashboard_2',''),(949,180,'_dashboard_2','field_5d79fca327368'),(950,180,'features_section_heading','FEATURES'),(951,180,'_features_section_heading','field_5d79fe30a457f'),(952,180,'features_section',''),(953,180,'_features_section','field_5d79fe21a457e'),(954,180,'selling_more_section_heading','Selling More'),(955,180,'_selling_more_section_heading','field_5d7a000c8d636'),(956,180,'selling_more_section_button_text','get started'),(957,180,'_selling_more_section_button_text','field_5d7a00168d637'),(958,5,'selling_more_section_heading','Selling More'),(959,5,'_selling_more_section_heading','field_5d7a00919695e'),(960,5,'selling_more_section_button_text','get started'),(961,5,'_selling_more_section_button_text','field_5d7a00989695f'),(962,181,'banner_section_background_image','15'),(963,181,'_banner_section_background_image','field_5d7785aaee8ae'),(964,181,'banner_section_front_image','16'),(965,181,'_banner_section_front_image','field_5d7785d3ee8af'),(966,181,'banner_section_text','Explore the tool for the next generation of IT MSP'),(967,181,'_banner_section_text','field_5d7785eeee8b0'),(968,181,'banner_section',''),(969,181,'_banner_section','field_5d778563ee8ad'),(970,181,'connectors_section_text','Captain\'s Chair consolidates the data that matters to next generation MSPs.\r\nCheck out the current connectors with more coming soon!'),(971,181,'_connectors_section_text','field_5d7789431dc51'),(972,181,'connectors_section_image','21'),(973,181,'_connectors_section_image','field_5d7789511dc52'),(974,181,'connectors_section',''),(975,181,'_connectors_section','field_5d7789221dc50'),(976,181,'about_products_section_text','Captain\'s Chair is an always-on dashboard that gives our MSP partners a competitive advantage to close new business and increase managed recurring revenue with existing clients.'),(977,181,'_about_products_section_text','field_5d77a19d21f5a'),(978,181,'about_products_section',''),(979,181,'_about_products_section','field_5d77a00521f59'),(980,181,'selling_more_section_text','Join the growing community of next generation IT MSP\'s who are utilizing captain\'s chair'),(981,181,'_selling_more_section_text','field_5d77a2f0593b7'),(982,181,'selling_more_section_link',''),(983,181,'_selling_more_section_link','field_5d77a307593b8'),(984,181,'selling_more_section_image','37'),(985,181,'_selling_more_section_image','field_5d77a312593b9'),(986,181,'selling_more_section',''),(987,181,'_selling_more_section','field_5d77a2e3593b6'),(988,181,'explore_captains_chair_heading','Discover the software that will deliver increased managed recurring revenue and put you in the captain\'s chair with your clients.'),(989,181,'_explore_captains_chair_heading','field_5d790fcc655af'),(990,181,'explore_captains_chair_point_1','Sell captain\'s chair to your clients'),(991,181,'_explore_captains_chair_point_1','field_5d79101d655b0'),(992,181,'explore_captains_chair_point_2','Increase Close Ratios by differentiating your offering from the competition'),(993,181,'_explore_captains_chair_point_2','field_5d791091655b1'),(994,181,'explore_captains_chair_point_3','Increase Client Attachment Rates by providing unprecedented visibility and communication'),(995,181,'_explore_captains_chair_point_3','field_5d791097655b2'),(996,181,'explore_captains_chair',''),(997,181,'_explore_captains_chair','field_5d790f8f655ae'),(998,181,'explore_captains_chair_background_image','130'),(999,181,'_explore_captains_chair_background_image','field_5d79111f19196'),(1000,181,'banner_section_button_text','WATCH DEMO'),(1001,181,'_banner_section_button_text','field_5d79edb98bc10'),(1002,181,'about_products_section_button_text','Learn More'),(1003,181,'_about_products_section_button_text','field_5d79ee5f1b1b8'),(1004,181,'explore_captains_chair_button_text','Explore captain’s chair'),(1005,181,'_explore_captains_chair_button_text','field_5d79efcd71bff'),(1006,181,'connectors_section_heading',''),(1007,181,'_connectors_section_heading','field_5d79f022eb0e9'),(1008,181,'newsletter_content_heading','Stay Informed!'),(1009,181,'_newsletter_content_heading','field_5d79f999a7aae'),(1010,181,'newsletter_content_text','Get news and updates on captain\'s chair'),(1011,181,'_newsletter_content_text','field_5d79f999a7aaf'),(1012,181,'newsletter_content',''),(1013,181,'_newsletter_content','field_5d79f999a7aad'),(1014,181,'selling_more_section_heading','Selling More'),(1015,181,'_selling_more_section_heading','field_5d7a00919695e'),(1016,181,'selling_more_section_button_text','get started'),(1017,181,'_selling_more_section_button_text','field_5d7a00989695f'),(1018,43,'selling_more_section_heading','Selling More'),(1019,43,'_selling_more_section_heading','field_5d7a00416efc6'),(1020,43,'selling_more_section_button_text','get started'),(1021,43,'_selling_more_section_button_text','field_5d7a00476efc7'),(1022,182,'banner_section_background_image','66'),(1023,182,'_banner_section_background_image','field_5d78f3c54ddfa'),(1024,182,'banner_section_text','CC data connectors put all of your data in one place'),(1025,182,'_banner_section_text','field_5d78f3c54ddfc'),(1026,182,'banner_section',''),(1027,182,'_banner_section','field_5d78f3c54ddf9'),(1028,182,'selling_more_section_text','Join the growing community of next generation IT MSP\'s who are utilizing captain\'s chair'),(1029,182,'_selling_more_section_text','field_5d79f9e001d12'),(1030,182,'selling_more_section_link',''),(1031,182,'_selling_more_section_link','field_5d79f9e001d13'),(1032,182,'selling_more_section_image','37'),(1033,182,'_selling_more_section_image','field_5d79f9e001d14'),(1034,182,'selling_more_section',''),(1035,182,'_selling_more_section','field_5d79f9e001d11'),(1036,182,'content','Captain\'s Chair consolidates all of your clients\' systems into a single pane of glass. It gives a comprehensive view of IT tickets, servers, cloud, website statistics, marketing analytics and more in the palm of your hands as a web and mobile application.'),(1037,182,'_content','field_5d78f4a935687'),(1038,182,'newsletter_content_heading','Stay Informed!'),(1039,182,'_newsletter_content_heading','field_5d79f9a5dd32e'),(1040,182,'newsletter_content_text','Get news and updates on captain\'s chair'),(1041,182,'_newsletter_content_text','field_5d79f9a5dd32f'),(1042,182,'newsletter_content',''),(1043,182,'_newsletter_content','field_5d79f9a5dd32d'),(1044,182,'selling_more_section_heading','Selling More'),(1045,182,'_selling_more_section_heading','field_5d7a00416efc6'),(1046,182,'selling_more_section_button_text','get started'),(1047,182,'_selling_more_section_button_text','field_5d7a00476efc7'),(1048,43,'content_part_heading','Connectors'),(1049,43,'_content_part_heading','field_5d7a0382ca2c9'),(1050,43,'content_part_content','Captain\'s Chair consolidates all of your clients\' systems into a single pane of glass. It gives a comprehensive view of IT tickets, servers, cloud, website statistics, marketing analytics and more in the palm of your hands as a web and mobile application.'),(1051,43,'_content_part_content','field_5d78f4a935687'),(1052,43,'content_part',''),(1053,43,'_content_part','field_5d7a0376ca2c8'),(1054,185,'banner_section_background_image','66'),(1055,185,'_banner_section_background_image','field_5d78f3c54ddfa'),(1056,185,'banner_section_text','CC data connectors put all of your data in one place'),(1057,185,'_banner_section_text','field_5d78f3c54ddfc'),(1058,185,'banner_section',''),(1059,185,'_banner_section','field_5d78f3c54ddf9'),(1060,185,'selling_more_section_text','Join the growing community of next generation IT MSP\'s who are utilizing captain\'s chair'),(1061,185,'_selling_more_section_text','field_5d79f9e001d12'),(1062,185,'selling_more_section_link',''),(1063,185,'_selling_more_section_link','field_5d79f9e001d13'),(1064,185,'selling_more_section_image','37'),(1065,185,'_selling_more_section_image','field_5d79f9e001d14'),(1066,185,'selling_more_section',''),(1067,185,'_selling_more_section','field_5d79f9e001d11'),(1068,185,'content','Captain\'s Chair consolidates all of your clients\' systems into a single pane of glass. It gives a comprehensive view of IT tickets, servers, cloud, website statistics, marketing analytics and more in the palm of your hands as a web and mobile application.'),(1069,185,'_content','field_5d78f4a935687'),(1070,185,'newsletter_content_heading','Stay Informed!'),(1071,185,'_newsletter_content_heading','field_5d79f9a5dd32e'),(1072,185,'newsletter_content_text','Get news and updates on captain\'s chair'),(1073,185,'_newsletter_content_text','field_5d79f9a5dd32f'),(1074,185,'newsletter_content',''),(1075,185,'_newsletter_content','field_5d79f9a5dd32d'),(1076,185,'selling_more_section_heading','Selling More'),(1077,185,'_selling_more_section_heading','field_5d7a00416efc6'),(1078,185,'selling_more_section_button_text','get started'),(1079,185,'_selling_more_section_button_text','field_5d7a00476efc7'),(1080,185,'content_part_heading','Connectors'),(1081,185,'_content_part_heading','field_5d7a0382ca2c9'),(1082,185,'content_part_content','Captain\'s Chair consolidates all of your clients\' systems into a single pane of glass. It gives a comprehensive view of IT tickets, servers, cloud, website statistics, marketing analytics and more in the palm of your hands as a web and mobile application.'),(1083,185,'_content_part_content','field_5d78f4a935687'),(1084,185,'content_part',''),(1085,185,'_content_part','field_5d7a0376ca2c8'),(1086,188,'banner_section_background_image','66'),(1087,188,'_banner_section_background_image','field_5d78f3c54ddfa'),(1088,188,'banner_section_text','CC data connectors put all of your data in one place'),(1089,188,'_banner_section_text','field_5d78f3c54ddfc'),(1090,188,'banner_section',''),(1091,188,'_banner_section','field_5d78f3c54ddf9'),(1092,188,'selling_more_section_text','Join the growing community of next generation IT MSP\'s who are utilizing captain\'s chair'),(1093,188,'_selling_more_section_text','field_5d79f9e001d12'),(1094,188,'selling_more_section_link',''),(1095,188,'_selling_more_section_link','field_5d79f9e001d13'),(1096,188,'selling_more_section_image','37'),(1097,188,'_selling_more_section_image','field_5d79f9e001d14'),(1098,188,'selling_more_section',''),(1099,188,'_selling_more_section','field_5d79f9e001d11'),(1100,188,'content','Captain\'s Chair consolidates all of your clients\' systems into a single pane of glass. It gives a comprehensive view of IT tickets, servers, cloud, website statistics, marketing analytics and more in the palm of your hands as a web and mobile application.'),(1101,188,'_content','field_5d78f4a935687'),(1102,188,'newsletter_content_heading','Stay Informed!'),(1103,188,'_newsletter_content_heading','field_5d79f9a5dd32e'),(1104,188,'newsletter_content_text','Get news and updates on captain\'s chair'),(1105,188,'_newsletter_content_text','field_5d79f9a5dd32f'),(1106,188,'newsletter_content',''),(1107,188,'_newsletter_content','field_5d79f9a5dd32d'),(1108,188,'selling_more_section_heading','Selling More'),(1109,188,'_selling_more_section_heading','field_5d7a00416efc6'),(1110,188,'selling_more_section_button_text','get started'),(1111,188,'_selling_more_section_button_text','field_5d7a00476efc7'),(1112,188,'content_part_heading','Connectors'),(1113,188,'_content_part_heading','field_5d7a0382ca2c9'),(1114,188,'content_part_content','Captain\'s Chair consolidates all of your clients\' systems into a single pane of glass. It gives a comprehensive view of IT tickets, servers, cloud, website statistics, marketing analytics and more in the palm of your hands as a web and mobile application.'),(1115,188,'_content_part_content','field_5d78f4a935687'),(1116,188,'content_part',''),(1117,188,'_content_part','field_5d7a0376ca2c8'),(1118,192,'_mc4wp_settings','a:10:{s:15:\"required_fields\";s:0:\"\";s:12:\"double_optin\";s:1:\"0\";s:15:\"update_existing\";s:1:\"0\";s:17:\"replace_interests\";s:1:\"1\";s:15:\"subscriber_tags\";s:0:\"\";s:18:\"hide_after_success\";s:1:\"0\";s:8:\"redirect\";s:0:\"\";s:18:\"grecaptcha_enabled\";s:1:\"0\";s:3:\"css\";s:1:\"0\";s:5:\"lists\";a:0:{}}'),(1119,192,'text_subscribed','Thank you, your sign-up request was successful! Please check your email inbox to confirm.'),(1120,192,'text_invalid_email','Please provide a valid email address.'),(1121,192,'text_required_field_missing','Please fill in the required fields.'),(1122,192,'text_already_subscribed','Given email address is already subscribed, thank you!'),(1123,192,'text_error','Oops. Something went wrong. Please try again later.'),(1124,192,'text_unsubscribed','You were successfully unsubscribed.'),(1125,192,'text_not_subscribed','Given email address is not subscribed.'),(1126,192,'text_no_lists_selected','Please select at least one list.'),(1127,192,'text_updated','Thank you, your records have been updated!'),(1128,5,'explore_captains_chair_button_link','https://captainschairit.com/client-dashboard'),(1129,5,'_explore_captains_chair_button_link','field_5d7a3f120a269'),(1130,194,'banner_section_background_image','15'),(1131,194,'_banner_section_background_image','field_5d7785aaee8ae'),(1132,194,'banner_section_front_image','16'),(1133,194,'_banner_section_front_image','field_5d7785d3ee8af'),(1134,194,'banner_section_text','Explore the tool for the next generation of IT MSP'),(1135,194,'_banner_section_text','field_5d7785eeee8b0'),(1136,194,'banner_section',''),(1137,194,'_banner_section','field_5d778563ee8ad'),(1138,194,'connectors_section_text','Captain\'s Chair consolidates the data that matters to next generation MSPs.\r\nCheck out the current connectors with more coming soon!'),(1139,194,'_connectors_section_text','field_5d7789431dc51'),(1140,194,'connectors_section_image','21'),(1141,194,'_connectors_section_image','field_5d7789511dc52'),(1142,194,'connectors_section',''),(1143,194,'_connectors_section','field_5d7789221dc50'),(1144,194,'about_products_section_text','Captain\'s Chair is an always-on dashboard that gives our MSP partners a competitive advantage to close new business and increase managed recurring revenue with existing clients.'),(1145,194,'_about_products_section_text','field_5d77a19d21f5a'),(1146,194,'about_products_section',''),(1147,194,'_about_products_section','field_5d77a00521f59'),(1148,194,'selling_more_section_text','Join the growing community of next generation IT MSP\'s who are utilizing captain\'s chair'),(1149,194,'_selling_more_section_text','field_5d77a2f0593b7'),(1150,194,'selling_more_section_link',''),(1151,194,'_selling_more_section_link','field_5d77a307593b8'),(1152,194,'selling_more_section_image','37'),(1153,194,'_selling_more_section_image','field_5d77a312593b9'),(1154,194,'selling_more_section',''),(1155,194,'_selling_more_section','field_5d77a2e3593b6'),(1156,194,'explore_captains_chair_heading','Discover the software that will deliver increased managed recurring revenue and put you in the captain\'s chair with your clients.'),(1157,194,'_explore_captains_chair_heading','field_5d790fcc655af'),(1158,194,'explore_captains_chair_point_1','Sell captain\'s chair to your clients'),(1159,194,'_explore_captains_chair_point_1','field_5d79101d655b0'),(1160,194,'explore_captains_chair_point_2','Increase Close Ratios by differentiating your offering from the competition'),(1161,194,'_explore_captains_chair_point_2','field_5d791091655b1'),(1162,194,'explore_captains_chair_point_3','Increase Client Attachment Rates by providing unprecedented visibility and communication'),(1163,194,'_explore_captains_chair_point_3','field_5d791097655b2'),(1164,194,'explore_captains_chair',''),(1165,194,'_explore_captains_chair','field_5d790f8f655ae'),(1166,194,'explore_captains_chair_background_image','130'),(1167,194,'_explore_captains_chair_background_image','field_5d79111f19196'),(1168,194,'banner_section_button_text','WATCH DEMO'),(1169,194,'_banner_section_button_text','field_5d79edb98bc10'),(1170,194,'about_products_section_button_text','Learn More'),(1171,194,'_about_products_section_button_text','field_5d79ee5f1b1b8'),(1172,194,'explore_captains_chair_button_text','Explore captain’s chair'),(1173,194,'_explore_captains_chair_button_text','field_5d79efcd71bff'),(1174,194,'connectors_section_heading',''),(1175,194,'_connectors_section_heading','field_5d79f022eb0e9'),(1176,194,'newsletter_content_heading','Stay Informed!'),(1177,194,'_newsletter_content_heading','field_5d79f999a7aae'),(1178,194,'newsletter_content_text','Get news and updates on captain\'s chair'),(1179,194,'_newsletter_content_text','field_5d79f999a7aaf'),(1180,194,'newsletter_content',''),(1181,194,'_newsletter_content','field_5d79f999a7aad'),(1182,194,'selling_more_section_heading','Selling More'),(1183,194,'_selling_more_section_heading','field_5d7a00919695e'),(1184,194,'selling_more_section_button_text','get started'),(1185,194,'_selling_more_section_button_text','field_5d7a00989695f'),(1186,194,'explore_captains_chair_button_link','http://dev.captainschairit.com/client-dashboard'),(1187,194,'_explore_captains_chair_button_link','field_5d7a3f120a269'),(1188,197,'_wp_attached_file','2019/09/cc_dashboard.png'),(1189,197,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:2183;s:4:\"file\";s:24:\"2019/09/cc_dashboard.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"cc_dashboard-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:\"cc_dashboard-220x300.png\";s:5:\"width\";i:220;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"cc_dashboard-768x1048.png\";s:5:\"width\";i:768;s:6:\"height\";i:1048;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"cc_dashboard-751x1024.png\";s:5:\"width\";i:751;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"cc_dashboard-1200x1637.png\";s:5:\"width\";i:1200;s:6:\"height\";i:1637;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:{}}}'),(1190,198,'_wp_attached_file','2019/09/rm_dashboard.png'),(1191,198,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:1393;s:4:\"file\";s:24:\"2019/09/rm_dashboard.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"rm_dashboard-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:\"rm_dashboard-300x261.png\";s:5:\"width\";i:300;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"rm_dashboard-768x669.png\";s:5:\"width\";i:768;s:6:\"height\";i:669;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"rm_dashboard-1024x892.png\";s:5:\"width\";i:1024;s:6:\"height\";i:892;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"rm_dashboard-1200x1045.png\";s:5:\"width\";i:1200;s:6:\"height\";i:1045;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:{}}}'),(1192,55,'dashboard_1_image','197'),(1193,55,'_dashboard_1_image','field_5d7a4233f0562'),(1194,55,'dashboard_2_image','198'),(1195,55,'_dashboard_2_image','field_5d7a4248f0563'),(1196,199,'banner_section_background_image','66'),(1197,199,'_banner_section_background_image','field_5d78c3f39f22c'),(1198,199,'banner_section_text','Explore the tool for the next generation of IT MSP'),(1199,199,'_banner_section_text','field_5d78c3f39f22e'),(1200,199,'banner_section',''),(1201,199,'_banner_section','field_5d78c3f39f22b'),(1202,199,'selling_more_section_text','Join the growing community of next generation IT MSP\'s who are utilizing captain\'s chair'),(1203,199,'_selling_more_section_text','field_5d78c41e7cc1b'),(1204,199,'selling_more_section_link',''),(1205,199,'_selling_more_section_link','field_5d78c41e7cc1c'),(1206,199,'selling_more_section_image','37'),(1207,199,'_selling_more_section_image','field_5d78c41e7cc1d'),(1208,199,'selling_more_section',''),(1209,199,'_selling_more_section','field_5d78c41e7cc1a'),(1210,199,'newsletter_content_heading','Stay Informed!'),(1211,199,'_newsletter_content_heading','field_5d79f57e24523'),(1212,199,'newsletter_content_text','Get news and updates on captain\'s chair'),(1213,199,'_newsletter_content_text','field_5d79f57e24524'),(1214,199,'newsletter_content',''),(1215,199,'_newsletter_content','field_5d79f57e24522'),(1216,199,'dashboard_1_heading','Client Dashboard'),(1217,199,'_dashboard_1_heading','field_5d79fc7f8727c'),(1218,199,'dashboard_1_content','Captain\'s Chair consolidates all of your clients\' systems into a single pane of glass. It gives a comprehensive view of IT tickets, servers, cloud, website statistics, marketing analytics and more in the palm of your hands as a web and mobile application.'),(1219,199,'_dashboard_1_content','field_5d79fc918727d'),(1220,199,'dashboard_1',''),(1221,199,'_dashboard_1','field_5d79fc638727b'),(1222,199,'dashboard_2_heading','Account Management Dashboard'),(1223,199,'_dashboard_2_heading','field_5d79fcaf27369'),(1224,199,'dashboard_2_content','Captain\'s Chair gives Account Managers a consolidated view of their clients\' tickets, servers, websites and warranty information to create an out-of-the-box reporting tool'),(1225,199,'_dashboard_2_content','field_5d79fce02736b'),(1226,199,'dashboard_2',''),(1227,199,'_dashboard_2','field_5d79fca327368'),(1228,199,'features_section_heading','FEATURES'),(1229,199,'_features_section_heading','field_5d79fe30a457f'),(1230,199,'features_section',''),(1231,199,'_features_section','field_5d79fe21a457e'),(1232,199,'selling_more_section_heading','Selling More'),(1233,199,'_selling_more_section_heading','field_5d7a000c8d636'),(1234,199,'selling_more_section_button_text','get started'),(1235,199,'_selling_more_section_button_text','field_5d7a00168d637'),(1236,199,'dashboard_1_image','197'),(1237,199,'_dashboard_1_image','field_5d7a4233f0562'),(1238,199,'dashboard_2_image','198'),(1239,199,'_dashboard_2_image','field_5d7a4248f0563'),(1240,200,'_edit_last','1'),(1241,200,'_edit_lock','1582659580:1'),(1242,47,'banner_section_background_image','217'),(1243,47,'_banner_section_background_image','field_5d7a486933c45'),(1244,47,'banner_section_text','Company Info'),(1245,47,'_banner_section_text','field_5d7a486933c46'),(1246,47,'banner_section',''),(1247,47,'_banner_section','field_5d7a486933c44'),(1248,47,'information_section_heading',''),(1249,47,'_information_section_heading','field_5d7a496629b60'),(1250,47,'information_section_content','Captain’s Chair was born from an MSP, so we understand the importance of delivering a best-in-class customer experience. Providing that experience requires visibility to the necessary information to make informed decisions on servicing your clients and giving those clients a view of the work, you do for them.\r\n\r\nOur industry-first proprietary software increases engagement and creates stronger relationships between MSP’s and their customers by delivering critical insight in a user-friendly dashboard. The client facing dashboard is customizable and adds transparency to build trust between IT service providers and their managed clients.\r\n\r\nMost MSPs provide transparency a few times a year during monthly or quarterly business reviews (MBR or QBR) and our research has shown that MSPs spend between 5-50 hours per month preparing these and other management reports for their clients. However, through deploying Captain’s Chair, transparency is immediate and MSPs can cut that time spent by up to 90%, allowing their staff to focus on higher value activities.\r\n\r\nCaptain’s Chair currently supports PSA integrations with ConnectWise Manage and Kaseya BMS and in less than 30 minutes you and your clients will have an integrated view of the critical service, license, asset and warranty data in an easy to understand dashboard. The Captain’s Chair team is here to support you with these and other integrations, to grow your business and provide best-in-class service.'),(1251,47,'_information_section_content','field_5d7a497129b61'),(1252,47,'information_section',''),(1253,47,'_information_section','field_5d7a495329b5f'),(1254,47,'newsletter_content_heading','Stay Informed!'),(1255,47,'_newsletter_content_heading','field_5d7a487649f83'),(1256,47,'newsletter_content_text','Get news and updates on captain\'s chair'),(1257,47,'_newsletter_content_text','field_5d7a487649f84'),(1258,47,'newsletter_content',''),(1259,47,'_newsletter_content','field_5d7a487649f82'),(1260,47,'selling_more_section_heading','Get in Touch'),(1261,47,'_selling_more_section_heading','field_5d7a48811c4c6'),(1262,47,'selling_more_section_text','We are always looking for new partners and collaborations. Feel free to contact us at 877-677-2248 (CCIT).'),(1263,47,'_selling_more_section_text','field_5d7a48811c4c7'),(1264,47,'selling_more_section_link',''),(1265,47,'_selling_more_section_link','field_5d7a48811c4c8'),(1266,47,'selling_more_section_image','37'),(1267,47,'_selling_more_section_image','field_5d7a48811c4c9'),(1268,47,'selling_more_section_button_text','get started'),(1269,47,'_selling_more_section_button_text','field_5d7a48811c4ca'),(1270,47,'selling_more_section',''),(1271,47,'_selling_more_section','field_5d7a48811c4c5'),(1272,216,'banner_section_background_image','217'),(1273,216,'_banner_section_background_image','field_5d7a486933c45'),(1274,216,'banner_section_text','Company Info'),(1275,216,'_banner_section_text','field_5d7a486933c46'),(1276,216,'banner_section',''),(1277,216,'_banner_section','field_5d7a486933c44'),(1278,216,'information_section_heading',''),(1279,216,'_information_section_heading','field_5d7a496629b60'),(1280,216,'information_section_content','Captain’s Chair is a product designed for the IT Managed Services industry. It provides our Managed Service Provider (MSP) partners with an additional revenue stream and delivers them a competitive advantage in their respective markets. Captain’s Chair is a client-facing, real-time dashboard product that supplies end-users with more visibility into their IT infrastructure and operations.\r\n\r\nOur purpose and design of Captain’s Chair is to increase the value of our partner’s service offerings and provide a tool that can differentiate them in their market space. Captain’s Chair provides visibility, control and accountability for the IT functions in an organization. We designed our product with end-user expectations in mind and built Captain’s Chair to convey critical real-time information on the status of client’s IT operations.\r\n\r\nThe IT Managed Services industry is ever evolving and saturated with companies competing for every dollar. Captain’s Chair is our solution to the flooded marketplace and a proven differentiator for MSPs. We see Captain’s Chair as a tool for the next generation of MSPs as they look to expand their offerings to provide value while at the same time providing more visibility and reporting for their clients.'),(1281,216,'_information_section_content','field_5d7a497129b61'),(1282,216,'information_section',''),(1283,216,'_information_section','field_5d7a495329b5f'),(1284,216,'newsletter_content_heading',''),(1285,216,'_newsletter_content_heading','field_5d7a487649f83'),(1286,216,'newsletter_content_text',''),(1287,216,'_newsletter_content_text','field_5d7a487649f84'),(1288,216,'newsletter_content',''),(1289,216,'_newsletter_content','field_5d7a487649f82'),(1290,216,'selling_more_section_heading','Get in Touch'),(1291,216,'_selling_more_section_heading','field_5d7a48811c4c6'),(1292,216,'selling_more_section_text','We are always looking for new partners and collaborations. Feel free to contact us at 877-677-2248 (CCIT).'),(1293,216,'_selling_more_section_text','field_5d7a48811c4c7'),(1294,216,'selling_more_section_link',''),(1295,216,'_selling_more_section_link','field_5d7a48811c4c8'),(1296,216,'selling_more_section_image',''),(1297,216,'_selling_more_section_image','field_5d7a48811c4c9'),(1298,216,'selling_more_section_button_text',''),(1299,216,'_selling_more_section_button_text','field_5d7a48811c4ca'),(1300,216,'selling_more_section',''),(1301,216,'_selling_more_section','field_5d7a48811c4c5'),(1302,217,'_wp_attached_file','2019/09/about-bg.jpg'),(1303,217,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1365;s:6:\"height\";i:382;s:4:\"file\";s:20:\"2019/09/about-bg.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"about-bg-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:\"about-bg-300x84.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:84;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"about-bg-768x215.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"about-bg-1024x287.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:287;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"about-bg-1200x336.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:336;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:{}}}'),(1304,219,'banner_section_background_image','217'),(1305,219,'_banner_section_background_image','field_5d7a486933c45'),(1306,219,'banner_section_text','CC data connectors put all of your data in one place'),(1307,219,'_banner_section_text','field_5d7a486933c46'),(1308,219,'banner_section',''),(1309,219,'_banner_section','field_5d7a486933c44'),(1310,219,'information_section_heading','Company Info'),(1311,219,'_information_section_heading','field_5d7a496629b60'),(1312,219,'information_section_content','<div>\r\n<div>Captain’s Chair is a product designed for the IT Managed Services industry. It provides our Managed Service Provider (MSP) partners with an additional revenue stream and delivers them a competitive advantage in their respective markets. Captain’s Chair is a client-facing, real-time dashboard product that supplies end-users with more visibility into their IT infrastructure and operations.</div>\r\n</div>\r\n<div></div>\r\n<div>\r\n<div>\r\n<div>Our purpose and design of Captain’s Chair is to increase the value of our partner’s service offerings and provide a tool that can differentiate them in their market space. Captain’s Chair provides visibility, control and accountability for the IT functions in an organization. We designed our product with end-user expectations in mind and built Captain’s Chair to convey critical real-time information on the status of client’s IT operations.</div>\r\n</div>\r\n</div>\r\n<div></div>\r\n<div>\r\n<div>\r\n<div>The IT Managed Services industry is ever evolving and saturated with companies competing for every dollar. Captain’s Chair is our solution to the flooded marketplace and a proven differentiator for MSPs. We see Captain’s Chair as a tool for the next generation of MSPs as they look to expand their offerings to provide value while at the same time providing more visibility and reporting for their clients.\"</div>\r\n</div>\r\n</div>'),(1313,219,'_information_section_content','field_5d7a497129b61'),(1314,219,'information_section',''),(1315,219,'_information_section','field_5d7a495329b5f'),(1316,219,'newsletter_content_heading','Stay Informed!'),(1317,219,'_newsletter_content_heading','field_5d7a487649f83'),(1318,219,'newsletter_content_text','Get news and updates on captain\'s chair'),(1319,219,'_newsletter_content_text','field_5d7a487649f84'),(1320,219,'newsletter_content',''),(1321,219,'_newsletter_content','field_5d7a487649f82'),(1322,219,'selling_more_section_heading','Selling More'),(1323,219,'_selling_more_section_heading','field_5d7a48811c4c6'),(1324,219,'selling_more_section_text','Join the growing community of next generation IT MSP\'s who are utilizing captain\'s chair'),(1325,219,'_selling_more_section_text','field_5d7a48811c4c7'),(1326,219,'selling_more_section_link',''),(1327,219,'_selling_more_section_link','field_5d7a48811c4c8'),(1328,219,'selling_more_section_image','37'),(1329,219,'_selling_more_section_image','field_5d7a48811c4c9'),(1330,219,'selling_more_section_button_text','get started'),(1331,219,'_selling_more_section_button_text','field_5d7a48811c4ca'),(1332,219,'selling_more_section',''),(1333,219,'_selling_more_section','field_5d7a48811c4c5'),(1334,220,'banner_section_background_image','217'),(1335,220,'_banner_section_background_image','field_5d7a486933c45'),(1336,220,'banner_section_text','CC data connectors put all of your data in one place'),(1337,220,'_banner_section_text','field_5d7a486933c46'),(1338,220,'banner_section',''),(1339,220,'_banner_section','field_5d7a486933c44'),(1340,220,'information_section_heading','Company Info'),(1341,220,'_information_section_heading','field_5d7a496629b60'),(1342,220,'information_section_content','Captain’s Chair is a product designed for the IT Managed Services industry. It provides our Managed Service Provider (MSP) partners with an additional revenue stream and delivers them a competitive advantage in their respective markets. Captain’s Chair is a client-facing, real-time dashboard product that supplies end-users with more visibility into their IT infrastructure and operations.\r\n\r\nOur purpose and design of Captain’s Chair is to increase the value of our partner’s service offerings and provide a tool that can differentiate them in their market space. Captain’s Chair provides visibility, control and accountability for the IT functions in an organization. We designed our product with end-user expectations in mind and built Captain’s Chair to convey critical real-time information on the status of client’s IT operations.\r\n\r\nThe IT Managed Services industry is ever evolving and saturated with companies competing for every dollar. Captain’s Chair is our solution to the flooded marketplace and a proven differentiator for MSPs. We see Captain’s Chair as a tool for the next generation of MSPs as they look to expand their offerings to provide value while at the same time providing more visibility and reporting for their clients.\"'),(1343,220,'_information_section_content','field_5d7a497129b61'),(1344,220,'information_section',''),(1345,220,'_information_section','field_5d7a495329b5f'),(1346,220,'newsletter_content_heading','Stay Informed!'),(1347,220,'_newsletter_content_heading','field_5d7a487649f83'),(1348,220,'newsletter_content_text','Get news and updates on captain\'s chair'),(1349,220,'_newsletter_content_text','field_5d7a487649f84'),(1350,220,'newsletter_content',''),(1351,220,'_newsletter_content','field_5d7a487649f82'),(1352,220,'selling_more_section_heading','Selling More'),(1353,220,'_selling_more_section_heading','field_5d7a48811c4c6'),(1354,220,'selling_more_section_text','Join the growing community of next generation IT MSP\'s who are utilizing captain\'s chair'),(1355,220,'_selling_more_section_text','field_5d7a48811c4c7'),(1356,220,'selling_more_section_link',''),(1357,220,'_selling_more_section_link','field_5d7a48811c4c8'),(1358,220,'selling_more_section_image','37'),(1359,220,'_selling_more_section_image','field_5d7a48811c4c9'),(1360,220,'selling_more_section_button_text','get started'),(1361,220,'_selling_more_section_button_text','field_5d7a48811c4ca'),(1362,220,'selling_more_section',''),(1363,220,'_selling_more_section','field_5d7a48811c4c5'),(1364,224,'_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\"]'),(1365,224,'_mail','a:8:{s:7:\"subject\";s:37:\"Captain's Chair \"[your-subject]\"\";s:6:\"sender\";s:45:\"Captain's Chair <wordpress@192.168.1.33>\";s:4:\"body\";s:189:\"From: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Captain's Chair (https://captainschairit.com/cc-website)\";s:9:\"recipient\";s:24:\"shieldwatch006@gmail.com\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";i:0;s:13:\"exclude_blank\";i:0;}'),(1366,224,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:37:\"Captain's Chair \"[your-subject]\"\";s:6:\"sender\";s:45:\"Captain's Chair <wordpress@192.168.1.33>\";s:4:\"body\";s:131:\"Message Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Captain's Chair (https://captainschairit.com/cc-website)\";s:9:\"recipient\";s:12:\"[your-email]\";s:18:\"additional_headers\";s:34:\"Reply-To: shieldwatch006@gmail.com\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";i:0;s:13:\"exclude_blank\";i:0;}'),(1367,224,'_messages','a:8:{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.\";}'),(1368,224,'_additional_settings',NULL),(1369,224,'_locale','en_US'),(1370,225,'_edit_last','1'),(1371,225,'_edit_lock','1569407457:1'),(1372,226,'_edit_last','1'),(1373,226,'_edit_lock','1568372277:1'),(1374,225,'designation','President & CEO'),(1375,225,'_designation','field_5d7b6394cd939'),(1376,228,'_wp_attached_file','2019/09/Pratik-Roychoudhury.jpg'),(1377,228,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:117;s:6:\"height\";i:116;s:4:\"file\";s:31:\"2019/09/Pratik-Roychoudhury.jpg\";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:{}}}'),(1378,225,'_thumbnail_id','228'),(1379,225,'linkedin_profile','https://www.linkedin.com/in/pratikroychoudhury/'),(1380,225,'_linkedin_profile','field_5d7b65997e629'),(1383,231,'_wp_attached_file','2019/09/John-Rhoades.jpg'),(1384,231,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:117;s:6:\"height\";i:116;s:4:\"file\";s:24:\"2019/09/John-Rhoades.jpg\";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:{}}}'),(1392,233,'_wp_attached_file','2019/09/Kausik-Sarkar.jpg'),(1393,233,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:117;s:6:\"height\";i:116;s:4:\"file\";s:25:\"2019/09/Kausik-Sarkar.jpg\";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:{}}}'),(1405,235,'_wp_attached_file','2019/09/James-Kissane.jpg'),(1406,235,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:117;s:6:\"height\";i:116;s:4:\"file\";s:25:\"2019/09/James-Kissane.jpg\";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:{}}}'),(1419,239,'_wp_attached_file','2019/09/Dwayne-Leininger.jpg'),(1420,239,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:117;s:6:\"height\";i:116;s:4:\"file\";s:28:\"2019/09/Dwayne-Leininger.jpg\";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:{}}}'),(1426,47,'leadership_section_heading','Leadership Team'),(1427,47,'_leadership_section_heading','field_5d7a4b61e3ee6'),(1428,47,'leadership_section',''),(1429,47,'_leadership_section','field_5d7a4b51e3ee5'),(1430,240,'banner_section_background_image','217'),(1431,240,'_banner_section_background_image','field_5d7a486933c45'),(1432,240,'banner_section_text','CC data connectors put all of your data in one place'),(1433,240,'_banner_section_text','field_5d7a486933c46'),(1434,240,'banner_section',''),(1435,240,'_banner_section','field_5d7a486933c44'),(1436,240,'information_section_heading','Company Info'),(1437,240,'_information_section_heading','field_5d7a496629b60'),(1438,240,'information_section_content','Captain’s Chair is a product designed for the IT Managed Services industry. It provides our Managed Service Provider (MSP) partners with an additional revenue stream and delivers them a competitive advantage in their respective markets. Captain’s Chair is a client-facing, real-time dashboard product that supplies end-users with more visibility into their IT infrastructure and operations.\r\n\r\nOur purpose and design of Captain’s Chair is to increase the value of our partner’s service offerings and provide a tool that can differentiate them in their market space. Captain’s Chair provides visibility, control and accountability for the IT functions in an organization. We designed our product with end-user expectations in mind and built Captain’s Chair to convey critical real-time information on the status of client’s IT operations.\r\n\r\nThe IT Managed Services industry is ever evolving and saturated with companies competing for every dollar. Captain’s Chair is our solution to the flooded marketplace and a proven differentiator for MSPs. We see Captain’s Chair as a tool for the next generation of MSPs as they look to expand their offerings to provide value while at the same time providing more visibility and reporting for their clients.\"'),(1439,240,'_information_section_content','field_5d7a497129b61'),(1440,240,'information_section',''),(1441,240,'_information_section','field_5d7a495329b5f'),(1442,240,'newsletter_content_heading','Stay Informed!'),(1443,240,'_newsletter_content_heading','field_5d7a487649f83'),(1444,240,'newsletter_content_text','Get news and updates on captain\'s chair'),(1445,240,'_newsletter_content_text','field_5d7a487649f84'),(1446,240,'newsletter_content',''),(1447,240,'_newsletter_content','field_5d7a487649f82'),(1448,240,'selling_more_section_heading','Get in Touch'),(1449,240,'_selling_more_section_heading','field_5d7a48811c4c6'),(1450,240,'selling_more_section_text','We are always looking for new exciting projects and collaborations. Feel free to contact us.'),(1451,240,'_selling_more_section_text','field_5d7a48811c4c7'),(1452,240,'selling_more_section_link',''),(1453,240,'_selling_more_section_link','field_5d7a48811c4c8'),(1454,240,'selling_more_section_image','37'),(1455,240,'_selling_more_section_image','field_5d7a48811c4c9'),(1456,240,'selling_more_section_button_text','get started'),(1457,240,'_selling_more_section_button_text','field_5d7a48811c4ca'),(1458,240,'selling_more_section',''),(1459,240,'_selling_more_section','field_5d7a48811c4c5'),(1460,240,'leadership_section_heading',''),(1461,240,'_leadership_section_heading','field_5d7a4b61e3ee6'),(1462,240,'leadership_section',''),(1463,240,'_leadership_section','field_5d7a4b51e3ee5'),(1464,241,'banner_section_background_image','217'),(1465,241,'_banner_section_background_image','field_5d7a486933c45'),(1466,241,'banner_section_text','CC data connectors put all of your data in one place'),(1467,241,'_banner_section_text','field_5d7a486933c46'),(1468,241,'banner_section',''),(1469,241,'_banner_section','field_5d7a486933c44'),(1470,241,'information_section_heading','Company Info'),(1471,241,'_information_section_heading','field_5d7a496629b60'),(1472,241,'information_section_content','Captain’s Chair is a product designed for the IT Managed Services industry. It provides our Managed Service Provider (MSP) partners with an additional revenue stream and delivers them a competitive advantage in their respective markets. Captain’s Chair is a client-facing, real-time dashboard product that supplies end-users with more visibility into their IT infrastructure and operations.\r\n\r\nOur purpose and design of Captain’s Chair is to increase the value of our partner’s service offerings and provide a tool that can differentiate them in their market space. Captain’s Chair provides visibility, control and accountability for the IT functions in an organization. We designed our product with end-user expectations in mind and built Captain’s Chair to convey critical real-time information on the status of client’s IT operations.\r\n\r\nThe IT Managed Services industry is ever evolving and saturated with companies competing for every dollar. Captain’s Chair is our solution to the flooded marketplace and a proven differentiator for MSPs. We see Captain’s Chair as a tool for the next generation of MSPs as they look to expand their offerings to provide value while at the same time providing more visibility and reporting for their clients.\"'),(1473,241,'_information_section_content','field_5d7a497129b61'),(1474,241,'information_section',''),(1475,241,'_information_section','field_5d7a495329b5f'),(1476,241,'newsletter_content_heading','Stay Informed!'),(1477,241,'_newsletter_content_heading','field_5d7a487649f83'),(1478,241,'newsletter_content_text','Get news and updates on captain\'s chair'),(1479,241,'_newsletter_content_text','field_5d7a487649f84'),(1480,241,'newsletter_content',''),(1481,241,'_newsletter_content','field_5d7a487649f82'),(1482,241,'selling_more_section_heading','Get in Touch'),(1483,241,'_selling_more_section_heading','field_5d7a48811c4c6'),(1484,241,'selling_more_section_text','We are always looking for new exciting projects and collaborations. Feel free to contact us.'),(1485,241,'_selling_more_section_text','field_5d7a48811c4c7'),(1486,241,'selling_more_section_link',''),(1487,241,'_selling_more_section_link','field_5d7a48811c4c8'),(1488,241,'selling_more_section_image','37'),(1489,241,'_selling_more_section_image','field_5d7a48811c4c9'),(1490,241,'selling_more_section_button_text','get started'),(1491,241,'_selling_more_section_button_text','field_5d7a48811c4ca'),(1492,241,'selling_more_section',''),(1493,241,'_selling_more_section','field_5d7a48811c4c5'),(1494,241,'leadership_section_heading','Leadership Team'),(1495,241,'_leadership_section_heading','field_5d7a4b61e3ee6'),(1496,241,'leadership_section',''),(1497,241,'_leadership_section','field_5d7a4b51e3ee5'),(1498,242,'_form','<div class=\"row\"><div class=\"col-md-6\"><div class=\"form-group form-placeholder\">[text* Name class:form-control placeholder]<label class=\"placeholder-label\">Name</label></div></div><div class=\"col-md-6\"><div class=\"form-group form-placeholder\">[text* Title class:form-control placeholder]<label class=\"placeholder-label\">Company</label></div></div><div class=\"col-md-6\"><div class=\"form-group form-placeholder\">[text* Phone class:form-control placeholder]<label class=\"placeholder-label\">Phone</label></div></div><div class=\"col-md-6\"><div class=\"form-group form-placeholder\">[email* Email class:form-control placeholder]<label class=\"placeholder-label\">Email </label></div></div><div class=\"col-md-12\"><div class=\"mb-5\"><button id=\'submit\' class=\'wpcf7-form-control wpcf7-submit btn btn-primary btn-rounded hvr-shutter-out-horizontal\'>Contact Us</button></div></div></div>'),(1499,242,'_mail','a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:26:\"Captain\'s Chair Contact Us\";s:6:\"sender\";s:46:\"Captain\'s Chair <no-reply@captainschairit.com>\";s:9:\"recipient\";s:25:\"sales@captainschairit.com\";s:4:\"body\";s:9711:\"<!doctype html>\n<html>\n<head>\n<meta charset=\"utf-8\">\n<title>Contact us</title>\n<style type=\"text/css\">\nhtml {\n width: 100%;\n margin: 0;\n padding: 0;\n}\nbody {\n -webkit-text-size-adjust: none;\n -ms-text-size-adjust: none;\n margin: 0;\n padding: 0;\n -webkit-font-smoothing: antialiased;\n}\ntable {\n border-spacing: 0;\n}\nimg {\n display: block !important;\n outline: none;\n text-decoration: none;\n -ms-interpolation-mode: bicubic;\n border: none;\n height: auto;\n line-height: 100%;\n}\n img.image-inline{\n display: inline-block!important; \n }\n\np {\n padding: 0;\n margin: 0;\n}\nbr {\n line-height: 0 !important;\n}\ndiv, p, span, strong, b, em, i, a, li, td {\n -webkit-text-size-adjust: none;\n}\ntable td, table tr {\n border-collapse: collapse;\n}\ntable {\n border-collapse: collapse;\n mso-table-lspace: 0pt;\n mso-table-rspace: 0pt;\n}\n\n@media screen and (max-width:580px) {\ntable[class=\"table-wrappper\"] {\n width: 100%!important;\n}\ntd[class=\"content-left-gap\"] {\n width: 5%!important;\n}\ntable[class=\"content-table\"],\ntd[class=\"content-table\"]{\n width: 100%!important;\n}\ntd[class=\"banner-image\"] img {\n width: 100%!important;\n}\ntable[class=\"main-table-wrappper\"] {\n width: 100%!important;\n}\ntd[class=\"gap-01\"] {\n height: 15px!important;\n}\ntd[class=\"space-01\"] {\n width: 15px!important;\n}\ntable[class=\"table-wrappper\"] .heading01 {\n font-size: 20px !important;\n}\ntable[class=\"table-wrappper\"] .text01 {\n font-size: 14px !important;\n margin-bottom: 24px !important;\n}\ntable[class=\"table-wrappper\"] .heading02 {\n font-size: 24px !important;\n}\ntd[class=\"content-border\"] {\n height: 25px!important;\n}\ntable[class=\"table-wrappper\"] .heading03 {\n font-size: 18px !important;\n}\ntable[class=\"table-wrappper\"] .email-link {\n display: block !important;\n margin: 10px 0 !important;\n}\n\n}\n\n@media screen and (max-width:420px) {\ntable[class=\"brand\"] {\n width: 100%!important;\n text-align: center !important;\n}\ntable[class=\"website-btn\"] {\n width: 100%!important;\n text-align: center !important;\n}\n\n table[class=\"website-btn-tbl\"] {\n width: 130px!important;\n }\n \n}\n</style>\n</head>\n\n<body style=\"background-color: #d7d7d7;\">\n\n<table cellpadding=\"0\" cellspacing=\"0\" align=\"center\" style=\"width:100%; border-left: 15px solid #d7d7d7; border-right: 15px solid #d7d7d7;\" bgcolor=\"#d7d7d7\">\n <!--Top gap-->\n <tr>\n <td height=\"28\" class=\"gap-01\"></td>\n </tr>\n <!--/Top gap-->\n \n <!--Body part-->\n <tr>\n <td class=\"main-td\">\n <table cellpadding=\"0\" cellspacing=\"0\" align=\"center\" class=\"main-table-wrappper\" style=\"width: 600px\" bgcolor=\"#ffffff\">\n <!--Logo part-->\n <tr>\n <td>\n <table cellpadding=\"0\" cellspacing=\"0\" align=\"center\" class=\"table-wrappper\" style=\"width: 600px\">\n <tr>\n <td height=\"15\"></td>\n </tr>\n <tr>\n <td width=\"20\"></td>\n <td align=\"center\" valign=\"top\">\n <table cellpadding=\"0\" cellspacing=\"0\" align=\"left\" style=\"width:109px;\" class=\"brand\">\n <tr>\n <td align=\"center\">\n <a href=\"https://captainschairit.com\" style=\"border:none; padding:0; text-decoration:none; border:none; cursor:pointer;\"><img src=\"https://captainschairit.com/wp-content/uploads/2019/09/logo.png\" title=\"Captain\'s Chair\" alt=\"Captain\'s Chair\" style=\"border:none;\" width=\"150\" height=\"39\">\n </a></td>\n </tr>\n </table>\n\n <table cellpadding=\"0\" cellspacing=\"0\" align=\"right\" style=\"width:130px;\" class=\"website-btn\" width=\"130\">\n <tr>\n <td height=\"1\" class=\"gap-01\"></td>\n </tr>\n <tr>\n <td align=\"center\"><table cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"100%\" class=\"website-btn-tbl\">\n <tr>\n <td align=\"center\" style=\"height:35px; border:1px solid #ff671f; background-color: #ff671f;\"><a href=\"https://captainschairit.com\" style=\"color:#ffffff; background-color: #ff671f; font-family: Verdana, Geneva, Tahoma, sans-serif; font-size:14px; width:108px; height:15px; display:block; text-align:center; text-decoration:none; padding:10px; cursor:pointer;\">Go Website</a></td>\n </tr>\n </table></td>\n </tr>\n </table>\n </td>\n <td width=\"20\"></td>\n </tr>\n <tr>\n <td height=\"15\"></td>\n </tr>\n </table>\n </td>\n </tr>\n <!--/Logo part-->\n \n <!--Banner part-->\n <tr>\n <td class=\"banner-image\">\n <a href=\"https://captainschairit.com\" style=\"border:none; padding:0; text-decoration:none; border:none; cursor:pointer;\" target=\"_blank\"><img src=\"https://captainschairit.com/wp-content/uploads/2019/10/banner-image.jpg\" title=\"Banner\" alt=\"Banner\" style=\"border:none;\" width=\"600\" height=\"175\"></a>\n </td>\n </tr>\n <!--/Banner part-->\n \n \n \n <!--Content top gap-->\n <tr>\n <td height=\"25\" class=\"gap-01\"></td>\n </tr>\n <!--/Content top gap-->\n \n <!--Content part-->\n <tr>\n <td>\n <table cellpadding=\"0\" cellspacing=\"0\" align=\"center\" class=\"table-wrappper\" style=\"width: 600px\">\n <tr>\n <td width=\"25\" class=\"content-left-gap\"></td>\n <td>\n <table cellpadding=\"0\" cellspacing=\"0\" align=\"center\" class=\"content-table\" style=\"width: 100%\">\n <tr>\n <td align=\"left\">\n <p style=\"margin:0 0 10px; font-family: Verdana, Geneva, Tahoma, sans-serif; font-size:30px; color:#ff671f; \" class=\"heading02\">Hi, Admin</p>\n \n <h5 style=\"margin:0 0 28px; font-family: Verdana, Geneva, Tahoma, sans-serif; font-size:13px; color:#293a47;\" class=\"text01\">You have a new contact request.</h5>\n\n <p style=\"margin:0 0 28px; font-family: Verdana, Geneva, Tahoma, sans-serif; font-size:13px; color:#293a47;\" class=\"text01\">\n <strong>Name: </strong>[Name]<br>\n <strong>Company: </strong>[Title]<br>\n <strong>Email: </strong>[Email]<br>\n <strong>Phone: </strong>[Phone]\n </p>\n </td>\n </tr>\n \n <!--Content border-->\n <tr>\n <td height=\"38\" class=\"content-border\" style=\"border-top: 1px solid #cfcece;\"></td>\n </tr>\n <!--/Content border-->\n \n <tr>\n <td align=\"center\">\n <p style=\"margin:0 0 6px; font-family: Verdana, Geneva, Tahoma, sans-serif; font-size:22px; color:#293a47; font-weight: bold;\" class=\"heading03\">Get connected with us!</p>\n \n <p style=\"margin:0 0 10px; font-family: Verdana, Geneva, Tahoma, sans-serif; font-size:14px; color:#293a47;\" class=\"text01\"><a href=\"mailto:sales@captainschairit.com\" style=\"color: #293a47; text-decoration: none;\" class=\"email-link\"><img src=\"https://captainschairit.com/wp-content/uploads/2019/10/email-icon.png\" title=\"Email\" alt=\"Email\" style=\"border: none; outline: none; margin: 0 6px 0 10px;\" width=\"15\" height=\"12\" class=\"image-inline\">sales@captainschairit.com</a>\n <a href=\"tel:877-677-2248\" style=\"color: #293a47; font-family: Verdana, Geneva, Tahoma, sans-serif; font-size:12px; text-decoration: none;\"><img src=\"https://captainschairit.com/wp-content/uploads/2019/10/phone-icon.png\" title=\"Phone\" alt=\"Phone\" style=\"border: none; outline: none; margin: 0 6px 0 10px;\" width=\"15\" height=\"12\" class=\"image-inline\">Sales:877-677-2248</a>\n <a href=\"tel:813-908-8282\" style=\"font-family: Verdana, Geneva, Tahoma, sans-serif; font-size:12px; color:#293a47; text-decoration: none;\"><img src=\"https://captainschairit.com/wp-content/uploads/2019/10/phone-icon.png\" title=\"Phone\" alt=\"Phone\" style=\"border: none; outline: none; margin: 0 6px 0 10px;\" width=\"15\" height=\"12\" class=\"image-inline\">Phone:813-908-8282</a></p>\n </td>\n </tr>\n \n <tr>\n <td>\n <table cellpadding=\"0\" cellspacing=\"0\" align=\"center\" class=\"social-table\" style=\"width: 182px\">\n <tr>\n <td width=\"38\"></td>\n <td width=\"10\"></td>\n <td width=\"38\"></td>\n <td width=\"10\"></td>\n <td width=\"38\">\n <a href=\"https://www.linkedin.com/company/captain-s-chair\" style=\"color: #293a47; text-decoration: none;\">\n <img src=\"https://captainschairit.com/wp-content/uploads/2019/10/linkedin.png\" title=\"LinkedIn\" alt=\"LinkedIn\" style=\"border: none; outline: none; margin: 0;\" width=\"38\" height=\"38\">\n </a>\n </td>\n <td width=\"10\"></td>\n <td width=\"38\"></td>\n </tr>\n </table>\n </td>\n </tr>\n \n <tr>\n <td height=\"20\"></td>\n </tr>\n \n <tr>\n <td align=\"center\">\n <p style=\"margin:0; font-family: Verdana, Geneva, Tahoma, sans-serif; font-size:12px; color:#293a47;\">© Copyright 2020. All Rights Reserved.</p>\n </td>\n </tr>\n \n <tr>\n <td height=\"20\"></td>\n </tr>\n \n </table>\n </td>\n <td width=\"25\" class=\"content-left-gap\"></td>\n </tr>\n </table>\n </td>\n </tr>\n <!--/Content part-->\n \n <!--bottom border part-->\n <tr>\n <td height=\"9\" bgcolor=\"#293a47\"></td>\n </tr>\n <!--/bottom border part-->\n\n </table>\n </td>\n </tr>\n <!--/Body part-->\n \n <!--footer gap-->\n <tr>\n <td height=\"25\" class=\"gap-01\"></td>\n </tr>\n <!--/footer gap-->\n\n \n \n <!--Bottom gap-->\n <tr>\n <td height=\"28\" class=\"gap-01\"></td>\n </tr>\n <!--/Bottom gap-->\n \n \n \n</table>\n</body>\n</html>\";s:18:\"additional_headers\";s:17:\"Reply-To: [Email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:1;s:13:\"exclude_blank\";b:0;}'),(1500,242,'_mail_2','a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:29:\"Captain\'s Chair Auto Response\";s:6:\"sender\";s:46:\"Captain\'s Chair <no-reply@captainschairit.com>\";s:9:\"recipient\";s:7:\"[Email]\";s:4:\"body\";s:9344:\"<!doctype html>\n<html>\n<head>\n<meta charset=\"utf-8\">\n<title>Contact us</title>\n<style type=\"text/css\">\nhtml {\n width: 100%;\n margin: 0;\n padding: 0;\n}\nbody {\n -webkit-text-size-adjust: none;\n -ms-text-size-adjust: none;\n margin: 0;\n padding: 0;\n -webkit-font-smoothing: antialiased;\n}\ntable {\n border-spacing: 0;\n}\nimg {\n display: block !important;\n outline: none;\n text-decoration: none;\n -ms-interpolation-mode: bicubic;\n border: none;\n height: auto;\n line-height: 100%;\n}\n img.image-inline{\n display: inline-block!important; \n }\n\np {\n padding: 0;\n margin: 0;\n}\nbr {\n line-height: 0 !important;\n}\ndiv, p, span, strong, b, em, i, a, li, td {\n -webkit-text-size-adjust: none;\n}\ntable td, table tr {\n border-collapse: collapse;\n}\ntable {\n border-collapse: collapse;\n mso-table-lspace: 0pt;\n mso-table-rspace: 0pt;\n}\n\n@media screen and (max-width:580px) {\ntable[class=\"table-wrappper\"] {\n width: 100%!important;\n}\ntd[class=\"content-left-gap\"] {\n width: 5%!important;\n}\ntable[class=\"content-table\"],\ntd[class=\"content-table\"]{\n width: 100%!important;\n}\ntd[class=\"banner-image\"] img {\n width: 100%!important;\n}\ntable[class=\"main-table-wrappper\"] {\n width: 100%!important;\n}\ntd[class=\"gap-01\"] {\n height: 15px!important;\n}\ntd[class=\"space-01\"] {\n width: 15px!important;\n}\ntable[class=\"table-wrappper\"] .heading01 {\n font-size: 20px !important;\n}\ntable[class=\"table-wrappper\"] .text01 {\n font-size: 14px !important;\n margin-bottom: 24px !important;\n}\ntable[class=\"table-wrappper\"] .heading02 {\n font-size: 24px !important;\n}\ntd[class=\"content-border\"] {\n height: 25px!important;\n}\ntable[class=\"table-wrappper\"] .heading03 {\n font-size: 18px !important;\n}\ntable[class=\"table-wrappper\"] .email-link {\n display: block !important;\n margin: 10px 0 !important;\n}\n\n}\n\n@media screen and (max-width:420px) {\ntable[class=\"brand\"] {\n width: 100%!important;\n text-align: center !important;\n}\ntable[class=\"website-btn\"] {\n width: 100%!important;\n text-align: center !important;\n}\n\n table[class=\"website-btn-tbl\"] {\n width: 130px!important;\n }\n \n}\n</style>\n</head>\n\n<body style=\"background-color: #d7d7d7;\">\n\n<table cellpadding=\"0\" cellspacing=\"0\" align=\"center\" style=\"width:100%; border-left: 15px solid #d7d7d7; border-right: 15px solid #d7d7d7;\" bgcolor=\"#d7d7d7\">\n <!--Top gap-->\n <tr>\n <td height=\"28\" class=\"gap-01\"></td>\n </tr>\n <!--/Top gap-->\n \n <!--Body part-->\n <tr>\n <td class=\"main-td\">\n <table cellpadding=\"0\" cellspacing=\"0\" align=\"center\" class=\"main-table-wrappper\" style=\"width: 600px\" bgcolor=\"#ffffff\">\n <!--Logo part-->\n <tr>\n <td>\n <table cellpadding=\"0\" cellspacing=\"0\" align=\"center\" class=\"table-wrappper\" style=\"width: 600px\">\n <tr>\n <td height=\"15\"></td>\n </tr>\n <tr>\n <td width=\"20\"></td>\n <td align=\"center\" valign=\"top\">\n <table cellpadding=\"0\" cellspacing=\"0\" align=\"left\" style=\"width:109px;\" class=\"brand\">\n <tr>\n <td align=\"center\">\n <a href=\"https://captainschairit.com\" style=\"border:none; padding:0; text-decoration:none; border:none; cursor:pointer;\"><img src=\"https://captainschairit.com/wp-content/uploads/2019/09/logo.png\" title=\"Captain\'s Chair\" alt=\"Captain\'s Chair\" style=\"border:none;\" width=\"150\" height=\"39\">\n </a></td>\n </tr>\n </table>\n\n <table cellpadding=\"0\" cellspacing=\"0\" align=\"right\" style=\"width:130px;\" class=\"website-btn\" width=\"130\">\n <tr>\n <td height=\"1\" class=\"gap-01\"></td>\n </tr>\n <tr>\n <td align=\"center\"><table cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"100%\" class=\"website-btn-tbl\">\n <tr>\n <td align=\"center\" style=\"height:35px; border:1px solid #ff671f; background-color: #ff671f;\"><a href=\"https://captainschairit.com\" style=\"color:#ffffff; background-color: #ff671f; font-family: Verdana, Geneva, Tahoma, sans-serif; font-size:14px; width:108px; height:15px; display:block; text-align:center; text-decoration:none; padding:10px; cursor:pointer;\">Go Website</a></td>\n </tr>\n </table></td>\n </tr>\n </table>\n </td>\n <td width=\"20\"></td>\n </tr>\n <tr>\n <td height=\"15\"></td>\n </tr>\n </table>\n </td>\n </tr>\n <!--/Logo part-->\n \n <!--Banner part-->\n <tr>\n <td class=\"banner-image\">\n <a href=\"https://captainschairit.com\" style=\"border:none; padding:0; text-decoration:none; border:none; cursor:pointer;\" target=\"_blank\"><img src=\"https://captainschairit.com/wp-content/uploads/2019/10/banner-image.jpg\" title=\"Banner\" alt=\"Banner\" style=\"border:none;\" width=\"600\" height=\"175\"></a>\n </td>\n </tr>\n <!--/Banner part-->\n \n \n \n <!--Content top gap-->\n <tr>\n <td height=\"25\" class=\"gap-01\"></td>\n </tr>\n <!--/Content top gap-->\n \n <!--Content part-->\n <tr>\n <td>\n <table cellpadding=\"0\" cellspacing=\"0\" align=\"center\" class=\"table-wrappper\" style=\"width: 600px\">\n <tr>\n <td width=\"25\" class=\"content-left-gap\"></td>\n <td>\n <table cellpadding=\"0\" cellspacing=\"0\" align=\"center\" class=\"content-table\" style=\"width: 100%\">\n <tr>\n <td align=\"center\">\n <p style=\"margin:0 0 10px; font-family: Verdana, Geneva, Tahoma, sans-serif; font-size:30px; color:#ff671f; \" class=\"heading02\">Thank you for contacting us.</p>\n \n <p style=\"margin:0 0 28px; font-family: Verdana, Geneva, Tahoma, sans-serif; font-size:13px; color:#293a47;\" class=\"text01\">Your query has been registered. We, at Captain\'s Chair, pride ourselves on our prompt service. Our customer service representative will process your query and get back to you with the proper solution as soon as possible.</p>\n </td>\n </tr>\n \n <!--Content border-->\n <tr>\n <td height=\"38\" class=\"content-border\" style=\"border-top: 1px solid #cfcece;\"></td>\n </tr>\n <!--/Content border-->\n \n <tr>\n <td align=\"center\">\n <p style=\"margin:0 0 6px; font-family: Verdana, Geneva, Tahoma, sans-serif; font-size:22px; color:#293a47; font-weight: bold;\" class=\"heading03\">Get connected with us!</p>\n \n <p style=\"margin:0 0 10px; font-family: Verdana, Geneva, Tahoma, sans-serif; font-size:14px; color:#293a47;\" class=\"text01\"><a href=\"mailto:sales@captainschairit.com\" style=\"color: #293a47; text-decoration: none;\" class=\"email-link\"><img src=\"https://captainschairit.com/wp-content/uploads/2019/10/email-icon.png\" title=\"Email\" alt=\"Email\" style=\"border: none; outline: none; margin: 0 6px 0 10px;\" width=\"15\" height=\"12\" class=\"image-inline\">sales@captainschairit.com</a>\n <a href=\"tel:877-677-2248\" style=\"color: #293a47; font-family: Verdana, Geneva, Tahoma, sans-serif; font-size:12px; text-decoration: none;\"><img src=\"https://captainschairit.com/wp-content/uploads/2019/10/phone-icon.png\" title=\"Phone\" alt=\"Phone\" style=\"border: none; outline: none; margin: 0 6px 0 10px;\" width=\"15\" height=\"12\" class=\"image-inline\">Sales:877-677-2248</a>\n <a href=\"tel:813-908-8282\" style=\"font-family: Verdana, Geneva, Tahoma, sans-serif; font-size:12px; color:#293a47; text-decoration: none;\"><img src=\"https://captainschairit.com/wp-content/uploads/2019/10/phone-icon.png\" title=\"Phone\" alt=\"Phone\" style=\"border: none; outline: none; margin: 0 6px 0 10px;\" width=\"15\" height=\"12\" class=\"image-inline\">Phone:813-908-8282</a></p>\n </td>\n </tr>\n \n <tr>\n <td>\n <table cellpadding=\"0\" cellspacing=\"0\" align=\"center\" class=\"social-table\" style=\"width: 182px\">\n <tr>\n <td width=\"38\"></td>\n <td width=\"10\"></td>\n <td width=\"38\"></td>\n <td width=\"10\"></td>\n <td width=\"38\">\n <a href=\"https://www.linkedin.com/company/captain-s-chair\" style=\"color: #293a47; text-decoration: none;\">\n <img src=\"https://captainschairit.com/wp-content/uploads/2019/10/linkedin.png\" title=\"LinkedIn\" alt=\"LinkedIn\" style=\"border: none; outline: none; margin: 0;\" width=\"38\" height=\"38\">\n </a>\n </td>\n <td width=\"10\"></td>\n <td width=\"38\"></td>\n </tr>\n </table>\n </td>\n </tr>\n \n <tr>\n <td height=\"20\"></td>\n </tr>\n \n <tr>\n <td align=\"center\">\n <p style=\"margin:0; font-family: Verdana, Geneva, Tahoma, sans-serif; font-size:12px; color:#293a47;\">© Copyright 2020. All Rights Reserved.</p>\n </td>\n </tr>\n \n <tr>\n <td height=\"20\"></td>\n </tr>\n \n </table>\n </td>\n <td width=\"25\" class=\"content-left-gap\"></td>\n </tr>\n </table>\n </td>\n </tr>\n <!--/Content part-->\n \n <!--bottom border part-->\n <tr>\n <td height=\"9\" bgcolor=\"#293a47\"></td>\n </tr>\n <!--/bottom border part-->\n\n </table>\n </td>\n </tr>\n <!--/Body part-->\n \n <!--footer gap-->\n <tr>\n <td height=\"25\" class=\"gap-01\"></td>\n </tr>\n <!--/footer gap-->\n\n \n \n <!--Bottom gap-->\n <tr>\n <td height=\"28\" class=\"gap-01\"></td>\n </tr>\n <!--/Bottom gap-->\n \n \n \n</table>\n</body>\n</html>\";s:18:\"additional_headers\";s:35:\"Reply-To: sales@captainschairit.com\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:1;s:13:\"exclude_blank\";b:0;}'),(1501,242,'_messages','a:22:{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: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.\";}'),(1502,242,'_additional_settings',''),(1503,242,'_locale','en_US'),(1507,243,'_menu_item_type','custom'),(1508,243,'_menu_item_menu_item_parent','52'),(1509,243,'_menu_item_object_id','243'),(1510,243,'_menu_item_object','custom'),(1511,243,'_menu_item_target',''),(1512,243,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1513,243,'_menu_item_xfn',''),(1514,243,'_menu_item_url','https://captainschairit.com/about/#CompanyInfo'),(1525,245,'_menu_item_type','custom'),(1526,245,'_menu_item_menu_item_parent','52'),(1527,245,'_menu_item_object_id','245'),(1528,245,'_menu_item_object','custom'),(1529,245,'_menu_item_target',''),(1530,245,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1531,245,'_menu_item_xfn',''),(1532,245,'_menu_item_url','https://captainschairit.com/about/#ContactUs'),(1534,246,'_edit_last','1'),(1535,246,'_edit_lock','1593456291:1'),(1536,246,'_wp_page_template','template-parts/blog.php'),(1537,248,'_menu_item_type','post_type'),(1538,248,'_menu_item_menu_item_parent','0'),(1539,248,'_menu_item_object_id','246'),(1540,248,'_menu_item_object','page'),(1541,248,'_menu_item_target',''),(1542,248,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1543,248,'_menu_item_xfn',''),(1544,248,'_menu_item_url',''),(1558,254,'_edit_last','1'),(1559,254,'_edit_lock','1570199429:1'),(1572,258,'_wp_attached_file','2019/09/blog02.jpg'),(1573,258,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:860;s:6:\"height\";i:300;s:4:\"file\";s:18:\"2019/09/blog02.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"blog02-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:18:\"blog02-300x105.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:105;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"blog02-768x268.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:268;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:{}}}'),(1577,259,'_wp_attached_file','2019/09/blog01.jpg'),(1578,259,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:860;s:6:\"height\";i:300;s:4:\"file\";s:18:\"2019/09/blog01.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"blog01-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:18:\"blog01-300x105.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:105;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"blog01-768x268.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:268;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:{}}}'),(1582,260,'_edit_last','1'),(1583,260,'_edit_lock','1570199606:1'),(1584,273,'_wp_attached_file','2019/09/about-bg-1.jpg'),(1585,273,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1365;s:6:\"height\";i:382;s:4:\"file\";s:22:\"2019/09/about-bg-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"about-bg-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:21:\"about-bg-1-300x84.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:84;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"about-bg-1-768x215.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"about-bg-1-1024x287.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:287;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"about-bg-1-1200x336.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:336;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:{}}}'),(1586,246,'banner_section_background_image','273'),(1587,246,'_banner_section_background_image','field_5d7b864cc8044'),(1588,246,'banner_section_text','Blog'),(1589,246,'_banner_section_text','field_5d7b864cc8045'),(1590,246,'banner_section',''),(1591,246,'_banner_section','field_5d7b864cc8043'),(1592,246,'newsletter_content_heading','Stay Informed!'),(1593,246,'_newsletter_content_heading','field_5d7b868dfa9a3'),(1594,246,'newsletter_content_text','Get news and updates on captain\'s chair'),(1595,246,'_newsletter_content_text','field_5d7b868dfa9a4'),(1596,246,'newsletter_content',''),(1597,246,'_newsletter_content','field_5d7b868dfa9a2'),(1598,246,'selling_more_section_heading','Selling More'),(1599,246,'_selling_more_section_heading','field_5d7b869248370'),(1600,246,'selling_more_section_text','Join the growing community of next generation IT MSP\'s who are utilizing captain\'s chair'),(1601,246,'_selling_more_section_text','field_5d7b869248371'),(1602,246,'selling_more_section_link',''),(1603,246,'_selling_more_section_link','field_5d7b869248372'),(1604,246,'selling_more_section_image','37'),(1605,246,'_selling_more_section_image','field_5d7b869248373'),(1606,246,'selling_more_section_button_text','get started'),(1607,246,'_selling_more_section_button_text','field_5d7b869248374'),(1608,246,'selling_more_section',''),(1609,246,'_selling_more_section','field_5d7b86924836f'),(1610,275,'banner_section_background_image','273'),(1611,275,'_banner_section_background_image','field_5d7b864cc8044'),(1612,275,'banner_section_text','CC data connectors put all of your data in one place'),(1613,275,'_banner_section_text','field_5d7b864cc8045'),(1614,275,'banner_section',''),(1615,275,'_banner_section','field_5d7b864cc8043'),(1616,275,'newsletter_content_heading','Stay Informed!'),(1617,275,'_newsletter_content_heading','field_5d7b868dfa9a3'),(1618,275,'newsletter_content_text','Get news and updates on captain\'s chair'),(1619,275,'_newsletter_content_text','field_5d7b868dfa9a4'),(1620,275,'newsletter_content',''),(1621,275,'_newsletter_content','field_5d7b868dfa9a2'),(1622,275,'selling_more_section_heading','Selling More'),(1623,275,'_selling_more_section_heading','field_5d7b869248370'),(1624,275,'selling_more_section_text','Join the growing community of next generation IT MSP\'s who are utilizing captain\'s chair'),(1625,275,'_selling_more_section_text','field_5d7b869248371'),(1626,275,'selling_more_section_link',''),(1627,275,'_selling_more_section_link','field_5d7b869248372'),(1628,275,'selling_more_section_image','37'),(1629,275,'_selling_more_section_image','field_5d7b869248373'),(1630,275,'selling_more_section_button_text','get started'),(1631,275,'_selling_more_section_button_text','field_5d7b869248374'),(1632,275,'selling_more_section',''),(1633,275,'_selling_more_section','field_5d7b86924836f'),(1636,277,'_wp_attached_file','2019/09/blog03.jpg'),(1637,277,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:860;s:6:\"height\";i:300;s:4:\"file\";s:18:\"2019/09/blog03.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"blog03-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:18:\"blog03-300x105.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:105;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"blog03-768x268.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:268;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:{}}}'),(1645,274,'banner_section_background_image','15'),(1646,274,'_banner_section_background_image','field_5d7785aaee8ae'),(1647,274,'banner_section_front_image','16'),(1648,274,'_banner_section_front_image','field_5d7785d3ee8af'),(1649,274,'banner_section_text','Explore the tool for the next generation of IT MSP'),(1650,274,'_banner_section_text','field_5d7785eeee8b0'),(1651,274,'banner_section',''),(1652,274,'_banner_section','field_5d778563ee8ad'),(1653,274,'connectors_section_text','Captain\'s Chair consolidates the data that matters to next generation MSPs.\r\nCheck out the current connectors with more coming soon!'),(1654,274,'_connectors_section_text','field_5d7789431dc51'),(1655,274,'connectors_section_image','21'),(1656,274,'_connectors_section_image','field_5d7789511dc52'),(1657,274,'connectors_section',''),(1658,274,'_connectors_section','field_5d7789221dc50'),(1659,274,'about_products_section_text','Captain\'s Chair is an always-on dashboard that gives our MSP partners a competitive advantage to close new business and increase managed recurring revenue with existing clients.'),(1660,274,'_about_products_section_text','field_5d77a19d21f5a'),(1661,274,'about_products_section',''),(1662,274,'_about_products_section','field_5d77a00521f59'),(1663,274,'selling_more_section_text','Join the growing community of next generation IT MSP\'s who are utilizing captain\'s chair'),(1664,274,'_selling_more_section_text','field_5d77a2f0593b7'),(1665,274,'selling_more_section_link',''),(1666,274,'_selling_more_section_link','field_5d77a307593b8'),(1667,274,'selling_more_section_image','37'),(1668,274,'_selling_more_section_image','field_5d77a312593b9'),(1669,274,'selling_more_section',''),(1670,274,'_selling_more_section','field_5d77a2e3593b6'),(1671,274,'explore_captains_chair_heading','Discover the software that will deliver increased managed recurring revenue and put you in the captain\'s chair with your clients.'),(1672,274,'_explore_captains_chair_heading','field_5d790fcc655af'),(1673,274,'explore_captains_chair_point_1','Sell captain\'s chair to your clients'),(1674,274,'_explore_captains_chair_point_1','field_5d79101d655b0'),(1675,274,'explore_captains_chair_point_2','Increase Close Ratios by differentiating your offering from the competition'),(1676,274,'_explore_captains_chair_point_2','field_5d791091655b1'),(1677,274,'explore_captains_chair_point_3','Increase Client Attachment Rates by providing unprecedented visibility and communication'),(1678,274,'_explore_captains_chair_point_3','field_5d791097655b2'),(1679,274,'explore_captains_chair',''),(1680,274,'_explore_captains_chair','field_5d790f8f655ae'),(1681,274,'explore_captains_chair_background_image','130'),(1682,274,'_explore_captains_chair_background_image','field_5d79111f19196'),(1683,274,'banner_section_button_text','WATCH DEMO'),(1684,274,'_banner_section_button_text','field_5d79edb98bc10'),(1685,274,'about_products_section_button_text','Learn More'),(1686,274,'_about_products_section_button_text','field_5d79ee5f1b1b8'),(1687,274,'explore_captains_chair_button_text','Explore captain’s chair'),(1688,274,'_explore_captains_chair_button_text','field_5d79efcd71bff'),(1689,274,'connectors_section_heading',''),(1690,274,'_connectors_section_heading','field_5d79f022eb0e9'),(1691,274,'newsletter_content_heading','Stay Informed!'),(1692,274,'_newsletter_content_heading','field_5d79f999a7aae'),(1693,274,'newsletter_content_text','Get news and updates on captain\'s chair'),(1694,274,'_newsletter_content_text','field_5d79f999a7aaf'),(1695,274,'newsletter_content',''),(1696,274,'_newsletter_content','field_5d79f999a7aad'),(1697,274,'selling_more_section_heading','Selling More'),(1698,274,'_selling_more_section_heading','field_5d7a00919695e'),(1699,274,'selling_more_section_button_text','get started'),(1700,274,'_selling_more_section_button_text','field_5d7a00989695f'),(1701,274,'explore_captains_chair_button_link','http://dev.captainschairit.com/client-dashboard'),(1702,274,'_explore_captains_chair_button_link','field_5d7a3f120a269'),(1703,246,'information_section_heading',''),(1704,246,'_information_section_heading','field_5d7a496629b60'),(1705,246,'information_section_content',''),(1706,246,'_information_section_content','field_5d7a497129b61'),(1707,246,'information_section',''),(1708,246,'_information_section','field_5d7a495329b5f'),(1709,246,'leadership_section_heading',''),(1710,246,'_leadership_section_heading','field_5d7a4b61e3ee6'),(1711,246,'leadership_section',''),(1712,246,'_leadership_section','field_5d7a4b51e3ee5'),(1713,275,'information_section_heading',''),(1714,275,'_information_section_heading','field_5d7a496629b60'),(1715,275,'information_section_content',''),(1716,275,'_information_section_content','field_5d7a497129b61'),(1717,275,'information_section',''),(1718,275,'_information_section','field_5d7a495329b5f'),(1719,275,'leadership_section_heading',''),(1720,275,'_leadership_section_heading','field_5d7a4b61e3ee6'),(1721,275,'leadership_section',''),(1722,275,'_leadership_section','field_5d7a4b51e3ee5'),(1723,246,'dashboard_1_heading',''),(1724,246,'_dashboard_1_heading','field_5d79fc7f8727c'),(1725,246,'dashboard_1_content',''),(1726,246,'_dashboard_1_content','field_5d79fc918727d'),(1727,246,'dashboard_1_image',''),(1728,246,'_dashboard_1_image','field_5d7a4233f0562'),(1729,246,'dashboard_1',''),(1730,246,'_dashboard_1','field_5d79fc638727b'),(1731,246,'dashboard_2_heading',''),(1732,246,'_dashboard_2_heading','field_5d79fcaf27369'),(1733,246,'dashboard_2_content',''),(1734,246,'_dashboard_2_content','field_5d79fce02736b'),(1735,246,'dashboard_2_image',''),(1736,246,'_dashboard_2_image','field_5d7a4248f0563'),(1737,246,'dashboard_2',''),(1738,246,'_dashboard_2','field_5d79fca327368'),(1739,246,'features_section_heading',''),(1740,246,'_features_section_heading','field_5d79fe30a457f'),(1741,246,'features_section',''),(1742,246,'_features_section','field_5d79fe21a457e'),(1743,275,'dashboard_1_heading',''),(1744,275,'_dashboard_1_heading','field_5d79fc7f8727c'),(1745,275,'dashboard_1_content',''),(1746,275,'_dashboard_1_content','field_5d79fc918727d'),(1747,275,'dashboard_1_image',''),(1748,275,'_dashboard_1_image','field_5d7a4233f0562'),(1749,275,'dashboard_1',''),(1750,275,'_dashboard_1','field_5d79fc638727b'),(1751,275,'dashboard_2_heading',''),(1752,275,'_dashboard_2_heading','field_5d79fcaf27369'),(1753,275,'dashboard_2_content',''),(1754,275,'_dashboard_2_content','field_5d79fce02736b'),(1755,275,'dashboard_2_image',''),(1756,275,'_dashboard_2_image','field_5d7a4248f0563'),(1757,275,'dashboard_2',''),(1758,275,'_dashboard_2','field_5d79fca327368'),(1759,275,'features_section_heading',''),(1760,275,'_features_section_heading','field_5d79fe30a457f'),(1761,275,'features_section',''),(1762,275,'_features_section','field_5d79fe21a457e'),(1771,284,'_wp_attached_file','2019/09/dwayne_leininger.jpg'),(1772,284,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:229;s:6:\"height\";i:229;s:4:\"file\";s:28:\"2019/09/dwayne_leininger.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"dwayne_leininger-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:{}}}'),(1802,287,'_edit_last','1'),(1803,287,'_edit_lock','1569409881:1'),(1804,287,'designation','CFO'),(1805,287,'_designation','field_5d7b6394cd939'),(1806,287,'linkedin_profile',''),(1807,287,'_linkedin_profile','field_5d7b65997e629'),(1808,288,'_edit_last','1'),(1809,288,'_edit_lock','1569409881:1'),(1810,288,'designation','MD Concertium India'),(1811,288,'_designation','field_5d7b6394cd939'),(1812,288,'linkedin_profile','https://www.linkedin.com/in/sarkarkausik/'),(1813,288,'_linkedin_profile','field_5d7b65997e629'),(1814,288,'_thumbnail_id','233'),(1815,287,'_thumbnail_id','231'),(1816,289,'_edit_last','1'),(1817,289,'_edit_lock','1569409882:1'),(1821,289,'designation','SVP of Technology Operations'),(1822,289,'_designation','field_5d7b6394cd939'),(1823,289,'linkedin_profile','https://www.linkedin.com/in/santiago-casal-7797924/'),(1824,289,'_linkedin_profile','field_5d7b65997e629'),(1825,291,'_edit_last','1'),(1826,291,'_edit_lock','1569409882:1'),(1827,291,'_thumbnail_id','235'),(1828,291,'designation','Director, Relationship Management'),(1829,291,'_designation','field_5d7b6394cd939'),(1830,291,'linkedin_profile','https://www.linkedin.com/in/santiago-casal-7797924/'),(1831,291,'_linkedin_profile','field_5d7b65997e629'),(1832,292,'_edit_last','1'),(1833,292,'_edit_lock','1569409882:1'),(1835,292,'designation','Director of Sales'),(1836,292,'_designation','field_5d7b6394cd939'),(1837,292,'linkedin_profile',''),(1838,292,'_linkedin_profile','field_5d7b65997e629'),(1839,293,'_edit_last','1'),(1840,293,'_edit_lock','1569409883:1'),(1841,293,'_thumbnail_id','284'),(1842,293,'designation','Director of Project Management and Digital Transformation'),(1843,293,'_designation','field_5d7b6394cd939'),(1844,293,'linkedin_profile',''),(1845,293,'_linkedin_profile','field_5d7b65997e629'),(1846,294,'_edit_last','1'),(1847,294,'_edit_lock','1569409883:1'),(1851,294,'designation',''),(1852,294,'_designation','field_5d7b6394cd939'),(1853,294,'linkedin_profile','https://www.linkedin.com/in/visionleadershipresults'),(1854,294,'_linkedin_profile','field_5d7b65997e629'),(1855,296,'_edit_last','1'),(1856,296,'_edit_lock','1569409883:1'),(1857,296,'designation',''),(1858,296,'_designation','field_5d7b6394cd939'),(1859,296,'linkedin_profile','https://www.linkedin.com/in/keith-roher-3313456/'),(1860,296,'_linkedin_profile','field_5d7b65997e629'),(1864,298,'_edit_last','1'),(1865,298,'_edit_lock','1569409883:1'),(1869,298,'designation',''),(1870,298,'_designation','field_5d7b6394cd939'),(1871,298,'linkedin_profile','https://www.linkedin.com/in/john-kalanik-7543781/'),(1872,298,'_linkedin_profile','field_5d7b65997e629'),(1873,300,'_edit_last','1'),(1874,300,'_edit_lock','1569409884:1'),(1878,300,'designation',''),(1879,300,'_designation','field_5d7b6394cd939'),(1880,300,'linkedin_profile','https://www.linkedin.com/in/bryan-crino-86a9a51/'),(1881,300,'_linkedin_profile','field_5d7b65997e629'),(1882,302,'_edit_last','1'),(1883,302,'_edit_lock','1569409885:1'),(1887,302,'designation',''),(1888,302,'_designation','field_5d7b6394cd939'),(1889,302,'linkedin_profile','https://www.linkedin.com/in/scfeuer/'),(1890,302,'_linkedin_profile','field_5d7b65997e629'),(1894,225,'_wp_old_slug','pratik-roychoudhury__trashed'),(1895,304,'_edit_last','1'),(1896,304,'_edit_lock','1599735479:1'),(1897,304,'_wp_page_template','template-parts/press-center.php'),(1898,307,'_menu_item_type','post_type'),(1899,307,'_menu_item_menu_item_parent','52'),(1900,307,'_menu_item_object_id','304'),(1901,307,'_menu_item_object','page'),(1902,307,'_menu_item_target',''),(1903,307,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1904,307,'_menu_item_xfn',''),(1905,307,'_menu_item_url',''),(1907,308,'_edit_last','1'),(1908,308,'_edit_lock','1592840995:1'),(1909,304,'banner_section_background_image','217'),(1910,304,'_banner_section_background_image','field_5d7f5d3614a42'),(1911,304,'banner_section_text','News'),(1912,304,'_banner_section_text','field_5d7f5d3614a43'),(1913,304,'banner_section',''),(1914,304,'_banner_section','field_5d7f5d3614a41'),(1915,312,'banner_section_background_image','217'),(1916,312,'_banner_section_background_image','field_5d7f5d3614a42'),(1917,312,'banner_section_text','CC data connectors put all of your data in one place'),(1918,312,'_banner_section_text','field_5d7f5d3614a43'),(1919,312,'banner_section',''),(1920,312,'_banner_section','field_5d7f5d3614a41'),(1921,319,'_wp_attached_file','2019/09/home_page_video.xlsx'),(1922,304,'download_section_heading','Downloads'),(1923,304,'_download_section_heading','field_5d7f5e577097f'),(1924,304,'download_section_link_1_text','About Datto fact sheet'),(1925,304,'_download_section_link_1_text','field_5d7f5e5e70980'),(1926,304,'download_section_file_1','319'),(1927,304,'_download_section_file_1','field_5d7f5ec570983'),(1928,304,'download_section_link_2_text','The Datto Story'),(1929,304,'_download_section_link_2_text','field_5d7f5ee370984'),(1930,304,'download_section_file_2',''),(1931,304,'_download_section_file_2','field_5d7f5eed70985'),(1932,304,'download_section',''),(1933,304,'_download_section','field_5d7f5e437097e'),(1934,320,'banner_section_background_image','217'),(1935,320,'_banner_section_background_image','field_5d7f5d3614a42'),(1936,320,'banner_section_text','CC data connectors put all of your data in one place'),(1937,320,'_banner_section_text','field_5d7f5d3614a43'),(1938,320,'banner_section',''),(1939,320,'_banner_section','field_5d7f5d3614a41'),(1940,320,'download_section_heading','Downloads'),(1941,320,'_download_section_heading','field_5d7f5e577097f'),(1942,320,'download_section_link_1_text','About Datto fact sheet'),(1943,320,'_download_section_link_1_text','field_5d7f5e5e70980'),(1944,320,'download_section_file_1','319'),(1945,320,'_download_section_file_1','field_5d7f5ec570983'),(1946,320,'download_section_link_2_text','The Datto Story'),(1947,320,'_download_section_link_2_text','field_5d7f5ee370984'),(1948,320,'download_section_file_2',''),(1949,320,'_download_section_file_2','field_5d7f5eed70985'),(1950,320,'download_section',''),(1951,320,'_download_section','field_5d7f5e437097e'),(1954,322,'_wp_attached_file','2019/09/news-logo01.jpg'),(1955,322,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:100;s:6:\"height\";i:25;s:4:\"file\";s:23:\"2019/09/news-logo01.jpg\";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:{}}}'),(1957,324,'_wp_attached_file','2019/09/news-logo02.jpg'),(1958,324,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:100;s:6:\"height\";i:23;s:4:\"file\";s:23:\"2019/09/news-logo02.jpg\";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:{}}}'),(1975,332,'_edit_last','1'),(1976,332,'_edit_lock','1568631694:1'),(1987,334,'_edit_last','1'),(1988,334,'_edit_lock','1592906496:1'),(1989,334,'_wp_page_template','template-parts/all-press-releases.php'),(1990,337,'_edit_last','1'),(1991,337,'_edit_lock','1572961746:1'),(1992,334,'banner_section_background_image','217'),(1993,334,'_banner_section_background_image','field_5d7f712ec7680'),(1994,334,'banner_section_text','Press Releases'),(1995,334,'_banner_section_text','field_5d7f712ec7681'),(1996,334,'banner_section',''),(1997,334,'_banner_section','field_5d7f712ec767f'),(1998,341,'banner_section_background_image','217'),(1999,341,'_banner_section_background_image','field_5d7f712ec7680'),(2000,341,'banner_section_text','CC data connectors put all of your data in one place'),(2001,341,'_banner_section_text','field_5d7f712ec7681'),(2002,341,'banner_section',''),(2003,341,'_banner_section','field_5d7f712ec767f'),(2004,342,'_edit_last','1'),(2005,342,'_edit_lock','1599737889:1'),(2006,342,'_wp_page_template','template-parts/get_a_demo.php'),(2007,344,'_edit_last','1'),(2008,344,'_edit_lock','1599735543:1'),(2009,342,'banner_section_background_image','217'),(2010,342,'_banner_section_background_image','field_5d7f7f7e42974'),(2011,342,'banner_section_text','Request a Demo'),(2012,342,'_banner_section_text','field_5d7f7f7e42975'),(2013,342,'banner_section',''),(2014,342,'_banner_section','field_5d7f7f7e42973'),(2015,342,'content_section_content_heading','MSPs Win Big with Captain’s Chair'),(2016,342,'_content_section_content_heading','field_5d7f7fb1f4ab5'),(2017,342,'content_section_content_part_1','<div class=\"col-6 col-md-3\"><div class=\"demo-card\"><h3><span class=\"small-text\">Drive</span><span class=\"big-text\">New Revenue</span>for existing & new clients</h3><i><img title=\"New Revenue\" src=\"https://captainschairit.com/wp-content/uploads/2020/09/revenue.png\" alt=\"New Revenue\" /></i></div></div><!-- /New Revenue --><!-- Boost --><div class=\"col-6 col-md-3\"><div class=\"demo-card\"><h3><span class=\"small-text\">Boost</span><span class=\"big-text\">Engagement</span>for existing & new clients</h3><i><img title=\"Engagement\" src=\"https://captainschairit.com/wp-content/uploads/2020/09/engagement.png\" alt=\"Engagement\" /></i></div></div><!-- /Boost --><!-- Increase --><div class=\"col-6 col-md-3\"><div class=\"demo-card\"><h3><span class=\"small-text\">Increase</span><span class=\"big-text\">Efficiency</span>for existing & new clients</h3><i><img title=\"Efficiency\" src=\"https://captainschairit.com/wp-content/uploads/2020/09/efficiency.png\" alt=\"Efficiency\" /></i></div></div><!-- /Increase --><!-- Win --><div class=\"col-6 col-md-3\"><div class=\"demo-card\"><h3><span class=\"small-text\">Win</span><span class=\"big-text\">New Clients</span>by offering more insight</h3><i><img title=\"New Clients\" src=\"https://captainschairit.com/wp-content/uploads/2020/09/clients.png\" alt=\"New Clients\" /></i></div></div><!-- /Win -->'),(2018,342,'_content_section_content_part_1','field_5d7f7fc5f4ab6'),(2019,342,'content_section_content_part_2','<div class=\"col-md-4\"><div class=\"key-content\"><i><img title=\"Captain\'s Chair\" src=\"https://captainschairit.com/wp-content/themes/captainschare/img/tick.svg\" alt=\"Captain\'s Chair\" /></i><div>Customizable DashboardThat Delivers 100%Transparency</div></div></div><div class=\"col-md-4\"><div class=\"key-content\"><i><img title=\"Captain\'s Chair\" src=\"https://captainschairit.com/wp-content/themes/captainschare/img/tick.svg\" alt=\"Captain\'s Chair\" /></i><div>Connect Tickets, Licenses,Warranties & More InJust Minutes</div></div></div><div class=\"col-md-4\"><div class=\"key-content\"><i><img title=\"Captain\'s Chair\" src=\"https://captainschairit.com/wp-content/themes/captainschare/img/tick.svg\" alt=\"Captain\'s Chair\" /></i><div>Save Time And Money OnManual effort QBR ReportingActivities</div></div></div>'),(2020,342,'_content_section_content_part_2','field_5d7f7fddf4ab7'),(2021,342,'content_section',''),(2022,342,'_content_section','field_5d7f7f9ff4ab4'),(2023,352,'banner_section_background_image','217'),(2024,352,'_banner_section_background_image','field_5d7f7f7e42974'),(2025,352,'banner_section_text',''),(2026,352,'_banner_section_text','field_5d7f7f7e42975'),(2027,352,'banner_section',''),(2028,352,'_banner_section','field_5d7f7f7e42973'),(2029,352,'content_section_content_heading',''),(2030,352,'_content_section_content_heading','field_5d7f7fb1f4ab5'),(2031,352,'content_section_content_part_1',''),(2032,352,'_content_section_content_part_1','field_5d7f7fc5f4ab6'),(2033,352,'content_section_content_part_2',''),(2034,352,'_content_section_content_part_2','field_5d7f7fddf4ab7'),(2035,352,'content_section',''),(2036,352,'_content_section','field_5d7f7f9ff4ab4'),(2037,353,'banner_section_background_image','217'),(2038,353,'_banner_section_background_image','field_5d7f7f7e42974'),(2039,353,'banner_section_text','Get A Demo'),(2040,353,'_banner_section_text','field_5d7f7f7e42975'),(2041,353,'banner_section',''),(2042,353,'_banner_section','field_5d7f7f7e42973'),(2043,353,'content_section_content_heading','ompanies who use Datto have saved millions of dollars in lost revenue.'),(2044,353,'_content_section_content_heading','field_5d7f7fb1f4ab5'),(2045,353,'content_section_content_part_1','<strong>Lorem Ipsum is simply dummy text of the printing and typesetting industry.</strong>\r\n\r\nLorem 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 ...'),(2046,353,'_content_section_content_part_1','field_5d7f7fc5f4ab6'),(2047,353,'content_section_content_part_2','<li>Lorem Ipsum is simply dummy</li>\r\n<li>Standard dummy text ever since the 1500s</li>\r\n<li>Lorem Ipsum is simply dummy</li>\r\n<li>Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s</li>'),(2048,353,'_content_section_content_part_2','field_5d7f7fddf4ab7'),(2049,353,'content_section',''),(2050,353,'_content_section','field_5d7f7f9ff4ab4'),(2051,342,'demo_form_section_form_heading','Check our availability'),(2052,342,'_demo_form_section_form_heading','field_5d7f8225a0478'),(2053,342,'demo_form_section',''),(2054,342,'_demo_form_section','field_5d7f8213a0477'),(2055,357,'banner_section_background_image','217'),(2056,357,'_banner_section_background_image','field_5d7f7f7e42974'),(2057,357,'banner_section_text','Get A Demo'),(2058,357,'_banner_section_text','field_5d7f7f7e42975'),(2059,357,'banner_section',''),(2060,357,'_banner_section','field_5d7f7f7e42973'),(2061,357,'content_section_content_heading','ompanies who use Datto have saved millions of dollars in lost revenue.'),(2062,357,'_content_section_content_heading','field_5d7f7fb1f4ab5'),(2063,357,'content_section_content_part_1','<strong>Lorem Ipsum is simply dummy text of the printing and typesetting industry.</strong>\r\n\r\nLorem 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 ...'),(2064,357,'_content_section_content_part_1','field_5d7f7fc5f4ab6'),(2065,357,'content_section_content_part_2','<li>Lorem Ipsum is simply dummy</li>\r\n<li>Standard dummy text ever since the 1500s</li>\r\n<li>Lorem Ipsum is simply dummy</li>\r\n<li>Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s</li>'),(2066,357,'_content_section_content_part_2','field_5d7f7fddf4ab7'),(2067,357,'content_section',''),(2068,357,'_content_section','field_5d7f7f9ff4ab4'),(2069,357,'demo_form_section_form_heading','I want to get a demo'),(2070,357,'_demo_form_section_form_heading','field_5d7f8225a0478'),(2071,357,'demo_form_section',''),(2072,357,'_demo_form_section','field_5d7f8213a0477'),(2073,358,'_form','<div class=\"col-md-12\"><div class=\"form-group form-placeholder\">[text* FirstName class:form-control placeholder]<label class=\"placeholder-label\">First Name</label></div></div><div class=\"col-md-12\"><div class=\"form-group form-placeholder\">[text* LastName class:form-control placeholder]<label class=\"placeholder-label\">Last Name</label></div></div><div class=\"col-md-12\"><div class=\"form-group form-placeholder\">[text* CompanyName class:form-control placeholder]<label class=\"placeholder-label\">Company Name</label></div></div><div class=\"col-md-12\"><div class=\"form-group form-placeholder\">[email* BusinessE-mail class:form-control placeholder]<label class=\"placeholder-label\">Business E-mail</label></div></div><div class=\"col-md-12\"><div class=\"form-group form-placeholder\">[tel* PhoneNumber class:form-control placeholder]<label class=\"placeholder-label\">Phone Number</label></div></div><div class=\"col-md-12\"><div class=\"text-center\"><button id=\'submit\' class=\'wpcf7-form-control wpcf7-submit btn btn-primary btn-rounded hvr-shutter-out-horizontal\'>Request a Demo</button></div></div>'),(2074,358,'_mail','a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:32:\"Captain\'s Chair Request for Demo\";s:6:\"sender\";s:46:\"Captain\'s Chair <no-reply@captainschairit.com>\";s:9:\"recipient\";s:25:\"sales@captainschairit.com\";s:4:\"body\";s:9861:\"<!doctype html>\n<html>\n<head>\n<meta charset=\"utf-8\">\n<title>Contact us</title>\n<style type=\"text/css\">\nhtml {\n width: 100%;\n margin: 0;\n padding: 0;\n}\nbody {\n -webkit-text-size-adjust: none;\n -ms-text-size-adjust: none;\n margin: 0;\n padding: 0;\n -webkit-font-smoothing: antialiased;\n}\ntable {\n border-spacing: 0;\n}\nimg {\n display: block !important;\n outline: none;\n text-decoration: none;\n -ms-interpolation-mode: bicubic;\n border: none;\n height: auto;\n line-height: 100%;\n}\n img.image-inline{\n display: inline-block!important; \n }\n\np {\n padding: 0;\n margin: 0;\n}\nbr {\n line-height: 0 !important;\n}\ndiv, p, span, strong, b, em, i, a, li, td {\n -webkit-text-size-adjust: none;\n}\ntable td, table tr {\n border-collapse: collapse;\n}\ntable {\n border-collapse: collapse;\n mso-table-lspace: 0pt;\n mso-table-rspace: 0pt;\n}\n\n@media screen and (max-width:580px) {\ntable[class=\"table-wrappper\"] {\n width: 100%!important;\n}\ntd[class=\"content-left-gap\"] {\n width: 5%!important;\n}\ntable[class=\"content-table\"],\ntd[class=\"content-table\"]{\n width: 100%!important;\n}\ntd[class=\"banner-image\"] img {\n width: 100%!important;\n}\ntable[class=\"main-table-wrappper\"] {\n width: 100%!important;\n}\ntd[class=\"gap-01\"] {\n height: 15px!important;\n}\ntd[class=\"space-01\"] {\n width: 15px!important;\n}\ntable[class=\"table-wrappper\"] .heading01 {\n font-size: 20px !important;\n}\ntable[class=\"table-wrappper\"] .text01 {\n font-size: 14px !important;\n margin-bottom: 24px !important;\n}\ntable[class=\"table-wrappper\"] .heading02 {\n font-size: 24px !important;\n}\ntd[class=\"content-border\"] {\n height: 25px!important;\n}\ntable[class=\"table-wrappper\"] .heading03 {\n font-size: 18px !important;\n}\ntable[class=\"table-wrappper\"] .email-link {\n display: block !important;\n margin: 10px 0 !important;\n}\n\n}\n\n@media screen and (max-width:420px) {\ntable[class=\"brand\"] {\n width: 100%!important;\n text-align: center !important;\n}\ntable[class=\"website-btn\"] {\n width: 100%!important;\n text-align: center !important;\n}\n\n table[class=\"website-btn-tbl\"] {\n width: 130px!important;\n }\n \n}\n</style>\n</head>\n\n<body style=\"background-color: #d7d7d7;\">\n\n<table cellpadding=\"0\" cellspacing=\"0\" align=\"center\" style=\"width:100%; border-left: 15px solid #d7d7d7; border-right: 15px solid #d7d7d7;\" bgcolor=\"#d7d7d7\">\n <!--Top gap-->\n <tr>\n <td height=\"28\" class=\"gap-01\"></td>\n </tr>\n <!--/Top gap-->\n \n <!--Body part-->\n <tr>\n <td class=\"main-td\">\n <table cellpadding=\"0\" cellspacing=\"0\" align=\"center\" class=\"main-table-wrappper\" style=\"width: 600px\" bgcolor=\"#ffffff\">\n <!--Logo part-->\n <tr>\n <td>\n <table cellpadding=\"0\" cellspacing=\"0\" align=\"center\" class=\"table-wrappper\" style=\"width: 600px\">\n <tr>\n <td height=\"15\"></td>\n </tr>\n <tr>\n <td width=\"20\"></td>\n <td align=\"center\" valign=\"top\">\n <table cellpadding=\"0\" cellspacing=\"0\" align=\"left\" style=\"width:109px;\" class=\"brand\">\n <tr>\n <td align=\"center\">\n <a href=\"https://captainschairit.com\" style=\"border:none; padding:0; text-decoration:none; border:none; cursor:pointer;\"><img src=\"https://captainschairit.com/wp-content/uploads/2019/09/logo.png\" title=\"Captain\'s Chair\" alt=\"Captain\'s Chair\" style=\"border:none;\" width=\"150\" height=\"39\">\n </a></td>\n </tr>\n </table>\n\n <table cellpadding=\"0\" cellspacing=\"0\" align=\"right\" style=\"width:130px;\" class=\"website-btn\" width=\"130\">\n <tr>\n <td height=\"1\" class=\"gap-01\"></td>\n </tr>\n <tr>\n <td align=\"center\"><table cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"100%\" class=\"website-btn-tbl\">\n <tr>\n <td align=\"center\" style=\"height:35px; border:1px solid #ff671f; background-color: #ff671f;\"><a href=\"https://captainschairit.com\" style=\"color:#ffffff; background-color: #ff671f; font-family: Verdana, Geneva, Tahoma, sans-serif; font-size:14px; width:108px; height:15px; display:block; text-align:center; text-decoration:none; padding:10px; cursor:pointer;\">Go Website</a></td>\n </tr>\n </table></td>\n </tr>\n </table>\n </td>\n <td width=\"20\"></td>\n </tr>\n <tr>\n <td height=\"15\"></td>\n </tr>\n </table>\n </td>\n </tr>\n <!--/Logo part-->\n \n <!--Banner part-->\n <tr>\n <td class=\"banner-image\">\n <a href=\"https://captainschairit.com\" style=\"border:none; padding:0; text-decoration:none; border:none; cursor:pointer;\" target=\"_blank\"><img src=\"https://captainschairit.com/wp-content/uploads/2019/10/banner-image.jpg\" title=\"Banner\" alt=\"Banner\" style=\"border:none;\" width=\"600\" height=\"175\"></a>\n </td>\n </tr>\n <!--/Banner part-->\n \n \n \n <!--Content top gap-->\n <tr>\n <td height=\"25\" class=\"gap-01\"></td>\n </tr>\n <!--/Content top gap-->\n \n <!--Content part-->\n <tr>\n <td>\n <table cellpadding=\"0\" cellspacing=\"0\" align=\"center\" class=\"table-wrappper\" style=\"width: 600px\">\n <tr>\n <td width=\"25\" class=\"content-left-gap\"></td>\n <td>\n <table cellpadding=\"0\" cellspacing=\"0\" align=\"center\" class=\"content-table\" style=\"width: 100%\">\n <tr>\n <td align=\"left\">\n <p style=\"margin:0 0 10px; font-family: Verdana, Geneva, Tahoma, sans-serif; font-size:30px; color:#ff671f; \" class=\"heading02\">Hi, Admin</p>\n \n <h5 style=\"margin:0 0 28px; font-family: Verdana, Geneva, Tahoma, sans-serif; font-size:13px; color:#293a47;\" class=\"text01\">You have a new request for demo.</h5>\n\n <p style=\"margin:0 0 28px; font-family: Verdana, Geneva, Tahoma, sans-serif; font-size:13px; color:#293a47;\" class=\"text01\">\n <strong>First Name: </strong>[FirstName]<br>\n <strong>Last Name: </strong>[LastName]<br>\n <strong>Company Name: </strong>[CompanyName]<br>\n <strong>Business E-mail: </strong>[BusinessE-mail]<br>\n <strong>Phone Number: </strong>[PhoneNumber]\n </p>\n </td>\n </tr>\n \n <!--Content border-->\n <tr>\n <td height=\"38\" class=\"content-border\" style=\"border-top: 1px solid #cfcece;\"></td>\n </tr>\n <!--/Content border-->\n \n <tr>\n <td align=\"center\">\n <p style=\"margin:0 0 6px; font-family: Verdana, Geneva, Tahoma, sans-serif; font-size:22px; color:#293a47; font-weight: bold;\" class=\"heading03\">Get connected with us!</p>\n \n <p style=\"margin:0 0 10px; font-family: Verdana, Geneva, Tahoma, sans-serif; font-size:14px; color:#293a47;\" class=\"text01\"><a href=\"mailto:sales@captainschairit.com\" style=\"color: #293a47; text-decoration: none;\" class=\"email-link\"><img src=\"https://captainschairit.com/wp-content/uploads/2019/10/email-icon.png\" title=\"Email\" alt=\"Email\" style=\"border: none; outline: none; margin: 0 6px 0 10px;\" width=\"15\" height=\"12\" class=\"image-inline\">sales@captainschairit.com</a>\n <a href=\"tel:877-677-2248\" style=\"color: #293a47; font-family: Verdana, Geneva, Tahoma, sans-serif; font-size:12px; text-decoration: none;\"><img src=\"https://captainschairit.com/wp-content/uploads/2019/10/phone-icon.png\" title=\"Phone\" alt=\"Phone\" style=\"border: none; outline: none; margin: 0 6px 0 10px;\" width=\"15\" height=\"12\" class=\"image-inline\">Sales:877-677-2248</a>\n <a href=\"tel:813-908-8282\" style=\"font-family: Verdana, Geneva, Tahoma, sans-serif; font-size:12px; color:#293a47; text-decoration: none;\"><img src=\"https://captainschairit.com/wp-content/uploads/2019/10/phone-icon.png\" title=\"Phone\" alt=\"Phone\" style=\"border: none; outline: none; margin: 0 6px 0 10px;\" width=\"15\" height=\"12\" class=\"image-inline\">Phone:813-908-8282</a></p>\n </td>\n </tr>\n \n <tr>\n <td>\n <table cellpadding=\"0\" cellspacing=\"0\" align=\"center\" class=\"social-table\" style=\"width: 182px\">\n <tr>\n <td width=\"38\"></td>\n <td width=\"10\"></td>\n <td width=\"38\"></td>\n <td width=\"10\"></td>\n <td width=\"38\">\n <a href=\"https://www.linkedin.com/company/captain-s-chair\" style=\"color: #293a47; text-decoration: none;\">\n <img src=\"https://captainschairit.com/wp-content/uploads/2019/10/linkedin.png\" title=\"LinkedIn\" alt=\"LinkedIn\" style=\"border: none; outline: none; margin: 0;\" width=\"38\" height=\"38\">\n </a>\n </td>\n <td width=\"10\"></td>\n <td width=\"38\"></td>\n </tr>\n </table>\n </td>\n </tr>\n \n <tr>\n <td height=\"20\"></td>\n </tr>\n \n <tr>\n <td align=\"center\">\n <p style=\"margin:0; font-family: Verdana, Geneva, Tahoma, sans-serif; font-size:12px; color:#293a47;\">© Copyright 2019. All Rights Reserved.</p>\n </td>\n </tr>\n \n <tr>\n <td height=\"20\"></td>\n </tr>\n \n </table>\n </td>\n <td width=\"25\" class=\"content-left-gap\"></td>\n </tr>\n </table>\n </td>\n </tr>\n <!--/Content part-->\n \n <!--bottom border part-->\n <tr>\n <td height=\"9\" bgcolor=\"#293a47\"></td>\n </tr>\n <!--/bottom border part-->\n\n </table>\n </td>\n </tr>\n <!--/Body part-->\n \n <!--footer gap-->\n <tr>\n <td height=\"25\" class=\"gap-01\"></td>\n </tr>\n <!--/footer gap-->\n\n \n \n <!--Bottom gap-->\n <tr>\n <td height=\"28\" class=\"gap-01\"></td>\n </tr>\n <!--/Bottom gap-->\n \n \n \n</table>\n</body>\n</html>\";s:18:\"additional_headers\";s:26:\"Reply-To: [BusinessE-mail]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:1;s:13:\"exclude_blank\";b:0;}'),(2075,358,'_mail_2','a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:29:\"Captain\'s Chair Auto Response\";s:6:\"sender\";s:46:\"Captain\'s Chair <no-reply@captainschairit.com>\";s:9:\"recipient\";s:16:\"[BusinessE-mail]\";s:4:\"body\";s:9499:\"<!doctype html>\n<html>\n<head>\n<meta charset=\"utf-8\">\n<title>Contact us</title>\n<style type=\"text/css\">\nhtml {\n width: 100%;\n margin: 0;\n padding: 0;\n}\nbody {\n -webkit-text-size-adjust: none;\n -ms-text-size-adjust: none;\n margin: 0;\n padding: 0;\n -webkit-font-smoothing: antialiased;\n}\ntable {\n border-spacing: 0;\n}\nimg {\n display: block !important;\n outline: none;\n text-decoration: none;\n -ms-interpolation-mode: bicubic;\n border: none;\n height: auto;\n line-height: 100%;\n}\n img.image-inline{\n display: inline-block!important; \n }\n\np {\n padding: 0;\n margin: 0;\n}\nbr {\n line-height: 0 !important;\n}\ndiv, p, span, strong, b, em, i, a, li, td {\n -webkit-text-size-adjust: none;\n}\ntable td, table tr {\n border-collapse: collapse;\n}\ntable {\n border-collapse: collapse;\n mso-table-lspace: 0pt;\n mso-table-rspace: 0pt;\n}\n\n@media screen and (max-width:580px) {\ntable[class=\"table-wrappper\"] {\n width: 100%!important;\n}\ntd[class=\"content-left-gap\"] {\n width: 5%!important;\n}\ntable[class=\"content-table\"],\ntd[class=\"content-table\"]{\n width: 100%!important;\n}\ntd[class=\"banner-image\"] img {\n width: 100%!important;\n}\ntable[class=\"main-table-wrappper\"] {\n width: 100%!important;\n}\ntd[class=\"gap-01\"] {\n height: 15px!important;\n}\ntd[class=\"space-01\"] {\n width: 15px!important;\n}\ntable[class=\"table-wrappper\"] .heading01 {\n font-size: 20px !important;\n}\ntable[class=\"table-wrappper\"] .text01 {\n font-size: 14px !important;\n margin-bottom: 24px !important;\n}\ntable[class=\"table-wrappper\"] .heading02 {\n font-size: 24px !important;\n}\ntd[class=\"content-border\"] {\n height: 25px!important;\n}\ntable[class=\"table-wrappper\"] .heading03 {\n font-size: 18px !important;\n}\ntable[class=\"table-wrappper\"] .email-link {\n display: block !important;\n margin: 10px 0 !important;\n}\n\n}\n\n@media screen and (max-width:420px) {\ntable[class=\"brand\"] {\n width: 100%!important;\n text-align: center !important;\n}\ntable[class=\"website-btn\"] {\n width: 100%!important;\n text-align: center !important;\n}\n\n table[class=\"website-btn-tbl\"] {\n width: 130px!important;\n }\n \n}\n</style>\n</head>\n\n<body style=\"background-color: #d7d7d7;\">\n\n<table cellpadding=\"0\" cellspacing=\"0\" align=\"center\" style=\"width:100%; border-left: 15px solid #d7d7d7; border-right: 15px solid #d7d7d7;\" bgcolor=\"#d7d7d7\">\n <!--Top gap-->\n <tr>\n <td height=\"28\" class=\"gap-01\"></td>\n </tr>\n <!--/Top gap-->\n \n <!--Body part-->\n <tr>\n <td class=\"main-td\">\n <table cellpadding=\"0\" cellspacing=\"0\" align=\"center\" class=\"main-table-wrappper\" style=\"width: 600px\" bgcolor=\"#ffffff\">\n <!--Logo part-->\n <tr>\n <td>\n <table cellpadding=\"0\" cellspacing=\"0\" align=\"center\" class=\"table-wrappper\" style=\"width: 600px\">\n <tr>\n <td height=\"15\"></td>\n </tr>\n <tr>\n <td width=\"20\"></td>\n <td align=\"center\" valign=\"top\">\n <table cellpadding=\"0\" cellspacing=\"0\" align=\"left\" style=\"width:109px;\" class=\"brand\">\n <tr>\n <td align=\"center\">\n <a href=\"https://captainschairit.com\" style=\"border:none; padding:0; text-decoration:none; border:none; cursor:pointer;\"><img src=\"https://captainschairit.com/wp-content/uploads/2019/09/logo.png\" title=\"Captain\'s chair\" alt=\"Captain\'s chair\" style=\"border:none;\" width=\"150\" height=\"39\">\n </a></td>\n </tr>\n </table>\n\n <table cellpadding=\"0\" cellspacing=\"0\" align=\"right\" style=\"width:130px;\" class=\"website-btn\" width=\"130\">\n <tr>\n <td height=\"1\" class=\"gap-01\"></td>\n </tr>\n <tr>\n <td align=\"center\"><table cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"100%\" class=\"website-btn-tbl\">\n <tr>\n <td align=\"center\" style=\"height:35px; border:1px solid #ff671f; background-color: #ff671f;\"><a href=\"https://captainschairit.com\" style=\"color:#ffffff; background-color: #ff671f; font-family: Verdana, Geneva, Tahoma, sans-serif; font-size:14px; width:108px; height:15px; display:block; text-align:center; text-decoration:none; padding:10px; cursor:pointer;\">Go Website</a></td>\n </tr>\n </table></td>\n </tr>\n </table>\n </td>\n <td width=\"20\"></td>\n </tr>\n <tr>\n <td height=\"15\"></td>\n </tr>\n </table>\n </td>\n </tr>\n <!--/Logo part-->\n \n <!--Banner part-->\n <tr>\n <td class=\"banner-image\">\n <a href=\"https://captainschairit.com\" style=\"border:none; padding:0; text-decoration:none; border:none; cursor:pointer;\" target=\"_blank\"><img src=\"https://captainschairit.com/wp-content/uploads/2019/10/banner-image.jpg\" title=\"Banner\" alt=\"Banner\" style=\"border:none;\" width=\"600\" height=\"175\"></a>\n </td>\n </tr>\n <!--/Banner part-->\n \n \n \n <!--Content top gap-->\n <tr>\n <td height=\"25\" class=\"gap-01\"></td>\n </tr>\n <!--/Content top gap-->\n \n <!--Content part-->\n <tr>\n <td>\n <table cellpadding=\"0\" cellspacing=\"0\" align=\"center\" class=\"table-wrappper\" style=\"width: 600px\">\n <tr>\n <td width=\"25\" class=\"content-left-gap\"></td>\n <td>\n <table cellpadding=\"0\" cellspacing=\"0\" align=\"center\" class=\"content-table\" style=\"width: 100%\">\n <tr>\n <td align=\"center\">\n <p style=\"margin:0 0 10px; font-family: Verdana, Geneva, Tahoma, sans-serif; font-size:30px; color:#ff671f; \" class=\"heading02\">Hi, [FirstName]</p>\n \n <!--<h5 style=\"margin:0 0 28px; font-family: Verdana, Geneva, Tahoma, sans-serif; font-size:13px; color:#293a47;\" class=\"text01\">Thank you for contacting us.</h5>-->\n\n <p style=\"margin:0 0 28px; font-family: Verdana, Geneva, Tahoma, sans-serif; font-size:13px; color:#293a47;\" class=\"text01\">\n Thank you for showing interest in our product. We will get back to you.\n </p>\n </td>\n </tr>\n \n <!--Content border-->\n <tr>\n <td height=\"38\" class=\"content-border\" style=\"border-top: 1px solid #cfcece;\"></td>\n </tr>\n <!--/Content border-->\n \n <tr>\n <td align=\"center\">\n <p style=\"margin:0 0 6px; font-family: Verdana, Geneva, Tahoma, sans-serif; font-size:22px; color:#293a47; font-weight: bold;\" class=\"heading03\">Get connected with us!</p>\n \n <p style=\"margin:0 0 10px; font-family: Verdana, Geneva, Tahoma, sans-serif; font-size:14px; color:#293a47;\" class=\"text01\"><a href=\"mailto:sales@captainschairit.com\" style=\"color: #293a47; text-decoration: none;\" class=\"email-link\"><img src=\"https://captainschairit.com/wp-content/uploads/2019/10/email-icon.png\" title=\"Email\" alt=\"Email\" style=\"border: none; outline: none; margin: 0 6px 0 10px;\" width=\"15\" height=\"12\" class=\"image-inline\">sales@captainschairit.com</a>\n <a href=\"tel:877-677-2248\" style=\"color: #293a47; font-family: Verdana, Geneva, Tahoma, sans-serif; font-size:12px; text-decoration: none;\"><img src=\"https://captainschairit.com/wp-content/uploads/2019/10/phone-icon.png\" title=\"Phone\" alt=\"Phone\" style=\"border: none; outline: none; margin: 0 6px 0 10px;\" width=\"15\" height=\"12\" class=\"image-inline\">Sales:877-677-2248</a>\n <a href=\"tel:813-908-8282\" style=\"font-family: Verdana, Geneva, Tahoma, sans-serif; font-size:12px; color:#293a47; text-decoration: none;\"><img src=\"https://captainschairit.com/wp-content/uploads/2019/10/phone-icon.png\" title=\"Phone\" alt=\"Phone\" style=\"border: none; outline: none; margin: 0 6px 0 10px;\" width=\"15\" height=\"12\" class=\"image-inline\">Phone:813-908-8282</a></p>\n </td>\n </tr>\n \n <tr>\n <td>\n <table cellpadding=\"0\" cellspacing=\"0\" align=\"center\" class=\"social-table\" style=\"width: 182px\">\n <tr>\n <td width=\"38\"></td>\n <td width=\"10\"></td>\n <td width=\"38\"></td>\n <td width=\"10\"></td>\n <td width=\"38\">\n <a href=\"https://www.linkedin.com/company/captain-s-chair\" style=\"color: #293a47; text-decoration: none;\">\n <img src=\"https://captainschairit.com/wp-content/uploads/2019/10/linkedin.png\" title=\"LinkedIn\" alt=\"LinkedIn\" style=\"border: none; outline: none; margin: 0;\" width=\"38\" height=\"38\">\n </a>\n </td>\n <td width=\"10\"></td>\n <td width=\"38\"></td>\n </tr>\n </table>\n </td>\n </tr>\n \n <tr>\n <td height=\"20\"></td>\n </tr>\n \n <tr>\n <td align=\"center\">\n <p style=\"margin:0; font-family: Verdana, Geneva, Tahoma, sans-serif; font-size:12px; color:#293a47;\">© Copyright 2019. All Rights Reserved.</p>\n </td>\n </tr>\n \n <tr>\n <td height=\"20\"></td>\n </tr>\n \n </table>\n </td>\n <td width=\"25\" class=\"content-left-gap\"></td>\n </tr>\n </table>\n </td>\n </tr>\n <!--/Content part-->\n \n <!--bottom border part-->\n <tr>\n <td height=\"9\" bgcolor=\"#293a47\"></td>\n </tr>\n <!--/bottom border part-->\n\n </table>\n </td>\n </tr>\n <!--/Body part-->\n \n <!--footer gap-->\n <tr>\n <td height=\"25\" class=\"gap-01\"></td>\n </tr>\n <!--/footer gap-->\n\n \n \n <!--Bottom gap-->\n <tr>\n <td height=\"28\" class=\"gap-01\"></td>\n </tr>\n <!--/Bottom gap-->\n \n \n \n</table>\n</body>\n</html>\";s:18:\"additional_headers\";s:35:\"Reply-To: sales@captainschairit.com\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:1;s:13:\"exclude_blank\";b:0;}'),(2076,358,'_messages','a:22:{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: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.\";}'),(2077,358,'_additional_settings',''),(2078,358,'_locale','en_US'),(2100,363,'_edit_last','1'),(2101,363,'_edit_lock','1592578158:1'),(2106,2,'_edit_lock','1570200571:1'),(2132,368,'banner_section_background_image','217'),(2133,368,'_banner_section_background_image','field_5d7f7f7e42974'),(2134,368,'banner_section_text','Get A Demo'),(2135,368,'_banner_section_text','field_5d7f7f7e42975'),(2136,368,'banner_section',''),(2137,368,'_banner_section','field_5d7f7f7e42973'),(2138,368,'content_section_content_heading','Companies who use Datto have saved millions of dollars in lost revenue.'),(2139,368,'_content_section_content_heading','field_5d7f7fb1f4ab5'),(2140,368,'content_section_content_part_1','<strong>Lorem Ipsum is simply dummy text of the printing and typesetting industry.</strong>\r\n\r\nLorem 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 ...'),(2141,368,'_content_section_content_part_1','field_5d7f7fc5f4ab6'),(2142,368,'content_section_content_part_2','<li>Lorem Ipsum is simply dummy</li>\r\n<li>Standard dummy text ever since the 1500s</li>\r\n<li>Lorem Ipsum is simply dummy</li>\r\n<li>Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s</li>'),(2143,368,'_content_section_content_part_2','field_5d7f7fddf4ab7'),(2144,368,'content_section',''),(2145,368,'_content_section','field_5d7f7f9ff4ab4'),(2146,368,'demo_form_section_form_heading','I want to get a demo'),(2147,368,'_demo_form_section_form_heading','field_5d7f8225a0478'),(2148,368,'demo_form_section',''),(2149,368,'_demo_form_section','field_5d7f8213a0477'),(2150,369,'banner_section_background_image','217'),(2151,369,'_banner_section_background_image','field_5d7f7f7e42974'),(2152,369,'banner_section_text','Get A Demo'),(2153,369,'_banner_section_text','field_5d7f7f7e42975'),(2154,369,'banner_section',''),(2155,369,'_banner_section','field_5d7f7f7e42973'),(2156,369,'content_section_content_heading','Companies who use Captain\'s Chair have saved millions of dollars in lost revenue.'),(2157,369,'_content_section_content_heading','field_5d7f7fb1f4ab5'),(2158,369,'content_section_content_part_1','<strong>Lorem Ipsum is simply dummy text of the printing and typesetting industry.</strong>\r\n\r\nLorem 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 ...'),(2159,369,'_content_section_content_part_1','field_5d7f7fc5f4ab6'),(2160,369,'content_section_content_part_2','<li>Lorem Ipsum is simply dummy</li>\r\n<li>Standard dummy text ever since the 1500s</li>\r\n<li>Lorem Ipsum is simply dummy</li>\r\n<li>Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s</li>'),(2161,369,'_content_section_content_part_2','field_5d7f7fddf4ab7'),(2162,369,'content_section',''),(2163,369,'_content_section','field_5d7f7f9ff4ab4'),(2164,369,'demo_form_section_form_heading','I want to get a demo'),(2165,369,'_demo_form_section_form_heading','field_5d7f8225a0478'),(2166,369,'demo_form_section',''),(2167,369,'_demo_form_section','field_5d7f8213a0477'),(2196,377,'_wp_attached_file','2019/09/santiago-casal.jpg'),(2197,377,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:117;s:6:\"height\";i:116;s:4:\"file\";s:26:\"2019/09/santiago-casal.jpg\";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:{}}}'),(2198,289,'_thumbnail_id','377'),(2199,378,'_wp_attached_file','2019/09/phillip-myers.jpg'),(2200,378,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:117;s:6:\"height\";i:116;s:4:\"file\";s:25:\"2019/09/phillip-myers.jpg\";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:{}}}'),(2201,292,'_thumbnail_id','378'),(2202,379,'_wp_attached_file','2019/09/steve_Torre.jpg'),(2203,379,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:117;s:6:\"height\";i:116;s:4:\"file\";s:23:\"2019/09/steve_Torre.jpg\";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:{}}}'),(2204,294,'_thumbnail_id','379'),(2205,380,'_wp_attached_file','2019/09/keith_roher.jpg'),(2206,380,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:117;s:6:\"height\";i:116;s:4:\"file\";s:23:\"2019/09/keith_roher.jpg\";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:{}}}'),(2207,296,'_thumbnail_id','380'),(2208,381,'_wp_attached_file','2019/09/kalanik-headshot.jpg'),(2209,381,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:117;s:6:\"height\";i:116;s:4:\"file\";s:28:\"2019/09/kalanik-headshot.jpg\";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:{}}}'),(2210,298,'_thumbnail_id','381'),(2211,382,'_wp_attached_file','2019/09/bryan_crino.jpg'),(2212,382,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:117;s:6:\"height\";i:116;s:4:\"file\";s:23:\"2019/09/bryan_crino.jpg\";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:{}}}'),(2213,300,'_thumbnail_id','382'),(2214,383,'_wp_attached_file','2019/09/scott_feuer.jpg'),(2215,383,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:117;s:6:\"height\";i:116;s:4:\"file\";s:23:\"2019/09/scott_feuer.jpg\";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:{}}}'),(2216,302,'_thumbnail_id','383'),(2217,384,'banner_section_background_image','15'),(2218,384,'_banner_section_background_image','field_5d7785aaee8ae'),(2219,384,'banner_section_front_image','16'),(2220,384,'_banner_section_front_image','field_5d7785d3ee8af'),(2221,384,'banner_section_text','Explore the tool for the next-gen IT MSP'),(2222,384,'_banner_section_text','field_5d7785eeee8b0'),(2223,384,'banner_section',''),(2224,384,'_banner_section','field_5d778563ee8ad'),(2225,384,'connectors_section_text','Captain\'s Chair consolidates the data that matters to next generation MSPs.\r\nCheck out the current connectors with more coming soon!'),(2226,384,'_connectors_section_text','field_5d7789431dc51'),(2227,384,'connectors_section_image','21'),(2228,384,'_connectors_section_image','field_5d7789511dc52'),(2229,384,'connectors_section',''),(2230,384,'_connectors_section','field_5d7789221dc50'),(2231,384,'about_products_section_text','Captain\'s Chair is an always-on dashboard that gives our MSP partners a competitive advantage to close new business and increase managed recurring revenue with existing clients.'),(2232,384,'_about_products_section_text','field_5d77a19d21f5a'),(2233,384,'about_products_section',''),(2234,384,'_about_products_section','field_5d77a00521f59'),(2235,384,'selling_more_section_text','Join the growing community of next generation IT MSP\'s who are utilizing captain\'s chair'),(2236,384,'_selling_more_section_text','field_5d77a2f0593b7'),(2237,384,'selling_more_section_link',''),(2238,384,'_selling_more_section_link','field_5d77a307593b8'),(2239,384,'selling_more_section_image','37'),(2240,384,'_selling_more_section_image','field_5d77a312593b9'),(2241,384,'selling_more_section',''),(2242,384,'_selling_more_section','field_5d77a2e3593b6'),(2243,384,'explore_captains_chair_heading','Discover the software that will deliver increased managed recurring revenue and put you in the captain\'s chair with your clients.'),(2244,384,'_explore_captains_chair_heading','field_5d790fcc655af'),(2245,384,'explore_captains_chair_point_1','Sell captain\'s chair to your clients'),(2246,384,'_explore_captains_chair_point_1','field_5d79101d655b0'),(2247,384,'explore_captains_chair_point_2','Increase Close Ratios by differentiating your offering from the competition'),(2248,384,'_explore_captains_chair_point_2','field_5d791091655b1'),(2249,384,'explore_captains_chair_point_3','Increase Client Attachment Rates by providing unprecedented visibility and communication'),(2250,384,'_explore_captains_chair_point_3','field_5d791097655b2'),(2251,384,'explore_captains_chair',''),(2252,384,'_explore_captains_chair','field_5d790f8f655ae'),(2253,384,'explore_captains_chair_background_image','130'),(2254,384,'_explore_captains_chair_background_image','field_5d79111f19196'),(2255,384,'banner_section_button_text','GET A DEMO'),(2256,384,'_banner_section_button_text','field_5d79edb98bc10'),(2257,384,'about_products_section_button_text','Learn More'),(2258,384,'_about_products_section_button_text','field_5d79ee5f1b1b8'),(2259,384,'explore_captains_chair_button_text','Explore captain’s chair'),(2260,384,'_explore_captains_chair_button_text','field_5d79efcd71bff'),(2261,384,'connectors_section_heading',''),(2262,384,'_connectors_section_heading','field_5d79f022eb0e9'),(2263,384,'newsletter_content_heading','Stay Informed!'),(2264,384,'_newsletter_content_heading','field_5d79f999a7aae'),(2265,384,'newsletter_content_text','Get news and updates on captain\'s chair'),(2266,384,'_newsletter_content_text','field_5d79f999a7aaf'),(2267,384,'newsletter_content',''),(2268,384,'_newsletter_content','field_5d79f999a7aad'),(2269,384,'selling_more_section_heading','Selling More'),(2270,384,'_selling_more_section_heading','field_5d7a00919695e'),(2271,384,'selling_more_section_button_text','get started'),(2272,384,'_selling_more_section_button_text','field_5d7a00989695f'),(2273,384,'explore_captains_chair_button_link','http://dev.captainschairit.com/client-dashboard'),(2274,384,'_explore_captains_chair_button_link','field_5d7a3f120a269'),(2275,5,'about_products_section_button_link','https://captainschairit.com/request-a-demo/'),(2276,5,'_about_products_section_button_link','field_5d9215268abf2'),(2277,386,'banner_section_background_image','15'),(2278,386,'_banner_section_background_image','field_5d7785aaee8ae'),(2279,386,'banner_section_front_image','16'),(2280,386,'_banner_section_front_image','field_5d7785d3ee8af'),(2281,386,'banner_section_text','Explore the tool for the next-gen IT MSP'),(2282,386,'_banner_section_text','field_5d7785eeee8b0'),(2283,386,'banner_section',''),(2284,386,'_banner_section','field_5d778563ee8ad'),(2285,386,'connectors_section_text','Captain\'s Chair consolidates the data that matters to next generation MSPs.\r\nCheck out the current connectors with more coming soon!'),(2286,386,'_connectors_section_text','field_5d7789431dc51'),(2287,386,'connectors_section_image','21'),(2288,386,'_connectors_section_image','field_5d7789511dc52'),(2289,386,'connectors_section',''),(2290,386,'_connectors_section','field_5d7789221dc50'),(2291,386,'about_products_section_text','Captain\'s Chair is an always-on dashboard that gives our MSP partners a competitive advantage to close new business and increase managed recurring revenue with existing clients.'),(2292,386,'_about_products_section_text','field_5d77a19d21f5a'),(2293,386,'about_products_section',''),(2294,386,'_about_products_section','field_5d77a00521f59'),(2295,386,'selling_more_section_text','Join the growing community of next generation IT MSP\'s who are utilizing captain\'s chair'),(2296,386,'_selling_more_section_text','field_5d77a2f0593b7'),(2297,386,'selling_more_section_link',''),(2298,386,'_selling_more_section_link','field_5d77a307593b8'),(2299,386,'selling_more_section_image','37'),(2300,386,'_selling_more_section_image','field_5d77a312593b9'),(2301,386,'selling_more_section',''),(2302,386,'_selling_more_section','field_5d77a2e3593b6'),(2303,386,'explore_captains_chair_heading','Discover the software that will deliver increased managed recurring revenue and put you in the captain\'s chair with your clients.'),(2304,386,'_explore_captains_chair_heading','field_5d790fcc655af'),(2305,386,'explore_captains_chair_point_1','Sell captain\'s chair to your clients'),(2306,386,'_explore_captains_chair_point_1','field_5d79101d655b0'),(2307,386,'explore_captains_chair_point_2','Increase Close Ratios by differentiating your offering from the competition'),(2308,386,'_explore_captains_chair_point_2','field_5d791091655b1'),(2309,386,'explore_captains_chair_point_3','Increase Client Attachment Rates by providing unprecedented visibility and communication'),(2310,386,'_explore_captains_chair_point_3','field_5d791097655b2'),(2311,386,'explore_captains_chair',''),(2312,386,'_explore_captains_chair','field_5d790f8f655ae'),(2313,386,'explore_captains_chair_background_image','130'),(2314,386,'_explore_captains_chair_background_image','field_5d79111f19196'),(2315,386,'banner_section_button_text','GET A DEMO'),(2316,386,'_banner_section_button_text','field_5d79edb98bc10'),(2317,386,'about_products_section_button_text','Learn More'),(2318,386,'_about_products_section_button_text','field_5d79ee5f1b1b8'),(2319,386,'explore_captains_chair_button_text','Explore captain’s chair'),(2320,386,'_explore_captains_chair_button_text','field_5d79efcd71bff'),(2321,386,'connectors_section_heading',''),(2322,386,'_connectors_section_heading','field_5d79f022eb0e9'),(2323,386,'newsletter_content_heading','Stay Informed!'),(2324,386,'_newsletter_content_heading','field_5d79f999a7aae'),(2325,386,'newsletter_content_text','Get news and updates on captain\'s chair'),(2326,386,'_newsletter_content_text','field_5d79f999a7aaf'),(2327,386,'newsletter_content',''),(2328,386,'_newsletter_content','field_5d79f999a7aad'),(2329,386,'selling_more_section_heading','Selling More'),(2330,386,'_selling_more_section_heading','field_5d7a00919695e'),(2331,386,'selling_more_section_button_text','get started'),(2332,386,'_selling_more_section_button_text','field_5d7a00989695f'),(2333,386,'explore_captains_chair_button_link','http://dev.captainschairit.com/client-dashboard'),(2334,386,'_explore_captains_chair_button_link','field_5d7a3f120a269'),(2335,386,'about_products_section_button_link','https://captainschairit.com/get-a-demo/'),(2336,386,'_about_products_section_button_link','field_5d9215268abf2'),(2337,5,'banner_section_button_link','https://captainschairit.com/request-a-demo/'),(2338,5,'_banner_section_button_link','field_5d9215880fa13'),(2339,388,'banner_section_background_image','15'),(2340,388,'_banner_section_background_image','field_5d7785aaee8ae'),(2341,388,'banner_section_front_image','16'),(2342,388,'_banner_section_front_image','field_5d7785d3ee8af'),(2343,388,'banner_section_text','Explore the tool for the next-gen IT MSP'),(2344,388,'_banner_section_text','field_5d7785eeee8b0'),(2345,388,'banner_section',''),(2346,388,'_banner_section','field_5d778563ee8ad'),(2347,388,'connectors_section_text','Captain\'s Chair consolidates the data that matters to next generation MSPs.\r\nCheck out the current connectors with more coming soon!'),(2348,388,'_connectors_section_text','field_5d7789431dc51'),(2349,388,'connectors_section_image','21'),(2350,388,'_connectors_section_image','field_5d7789511dc52'),(2351,388,'connectors_section',''),(2352,388,'_connectors_section','field_5d7789221dc50'),(2353,388,'about_products_section_text','Captain\'s Chair is an always-on dashboard that gives our MSP partners a competitive advantage to close new business and increase managed recurring revenue with existing clients.'),(2354,388,'_about_products_section_text','field_5d77a19d21f5a'),(2355,388,'about_products_section',''),(2356,388,'_about_products_section','field_5d77a00521f59'),(2357,388,'selling_more_section_text','Join the growing community of next generation IT MSP\'s who are utilizing captain\'s chair'),(2358,388,'_selling_more_section_text','field_5d77a2f0593b7'),(2359,388,'selling_more_section_link',''),(2360,388,'_selling_more_section_link','field_5d77a307593b8'),(2361,388,'selling_more_section_image','37'),(2362,388,'_selling_more_section_image','field_5d77a312593b9'),(2363,388,'selling_more_section',''),(2364,388,'_selling_more_section','field_5d77a2e3593b6'),(2365,388,'explore_captains_chair_heading','Discover the software that will deliver increased managed recurring revenue and put you in the captain\'s chair with your clients.'),(2366,388,'_explore_captains_chair_heading','field_5d790fcc655af'),(2367,388,'explore_captains_chair_point_1','Sell captain\'s chair to your clients'),(2368,388,'_explore_captains_chair_point_1','field_5d79101d655b0'),(2369,388,'explore_captains_chair_point_2','Increase Close Ratios by differentiating your offering from the competition'),(2370,388,'_explore_captains_chair_point_2','field_5d791091655b1'),(2371,388,'explore_captains_chair_point_3','Increase Client Attachment Rates by providing unprecedented visibility and communication'),(2372,388,'_explore_captains_chair_point_3','field_5d791097655b2'),(2373,388,'explore_captains_chair',''),(2374,388,'_explore_captains_chair','field_5d790f8f655ae'),(2375,388,'explore_captains_chair_background_image','130'),(2376,388,'_explore_captains_chair_background_image','field_5d79111f19196'),(2377,388,'banner_section_button_text','GET A DEMO'),(2378,388,'_banner_section_button_text','field_5d79edb98bc10'),(2379,388,'about_products_section_button_text','Learn More'),(2380,388,'_about_products_section_button_text','field_5d79ee5f1b1b8'),(2381,388,'explore_captains_chair_button_text','Explore captain’s chair'),(2382,388,'_explore_captains_chair_button_text','field_5d79efcd71bff'),(2383,388,'connectors_section_heading',''),(2384,388,'_connectors_section_heading','field_5d79f022eb0e9'),(2385,388,'newsletter_content_heading','Stay Informed!'),(2386,388,'_newsletter_content_heading','field_5d79f999a7aae'),(2387,388,'newsletter_content_text','Get news and updates on captain\'s chair'),(2388,388,'_newsletter_content_text','field_5d79f999a7aaf'),(2389,388,'newsletter_content',''),(2390,388,'_newsletter_content','field_5d79f999a7aad'),(2391,388,'selling_more_section_heading','Selling More'),(2392,388,'_selling_more_section_heading','field_5d7a00919695e'),(2393,388,'selling_more_section_button_text','get started'),(2394,388,'_selling_more_section_button_text','field_5d7a00989695f'),(2395,388,'explore_captains_chair_button_link','http://dev.captainschairit.com/client-dashboard'),(2396,388,'_explore_captains_chair_button_link','field_5d7a3f120a269'),(2397,388,'about_products_section_button_link','https://captainschairit.com/get-a-demo/'),(2398,388,'_about_products_section_button_link','field_5d9215268abf2'),(2399,388,'banner_section_button_link','https://captainschairit.com/get-a-demo/'),(2400,388,'_banner_section_button_link','field_5d9215880fa13'),(2401,389,'banner_section_background_image','15'),(2402,389,'_banner_section_background_image','field_5d7785aaee8ae'),(2403,389,'banner_section_front_image','16'),(2404,389,'_banner_section_front_image','field_5d7785d3ee8af'),(2405,389,'banner_section_text','Explore the tool for the next-gen IT MSP'),(2406,389,'_banner_section_text','field_5d7785eeee8b0'),(2407,389,'banner_section',''),(2408,389,'_banner_section','field_5d778563ee8ad'),(2409,389,'connectors_section_text','Captain\'s Chair consolidates the data that matters to next generation MSPs.\r\nCheck out the current connectors with more coming soon!'),(2410,389,'_connectors_section_text','field_5d7789431dc51'),(2411,389,'connectors_section_image','21'),(2412,389,'_connectors_section_image','field_5d7789511dc52'),(2413,389,'connectors_section',''),(2414,389,'_connectors_section','field_5d7789221dc50'),(2415,389,'about_products_section_text','Captain\'s Chair is an always-on dashboard that gives our MSP partners a competitive advantage to close new business and increase managed recurring revenue with existing clients.'),(2416,389,'_about_products_section_text','field_5d77a19d21f5a'),(2417,389,'about_products_section',''),(2418,389,'_about_products_section','field_5d77a00521f59'),(2419,389,'selling_more_section_text','Join the growing community of next generation IT MSP\'s who are utilizing captain\'s chair'),(2420,389,'_selling_more_section_text','field_5d77a2f0593b7'),(2421,389,'selling_more_section_link',''),(2422,389,'_selling_more_section_link','field_5d77a307593b8'),(2423,389,'selling_more_section_image','37'),(2424,389,'_selling_more_section_image','field_5d77a312593b9'),(2425,389,'selling_more_section',''),(2426,389,'_selling_more_section','field_5d77a2e3593b6'),(2427,389,'explore_captains_chair_heading','Discover the software that will deliver increased managed recurring revenue and put you in the captain\'s chair with your clients.'),(2428,389,'_explore_captains_chair_heading','field_5d790fcc655af'),(2429,389,'explore_captains_chair_point_1','Sell captain\'s chair to your clients'),(2430,389,'_explore_captains_chair_point_1','field_5d79101d655b0'),(2431,389,'explore_captains_chair_point_2','Increase Close Ratios by differentiating your offering from the competition'),(2432,389,'_explore_captains_chair_point_2','field_5d791091655b1'),(2433,389,'explore_captains_chair_point_3','Increase Client Attachment Rates by providing unprecedented visibility and communication'),(2434,389,'_explore_captains_chair_point_3','field_5d791097655b2'),(2435,389,'explore_captains_chair',''),(2436,389,'_explore_captains_chair','field_5d790f8f655ae'),(2437,389,'explore_captains_chair_background_image','130'),(2438,389,'_explore_captains_chair_background_image','field_5d79111f19196'),(2439,389,'banner_section_button_text','GET A DEMO'),(2440,389,'_banner_section_button_text','field_5d79edb98bc10'),(2441,389,'about_products_section_button_text','Learn More'),(2442,389,'_about_products_section_button_text','field_5d79ee5f1b1b8'),(2443,389,'explore_captains_chair_button_text','Explore captain’s chair'),(2444,389,'_explore_captains_chair_button_text','field_5d79efcd71bff'),(2445,389,'connectors_section_heading','Test'),(2446,389,'_connectors_section_heading','field_5d79f022eb0e9'),(2447,389,'newsletter_content_heading','Stay Informed!'),(2448,389,'_newsletter_content_heading','field_5d79f999a7aae'),(2449,389,'newsletter_content_text','Get news and updates on captain\'s chair'),(2450,389,'_newsletter_content_text','field_5d79f999a7aaf'),(2451,389,'newsletter_content',''),(2452,389,'_newsletter_content','field_5d79f999a7aad'),(2453,389,'selling_more_section_heading','Selling More'),(2454,389,'_selling_more_section_heading','field_5d7a00919695e'),(2455,389,'selling_more_section_button_text','get started'),(2456,389,'_selling_more_section_button_text','field_5d7a00989695f'),(2457,389,'explore_captains_chair_button_link','http://dev.captainschairit.com/client-dashboard'),(2458,389,'_explore_captains_chair_button_link','field_5d7a3f120a269'),(2459,389,'about_products_section_button_link','https://captainschairit.com/get-a-demo/'),(2460,389,'_about_products_section_button_link','field_5d9215268abf2'),(2461,389,'banner_section_button_link','https://captainschairit.com/get-a-demo/'),(2462,389,'_banner_section_button_link','field_5d9215880fa13'),(2463,390,'banner_section_background_image','15'),(2464,390,'_banner_section_background_image','field_5d7785aaee8ae'),(2465,390,'banner_section_front_image','16'),(2466,390,'_banner_section_front_image','field_5d7785d3ee8af'),(2467,390,'banner_section_text','Explore the tool for the next-gen IT MSP'),(2468,390,'_banner_section_text','field_5d7785eeee8b0'),(2469,390,'banner_section',''),(2470,390,'_banner_section','field_5d778563ee8ad'),(2471,390,'connectors_section_text','Captain\'s Chair consolidates the data that matters to next generation MSPs.\r\nCheck out the current connectors with more coming soon!'),(2472,390,'_connectors_section_text','field_5d7789431dc51'),(2473,390,'connectors_section_image','21'),(2474,390,'_connectors_section_image','field_5d7789511dc52'),(2475,390,'connectors_section',''),(2476,390,'_connectors_section','field_5d7789221dc50'),(2477,390,'about_products_section_text','Captain\'s Chair is an always-on dashboard that gives our MSP partners a competitive advantage to close new business and increase managed recurring revenue with existing clients.'),(2478,390,'_about_products_section_text','field_5d77a19d21f5a'),(2479,390,'about_products_section',''),(2480,390,'_about_products_section','field_5d77a00521f59'),(2481,390,'selling_more_section_text','Join the growing community of next generation IT MSP\'s who are utilizing captain\'s chair'),(2482,390,'_selling_more_section_text','field_5d77a2f0593b7'),(2483,390,'selling_more_section_link',''),(2484,390,'_selling_more_section_link','field_5d77a307593b8'),(2485,390,'selling_more_section_image','37'),(2486,390,'_selling_more_section_image','field_5d77a312593b9'),(2487,390,'selling_more_section',''),(2488,390,'_selling_more_section','field_5d77a2e3593b6'),(2489,390,'explore_captains_chair_heading','Discover the software that will deliver increased managed recurring revenue and put you in the captain\'s chair with your clients.'),(2490,390,'_explore_captains_chair_heading','field_5d790fcc655af'),(2491,390,'explore_captains_chair_point_1','Sell captain\'s chair to your clients'),(2492,390,'_explore_captains_chair_point_1','field_5d79101d655b0'),(2493,390,'explore_captains_chair_point_2','Increase Close Ratios by differentiating your offering from the competition'),(2494,390,'_explore_captains_chair_point_2','field_5d791091655b1'),(2495,390,'explore_captains_chair_point_3','Increase Client Attachment Rates by providing unprecedented visibility and communication'),(2496,390,'_explore_captains_chair_point_3','field_5d791097655b2'),(2497,390,'explore_captains_chair',''),(2498,390,'_explore_captains_chair','field_5d790f8f655ae'),(2499,390,'explore_captains_chair_background_image','130'),(2500,390,'_explore_captains_chair_background_image','field_5d79111f19196'),(2501,390,'banner_section_button_text','GET A DEMO'),(2502,390,'_banner_section_button_text','field_5d79edb98bc10'),(2503,390,'about_products_section_button_text','Learn More'),(2504,390,'_about_products_section_button_text','field_5d79ee5f1b1b8'),(2505,390,'explore_captains_chair_button_text','Explore captain’s chair'),(2506,390,'_explore_captains_chair_button_text','field_5d79efcd71bff'),(2507,390,'connectors_section_heading',''),(2508,390,'_connectors_section_heading','field_5d79f022eb0e9'),(2509,390,'newsletter_content_heading','Stay Informed!'),(2510,390,'_newsletter_content_heading','field_5d79f999a7aae'),(2511,390,'newsletter_content_text','Get news and updates on captain\'s chair'),(2512,390,'_newsletter_content_text','field_5d79f999a7aaf'),(2513,390,'newsletter_content',''),(2514,390,'_newsletter_content','field_5d79f999a7aad'),(2515,390,'selling_more_section_heading','Selling More'),(2516,390,'_selling_more_section_heading','field_5d7a00919695e'),(2517,390,'selling_more_section_button_text','get started'),(2518,390,'_selling_more_section_button_text','field_5d7a00989695f'),(2519,390,'explore_captains_chair_button_link','http://dev.captainschairit.com/client-dashboard'),(2520,390,'_explore_captains_chair_button_link','field_5d7a3f120a269'),(2521,390,'about_products_section_button_link','https://captainschairit.com/get-a-demo/'),(2522,390,'_about_products_section_button_link','field_5d9215268abf2'),(2523,390,'banner_section_button_link','https://captainschairit.com/get-a-demo/'),(2524,390,'_banner_section_button_link','field_5d9215880fa13'),(2525,391,'banner_section_background_image','15'),(2526,391,'_banner_section_background_image','field_5d7785aaee8ae'),(2527,391,'banner_section_front_image','16'),(2528,391,'_banner_section_front_image','field_5d7785d3ee8af'),(2529,391,'banner_section_text','Explore the tool for the next-gen IT MSP'),(2530,391,'_banner_section_text','field_5d7785eeee8b0'),(2531,391,'banner_section',''),(2532,391,'_banner_section','field_5d778563ee8ad'),(2533,391,'connectors_section_text','Captain\'s Chair consolidates the data that matters to next generation MSPs.\r\nCheck out the current connectors with more coming soon!'),(2534,391,'_connectors_section_text','field_5d7789431dc51'),(2535,391,'connectors_section_image','21'),(2536,391,'_connectors_section_image','field_5d7789511dc52'),(2537,391,'connectors_section',''),(2538,391,'_connectors_section','field_5d7789221dc50'),(2539,391,'about_products_section_text','Captain\'s Chair is an always-on dashboard that gives our MSP partners a competitive advantage to close new business and increase managed recurring revenue with existing clients.'),(2540,391,'_about_products_section_text','field_5d77a19d21f5a'),(2541,391,'about_products_section',''),(2542,391,'_about_products_section','field_5d77a00521f59'),(2543,391,'selling_more_section_text','Join the growing community of next generation IT MSP\'s who are utilizing captain\'s chair'),(2544,391,'_selling_more_section_text','field_5d77a2f0593b7'),(2545,391,'selling_more_section_link',''),(2546,391,'_selling_more_section_link','field_5d77a307593b8'),(2547,391,'selling_more_section_image','37'),(2548,391,'_selling_more_section_image','field_5d77a312593b9'),(2549,391,'selling_more_section',''),(2550,391,'_selling_more_section','field_5d77a2e3593b6'),(2551,391,'explore_captains_chair_heading','Discover the software that will deliver increased managed recurring revenue and put you in the captain\'s chair with your clients.'),(2552,391,'_explore_captains_chair_heading','field_5d790fcc655af'),(2553,391,'explore_captains_chair_point_1','Sell Captain\'s Chair to your clients'),(2554,391,'_explore_captains_chair_point_1','field_5d79101d655b0'),(2555,391,'explore_captains_chair_point_2','Increase close ratios by differentiating your offering from the competition'),(2556,391,'_explore_captains_chair_point_2','field_5d791091655b1'),(2557,391,'explore_captains_chair_point_3','Increase client attachment rates by providing unprecedented visibility and communication'),(2558,391,'_explore_captains_chair_point_3','field_5d791097655b2'),(2559,391,'explore_captains_chair',''),(2560,391,'_explore_captains_chair','field_5d790f8f655ae'),(2561,391,'explore_captains_chair_background_image','130'),(2562,391,'_explore_captains_chair_background_image','field_5d79111f19196'),(2563,391,'banner_section_button_text','GET A DEMO'),(2564,391,'_banner_section_button_text','field_5d79edb98bc10'),(2565,391,'about_products_section_button_text','Learn More'),(2566,391,'_about_products_section_button_text','field_5d79ee5f1b1b8'),(2567,391,'explore_captains_chair_button_text','Explore Captain’s Chair'),(2568,391,'_explore_captains_chair_button_text','field_5d79efcd71bff'),(2569,391,'connectors_section_heading',''),(2570,391,'_connectors_section_heading','field_5d79f022eb0e9'),(2571,391,'newsletter_content_heading','Stay Informed!'),(2572,391,'_newsletter_content_heading','field_5d79f999a7aae'),(2573,391,'newsletter_content_text','Get news and updates on captain\'s chair'),(2574,391,'_newsletter_content_text','field_5d79f999a7aaf'),(2575,391,'newsletter_content',''),(2576,391,'_newsletter_content','field_5d79f999a7aad'),(2577,391,'selling_more_section_heading','Selling More'),(2578,391,'_selling_more_section_heading','field_5d7a00919695e'),(2579,391,'selling_more_section_button_text','get started'),(2580,391,'_selling_more_section_button_text','field_5d7a00989695f'),(2581,391,'explore_captains_chair_button_link','http://dev.captainschairit.com/client-dashboard'),(2582,391,'_explore_captains_chair_button_link','field_5d7a3f120a269'),(2583,391,'about_products_section_button_link','https://captainschairit.com/get-a-demo/'),(2584,391,'_about_products_section_button_link','field_5d9215268abf2'),(2585,391,'banner_section_button_link','https://captainschairit.com/get-a-demo/'),(2586,391,'_banner_section_button_link','field_5d9215880fa13'),(2587,392,'banner_section_background_image','273'),(2588,392,'_banner_section_background_image','field_5d7b864cc8044'),(2589,392,'banner_section_text','Blog'),(2590,392,'_banner_section_text','field_5d7b864cc8045'),(2591,392,'banner_section',''),(2592,392,'_banner_section','field_5d7b864cc8043'),(2593,392,'newsletter_content_heading','Stay Informed!'),(2594,392,'_newsletter_content_heading','field_5d7b868dfa9a3'),(2595,392,'newsletter_content_text','Get news and updates on captain\'s chair'),(2596,392,'_newsletter_content_text','field_5d7b868dfa9a4'),(2597,392,'newsletter_content',''),(2598,392,'_newsletter_content','field_5d7b868dfa9a2'),(2599,392,'selling_more_section_heading','Selling More'),(2600,392,'_selling_more_section_heading','field_5d7b869248370'),(2601,392,'selling_more_section_text','Join the growing community of next generation IT MSP\'s who are utilizing captain\'s chair'),(2602,392,'_selling_more_section_text','field_5d7b869248371'),(2603,392,'selling_more_section_link',''),(2604,392,'_selling_more_section_link','field_5d7b869248372'),(2605,392,'selling_more_section_image','37'),(2606,392,'_selling_more_section_image','field_5d7b869248373'),(2607,392,'selling_more_section_button_text','get started'),(2608,392,'_selling_more_section_button_text','field_5d7b869248374'),(2609,392,'selling_more_section',''),(2610,392,'_selling_more_section','field_5d7b86924836f'),(2611,392,'information_section_heading',''),(2612,392,'_information_section_heading','field_5d7a496629b60'),(2613,392,'information_section_content',''),(2614,392,'_information_section_content','field_5d7a497129b61'),(2615,392,'information_section',''),(2616,392,'_information_section','field_5d7a495329b5f'),(2617,392,'leadership_section_heading',''),(2618,392,'_leadership_section_heading','field_5d7a4b61e3ee6'),(2619,392,'leadership_section',''),(2620,392,'_leadership_section','field_5d7a4b51e3ee5'),(2621,392,'dashboard_1_heading',''),(2622,392,'_dashboard_1_heading','field_5d79fc7f8727c'),(2623,392,'dashboard_1_content',''),(2624,392,'_dashboard_1_content','field_5d79fc918727d'),(2625,392,'dashboard_1_image',''),(2626,392,'_dashboard_1_image','field_5d7a4233f0562'),(2627,392,'dashboard_1',''),(2628,392,'_dashboard_1','field_5d79fc638727b'),(2629,392,'dashboard_2_heading',''),(2630,392,'_dashboard_2_heading','field_5d79fcaf27369'),(2631,392,'dashboard_2_content',''),(2632,392,'_dashboard_2_content','field_5d79fce02736b'),(2633,392,'dashboard_2_image',''),(2634,392,'_dashboard_2_image','field_5d7a4248f0563'),(2635,392,'dashboard_2',''),(2636,392,'_dashboard_2','field_5d79fca327368'),(2637,392,'features_section_heading',''),(2638,392,'_features_section_heading','field_5d79fe30a457f'),(2639,392,'features_section',''),(2640,392,'_features_section','field_5d79fe21a457e'),(2641,393,'banner_section_background_image','217'),(2642,393,'_banner_section_background_image','field_5d7a486933c45'),(2643,393,'banner_section_text','Company Info'),(2644,393,'_banner_section_text','field_5d7a486933c46'),(2645,393,'banner_section',''),(2646,393,'_banner_section','field_5d7a486933c44'),(2647,393,'information_section_heading','Company Info'),(2648,393,'_information_section_heading','field_5d7a496629b60'),(2649,393,'information_section_content','Captain’s Chair is a product designed for the IT Managed Services industry. It provides our Managed Service Provider (MSP) partners with an additional revenue stream and delivers them a competitive advantage in their respective markets. Captain’s Chair is a client-facing, real-time dashboard product that supplies end-users with more visibility into their IT infrastructure and operations.\r\n\r\nOur purpose and design of Captain’s Chair is to increase the value of our partner’s service offerings and provide a tool that can differentiate them in their market space. Captain’s Chair provides visibility, control and accountability for the IT functions in an organization. We designed our product with end-user expectations in mind and built Captain’s Chair to convey critical real-time information on the status of client’s IT operations.\r\n\r\nThe IT Managed Services industry is ever evolving and saturated with companies competing for every dollar. Captain’s Chair is our solution to the flooded marketplace and a proven differentiator for MSPs. We see Captain’s Chair as a tool for the next generation of MSPs as they look to expand their offerings to provide value while at the same time providing more visibility and reporting for their clients.\"'),(2650,393,'_information_section_content','field_5d7a497129b61'),(2651,393,'information_section',''),(2652,393,'_information_section','field_5d7a495329b5f'),(2653,393,'newsletter_content_heading','Stay Informed!'),(2654,393,'_newsletter_content_heading','field_5d7a487649f83'),(2655,393,'newsletter_content_text','Get news and updates on captain\'s chair'),(2656,393,'_newsletter_content_text','field_5d7a487649f84'),(2657,393,'newsletter_content',''),(2658,393,'_newsletter_content','field_5d7a487649f82'),(2659,393,'selling_more_section_heading','Get in Touch'),(2660,393,'_selling_more_section_heading','field_5d7a48811c4c6'),(2661,393,'selling_more_section_text','We are always looking for new exciting projects and collaborations. Feel free to contact us.'),(2662,393,'_selling_more_section_text','field_5d7a48811c4c7'),(2663,393,'selling_more_section_link',''),(2664,393,'_selling_more_section_link','field_5d7a48811c4c8'),(2665,393,'selling_more_section_image','37'),(2666,393,'_selling_more_section_image','field_5d7a48811c4c9'),(2667,393,'selling_more_section_button_text','get started'),(2668,393,'_selling_more_section_button_text','field_5d7a48811c4ca'),(2669,393,'selling_more_section',''),(2670,393,'_selling_more_section','field_5d7a48811c4c5'),(2671,393,'leadership_section_heading','Leadership Team'),(2672,393,'_leadership_section_heading','field_5d7a4b61e3ee6'),(2673,393,'leadership_section',''),(2674,393,'_leadership_section','field_5d7a4b51e3ee5'),(2675,394,'banner_section_background_image','66'),(2676,394,'_banner_section_background_image','field_5d78c3f39f22c'),(2677,394,'banner_section_text','Explore the tool for the next-gen of IT MSP'),(2678,394,'_banner_section_text','field_5d78c3f39f22e'),(2679,394,'banner_section',''),(2680,394,'_banner_section','field_5d78c3f39f22b'),(2681,394,'selling_more_section_text','Join the growing community of next generation IT MSP\'s who are utilizing captain\'s chair'),(2682,394,'_selling_more_section_text','field_5d78c41e7cc1b'),(2683,394,'selling_more_section_link',''),(2684,394,'_selling_more_section_link','field_5d78c41e7cc1c'),(2685,394,'selling_more_section_image','37'),(2686,394,'_selling_more_section_image','field_5d78c41e7cc1d'),(2687,394,'selling_more_section',''),(2688,394,'_selling_more_section','field_5d78c41e7cc1a'),(2689,394,'newsletter_content_heading','Stay Informed!'),(2690,394,'_newsletter_content_heading','field_5d79f57e24523'),(2691,394,'newsletter_content_text','Get news and updates on captain\'s chair'),(2692,394,'_newsletter_content_text','field_5d79f57e24524'),(2693,394,'newsletter_content',''),(2694,394,'_newsletter_content','field_5d79f57e24522'),(2695,394,'dashboard_1_heading','Client Dashboard'),(2696,394,'_dashboard_1_heading','field_5d79fc7f8727c'),(2697,394,'dashboard_1_content','Captain\'s Chair consolidates all of your clients\' systems into a single pane of glass. It gives a comprehensive view of IT tickets, servers, cloud, website statistics, marketing analytics and more in the palm of your hands as a web and mobile application.'),(2698,394,'_dashboard_1_content','field_5d79fc918727d'),(2699,394,'dashboard_1',''),(2700,394,'_dashboard_1','field_5d79fc638727b'),(2701,394,'dashboard_2_heading','Account Management Dashboard'),(2702,394,'_dashboard_2_heading','field_5d79fcaf27369'),(2703,394,'dashboard_2_content','Captain\'s Chair gives Account Managers a consolidated view of their clients\' tickets, servers, websites and warranty information to create an out-of-the-box reporting tool'),(2704,394,'_dashboard_2_content','field_5d79fce02736b'),(2705,394,'dashboard_2',''),(2706,394,'_dashboard_2','field_5d79fca327368'),(2707,394,'features_section_heading','FEATURES'),(2708,394,'_features_section_heading','field_5d79fe30a457f'),(2709,394,'features_section',''),(2710,394,'_features_section','field_5d79fe21a457e'),(2711,394,'selling_more_section_heading','Selling More'),(2712,394,'_selling_more_section_heading','field_5d7a000c8d636'),(2713,394,'selling_more_section_button_text','get started'),(2714,394,'_selling_more_section_button_text','field_5d7a00168d637'),(2715,394,'dashboard_1_image','197'),(2716,394,'_dashboard_1_image','field_5d7a4233f0562'),(2717,394,'dashboard_2_image','198'),(2718,394,'_dashboard_2_image','field_5d7a4248f0563'),(2719,395,'banner_section_background_image','66'),(2720,395,'_banner_section_background_image','field_5d78f3c54ddfa'),(2721,395,'banner_section_text','Connectors'),(2722,395,'_banner_section_text','field_5d78f3c54ddfc'),(2723,395,'banner_section',''),(2724,395,'_banner_section','field_5d78f3c54ddf9'),(2725,395,'selling_more_section_text','Join the growing community of next generation IT MSP\'s who are utilizing captain\'s chair'),(2726,395,'_selling_more_section_text','field_5d79f9e001d12'),(2727,395,'selling_more_section_link',''),(2728,395,'_selling_more_section_link','field_5d79f9e001d13'),(2729,395,'selling_more_section_image','37'),(2730,395,'_selling_more_section_image','field_5d79f9e001d14'),(2731,395,'selling_more_section',''),(2732,395,'_selling_more_section','field_5d79f9e001d11'),(2733,395,'content','Captain\'s Chair consolidates all of your clients\' systems into a single pane of glass. It gives a comprehensive view of IT tickets, servers, cloud, website statistics, marketing analytics and more in the palm of your hands as a web and mobile application.'),(2734,395,'_content','field_5d78f4a935687'),(2735,395,'newsletter_content_heading','Stay Informed!'),(2736,395,'_newsletter_content_heading','field_5d79f9a5dd32e'),(2737,395,'newsletter_content_text','Get news and updates on captain\'s chair'),(2738,395,'_newsletter_content_text','field_5d79f9a5dd32f'),(2739,395,'newsletter_content',''),(2740,395,'_newsletter_content','field_5d79f9a5dd32d'),(2741,395,'selling_more_section_heading','Selling More'),(2742,395,'_selling_more_section_heading','field_5d7a00416efc6'),(2743,395,'selling_more_section_button_text','get started'),(2744,395,'_selling_more_section_button_text','field_5d7a00476efc7'),(2745,395,'content_part_heading','Connectors'),(2746,395,'_content_part_heading','field_5d7a0382ca2c9'),(2747,395,'content_part_content','Captain\'s Chair consolidates all of your clients\' systems into a single pane of glass. It gives a comprehensive view of IT tickets, servers, cloud, website statistics, marketing analytics and more in the palm of your hands as a web and mobile application.'),(2748,395,'_content_part_content','field_5d78f4a935687'),(2749,395,'content_part',''),(2750,395,'_content_part','field_5d7a0376ca2c8'),(2751,396,'banner_section_background_image','217'),(2752,396,'_banner_section_background_image','field_5d7f712ec7680'),(2753,396,'banner_section_text','Press Releases'),(2754,396,'_banner_section_text','field_5d7f712ec7681'),(2755,396,'banner_section',''),(2756,396,'_banner_section','field_5d7f712ec767f'),(2757,397,'banner_section_background_image','217'),(2758,397,'_banner_section_background_image','field_5d7f5d3614a42'),(2759,397,'banner_section_text','News'),(2760,397,'_banner_section_text','field_5d7f5d3614a43'),(2761,397,'banner_section',''),(2762,397,'_banner_section','field_5d7f5d3614a41'),(2763,397,'download_section_heading','Downloads'),(2764,397,'_download_section_heading','field_5d7f5e577097f'),(2765,397,'download_section_link_1_text','About Datto fact sheet'),(2766,397,'_download_section_link_1_text','field_5d7f5e5e70980'),(2767,397,'download_section_file_1','319'),(2768,397,'_download_section_file_1','field_5d7f5ec570983'),(2769,397,'download_section_link_2_text','The Datto Story'),(2770,397,'_download_section_link_2_text','field_5d7f5ee370984'),(2771,397,'download_section_file_2',''),(2772,397,'_download_section_file_2','field_5d7f5eed70985'),(2773,397,'download_section',''),(2774,397,'_download_section','field_5d7f5e437097e'),(2775,400,'banner_section_background_image','15'),(2776,400,'_banner_section_background_image','field_5d7785aaee8ae'),(2777,400,'banner_section_front_image','16'),(2778,400,'_banner_section_front_image','field_5d7785d3ee8af'),(2779,400,'banner_section_text','Explore the tool for the next-gen IT MSP'),(2780,400,'_banner_section_text','field_5d7785eeee8b0'),(2781,400,'banner_section',''),(2782,400,'_banner_section','field_5d778563ee8ad'),(2783,400,'connectors_section_text','Captain\'s Chair consolidates the data that matters to next generation MSPs.\r\nCheck out the current connectors with more coming soon!'),(2784,400,'_connectors_section_text','field_5d7789431dc51'),(2785,400,'connectors_section_image','21'),(2786,400,'_connectors_section_image','field_5d7789511dc52'),(2787,400,'connectors_section',''),(2788,400,'_connectors_section','field_5d7789221dc50'),(2789,400,'about_products_section_text','Captain\'s Chair is an always-on dashboard that gives our MSP partners a competitive advantage to close new business and increase managed recurring revenue with existing clients.'),(2790,400,'_about_products_section_text','field_5d77a19d21f5a'),(2791,400,'about_products_section',''),(2792,400,'_about_products_section','field_5d77a00521f59'),(2793,400,'selling_more_section_text','Join the growing community of next generation IT MSP\'s who are utilizing captain\'s chair'),(2794,400,'_selling_more_section_text','field_5d77a2f0593b7'),(2795,400,'selling_more_section_link',''),(2796,400,'_selling_more_section_link','field_5d77a307593b8'),(2797,400,'selling_more_section_image','37'),(2798,400,'_selling_more_section_image','field_5d77a312593b9'),(2799,400,'selling_more_section',''),(2800,400,'_selling_more_section','field_5d77a2e3593b6'),(2801,400,'explore_captains_chair_heading','Discover the software that will deliver increased managed recurring revenue and put you in the captain\'s chair with your clients.'),(2802,400,'_explore_captains_chair_heading','field_5d790fcc655af'),(2803,400,'explore_captains_chair_point_1','Sell Captain\'s Chair to your clients'),(2804,400,'_explore_captains_chair_point_1','field_5d79101d655b0'),(2805,400,'explore_captains_chair_point_2','Increase close ratios by differentiating your offering from the competition'),(2806,400,'_explore_captains_chair_point_2','field_5d791091655b1'),(2807,400,'explore_captains_chair_point_3','Increase client attachment rates by providing unprecedented visibility and communication'),(2808,400,'_explore_captains_chair_point_3','field_5d791097655b2'),(2809,400,'explore_captains_chair',''),(2810,400,'_explore_captains_chair','field_5d790f8f655ae'),(2811,400,'explore_captains_chair_background_image','130'),(2812,400,'_explore_captains_chair_background_image','field_5d79111f19196'),(2813,400,'banner_section_button_text','GET A DEMO'),(2814,400,'_banner_section_button_text','field_5d79edb98bc10'),(2815,400,'about_products_section_button_text','Learn More'),(2816,400,'_about_products_section_button_text','field_5d79ee5f1b1b8'),(2817,400,'explore_captains_chair_button_text','Explore Captain’s Chair'),(2818,400,'_explore_captains_chair_button_text','field_5d79efcd71bff'),(2819,400,'connectors_section_heading','Here'),(2820,400,'_connectors_section_heading','field_5d79f022eb0e9'),(2821,400,'newsletter_content_heading','Stay Informed!'),(2822,400,'_newsletter_content_heading','field_5d79f999a7aae'),(2823,400,'newsletter_content_text','Get news and updates on captain\'s chair'),(2824,400,'_newsletter_content_text','field_5d79f999a7aaf'),(2825,400,'newsletter_content',''),(2826,400,'_newsletter_content','field_5d79f999a7aad'),(2827,400,'selling_more_section_heading','Selling More'),(2828,400,'_selling_more_section_heading','field_5d7a00919695e'),(2829,400,'selling_more_section_button_text','get started'),(2830,400,'_selling_more_section_button_text','field_5d7a00989695f'),(2831,400,'explore_captains_chair_button_link','http://dev.captainschairit.com/client-dashboard'),(2832,400,'_explore_captains_chair_button_link','field_5d7a3f120a269'),(2833,400,'about_products_section_button_link','https://captainschairit.com/get-a-demo/'),(2834,400,'_about_products_section_button_link','field_5d9215268abf2'),(2835,400,'banner_section_button_link','https://captainschairit.com/get-a-demo/'),(2836,400,'_banner_section_button_link','field_5d9215880fa13'),(2837,401,'banner_section_background_image','15'),(2838,401,'_banner_section_background_image','field_5d7785aaee8ae'),(2839,401,'banner_section_front_image','16'),(2840,401,'_banner_section_front_image','field_5d7785d3ee8af'),(2841,401,'banner_section_text','Explore the tool for the next-gen IT MSP'),(2842,401,'_banner_section_text','field_5d7785eeee8b0'),(2843,401,'banner_section',''),(2844,401,'_banner_section','field_5d778563ee8ad'),(2845,401,'connectors_section_text','Captain\'s Chair consolidates the data that matters to next generation MSPs.\r\nCheck out the current connectors with more coming soon!'),(2846,401,'_connectors_section_text','field_5d7789431dc51'),(2847,401,'connectors_section_image','21'),(2848,401,'_connectors_section_image','field_5d7789511dc52'),(2849,401,'connectors_section',''),(2850,401,'_connectors_section','field_5d7789221dc50'),(2851,401,'about_products_section_text','Captain\'s Chair is an always-on dashboard that gives our MSP partners a competitive advantage to close new business and increase managed recurring revenue with existing clients.'),(2852,401,'_about_products_section_text','field_5d77a19d21f5a'),(2853,401,'about_products_section',''),(2854,401,'_about_products_section','field_5d77a00521f59'),(2855,401,'selling_more_section_text','Join the growing community of next generation IT MSP\'s who are utilizing captain\'s chair'),(2856,401,'_selling_more_section_text','field_5d77a2f0593b7'),(2857,401,'selling_more_section_link',''),(2858,401,'_selling_more_section_link','field_5d77a307593b8'),(2859,401,'selling_more_section_image','37'),(2860,401,'_selling_more_section_image','field_5d77a312593b9'),(2861,401,'selling_more_section',''),(2862,401,'_selling_more_section','field_5d77a2e3593b6'),(2863,401,'explore_captains_chair_heading','Discover the software that will deliver increased managed recurring revenue and put you in the captain\'s chair with your clients.'),(2864,401,'_explore_captains_chair_heading','field_5d790fcc655af'),(2865,401,'explore_captains_chair_point_1','Sell Captain\'s Chair to your clients'),(2866,401,'_explore_captains_chair_point_1','field_5d79101d655b0'),(2867,401,'explore_captains_chair_point_2','Increase close ratios by differentiating your offering from the competition'),(2868,401,'_explore_captains_chair_point_2','field_5d791091655b1'),(2869,401,'explore_captains_chair_point_3','Increase client attachment rates by providing unprecedented visibility and communication'),(2870,401,'_explore_captains_chair_point_3','field_5d791097655b2'),(2871,401,'explore_captains_chair',''),(2872,401,'_explore_captains_chair','field_5d790f8f655ae'),(2873,401,'explore_captains_chair_background_image','130'),(2874,401,'_explore_captains_chair_background_image','field_5d79111f19196'),(2875,401,'banner_section_button_text','GET A DEMO'),(2876,401,'_banner_section_button_text','field_5d79edb98bc10'),(2877,401,'about_products_section_button_text','Learn More'),(2878,401,'_about_products_section_button_text','field_5d79ee5f1b1b8'),(2879,401,'explore_captains_chair_button_text','Explore Captain’s Chair'),(2880,401,'_explore_captains_chair_button_text','field_5d79efcd71bff'),(2881,401,'connectors_section_heading',''),(2882,401,'_connectors_section_heading','field_5d79f022eb0e9'),(2883,401,'newsletter_content_heading','Stay Informed!'),(2884,401,'_newsletter_content_heading','field_5d79f999a7aae'),(2885,401,'newsletter_content_text','Get news and updates on captain\'s chair'),(2886,401,'_newsletter_content_text','field_5d79f999a7aaf'),(2887,401,'newsletter_content',''),(2888,401,'_newsletter_content','field_5d79f999a7aad'),(2889,401,'selling_more_section_heading','Selling More'),(2890,401,'_selling_more_section_heading','field_5d7a00919695e'),(2891,401,'selling_more_section_button_text','get started'),(2892,401,'_selling_more_section_button_text','field_5d7a00989695f'),(2893,401,'explore_captains_chair_button_link','http://dev.captainschairit.com/client-dashboard'),(2894,401,'_explore_captains_chair_button_link','field_5d7a3f120a269'),(2895,401,'about_products_section_button_link','https://captainschairit.com/get-a-demo/'),(2896,401,'_about_products_section_button_link','field_5d9215268abf2'),(2897,401,'banner_section_button_link','https://captainschairit.com/get-a-demo/'),(2898,401,'_banner_section_button_link','field_5d9215880fa13'),(2899,404,'banner_section_background_image','217'),(2900,404,'_banner_section_background_image','field_5d7a486933c45'),(2901,404,'banner_section_text','Company Info'),(2902,404,'_banner_section_text','field_5d7a486933c46'),(2903,404,'banner_section',''),(2904,404,'_banner_section','field_5d7a486933c44'),(2905,404,'information_section_heading',''),(2906,404,'_information_section_heading','field_5d7a496629b60'),(2907,404,'information_section_content','Captain’s Chair is a product designed for the IT Managed Services industry. It provides our Managed Service Provider (MSP) partners with an additional revenue stream and delivers them a competitive advantage in their respective markets. Captain’s Chair is a client-facing, real-time dashboard product that supplies end-users with more visibility into their IT infrastructure and operations.\r\n\r\nOur purpose and design of Captain’s Chair is to increase the value of our partner’s service offerings and provide a tool that can differentiate them in their market space. Captain’s Chair provides visibility, control and accountability for the IT functions in an organization. We designed our product with end-user expectations in mind and built Captain’s Chair to convey critical real-time information on the status of client’s IT operations.\r\n\r\nThe IT Managed Services industry is ever evolving and saturated with companies competing for every dollar. Captain’s Chair is our solution to the flooded marketplace and a proven differentiator for MSPs. We see Captain’s Chair as a tool for the next generation of MSPs as they look to expand their offerings to provide value while at the same time providing more visibility and reporting for their clients.\"'),(2908,404,'_information_section_content','field_5d7a497129b61'),(2909,404,'information_section',''),(2910,404,'_information_section','field_5d7a495329b5f'),(2911,404,'newsletter_content_heading','Stay Informed!'),(2912,404,'_newsletter_content_heading','field_5d7a487649f83'),(2913,404,'newsletter_content_text','Get news and updates on captain\'s chair'),(2914,404,'_newsletter_content_text','field_5d7a487649f84'),(2915,404,'newsletter_content',''),(2916,404,'_newsletter_content','field_5d7a487649f82'),(2917,404,'selling_more_section_heading','Get in Touch'),(2918,404,'_selling_more_section_heading','field_5d7a48811c4c6'),(2919,404,'selling_more_section_text','We are always looking for new exciting projects and collaborations. Feel free to contact us.'),(2920,404,'_selling_more_section_text','field_5d7a48811c4c7'),(2921,404,'selling_more_section_link',''),(2922,404,'_selling_more_section_link','field_5d7a48811c4c8'),(2923,404,'selling_more_section_image','37'),(2924,404,'_selling_more_section_image','field_5d7a48811c4c9'),(2925,404,'selling_more_section_button_text','get started'),(2926,404,'_selling_more_section_button_text','field_5d7a48811c4ca'),(2927,404,'selling_more_section',''),(2928,404,'_selling_more_section','field_5d7a48811c4c5'),(2929,404,'leadership_section_heading','Leadership Team'),(2930,404,'_leadership_section_heading','field_5d7a4b61e3ee6'),(2931,404,'leadership_section',''),(2932,404,'_leadership_section','field_5d7a4b51e3ee5'),(2933,3,'banner_section_background_image',''),(2934,3,'_banner_section_background_image','field_5d820649abf73'),(2935,3,'banner_section_text',''),(2936,3,'_banner_section_text','field_5d820649abf74'),(2937,3,'banner_section',''),(2938,3,'_banner_section','field_5d820648abf72'),(2939,406,'banner_section_background_image',''),(2940,406,'_banner_section_background_image','field_5d820649abf73'),(2941,406,'banner_section_text',''),(2942,406,'_banner_section_text','field_5d820649abf74'),(2943,406,'banner_section',''),(2944,406,'_banner_section','field_5d820648abf72'),(2945,407,'banner_section_background_image',''),(2946,407,'_banner_section_background_image','field_5d820649abf73'),(2947,407,'banner_section_text',''),(2948,407,'_banner_section_text','field_5d820649abf74'),(2949,407,'banner_section',''),(2950,407,'_banner_section','field_5d820648abf72'),(2951,408,'banner_section_background_image',''),(2952,408,'_banner_section_background_image','field_5d820649abf73'),(2953,408,'banner_section_text','Test'),(2954,408,'_banner_section_text','field_5d820649abf74'),(2955,408,'banner_section',''),(2956,408,'_banner_section','field_5d820648abf72'),(2957,409,'banner_section_background_image',''),(2958,409,'_banner_section_background_image','field_5d820649abf73'),(2959,409,'banner_section_text',''),(2960,409,'_banner_section_text','field_5d820649abf74'),(2961,409,'banner_section',''),(2962,409,'_banner_section','field_5d820648abf72'),(2963,410,'banner_section_background_image',''),(2964,410,'_banner_section_background_image','field_5d820649abf73'),(2965,410,'banner_section_text',''),(2966,410,'_banner_section_text','field_5d820649abf74'),(2967,410,'banner_section',''),(2968,410,'_banner_section','field_5d820648abf72'),(2969,82,'banner_section_background_image',''),(2970,82,'_banner_section_background_image','field_5d820649abf73'),(2971,82,'banner_section_text',''),(2972,82,'_banner_section_text','field_5d820649abf74'),(2973,82,'banner_section',''),(2974,82,'_banner_section','field_5d820648abf72'),(2975,412,'banner_section_background_image',''),(2976,412,'_banner_section_background_image','field_5d820649abf73'),(2977,412,'banner_section_text',''),(2978,412,'_banner_section_text','field_5d820649abf74'),(2979,412,'banner_section',''),(2980,412,'_banner_section','field_5d820648abf72'),(2981,413,'banner_section_background_image','15'),(2982,413,'_banner_section_background_image','field_5d7785aaee8ae'),(2983,413,'banner_section_front_image','16'),(2984,413,'_banner_section_front_image','field_5d7785d3ee8af'),(2985,413,'banner_section_text','Explore the tool for the next-gen IT MSP'),(2986,413,'_banner_section_text','field_5d7785eeee8b0'),(2987,413,'banner_section',''),(2988,413,'_banner_section','field_5d778563ee8ad'),(2989,413,'connectors_section_text','Captain\'s Chair consolidates the data that matters to next generation MSPs.\r\nCheck out the current connectors with more coming soon!'),(2990,413,'_connectors_section_text','field_5d7789431dc51'),(2991,413,'connectors_section_image','21'),(2992,413,'_connectors_section_image','field_5d7789511dc52'),(2993,413,'connectors_section',''),(2994,413,'_connectors_section','field_5d7789221dc50'),(2995,413,'about_products_section_text','Captain\'s Chair is an always-on dashboard that gives our MSP partners a competitive advantage to close new business and increase managed recurring revenue with existing clients.'),(2996,413,'_about_products_section_text','field_5d77a19d21f5a'),(2997,413,'about_products_section',''),(2998,413,'_about_products_section','field_5d77a00521f59'),(2999,413,'selling_more_section_text','Join the growing community of next generation IT MSP\'s who are utilizing captain\'s chair'),(3000,413,'_selling_more_section_text','field_5d77a2f0593b7'),(3001,413,'selling_more_section_link',''),(3002,413,'_selling_more_section_link','field_5d77a307593b8'),(3003,413,'selling_more_section_image','37'),(3004,413,'_selling_more_section_image','field_5d77a312593b9'),(3005,413,'selling_more_section',''),(3006,413,'_selling_more_section','field_5d77a2e3593b6'),(3007,413,'explore_captains_chair_heading','Discover the software that will deliver increased managed recurring revenue and put you in the Captain\'s Chair with your clients.'),(3008,413,'_explore_captains_chair_heading','field_5d790fcc655af'),(3009,413,'explore_captains_chair_point_1','Sell Captain\'s Chair to your clients'),(3010,413,'_explore_captains_chair_point_1','field_5d79101d655b0'),(3011,413,'explore_captains_chair_point_2','Increase close ratios by differentiating your offering from the competition'),(3012,413,'_explore_captains_chair_point_2','field_5d791091655b1'),(3013,413,'explore_captains_chair_point_3','Increase client attachment rates by providing unprecedented visibility and communication'),(3014,413,'_explore_captains_chair_point_3','field_5d791097655b2'),(3015,413,'explore_captains_chair',''),(3016,413,'_explore_captains_chair','field_5d790f8f655ae'),(3017,413,'explore_captains_chair_background_image','130'),(3018,413,'_explore_captains_chair_background_image','field_5d79111f19196'),(3019,413,'banner_section_button_text','GET A DEMO'),(3020,413,'_banner_section_button_text','field_5d79edb98bc10'),(3021,413,'about_products_section_button_text','Learn More'),(3022,413,'_about_products_section_button_text','field_5d79ee5f1b1b8'),(3023,413,'explore_captains_chair_button_text','Explore Captain’s Chair'),(3024,413,'_explore_captains_chair_button_text','field_5d79efcd71bff'),(3025,413,'connectors_section_heading',''),(3026,413,'_connectors_section_heading','field_5d79f022eb0e9'),(3027,413,'newsletter_content_heading','Stay Informed!'),(3028,413,'_newsletter_content_heading','field_5d79f999a7aae'),(3029,413,'newsletter_content_text','Get news and updates on captain\'s chair'),(3030,413,'_newsletter_content_text','field_5d79f999a7aaf'),(3031,413,'newsletter_content',''),(3032,413,'_newsletter_content','field_5d79f999a7aad'),(3033,413,'selling_more_section_heading','Selling More'),(3034,413,'_selling_more_section_heading','field_5d7a00919695e'),(3035,413,'selling_more_section_button_text','get started'),(3036,413,'_selling_more_section_button_text','field_5d7a00989695f'),(3037,413,'explore_captains_chair_button_link','http://dev.captainschairit.com/client-dashboard'),(3038,413,'_explore_captains_chair_button_link','field_5d7a3f120a269'),(3039,413,'about_products_section_button_link','https://captainschairit.com/get-a-demo/'),(3040,413,'_about_products_section_button_link','field_5d9215268abf2'),(3041,413,'banner_section_button_link','https://captainschairit.com/get-a-demo/'),(3042,413,'_banner_section_button_link','field_5d9215880fa13'),(3048,418,'_wp_attached_file','2019/10/logos-e1570199148130.png'),(3049,418,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:241;s:6:\"height\";i:50;s:4:\"file\";s:32:\"2019/10/logos-e1570199148130.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"logos-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:16:\"logos-300x62.png\";s:5:\"width\";i:300;s:6:\"height\";i:62;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"logos-768x159.png\";s:5:\"width\";i:768;s:6:\"height\";i:159;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"logos-1024x213.png\";s:5:\"width\";i:1024;s:6:\"height\";i:213;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:18:\"logos-1200x249.png\";s:5:\"width\";i:1200;s:6:\"height\";i:249;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:{}}}'),(3052,418,'_edit_lock','1570195421:1'),(3053,418,'_edit_last','1'),(3054,421,'banner_section_background_image','217'),(3055,421,'_banner_section_background_image','field_5d7f7f7e42974'),(3056,421,'banner_section_text','Request A Demo'),(3057,421,'_banner_section_text','field_5d7f7f7e42975'),(3058,421,'banner_section',''),(3059,421,'_banner_section','field_5d7f7f7e42973'),(3060,421,'content_section_content_heading','Increase Revenue and Improve Client Retention with Captain’s Chair '),(3061,421,'_content_section_content_heading','field_5d7f7fb1f4ab5'),(3062,421,'content_section_content_part_1','See how Captain’s Chair can help you sell into more lucrative clients and turn IT decision makers into your advocates.'),(3063,421,'_content_section_content_part_1','field_5d7f7fc5f4ab6'),(3064,421,'content_section_content_part_2',''),(3065,421,'_content_section_content_part_2','field_5d7f7fddf4ab7'),(3066,421,'content_section',''),(3067,421,'_content_section','field_5d7f7f9ff4ab4'),(3068,421,'demo_form_section_form_heading','Submit your information'),(3069,421,'_demo_form_section_form_heading','field_5d7f8225a0478'),(3070,421,'demo_form_section',''),(3071,421,'_demo_form_section','field_5d7f8213a0477'),(3072,422,'banner_section_background_image','217'),(3073,422,'_banner_section_background_image','field_5d7f7f7e42974'),(3074,422,'banner_section_text','Request A Demo'),(3075,422,'_banner_section_text','field_5d7f7f7e42975'),(3076,422,'banner_section',''),(3077,422,'_banner_section','field_5d7f7f7e42973'),(3078,422,'content_section_content_heading','Increase Revenue and Improve Client Retention with Captain’s Chair.'),(3079,422,'_content_section_content_heading','field_5d7f7fb1f4ab5'),(3080,422,'content_section_content_part_1','See how Captain’s Chair can help you sell into more lucrative clients and turn IT decision makers into your advocates.'),(3081,422,'_content_section_content_part_1','field_5d7f7fc5f4ab6'),(3082,422,'content_section_content_part_2',''),(3083,422,'_content_section_content_part_2','field_5d7f7fddf4ab7'),(3084,422,'content_section',''),(3085,422,'_content_section','field_5d7f7f9ff4ab4'),(3086,422,'demo_form_section_form_heading','Submit your information'),(3087,422,'_demo_form_section_form_heading','field_5d7f8225a0478'),(3088,422,'demo_form_section',''),(3089,422,'_demo_form_section','field_5d7f8213a0477'),(3090,423,'banner_section_background_image','217'),(3091,423,'_banner_section_background_image','field_5d7f7f7e42974'),(3092,423,'banner_section_text','Request a Demo'),(3093,423,'_banner_section_text','field_5d7f7f7e42975'),(3094,423,'banner_section',''),(3095,423,'_banner_section','field_5d7f7f7e42973'),(3096,423,'content_section_content_heading','Increase Revenue and Improve Client Retention with Captain’s Chair.'),(3097,423,'_content_section_content_heading','field_5d7f7fb1f4ab5'),(3098,423,'content_section_content_part_1','See how Captain’s Chair can help you sell into more lucrative clients and turn IT decision makers into your advocates.'),(3099,423,'_content_section_content_part_1','field_5d7f7fc5f4ab6'),(3100,423,'content_section_content_part_2',''),(3101,423,'_content_section_content_part_2','field_5d7f7fddf4ab7'),(3102,423,'content_section',''),(3103,423,'_content_section','field_5d7f7f9ff4ab4'),(3104,423,'demo_form_section_form_heading','Submit your information'),(3105,423,'_demo_form_section_form_heading','field_5d7f8225a0478'),(3106,423,'demo_form_section',''),(3107,423,'_demo_form_section','field_5d7f8213a0477'),(3108,424,'banner_section_background_image','15'),(3109,424,'_banner_section_background_image','field_5d7785aaee8ae'),(3110,424,'banner_section_front_image','16'),(3111,424,'_banner_section_front_image','field_5d7785d3ee8af'),(3112,424,'banner_section_text','Explore the tool for the next-gen IT MSP'),(3113,424,'_banner_section_text','field_5d7785eeee8b0'),(3114,424,'banner_section',''),(3115,424,'_banner_section','field_5d778563ee8ad'),(3116,424,'connectors_section_text','Captain\'s Chair consolidates the data that matters to next generation MSPs.\r\nCheck out the current connectors with more coming soon!'),(3117,424,'_connectors_section_text','field_5d7789431dc51'),(3118,424,'connectors_section_image','21'),(3119,424,'_connectors_section_image','field_5d7789511dc52'),(3120,424,'connectors_section',''),(3121,424,'_connectors_section','field_5d7789221dc50'),(3122,424,'about_products_section_text','Captain\'s Chair is an always-on dashboard that gives our MSP partners a competitive advantage to close new business and increase managed recurring revenue with existing clients.'),(3123,424,'_about_products_section_text','field_5d77a19d21f5a'),(3124,424,'about_products_section',''),(3125,424,'_about_products_section','field_5d77a00521f59'),(3126,424,'selling_more_section_text','Join the growing community of next generation IT MSP\'s who are utilizing captain\'s chair'),(3127,424,'_selling_more_section_text','field_5d77a2f0593b7'),(3128,424,'selling_more_section_link',''),(3129,424,'_selling_more_section_link','field_5d77a307593b8'),(3130,424,'selling_more_section_image','37'),(3131,424,'_selling_more_section_image','field_5d77a312593b9'),(3132,424,'selling_more_section',''),(3133,424,'_selling_more_section','field_5d77a2e3593b6'),(3134,424,'explore_captains_chair_heading','Discover the software that will deliver increased managed recurring revenue and put you in the Captain\'s Chair with your clients.'),(3135,424,'_explore_captains_chair_heading','field_5d790fcc655af'),(3136,424,'explore_captains_chair_point_1','Sell Captain\'s Chair to your clients'),(3137,424,'_explore_captains_chair_point_1','field_5d79101d655b0'),(3138,424,'explore_captains_chair_point_2','Increase close ratios by differentiating your offering from the competition'),(3139,424,'_explore_captains_chair_point_2','field_5d791091655b1'),(3140,424,'explore_captains_chair_point_3','Increase client attachment rates by providing unprecedented visibility and communication'),(3141,424,'_explore_captains_chair_point_3','field_5d791097655b2'),(3142,424,'explore_captains_chair',''),(3143,424,'_explore_captains_chair','field_5d790f8f655ae'),(3144,424,'explore_captains_chair_background_image','130'),(3145,424,'_explore_captains_chair_background_image','field_5d79111f19196'),(3146,424,'banner_section_button_text','Request a Demo'),(3147,424,'_banner_section_button_text','field_5d79edb98bc10'),(3148,424,'about_products_section_button_text','Learn More'),(3149,424,'_about_products_section_button_text','field_5d79ee5f1b1b8'),(3150,424,'explore_captains_chair_button_text','Explore Captain’s Chair'),(3151,424,'_explore_captains_chair_button_text','field_5d79efcd71bff'),(3152,424,'connectors_section_heading',''),(3153,424,'_connectors_section_heading','field_5d79f022eb0e9'),(3154,424,'newsletter_content_heading','Stay Informed!'),(3155,424,'_newsletter_content_heading','field_5d79f999a7aae'),(3156,424,'newsletter_content_text','Get news and updates on captain\'s chair'),(3157,424,'_newsletter_content_text','field_5d79f999a7aaf'),(3158,424,'newsletter_content',''),(3159,424,'_newsletter_content','field_5d79f999a7aad'),(3160,424,'selling_more_section_heading','Selling More'),(3161,424,'_selling_more_section_heading','field_5d7a00919695e'),(3162,424,'selling_more_section_button_text','get started'),(3163,424,'_selling_more_section_button_text','field_5d7a00989695f'),(3164,424,'explore_captains_chair_button_link','http://dev.captainschairit.com/client-dashboard'),(3165,424,'_explore_captains_chair_button_link','field_5d7a3f120a269'),(3166,424,'about_products_section_button_link','https://captainschairit.com/get-a-demo/'),(3167,424,'_about_products_section_button_link','field_5d9215268abf2'),(3168,424,'banner_section_button_link','https://captainschairit.com/get-a-demo/'),(3169,424,'_banner_section_button_link','field_5d9215880fa13'),(3170,425,'banner_section_background_image','66'),(3171,425,'_banner_section_background_image','field_5d78c3f39f22c'),(3172,425,'banner_section_text','Explore the tool for the next-gen IT MSP'),(3173,425,'_banner_section_text','field_5d78c3f39f22e'),(3174,425,'banner_section',''),(3175,425,'_banner_section','field_5d78c3f39f22b'),(3176,425,'selling_more_section_text','Join the growing community of next generation IT MSP\'s who are utilizing captain\'s chair'),(3177,425,'_selling_more_section_text','field_5d78c41e7cc1b'),(3178,425,'selling_more_section_link',''),(3179,425,'_selling_more_section_link','field_5d78c41e7cc1c'),(3180,425,'selling_more_section_image','37'),(3181,425,'_selling_more_section_image','field_5d78c41e7cc1d'),(3182,425,'selling_more_section',''),(3183,425,'_selling_more_section','field_5d78c41e7cc1a'),(3184,425,'newsletter_content_heading','Stay Informed!'),(3185,425,'_newsletter_content_heading','field_5d79f57e24523'),(3186,425,'newsletter_content_text','Get news and updates on captain\'s chair'),(3187,425,'_newsletter_content_text','field_5d79f57e24524'),(3188,425,'newsletter_content',''),(3189,425,'_newsletter_content','field_5d79f57e24522'),(3190,425,'dashboard_1_heading','Client Dashboard'),(3191,425,'_dashboard_1_heading','field_5d79fc7f8727c'),(3192,425,'dashboard_1_content','Captain\'s Chair consolidates all of your clients\' systems into a single pane of glass. It gives a comprehensive view of IT tickets, servers, cloud, website statistics, marketing analytics and more in the palm of your hands as a web and mobile application.'),(3193,425,'_dashboard_1_content','field_5d79fc918727d'),(3194,425,'dashboard_1',''),(3195,425,'_dashboard_1','field_5d79fc638727b'),(3196,425,'dashboard_2_heading','Account Management Dashboard'),(3197,425,'_dashboard_2_heading','field_5d79fcaf27369'),(3198,425,'dashboard_2_content','Captain\'s Chair gives Account Managers a consolidated view of their clients\' tickets, servers, websites and warranty information to create an out-of-the-box reporting tool'),(3199,425,'_dashboard_2_content','field_5d79fce02736b'),(3200,425,'dashboard_2',''),(3201,425,'_dashboard_2','field_5d79fca327368'),(3202,425,'features_section_heading','FEATURES'),(3203,425,'_features_section_heading','field_5d79fe30a457f'),(3204,425,'features_section',''),(3205,425,'_features_section','field_5d79fe21a457e'),(3206,425,'selling_more_section_heading','Selling More'),(3207,425,'_selling_more_section_heading','field_5d7a000c8d636'),(3208,425,'selling_more_section_button_text','get started'),(3209,425,'_selling_more_section_button_text','field_5d7a00168d637'),(3210,425,'dashboard_1_image','197'),(3211,425,'_dashboard_1_image','field_5d7a4233f0562'),(3212,425,'dashboard_2_image','198'),(3213,425,'_dashboard_2_image','field_5d7a4248f0563'),(3214,7,'_edit_lock','1570198989:1'),(3215,418,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1561;s:6:\"height\";i:324;s:4:\"file\";s:9:\"logos.png\";}}'),(3222,426,'_edit_last','1'),(3223,426,'_edit_lock','1593455945:1'),(3227,426,'author_name','Captain\'s Chair'),(3228,426,'_author_name','field_5d7b8550ef84d'),(3229,427,'author_name',''),(3230,427,'_author_name','field_5d7b8550ef84d'),(3236,428,'author_name','Phillip Myers'),(3237,428,'_author_name','field_5d7b8550ef84d'),(3238,429,'author_name','Phillip Myers'),(3239,429,'_author_name','field_5d7b8550ef84d'),(3244,430,'author_name','Phillip Myers'),(3245,430,'_author_name','field_5d7b8550ef84d'),(3270,431,'_edit_last','1'),(3271,431,'_edit_lock','1573594632:1'),(3272,431,'featured',''),(3273,431,'_featured','field_5d7f6ba71259a'),(3274,433,'banner_section_background_image','15'),(3275,433,'_banner_section_background_image','field_5d7785aaee8ae'),(3276,433,'banner_section_front_image','16'),(3277,433,'_banner_section_front_image','field_5d7785d3ee8af'),(3278,433,'banner_section_text','Explore the tool for the next-gen IT MSP'),(3279,433,'_banner_section_text','field_5d7785eeee8b0'),(3280,433,'banner_section',''),(3281,433,'_banner_section','field_5d778563ee8ad'),(3282,433,'connectors_section_text','Captain\'s Chair consolidates the data that matters to next generation MSPs.\r\nCheck out the current connectors with more coming soon!'),(3283,433,'_connectors_section_text','field_5d7789431dc51'),(3284,433,'connectors_section_image','21'),(3285,433,'_connectors_section_image','field_5d7789511dc52'),(3286,433,'connectors_section',''),(3287,433,'_connectors_section','field_5d7789221dc50'),(3288,433,'about_products_section_text','Captain\'s Chair is an always-on dashboard that gives our MSP partners a competitive advantage to close new business and increase managed recurring revenue with existing clients.'),(3289,433,'_about_products_section_text','field_5d77a19d21f5a'),(3290,433,'about_products_section',''),(3291,433,'_about_products_section','field_5d77a00521f59'),(3292,433,'selling_more_section_text','Join the growing community of next generation IT MSP\'s who are utilizing captain\'s chair'),(3293,433,'_selling_more_section_text','field_5d77a2f0593b7'),(3294,433,'selling_more_section_link',''),(3295,433,'_selling_more_section_link','field_5d77a307593b8'),(3296,433,'selling_more_section_image','37'),(3297,433,'_selling_more_section_image','field_5d77a312593b9'),(3298,433,'selling_more_section',''),(3299,433,'_selling_more_section','field_5d77a2e3593b6'),(3300,433,'explore_captains_chair_heading','Discover the software that will deliver increased managed recurring revenue and put you in the Captain\'s Chair with your clients.'),(3301,433,'_explore_captains_chair_heading','field_5d790fcc655af'),(3302,433,'explore_captains_chair_point_1','Sell Captain\'s Chair to your clients'),(3303,433,'_explore_captains_chair_point_1','field_5d79101d655b0'),(3304,433,'explore_captains_chair_point_2','Increase close ratios by differentiating your offering from the competition'),(3305,433,'_explore_captains_chair_point_2','field_5d791091655b1'),(3306,433,'explore_captains_chair_point_3','Increase client attachment rates by providing unprecedented visibility and communication'),(3307,433,'_explore_captains_chair_point_3','field_5d791097655b2'),(3308,433,'explore_captains_chair',''),(3309,433,'_explore_captains_chair','field_5d790f8f655ae'),(3310,433,'explore_captains_chair_background_image','130'),(3311,433,'_explore_captains_chair_background_image','field_5d79111f19196'),(3312,433,'banner_section_button_text','Request a Demo'),(3313,433,'_banner_section_button_text','field_5d79edb98bc10'),(3314,433,'about_products_section_button_text','Learn More'),(3315,433,'_about_products_section_button_text','field_5d79ee5f1b1b8'),(3316,433,'explore_captains_chair_button_text','Explore Captain’s Chair'),(3317,433,'_explore_captains_chair_button_text','field_5d79efcd71bff'),(3318,433,'connectors_section_heading',''),(3319,433,'_connectors_section_heading','field_5d79f022eb0e9'),(3320,433,'newsletter_content_heading','Stay Informed!'),(3321,433,'_newsletter_content_heading','field_5d79f999a7aae'),(3322,433,'newsletter_content_text','Get news and updates on captain\'s chair'),(3323,433,'_newsletter_content_text','field_5d79f999a7aaf'),(3324,433,'newsletter_content',''),(3325,433,'_newsletter_content','field_5d79f999a7aad'),(3326,433,'selling_more_section_heading','Selling More'),(3327,433,'_selling_more_section_heading','field_5d7a00919695e'),(3328,433,'selling_more_section_button_text','get started'),(3329,433,'_selling_more_section_button_text','field_5d7a00989695f'),(3330,433,'explore_captains_chair_button_link','http://dev.captainschairit.com/client-dashboard'),(3331,433,'_explore_captains_chair_button_link','field_5d7a3f120a269'),(3332,433,'about_products_section_button_link','https://captainschairit.com/request-a-demo/'),(3333,433,'_about_products_section_button_link','field_5d9215268abf2'),(3334,433,'banner_section_button_link','https://captainschairit.com/request-a-demo/'),(3335,433,'_banner_section_button_link','field_5d9215880fa13'),(3336,435,'banner_section_background_image','15'),(3337,435,'_banner_section_background_image','field_5d7785aaee8ae'),(3338,435,'banner_section_front_image','16'),(3339,435,'_banner_section_front_image','field_5d7785d3ee8af'),(3340,435,'banner_section_text','Explore the tool for the next-gen IT MSP'),(3341,435,'_banner_section_text','field_5d7785eeee8b0'),(3342,435,'banner_section',''),(3343,435,'_banner_section','field_5d778563ee8ad'),(3344,435,'connectors_section_text','Captain\'s Chair consolidates the data that matters to next generation MSPs.\r\nCheck out the current connectors with more coming soon!'),(3345,435,'_connectors_section_text','field_5d7789431dc51'),(3346,435,'connectors_section_image','21'),(3347,435,'_connectors_section_image','field_5d7789511dc52'),(3348,435,'connectors_section',''),(3349,435,'_connectors_section','field_5d7789221dc50'),(3350,435,'about_products_section_text','Captain\'s Chair is an always-on dashboard that gives our MSP partners a competitive advantage to close new business and increase managed recurring revenue with existing clients.'),(3351,435,'_about_products_section_text','field_5d77a19d21f5a'),(3352,435,'about_products_section',''),(3353,435,'_about_products_section','field_5d77a00521f59'),(3354,435,'selling_more_section_text','Join the growing community of next generation IT MSP\'s who are utilizing captain\'s chair'),(3355,435,'_selling_more_section_text','field_5d77a2f0593b7'),(3356,435,'selling_more_section_link',''),(3357,435,'_selling_more_section_link','field_5d77a307593b8'),(3358,435,'selling_more_section_image','37'),(3359,435,'_selling_more_section_image','field_5d77a312593b9'),(3360,435,'selling_more_section',''),(3361,435,'_selling_more_section','field_5d77a2e3593b6'),(3362,435,'explore_captains_chair_heading','Discover the software that will deliver increased managed recurring revenue and put you in the Captain\'s Chair with your clients.'),(3363,435,'_explore_captains_chair_heading','field_5d790fcc655af'),(3364,435,'explore_captains_chair_point_1','Sell Captain\'s Chair to your clients'),(3365,435,'_explore_captains_chair_point_1','field_5d79101d655b0'),(3366,435,'explore_captains_chair_point_2','Increase close ratios by differentiating your offering from the competition'),(3367,435,'_explore_captains_chair_point_2','field_5d791091655b1'),(3368,435,'explore_captains_chair_point_3','Increase client attachment rates by providing unprecedented visibility and communication'),(3369,435,'_explore_captains_chair_point_3','field_5d791097655b2'),(3370,435,'explore_captains_chair',''),(3371,435,'_explore_captains_chair','field_5d790f8f655ae'),(3372,435,'explore_captains_chair_background_image','130'),(3373,435,'_explore_captains_chair_background_image','field_5d79111f19196'),(3374,435,'banner_section_button_text','Request a Demo'),(3375,435,'_banner_section_button_text','field_5d79edb98bc10'),(3376,435,'about_products_section_button_text','Learn More'),(3377,435,'_about_products_section_button_text','field_5d79ee5f1b1b8'),(3378,435,'explore_captains_chair_button_text','Explore Captain’s Chair'),(3379,435,'_explore_captains_chair_button_text','field_5d79efcd71bff'),(3380,435,'connectors_section_heading',''),(3381,435,'_connectors_section_heading','field_5d79f022eb0e9'),(3382,435,'newsletter_content_heading','Stay Informed!'),(3383,435,'_newsletter_content_heading','field_5d79f999a7aae'),(3384,435,'newsletter_content_text','Get news and updates on captain\'s chair'),(3385,435,'_newsletter_content_text','field_5d79f999a7aaf'),(3386,435,'newsletter_content',''),(3387,435,'_newsletter_content','field_5d79f999a7aad'),(3388,435,'selling_more_section_heading','Selling More'),(3389,435,'_selling_more_section_heading','field_5d7a00919695e'),(3390,435,'selling_more_section_button_text','get started'),(3391,435,'_selling_more_section_button_text','field_5d7a00989695f'),(3392,435,'explore_captains_chair_button_link','https://captainschairit.com/client-dashboard'),(3393,435,'_explore_captains_chair_button_link','field_5d7a3f120a269'),(3394,435,'about_products_section_button_link','https://captainschairit.com/request-a-demo/'),(3395,435,'_about_products_section_button_link','field_5d9215268abf2'),(3396,435,'banner_section_button_link','https://captainschairit.com/request-a-demo/'),(3397,435,'_banner_section_button_link','field_5d9215880fa13'),(3398,437,'_wp_attached_file','2019/10/banner-image.jpg'),(3399,437,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:597;s:6:\"height\";i:175;s:4:\"file\";s:24:\"2019/10/banner-image.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"banner-image-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:23:\"banner-image-300x88.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:88;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:{}}}'),(3402,438,'_wp_attached_file','2019/10/email-icon.png'),(3403,438,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:15;s:6:\"height\";i:12;s:4:\"file\";s:22:\"2019/10/email-icon.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:{}}}'),(3404,439,'_wp_attached_file','2019/10/phone-icon.png'),(3405,439,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:15;s:6:\"height\";i:12;s:4:\"file\";s:22:\"2019/10/phone-icon.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:{}}}'),(3406,440,'_wp_attached_file','2019/10/linkedin.png'),(3407,440,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:38;s:6:\"height\";i:38;s:4:\"file\";s:20:\"2019/10/linkedin.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:{}}}'),(3411,442,'banner_section_background_image',''),(3412,442,'_banner_section_background_image','field_5d820649abf73'),(3413,442,'banner_section_text',''),(3414,442,'_banner_section_text','field_5d820649abf74'),(3415,442,'banner_section',''),(3416,442,'_banner_section','field_5d820648abf72'),(3417,443,'_edit_last','1'),(3418,443,'_edit_lock','1590684664:1'),(3419,444,'author_name','Phillip Myers'),(3420,444,'_author_name','field_5d7b8550ef84d'),(3421,445,'author_name','Phillip Myers'),(3422,445,'_author_name','field_5d7b8550ef84d'),(3423,446,'author_name','Phillip Myers'),(3424,446,'_author_name','field_5d7b8550ef84d'),(3427,443,'author_name','Captain\'s Chair'),(3428,443,'_author_name','field_5d7b8550ef84d'),(3429,447,'author_name','Phillip Myers'),(3430,447,'_author_name','field_5d7b8550ef84d'),(3431,448,'_edit_last','1'),(3432,448,'_edit_lock','1591282816:1'),(3435,448,'_thumbnail_id','450'),(3436,450,'_wp_attached_file','2019/10/491028-connectwise-automate-logo.jpg'),(3437,450,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:333;s:6:\"height\";i:187;s:4:\"file\";s:44:\"2019/10/491028-connectwise-automate-logo.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"491028-connectwise-automate-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:44:\"491028-connectwise-automate-logo-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;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:{}}}'),(3444,456,'_edit_last','1'),(3445,456,'_edit_lock','1590006769:1'),(3449,458,'_oembed_f33fefdf2f193b275067546123d7c45d','<blockquote class=\"wp-embedded-content\" data-secret=\"utLuPdOtk2\"><a href=\"https://channelbuzz.ca/2019/11/captains-chair-it-launches-with-solution-that-gives-msp-customers-visibility-into-services-and-value-32354/\">Captain’s Chair IT launches with solution that gives MSP customers visibility into services and value</a></blockquote><iframe title=\"“Captain’s Chair IT launches with solution that gives MSP customers visibility into services and value” — ChannelBuzz.ca\" class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://channelbuzz.ca/2019/11/captains-chair-it-launches-with-solution-that-gives-msp-customers-visibility-into-services-and-value-32354/embed/#?secret=utLuPdOtk2\" data-secret=\"utLuPdOtk2\" width=\"600\" height=\"338\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(3450,458,'_oembed_time_f33fefdf2f193b275067546123d7c45d','1572961717'),(3451,458,'_edit_last','1'),(3452,458,'featured',''),(3453,458,'_featured','field_5d7f6ba71259a'),(3454,458,'_edit_lock','1573594764:1'),(3455,458,'_oembed_1d4d209bc148fe7f57bae53c4c6b87b1','<blockquote class=\"wp-embedded-content\" data-secret=\"n4VJsWeFYg\"><a href=\"https://channelbuzz.ca/2019/11/captains-chair-it-launches-with-solution-that-gives-msp-customers-visibility-into-services-and-value-32354/\">Captain’s Chair IT launches with solution that gives MSP customers visibility into services and value</a></blockquote><iframe title=\"“Captain’s Chair IT launches with solution that gives MSP customers visibility into services and value” — ChannelBuzz.ca\" class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://channelbuzz.ca/2019/11/captains-chair-it-launches-with-solution-that-gives-msp-customers-visibility-into-services-and-value-32354/embed/#?secret=n4VJsWeFYg\" data-secret=\"n4VJsWeFYg\" width=\"600\" height=\"338\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(3456,458,'_oembed_time_1d4d209bc148fe7f57bae53c4c6b87b1','1573594353'),(3457,460,'_oembed_181026455d95f6de1fdbf7e77929b1e6','<blockquote class=\"wp-embedded-content\" data-secret=\"S6R2Iqu3cY\"><a href=\"https://www.softwaretestingnews.co.uk/demand-a-data-driven-review-session-pratik-roychoudhury-on-picking-the-right-msp/\">“Demand a data-driven review session” – Pratik Roychoudhury on picking the right MSP</a></blockquote><iframe title=\"““Demand a data-driven review session” – Pratik Roychoudhury on picking the right MSP” — Software Testing News\" class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://www.softwaretestingnews.co.uk/demand-a-data-driven-review-session-pratik-roychoudhury-on-picking-the-right-msp/embed/#?secret=S6R2Iqu3cY\" data-secret=\"S6R2Iqu3cY\" width=\"600\" height=\"338\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(3458,460,'_oembed_time_181026455d95f6de1fdbf7e77929b1e6','1573594089'),(3459,460,'_edit_last','1'),(3460,460,'_edit_lock','1573597227:1'),(3461,460,'featured','a:1:{i:0;s:8:\"featured\";}'),(3462,460,'_featured','field_5d7f6ba71259a'),(3463,460,'_oembed_2986d732875a2eafa602badd882846c1','<blockquote class=\"wp-embedded-content\" data-secret=\"AgrNeKiRVH\"><a href=\"https://www.softwaretestingnews.co.uk/demand-a-data-driven-review-session-pratik-roychoudhury-on-picking-the-right-msp/\">“Demand a data-driven review session” – Pratik Roychoudhury on picking the right MSP</a></blockquote><iframe title=\"““Demand a data-driven review session” – Pratik Roychoudhury on picking the right MSP” — Software Testing News\" class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://www.softwaretestingnews.co.uk/demand-a-data-driven-review-session-pratik-roychoudhury-on-picking-the-right-msp/embed/#?secret=AgrNeKiRVH\" data-secret=\"AgrNeKiRVH\" width=\"600\" height=\"338\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(3464,460,'_oembed_time_2986d732875a2eafa602badd882846c1','1573594285'),(3465,461,'_edit_last','1'),(3466,461,'_edit_lock','1590684684:1'),(3470,463,'author_name',''),(3471,463,'_author_name','field_5d7b8550ef84d'),(3472,464,'author_name','Phillip Myers'),(3473,464,'_author_name','field_5d7b8550ef84d'),(3474,465,'author_name','Phillip Myers'),(3475,465,'_author_name','field_5d7b8550ef84d'),(3478,461,'author_name','Captain\'s Chair'),(3479,461,'_author_name','field_5d7b8550ef84d'),(3480,466,'author_name','Phillip Myers'),(3481,466,'_author_name','field_5d7b8550ef84d'),(3482,468,'_wp_attached_file','2019/11/auvik-network-management-outline-1.png'),(3483,468,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:94;s:4:\"file\";s:46:\"2019/11/auvik-network-management-outline-1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"auvik-network-management-outline-1-150x94.png\";s:5:\"width\";i:150;s:6:\"height\";i:94;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:{}}}'),(3484,456,'_thumbnail_id','468'),(3485,470,'_edit_last','1'),(3486,470,'_edit_lock','1576872554:1'),(3487,470,'featured','a:1:{i:0;s:8:\"featured\";}'),(3488,470,'_featured','field_5d7f6ba71259a'),(3489,472,'_edit_last','1'),(3490,472,'_edit_lock','1590684707:1'),(3491,473,'author_name','Phillip Myers'),(3492,473,'_author_name','field_5d7b8550ef84d'),(3493,474,'author_name','Phillip Myers'),(3494,474,'_author_name','field_5d7b8550ef84d'),(3495,475,'author_name','Phillip Myers'),(3496,475,'_author_name','field_5d7b8550ef84d'),(3499,472,'author_name','Captain\'s Chair'),(3500,472,'_author_name','field_5d7b8550ef84d'),(3501,476,'author_name','Phillip Myers'),(3502,476,'_author_name','field_5d7b8550ef84d'),(3511,478,'banner_section_background_image','217'),(3512,478,'_banner_section_background_image','field_5d7a486933c45'),(3513,478,'banner_section_text','Company Info'),(3514,478,'_banner_section_text','field_5d7a486933c46'),(3515,478,'banner_section',''),(3516,478,'_banner_section','field_5d7a486933c44'),(3517,478,'information_section_heading',''),(3518,478,'_information_section_heading','field_5d7a496629b60'),(3519,478,'information_section_content','Captain’s Chair is a product designed for the IT Managed Services industry. It provides our Managed Service Provider (MSP) partners with an additional revenue stream and delivers them a competitive advantage in their respective markets. Captain’s Chair is a client-facing, real-time dashboard product that supplies end-users with more visibility into their IT infrastructure and operations.\r\n\r\nOur purpose and design of Captain’s Chair is to increase the value of our partner’s service offerings and provide a tool that can differentiate them in their market space. Captain’s Chair provides visibility, control and accountability for the IT functions in an organization. We designed our product with end-user expectations in mind and built Captain’s Chair to convey critical real-time information on the status of client’s IT operations.\r\n\r\nThe IT Managed Services industry is ever evolving and saturated with companies competing for every dollar. Captain’s Chair is our solution to the flooded marketplace and a proven differentiator for MSPs. We see Captain’s Chair as a tool for the next generation of MSPs as they look to expand their offerings to provide value while at the same time providing more visibility and reporting for their clients.'),(3520,478,'_information_section_content','field_5d7a497129b61'),(3521,478,'information_section',''),(3522,478,'_information_section','field_5d7a495329b5f'),(3523,478,'newsletter_content_heading','Stay Informed!'),(3524,478,'_newsletter_content_heading','field_5d7a487649f83'),(3525,478,'newsletter_content_text','Get news and updates on captain\'s chair'),(3526,478,'_newsletter_content_text','field_5d7a487649f84'),(3527,478,'newsletter_content',''),(3528,478,'_newsletter_content','field_5d7a487649f82'),(3529,478,'selling_more_section_heading','Get in Touch'),(3530,478,'_selling_more_section_heading','field_5d7a48811c4c6'),(3531,478,'selling_more_section_text','We are always looking for new exciting projects and collaborations. Feel free to contact us.'),(3532,478,'_selling_more_section_text','field_5d7a48811c4c7'),(3533,478,'selling_more_section_link',''),(3534,478,'_selling_more_section_link','field_5d7a48811c4c8'),(3535,478,'selling_more_section_image','37'),(3536,478,'_selling_more_section_image','field_5d7a48811c4c9'),(3537,478,'selling_more_section_button_text','get started'),(3538,478,'_selling_more_section_button_text','field_5d7a48811c4ca'),(3539,478,'selling_more_section',''),(3540,478,'_selling_more_section','field_5d7a48811c4c5'),(3541,478,'leadership_section_heading','Leadership Team'),(3542,478,'_leadership_section_heading','field_5d7a4b61e3ee6'),(3543,478,'leadership_section',''),(3544,478,'_leadership_section','field_5d7a4b51e3ee5'),(3547,479,'author_name','Captain\'s Chair'),(3548,479,'_author_name','field_5d7b8550ef84d'),(3551,480,'author_name','Captain\'s Chair'),(3552,480,'_author_name','field_5d7b8550ef84d'),(3555,481,'author_name','Captain\'s Chair'),(3556,481,'_author_name','field_5d7b8550ef84d'),(3559,482,'author_name','Captain\'s Chair'),(3560,482,'_author_name','field_5d7b8550ef84d'),(3561,484,'_wp_attached_file','2020/01/02osTn3BwTPZdOpupcatZA4-8.fit_scale.size_2698x1517.png'),(3562,484,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2694;s:6:\"height\";i:1517;s:4:\"file\";s:62:\"2020/01/02osTn3BwTPZdOpupcatZA4-8.fit_scale.size_2698x1517.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:62:\"02osTn3BwTPZdOpupcatZA4-8.fit_scale.size_2698x1517-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:62:\"02osTn3BwTPZdOpupcatZA4-8.fit_scale.size_2698x1517-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:62:\"02osTn3BwTPZdOpupcatZA4-8.fit_scale.size_2698x1517-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:63:\"02osTn3BwTPZdOpupcatZA4-8.fit_scale.size_2698x1517-1024x577.png\";s:5:\"width\";i:1024;s:6:\"height\";i:577;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:63:\"02osTn3BwTPZdOpupcatZA4-8.fit_scale.size_2698x1517-1200x676.png\";s:5:\"width\";i:1200;s:6:\"height\";i:676;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:{}}}'),(3565,486,'_edit_last','1'),(3566,486,'_edit_lock','1594215234:1'),(3567,486,'_thumbnail_id','484'),(3568,488,'_oembed_4984899e01bf53b74be5d4b3148cd05d','<blockquote class=\"wp-embedded-content\" data-secret=\"kT0dqUQp9O\"><a href=\"https://channelhappyhour.com/2020/01/21/channel-happy-hour-interview-260-maximum-msp/\">Channel Happy Hour Interview 260: Maximum MSP</a></blockquote><iframe title=\"“Channel Happy Hour Interview 260: Maximum MSP” — The Channel Happy Hour\" class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://channelhappyhour.com/2020/01/21/channel-happy-hour-interview-260-maximum-msp/embed/#?secret=kT0dqUQp9O\" data-secret=\"kT0dqUQp9O\" width=\"600\" height=\"338\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(3569,488,'_oembed_time_4984899e01bf53b74be5d4b3148cd05d','1579803557'),(3570,488,'_edit_last','1'),(3571,488,'featured',''),(3572,488,'_featured','field_5d7f6ba71259a'),(3573,488,'_edit_lock','1579803539:1'),(3574,488,'_oembed_a6e887318a84c1676888f5cbb86effa6','<blockquote class=\"wp-embedded-content\" data-secret=\"UiLfJJTMuq\"><a href=\"https://channelhappyhour.com/2020/01/21/channel-happy-hour-interview-260-maximum-msp/\">Channel Happy Hour Interview 260: Maximum MSP</a></blockquote><iframe title=\"“Channel Happy Hour Interview 260: Maximum MSP” — The Channel Happy Hour\" class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://channelhappyhour.com/2020/01/21/channel-happy-hour-interview-260-maximum-msp/embed/#?secret=UiLfJJTMuq\" data-secret=\"UiLfJJTMuq\" width=\"600\" height=\"338\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(3575,488,'_oembed_time_a6e887318a84c1676888f5cbb86effa6','1579803565'),(3576,491,'_edit_last','1'),(3577,491,'_edit_lock','1590684716:1'),(3578,491,'_oembed_a825638673d49c9d243e0d59b2db71da','<iframe title=\"2.4 Release\" src=\"https://player.vimeo.com/video/386567331?dnt=1&app_id=122963\" width=\"840\" height=\"473\" frameborder=\"0\" allow=\"autoplay; fullscreen\" allowfullscreen></iframe>'),(3579,491,'_oembed_time_a825638673d49c9d243e0d59b2db71da','1582925484'),(3580,491,'_oembed_8ada13b9b94e828c03a56642a34bfac4','<iframe title=\"2.4 Release\" src=\"https://player.vimeo.com/video/386567331?dnt=1&app_id=122963\" width=\"600\" height=\"338\" frameborder=\"0\" allow=\"autoplay; fullscreen\" allowfullscreen></iframe>'),(3581,491,'_oembed_time_8ada13b9b94e828c03a56642a34bfac4','1580332518'),(3582,492,'author_name','Captain\'s Chair'),(3583,492,'_author_name','field_5d7b8550ef84d'),(3584,493,'author_name','Captain\'s Chair'),(3585,493,'_author_name','field_5d7b8550ef84d'),(3586,494,'author_name','Captain\'s Chair'),(3587,494,'_author_name','field_5d7b8550ef84d'),(3590,491,'author_name','Captain\'s Chair'),(3591,491,'_author_name','field_5d7b8550ef84d'),(3592,495,'author_name','Captain\'s Chair'),(3593,495,'_author_name','field_5d7b8550ef84d'),(3602,216,'leadership_section_heading','Leadership Team'),(3603,216,'_leadership_section_heading','field_5d7a4b61e3ee6'),(3604,216,'leadership_section',''),(3605,216,'_leadership_section','field_5d7a4b51e3ee5'),(3606,496,'banner_section_background_image','217'),(3607,496,'_banner_section_background_image','field_5d7a486933c45'),(3608,496,'banner_section_text','Company Info'),(3609,496,'_banner_section_text','field_5d7a486933c46'),(3610,496,'banner_section',''),(3611,496,'_banner_section','field_5d7a486933c44'),(3612,496,'information_section_heading',''),(3613,496,'_information_section_heading','field_5d7a496629b60'),(3614,496,'information_section_content','Captain’s Chair is a product designed for the IT Managed Services industry. It provides our Managed Service Provider (MSP) partners with an additional revenue stream and delivers them a competitive advantage in their respective markets. Captain’s Chair is a client-facing, real-time dashboard product that supplies end-users with more visibility into their IT infrastructure and operations.\r\n\r\nOur purpose and design of Captain’s Chair is to increase the value of our partner’s service offerings and provide a tool that can differentiate them in their market space. Captain’s Chair provides visibility, control and accountability for the IT functions in an organization. We designed our product with end-user expectations in mind and built Captain’s Chair to convey critical real-time information on the status of client’s IT operations.\r\n\r\nThe IT Managed Services industry is ever evolving and saturated with companies competing for every dollar. Captain’s Chair is our solution to the flooded marketplace and a proven differentiator for MSPs. We see Captain’s Chair as a tool for the next generation of MSPs as they look to expand their offerings to provide value while at the same time providing more visibility and reporting for their clients.'),(3615,496,'_information_section_content','field_5d7a497129b61'),(3616,496,'information_section',''),(3617,496,'_information_section','field_5d7a495329b5f'),(3618,496,'newsletter_content_heading','Stay Informed!'),(3619,496,'_newsletter_content_heading','field_5d7a487649f83'),(3620,496,'newsletter_content_text','Get news and updates on captain\'s chair'),(3621,496,'_newsletter_content_text','field_5d7a487649f84'),(3622,496,'newsletter_content',''),(3623,496,'_newsletter_content','field_5d7a487649f82'),(3624,496,'selling_more_section_heading','Get in Touch'),(3625,496,'_selling_more_section_heading','field_5d7a48811c4c6'),(3626,496,'selling_more_section_text','We are always looking for new partners and collaborations. Feel free to contact us at 877-677-2248 (CCIT).'),(3627,496,'_selling_more_section_text','field_5d7a48811c4c7'),(3628,496,'selling_more_section_link',''),(3629,496,'_selling_more_section_link','field_5d7a48811c4c8'),(3630,496,'selling_more_section_image','37'),(3631,496,'_selling_more_section_image','field_5d7a48811c4c9'),(3632,496,'selling_more_section_button_text','get started'),(3633,496,'_selling_more_section_button_text','field_5d7a48811c4ca'),(3634,496,'selling_more_section',''),(3635,496,'_selling_more_section','field_5d7a48811c4c5'),(3636,496,'leadership_section_heading','Leadership Team'),(3637,496,'_leadership_section_heading','field_5d7a4b61e3ee6'),(3638,496,'leadership_section',''),(3639,496,'_leadership_section','field_5d7a4b51e3ee5'),(3658,497,'banner_section_background_image','217'),(3659,497,'_banner_section_background_image','field_5d7f7f7e42974'),(3660,497,'banner_section_text','Request a Demo'),(3661,497,'_banner_section_text','field_5d7f7f7e42975'),(3662,497,'banner_section',''),(3663,497,'_banner_section','field_5d7f7f7e42973'),(3664,497,'content_section_content_heading','Increase Revenue and Improve Client Retention with Captain’s Chair.'),(3665,497,'_content_section_content_heading','field_5d7f7fb1f4ab5'),(3666,497,'content_section_content_part_1','See how Captain’s Chair can help you sell into more lucrative clients and turn IT decision makers into your advocates. Feel free to contact us at 877-677-2248 (CCIT).'),(3667,497,'_content_section_content_part_1','field_5d7f7fc5f4ab6'),(3668,497,'content_section_content_part_2',''),(3669,497,'_content_section_content_part_2','field_5d7f7fddf4ab7'),(3670,497,'content_section',''),(3671,497,'_content_section','field_5d7f7f9ff4ab4'),(3672,497,'demo_form_section_form_heading','Submit your information'),(3673,497,'_demo_form_section_form_heading','field_5d7f8225a0478'),(3674,497,'demo_form_section',''),(3675,497,'_demo_form_section','field_5d7f8213a0477'),(3676,500,'_edit_last','1'),(3677,500,'_edit_lock','1598538024:1'),(3678,500,'_oembed_5d0a5469e126a3d90b8c6b2797db4c53','<iframe title=\"Captain's Vlog Ep. 1\" width=\"840\" height=\"473\" src=\"https://www.youtube.com/embed/BH7c3R2gA6A?start=6&feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(3679,500,'_oembed_time_5d0a5469e126a3d90b8c6b2797db4c53','1582925510'),(3680,500,'_oembed_814c39318ba945689e884caf122bd2a2','<iframe title=\"Captain's Vlog Ep. 1\" width=\"600\" height=\"338\" src=\"https://www.youtube.com/embed/BH7c3R2gA6A?start=6&feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(3681,500,'_oembed_time_814c39318ba945689e884caf122bd2a2','1582837596'),(3682,501,'author_name','Captain\'s Chair'),(3683,501,'_author_name','field_5d7b8550ef84d'),(3686,500,'author_name','Captain\'s Chair'),(3687,500,'_author_name','field_5d7b8550ef84d'),(3688,502,'author_name','Captain\'s Chair'),(3689,502,'_author_name','field_5d7b8550ef84d'),(3692,426,'_wp_old_date','2019-10-04'),(3695,443,'_wp_old_date','2019-10-15'),(3698,461,'_wp_old_date','2019-11-15'),(3701,472,'_wp_old_date','2019-12-17'),(3704,491,'_wp_old_date','2020-01-29'),(3707,500,'_wp_old_date','2020-02-27'),(3708,504,'_edit_last','1'),(3709,504,'_edit_lock','1590684736:1'),(3710,505,'author_name','Captain\'s Chair'),(3711,505,'_author_name','field_5d7b8550ef84d'),(3712,506,'author_name','Captain\'s Chair'),(3713,506,'_author_name','field_5d7b8550ef84d'),(3714,507,'author_name','Captain\'s Chair'),(3715,507,'_author_name','field_5d7b8550ef84d'),(3716,508,'author_name','Captain\'s Chair'),(3717,508,'_author_name','field_5d7b8550ef84d'),(3718,509,'author_name','Captain\'s Chair'),(3719,509,'_author_name','field_5d7b8550ef84d'),(3722,504,'author_name','Captain\'s Chair'),(3723,504,'_author_name','field_5d7b8550ef84d'),(3724,510,'author_name','Captain\'s Chair'),(3725,510,'_author_name','field_5d7b8550ef84d'),(3728,504,'_wp_old_date','2020-03-17'),(3731,504,'_wp_old_date','2020-02-27'),(3732,513,'_edit_last','1'),(3733,513,'_edit_lock','1590006845:1'),(3736,515,'_wp_attached_file','2020/04/infrascale.png'),(3737,515,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:206;s:6:\"height\";i:30;s:4:\"file\";s:22:\"2020/04/infrascale.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"infrascale-150x30.png\";s:5:\"width\";i:150;s:6:\"height\";i:30;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:{}}}'),(3739,516,'_edit_last','1'),(3740,516,'_edit_lock','1594215062:1'),(3741,516,'_thumbnail_id','515'),(3742,517,'_wp_attached_file','2020/04/smileback-e1586287604335.png'),(3743,517,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:360;s:6:\"height\";i:140;s:4:\"file\";s:36:\"2020/04/smileback-e1586287604335.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"smileback-150x140.png\";s:5:\"width\";i:150;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"smileback-300x117.png\";s:5:\"width\";i:300;s:6:\"height\";i:117;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:{}}}'),(3744,513,'_thumbnail_id','517'),(3745,517,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:360;s:6:\"height\";i:140;s:4:\"file\";s:13:\"smileback.png\";}}'),(3746,519,'_edit_last','1'),(3747,519,'_edit_lock','1590684744:1'),(3748,519,'_oembed_2fb6191b55dc595386cc64db98475ec8','{{unknown}}'),(3749,519,'_thumbnail_id','517'),(3750,520,'author_name','Captain\'s Chair'),(3751,520,'_author_name','field_5d7b8550ef84d'),(3754,519,'author_name','Captain\'s Chair'),(3755,519,'_author_name','field_5d7b8550ef84d'),(3756,521,'author_name','Captain\'s Chair'),(3757,521,'_author_name','field_5d7b8550ef84d'),(3760,519,'_wp_old_date','2020-04-14'),(3763,519,'_wp_old_date','2020-02-16'),(3764,524,'_wp_attached_file','2020/05/msp360cloudberry.png'),(3765,524,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:389;s:6:\"height\";i:130;s:4:\"file\";s:28:\"2020/05/msp360cloudberry.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"msp360cloudberry-150x130.png\";s:5:\"width\";i:150;s:6:\"height\";i:130;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"msp360cloudberry-300x100.png\";s:5:\"width\";i:300;s:6:\"height\";i:100;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:{}}}'),(3766,525,'_edit_last','1'),(3767,525,'_edit_lock','1590006702:1'),(3768,525,'_thumbnail_id','524'),(3769,448,'_wp_old_date','2019-10-15'),(3770,516,'_wp_old_date','2020-04-07'),(3771,525,'_wp_old_date','2020-05-20'),(3772,516,'_wp_old_date','2019-11-09'),(3773,525,'_wp_old_date','2019-11-09'),(3774,456,'_wp_old_date','2019-11-04'),(3775,486,'_wp_old_date','2020-01-22'),(3776,513,'_wp_old_date','2020-04-07'),(3795,528,'_edit_lock','1603265552:1'),(3796,528,'_edit_last','1'),(3797,529,'_wp_attached_file','2020/06/kaseya-bms-logo.png'),(3798,529,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:315;s:4:\"file\";s:27:\"2020/06/kaseya-bms-logo.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"kaseya-bms-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:27:\"kaseya-bms-logo-300x158.png\";s:5:\"width\";i:300;s:6:\"height\";i:158;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:{}}}'),(3799,528,'_thumbnail_id','529'),(3800,528,'_wp_old_date','2020-06-04'),(3901,552,'_edit_lock','1594634075:1'),(3902,552,'_edit_last','1'),(3903,552,'_wp_page_template','default'),(3904,552,'banner_section_background_image','66'),(3905,552,'_banner_section_background_image','field_5d820649abf73'),(3906,552,'banner_section_text','This is Title'),(3907,552,'_banner_section_text','field_5d820649abf74'),(3908,552,'banner_section',''),(3909,552,'_banner_section','field_5d820648abf72'),(3910,553,'banner_section_background_image','66'),(3911,553,'_banner_section_background_image','field_5d820649abf73'),(3912,553,'banner_section_text','This is Title'),(3913,553,'_banner_section_text','field_5d820649abf74'),(3914,553,'banner_section',''),(3915,553,'_banner_section','field_5d820648abf72'),(3916,556,'banner_section_background_image','217'),(3917,556,'_banner_section_background_image','field_5d7f7f7e42974'),(3918,556,'banner_section_text','Request a Demo'),(3919,556,'_banner_section_text','field_5d7f7f7e42975'),(3920,556,'banner_section',''),(3921,556,'_banner_section','field_5d7f7f7e42973'),(3922,556,'content_section_content_heading','Increase Revenue and Improve Client Retention with Captain’s Chair.'),(3923,556,'_content_section_content_heading','field_5d7f7fb1f4ab5'),(3924,556,'content_section_content_part_1','See how Captain’s Chair can help you sell into more lucrative clients and turn IT decision makers into your advocates. Feel free to contact us at 877-677-2248 (CCIT).'),(3925,556,'_content_section_content_part_1','field_5d7f7fc5f4ab6'),(3926,556,'content_section_content_part_2','test'),(3927,556,'_content_section_content_part_2','field_5d7f7fddf4ab7'),(3928,556,'content_section',''),(3929,556,'_content_section','field_5d7f7f9ff4ab4'),(3930,556,'demo_form_section_form_heading','Submit your information'),(3931,556,'_demo_form_section_form_heading','field_5d7f8225a0478'),(3932,556,'demo_form_section',''),(3933,556,'_demo_form_section','field_5d7f8213a0477'),(3934,557,'banner_section_background_image','217'),(3935,557,'_banner_section_background_image','field_5d7f7f7e42974'),(3936,557,'banner_section_text','Request a Demo'),(3937,557,'_banner_section_text','field_5d7f7f7e42975'),(3938,557,'banner_section',''),(3939,557,'_banner_section','field_5d7f7f7e42973'),(3940,557,'content_section_content_heading','Increase Revenue and Improve Client Retention with Captain’s Chair.'),(3941,557,'_content_section_content_heading','field_5d7f7fb1f4ab5'),(3942,557,'content_section_content_part_1','See how Captain’s Chair can help you sell into more lucrative clients and turn IT decision makers into your advocates. Feel free to contact us at 877-677-2248 (CCIT).'),(3943,557,'_content_section_content_part_1','field_5d7f7fc5f4ab6'),(3944,557,'content_section_content_part_2',''),(3945,557,'_content_section_content_part_2','field_5d7f7fddf4ab7'),(3946,557,'content_section',''),(3947,557,'_content_section','field_5d7f7f9ff4ab4'),(3948,557,'demo_form_section_form_heading','Submit your information'),(3949,557,'_demo_form_section_form_heading','field_5d7f8225a0478'),(3950,557,'demo_form_section',''),(3951,557,'_demo_form_section','field_5d7f8213a0477'),(3956,558,'banner_section_background_image','15'),(3957,558,'_banner_section_background_image','field_5d7785aaee8ae'),(3958,558,'banner_section_front_image','16'),(3959,558,'_banner_section_front_image','field_5d7785d3ee8af'),(3960,558,'banner_section_text','<a href=\"https://captainschairit.com/client-dashboard/#clientDashboard\">Explore the tool for the next-gen IT MSP</a>\r\n\r\n '),(3961,558,'_banner_section_text','field_5d7785eeee8b0'),(3962,558,'banner_section',''),(3963,558,'_banner_section','field_5d778563ee8ad'),(3964,558,'connectors_section_text','Captain\'s Chair consolidates the data that matters to next generation MSPs.\r\nCheck out the current connectors with more coming soon!'),(3965,558,'_connectors_section_text','field_5d7789431dc51'),(3966,558,'connectors_section_image','21'),(3967,558,'_connectors_section_image','field_5d7789511dc52'),(3968,558,'connectors_section',''),(3969,558,'_connectors_section','field_5d7789221dc50'),(3970,558,'about_products_section_text','Captain\'s Chair is an <a href=\"https://captainschairit.com/client-dashboard/#clientDashboard\">always-on dashboard</a> that gives our MSP partners a competitive advantage to close new business and increase managed recurring revenue with existing clients.'),(3971,558,'_about_products_section_text','field_5d77a19d21f5a'),(3972,558,'about_products_section',''),(3973,558,'_about_products_section','field_5d77a00521f59'),(3974,558,'selling_more_section_text','Join the growing community of next generation IT MSP\'s who are utilizing captain\'s chair'),(3975,558,'_selling_more_section_text','field_5d77a2f0593b7'),(3976,558,'selling_more_section_link',''),(3977,558,'_selling_more_section_link','field_5d77a307593b8'),(3978,558,'selling_more_section_image','37'),(3979,558,'_selling_more_section_image','field_5d77a312593b9'),(3980,558,'selling_more_section',''),(3981,558,'_selling_more_section','field_5d77a2e3593b6'),(3982,558,'explore_captains_chair_heading','Discover the software that will deliver increased managed recurring revenue and put you in the Captain\'s Chair with your clients.'),(3983,558,'_explore_captains_chair_heading','field_5d790fcc655af'),(3984,558,'explore_captains_chair_point_1','Sell Captain\'s Chair to your clients'),(3985,558,'_explore_captains_chair_point_1','field_5d79101d655b0'),(3986,558,'explore_captains_chair_point_2','Increase close ratios by differentiating your offering from the competition'),(3987,558,'_explore_captains_chair_point_2','field_5d791091655b1'),(3988,558,'explore_captains_chair_point_3','Increase client attachment rates by providing unprecedented visibility and communication'),(3989,558,'_explore_captains_chair_point_3','field_5d791097655b2'),(3990,558,'explore_captains_chair',''),(3991,558,'_explore_captains_chair','field_5d790f8f655ae'),(3992,558,'explore_captains_chair_background_image','130'),(3993,558,'_explore_captains_chair_background_image','field_5d79111f19196'),(3994,558,'banner_section_button_text','Request a Demo'),(3995,558,'_banner_section_button_text','field_5d79edb98bc10'),(3996,558,'about_products_section_button_text','Learn More'),(3997,558,'_about_products_section_button_text','field_5d79ee5f1b1b8'),(3998,558,'explore_captains_chair_button_text','Explore Captain’s Chair'),(3999,558,'_explore_captains_chair_button_text','field_5d79efcd71bff'),(4000,558,'connectors_section_heading',''),(4001,558,'_connectors_section_heading','field_5d79f022eb0e9'),(4002,558,'newsletter_content_heading','Stay Informed!'),(4003,558,'_newsletter_content_heading','field_5d79f999a7aae'),(4004,558,'newsletter_content_text','Get news and updates on captain\'s chair'),(4005,558,'_newsletter_content_text','field_5d79f999a7aaf'),(4006,558,'newsletter_content',''),(4007,558,'_newsletter_content','field_5d79f999a7aad'),(4008,558,'selling_more_section_heading','Selling More'),(4009,558,'_selling_more_section_heading','field_5d7a00919695e'),(4010,558,'selling_more_section_button_text','get started'),(4011,558,'_selling_more_section_button_text','field_5d7a00989695f'),(4012,558,'explore_captains_chair_button_link','https://captainschairit.com/client-dashboard'),(4013,558,'_explore_captains_chair_button_link','field_5d7a3f120a269'),(4014,558,'about_products_section_button_link','https://captainschairit.com/request-a-demo/'),(4015,558,'_about_products_section_button_link','field_5d9215268abf2'),(4016,558,'banner_section_button_link','https://captainschairit.com/request-a-demo/'),(4017,558,'_banner_section_button_link','field_5d9215880fa13'),(4024,559,'banner_section_background_image','15'),(4025,559,'_banner_section_background_image','field_5d7785aaee8ae'),(4026,559,'banner_section_front_image','16'),(4027,559,'_banner_section_front_image','field_5d7785d3ee8af'),(4028,559,'banner_section_text','<a href=\"https://captainschairit.com/client-dashboard/#clientDashboard\">Explore the tool for the next-gen IT MSP</a>\r\n\r\n '),(4029,559,'_banner_section_text','field_5d7785eeee8b0'),(4030,559,'banner_section',''),(4031,559,'_banner_section','field_5d778563ee8ad'),(4032,559,'connectors_section_text','Captain\'s Chair consolidates the data that matters to next generation MSPs.\r\n<a href=\"https://captainschairit.com/connectors/\">Check out the current connectors with more coming soon!</a>'),(4033,559,'_connectors_section_text','field_5d7789431dc51'),(4034,559,'connectors_section_image','21'),(4035,559,'_connectors_section_image','field_5d7789511dc52'),(4036,559,'connectors_section',''),(4037,559,'_connectors_section','field_5d7789221dc50'),(4038,559,'about_products_section_text','Captain\'s Chair is an <a href=\"https://captainschairit.com/client-dashboard/#clientDashboard\">always-on dashboard</a> that gives our MSP partners a competitive advantage to close new business and increase managed recurring revenue with existing clients.'),(4039,559,'_about_products_section_text','field_5d77a19d21f5a'),(4040,559,'about_products_section',''),(4041,559,'_about_products_section','field_5d77a00521f59'),(4042,559,'selling_more_section_text','Join the growing community of next generation IT MSP\'s who are utilizing captain\'s chair'),(4043,559,'_selling_more_section_text','field_5d77a2f0593b7'),(4044,559,'selling_more_section_link',''),(4045,559,'_selling_more_section_link','field_5d77a307593b8'),(4046,559,'selling_more_section_image','37'),(4047,559,'_selling_more_section_image','field_5d77a312593b9'),(4048,559,'selling_more_section',''),(4049,559,'_selling_more_section','field_5d77a2e3593b6'),(4050,559,'explore_captains_chair_heading','Discover the software that will deliver increased managed recurring revenue and put you in the Captain\'s Chair with your clients.'),(4051,559,'_explore_captains_chair_heading','field_5d790fcc655af'),(4052,559,'explore_captains_chair_point_1','Sell Captain\'s Chair to your clients'),(4053,559,'_explore_captains_chair_point_1','field_5d79101d655b0'),(4054,559,'explore_captains_chair_point_2','Increase close ratios by differentiating your offering from the competition'),(4055,559,'_explore_captains_chair_point_2','field_5d791091655b1'),(4056,559,'explore_captains_chair_point_3','Increase client attachment rates by providing unprecedented visibility and communication'),(4057,559,'_explore_captains_chair_point_3','field_5d791097655b2'),(4058,559,'explore_captains_chair',''),(4059,559,'_explore_captains_chair','field_5d790f8f655ae'),(4060,559,'explore_captains_chair_background_image','130'),(4061,559,'_explore_captains_chair_background_image','field_5d79111f19196'),(4062,559,'banner_section_button_text','Request a Demo'),(4063,559,'_banner_section_button_text','field_5d79edb98bc10'),(4064,559,'about_products_section_button_text','Learn More'),(4065,559,'_about_products_section_button_text','field_5d79ee5f1b1b8'),(4066,559,'explore_captains_chair_button_text','Explore Captain’s Chair'),(4067,559,'_explore_captains_chair_button_text','field_5d79efcd71bff'),(4068,559,'connectors_section_heading',''),(4069,559,'_connectors_section_heading','field_5d79f022eb0e9'),(4070,559,'newsletter_content_heading','Stay Informed!'),(4071,559,'_newsletter_content_heading','field_5d79f999a7aae'),(4072,559,'newsletter_content_text','Get news and updates on captain\'s chair'),(4073,559,'_newsletter_content_text','field_5d79f999a7aaf'),(4074,559,'newsletter_content',''),(4075,559,'_newsletter_content','field_5d79f999a7aad'),(4076,559,'selling_more_section_heading','Selling More'),(4077,559,'_selling_more_section_heading','field_5d7a00919695e'),(4078,559,'selling_more_section_button_text','get started'),(4079,559,'_selling_more_section_button_text','field_5d7a00989695f'),(4080,559,'explore_captains_chair_button_link','https://captainschairit.com/client-dashboard'),(4081,559,'_explore_captains_chair_button_link','field_5d7a3f120a269'),(4082,559,'about_products_section_button_link','https://captainschairit.com/request-a-demo/'),(4083,559,'_about_products_section_button_link','field_5d9215268abf2'),(4084,559,'banner_section_button_link','https://captainschairit.com/request-a-demo/'),(4085,559,'_banner_section_button_link','field_5d9215880fa13'),(4100,560,'banner_section_background_image','217'),(4101,560,'_banner_section_background_image','field_5d7a486933c45'),(4102,560,'banner_section_text','Company Info'),(4103,560,'_banner_section_text','field_5d7a486933c46'),(4104,560,'banner_section',''),(4105,560,'_banner_section','field_5d7a486933c44'),(4106,560,'information_section_heading',''),(4107,560,'_information_section_heading','field_5d7a496629b60'),(4108,560,'information_section_content','Captain’s Chair is a product designed for the IT Managed Services industry. It provides our Managed Service Provider (MSP) partners with an additional revenue stream and delivers them a competitive advantage in their respective markets. Captain’s Chair is a client-facing, real-time dashboard product that supplies end-users with more visibility into their IT infrastructure and operations.\r\n\r\nOur purpose and design of Captain’s Chair is to increase the value of our partner’s service offerings and provide a tool that can differentiate them in their market space. Captain’s Chair provides visibility, control and accountability for the IT functions in an organization. We designed our product with end-user expectations in mind and built Captain’s Chair to convey critical real-time information on the status of client’s IT operations.\r\n\r\nThe IT Managed Services industry is ever evolving and saturated with companies competing for every dollar. Captain’s Chair is our solution to the flooded marketplace and a proven differentiator for MSPs. We see Captain’s Chair as a tool for the <a href=\"https://captainschairit.com/creating-the-next-generation-it-managed-services-provider-using-captains-chair/\">next generation of MSPs</a> as they look to expand their offerings to provide value while at the same time providing more visibility and reporting for their clients.'),(4109,560,'_information_section_content','field_5d7a497129b61'),(4110,560,'information_section',''),(4111,560,'_information_section','field_5d7a495329b5f'),(4112,560,'newsletter_content_heading','Stay Informed!'),(4113,560,'_newsletter_content_heading','field_5d7a487649f83'),(4114,560,'newsletter_content_text','Get news and updates on captain\'s chair'),(4115,560,'_newsletter_content_text','field_5d7a487649f84'),(4116,560,'newsletter_content',''),(4117,560,'_newsletter_content','field_5d7a487649f82'),(4118,560,'selling_more_section_heading','Get in Touch'),(4119,560,'_selling_more_section_heading','field_5d7a48811c4c6'),(4120,560,'selling_more_section_text','We are always looking for new partners and collaborations. Feel free to contact us at 877-677-2248 (CCIT).'),(4121,560,'_selling_more_section_text','field_5d7a48811c4c7'),(4122,560,'selling_more_section_link',''),(4123,560,'_selling_more_section_link','field_5d7a48811c4c8'),(4124,560,'selling_more_section_image','37'),(4125,560,'_selling_more_section_image','field_5d7a48811c4c9'),(4126,560,'selling_more_section_button_text','get started'),(4127,560,'_selling_more_section_button_text','field_5d7a48811c4ca'),(4128,560,'selling_more_section',''),(4129,560,'_selling_more_section','field_5d7a48811c4c5'),(4130,560,'leadership_section_heading','Leadership Team'),(4131,560,'_leadership_section_heading','field_5d7a4b61e3ee6'),(4132,560,'leadership_section',''),(4133,560,'_leadership_section','field_5d7a4b51e3ee5'),(4142,55,'_aioseop_description','Captain\'s Chair is the fundamental portal for MSP\'s to better engage and manage clients while providing them with a better experience.'),(4143,55,'_aioseop_title','MSP Client Portal and Dashboard'),(4158,43,'_aioseop_description','Captain\'s Chair connects with industry leading platforms ConnectWise, Kaseya and Datto to provide a client portal and dashboards.'),(4159,43,'_aioseop_title','Connectors - ConnectWise, Kaseya, Datto'),(4162,304,'_aioseop_description','Captain\'s Chair is an industry-leading client portal for MSP\'s'),(4163,304,'_aioseop_title','Check here for news about Captain\'s Chair'),(4170,246,'_aioseop_description','The Captain\'s Chair blog is dedicated to keeping MSP\'s informed and updated on industry trends.'),(4171,246,'_aioseop_title','Captain\'s Chair - Blog'),(4180,426,'_aioseop_title','Creating Next-Gen MSP\'s - Captain\'s Chair'),(4181,443,'_aioseop_title','Partnering with ConnectWise - Captain\'s Chair'),(4182,461,'_aioseop_title','Why do clients leave an MSP? - Captain\'s Chair'),(4183,472,'_aioseop_title','The True Cost of Client Churn for MSP\'s - Captain\'s Chair'),(4184,500,'_aioseop_title','Establishing a Better Customer Experience for MSP\'s - Captain\'s Chair'),(4185,504,'_aioseop_title','Transforming Your Customer\'s Experience - Captain\'s Chair'),(4186,519,'_aioseop_title','Captain\'s Chair Gives Transparency for MSP Customers'),(4187,566,'_edit_lock','1594215274:1'),(4188,566,'_edit_last','1'),(4189,567,'_wp_attached_file','2020/07/BitDefender.png'),(4190,567,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:151;s:6:\"height\";i:83;s:4:\"file\";s:23:\"2020/07/BitDefender.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:{}}}'),(4191,568,'_wp_attached_file','2020/07/Veeam.png'),(4192,568,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:151;s:6:\"height\";i:27;s:4:\"file\";s:17:\"2020/07/Veeam.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:{}}}'),(4193,566,'_thumbnail_id','567'),(4194,571,'_edit_lock','1594215361:1'),(4195,571,'_edit_last','1'),(4196,571,'_wp_old_date','2020-07-08'),(4197,571,'_thumbnail_id','568'),(4199,573,'_edit_lock','1603273125:1'),(4200,573,'_edit_last','1'),(4201,573,'_wp_page_template','template-parts/thankyou-page.php'),(4202,575,'_edit_lock','1603273142:1'),(4203,573,'page_heading','Captain\'s Chair'),(4204,573,'_page_heading','field_5e5cc3c48b4f7'),(4205,573,'thank_you_text','Thank you for your interest in Captain\'s Chair.'),(4206,573,'_thank_you_text','field_5e5cc3da8b4f8'),(4207,573,'thank_you_content','Your information has been submitted and we will be in touch.'),(4208,573,'_thank_you_content','field_5e5cc42a8b4f9'),(4209,579,'page_heading',''),(4210,579,'_page_heading','field_5e5cc3c48b4f7'),(4211,579,'thank_you_text','Thank you for your interest in Captain\'s Chair.'),(4212,579,'_thank_you_text','field_5e5cc3da8b4f8'),(4213,579,'thank_you_content','Your information has been submitted and we will be in touch.'),(4214,579,'_thank_you_content','field_5e5cc42a8b4f9'),(4215,580,'page_heading','Thank You'),(4216,580,'_page_heading','field_5e5cc3c48b4f7'),(4217,580,'thank_you_text','Thank you for your interest in Captain\'s Chair.'),(4218,580,'_thank_you_text','field_5e5cc3da8b4f8'),(4219,580,'thank_you_content','Your information has been submitted and we will be in touch.'),(4220,580,'_thank_you_content','field_5e5cc42a8b4f9'),(4221,581,'page_heading',''),(4222,581,'_page_heading','field_5e5cc3c48b4f7'),(4223,581,'thank_you_text','Thank you for your interest in Captain\'s Chair.'),(4224,581,'_thank_you_text','field_5e5cc3da8b4f8'),(4225,581,'thank_you_content','Your information has been submitted and we will be in touch.'),(4226,581,'_thank_you_content','field_5e5cc42a8b4f9'),(4227,582,'page_heading','Captain\'s Chair'),(4228,582,'_page_heading','field_5e5cc3c48b4f7'),(4229,582,'thank_you_text','Thank you for your interest in Captain\'s Chair.'),(4230,582,'_thank_you_text','field_5e5cc3da8b4f8'),(4231,582,'thank_you_content','Your information has been submitted and we will be in touch.'),(4232,582,'_thank_you_content','field_5e5cc42a8b4f9'),(4233,583,'_edit_lock','1594652584:1'),(4234,583,'_edit_last','1'),(4235,583,'_wp_page_template','template-parts/thankyou-page.php'),(4236,583,'page_heading','Captain\'s Chair'),(4237,583,'_page_heading','field_5e5cc3c48b4f7'),(4238,583,'thank_you_text','Thank you for contacting us.'),(4239,583,'_thank_you_text','field_5e5cc3da8b4f8'),(4240,583,'thank_you_content','Your information has been submitted and we will be in touch.'),(4241,583,'_thank_you_content','field_5e5cc42a8b4f9'),(4242,584,'page_heading',''),(4243,584,'_page_heading','field_5e5cc3c48b4f7'),(4244,584,'thank_you_text',''),(4245,584,'_thank_you_text','field_5e5cc3da8b4f8'),(4246,584,'thank_you_content',''),(4247,584,'_thank_you_content','field_5e5cc42a8b4f9'),(4248,585,'page_heading','Captain\'s Chair'),(4249,585,'_page_heading','field_5e5cc3c48b4f7'),(4250,585,'thank_you_text','Thank you for contacting us.'),(4251,585,'_thank_you_text','field_5e5cc3da8b4f8'),(4252,585,'thank_you_content','Your information has been submitted and we will be in touch.'),(4253,585,'_thank_you_content','field_5e5cc42a8b4f9'),(4254,358,'cf7rl_active','active'),(4255,358,'cf7rl_urls','http://calendly.com/pmyers-3/captain-s-chair-demo'),(4256,358,'cf7rl_type','1'),(4257,358,'cf7rl_sendemail','Yes'),(4258,358,'cf7rl_name','FirstName'),(4259,358,'cf7rl_emai','BusinessE-mail'),(4260,358,'cf7rl_redirectmethod','2'),(4294,599,'_wp_attached_file','2020/08/Captains-Chair-Overview-for-Requests.pdf'),(4299,601,'banner_section_background_image','217'),(4300,601,'_banner_section_background_image','field_5d7a486933c45'),(4301,601,'banner_section_text','Company Info'),(4302,601,'_banner_section_text','field_5d7a486933c46'),(4303,601,'banner_section',''),(4304,601,'_banner_section','field_5d7a486933c44'),(4305,601,'information_section_heading',''),(4306,601,'_information_section_heading','field_5d7a496629b60'),(4307,601,'information_section_content','Captain’s Chair was born from an MSP, so we understand the importance of delivering a best-in-class customer experience. Providing that experience requires visibility to the necessary information to make informed decisions on servicing your clients and giving those clients a view of the work, you do for them.\r\n\r\nOur industry-first proprietary software increases engagement and creates stronger relationships between MSP’s and their customers by delivering critical insight in a user-friendly dashboard. The client facing dashboard is customizable and adds transparency to build trust between IT service providers and their managed clients.\r\n\r\nMost MSPs provide transparency a few times a year during monthly or quarterly business reviews (MBR or QBR) and our research has shown that MSPs spend between 5-50 hours per month preparing these and other management reports for their clients. However, through deploying Captain’s Chair, transparency is immediate and MSPs can cut that time spent by up to 90%, allowing their staff to focus on higher value activities.\r\n\r\nCaptain’s Chair currently supports PSA integrations with ConnectWise Manage and Kaseya BMS and in less than 30 minutes you and your clients will have an integrated view of the critical service, license, asset and warranty data in an easy to understand dashboard. The Captain’s Chair team is here to support you with these and other integrations, to grow your business and provide best-in-class service.'),(4308,601,'_information_section_content','field_5d7a497129b61'),(4309,601,'information_section',''),(4310,601,'_information_section','field_5d7a495329b5f'),(4311,601,'newsletter_content_heading','Stay Informed!'),(4312,601,'_newsletter_content_heading','field_5d7a487649f83'),(4313,601,'newsletter_content_text','Get news and updates on captain\'s chair'),(4314,601,'_newsletter_content_text','field_5d7a487649f84'),(4315,601,'newsletter_content',''),(4316,601,'_newsletter_content','field_5d7a487649f82'),(4317,601,'selling_more_section_heading','Get in Touch'),(4318,601,'_selling_more_section_heading','field_5d7a48811c4c6'),(4319,601,'selling_more_section_text','We are always looking for new partners and collaborations. Feel free to contact us at 877-677-2248 (CCIT).'),(4320,601,'_selling_more_section_text','field_5d7a48811c4c7'),(4321,601,'selling_more_section_link',''),(4322,601,'_selling_more_section_link','field_5d7a48811c4c8'),(4323,601,'selling_more_section_image','37'),(4324,601,'_selling_more_section_image','field_5d7a48811c4c9'),(4325,601,'selling_more_section_button_text','get started'),(4326,601,'_selling_more_section_button_text','field_5d7a48811c4ca'),(4327,601,'selling_more_section',''),(4328,601,'_selling_more_section','field_5d7a48811c4c5'),(4329,601,'leadership_section_heading','Leadership Team'),(4330,601,'_leadership_section_heading','field_5d7a4b61e3ee6'),(4331,601,'leadership_section',''),(4332,601,'_leadership_section','field_5d7a4b51e3ee5'),(4333,47,'_aioseop_description','Captain’s Chair is a client-facing portal that helps MSP\'s supply their clients with more visibility into their IT infrastructure and operations.'),(4334,47,'_aioseop_title','About Captain\'s Chair'),(4335,603,'_wp_attached_file','2020/09/banner-laptop.png'),(4336,603,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:811;s:6:\"height\";i:493;s:4:\"file\";s:25:\"2020/09/banner-laptop.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"banner-laptop-300x182.png\";s:5:\"width\";i:300;s:6:\"height\";i:182;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"banner-laptop-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"banner-laptop-768x467.png\";s:5:\"width\";i:768;s:6:\"height\";i:467;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:{}}}'),(4341,605,'banner_section_background_image','15'),(4342,605,'_banner_section_background_image','field_5d7785aaee8ae'),(4343,605,'banner_section_front_image','603'),(4344,605,'_banner_section_front_image','field_5d7785d3ee8af'),(4345,605,'banner_section_text','<a href=\"https://captainschairit.com/client-dashboard/#clientDashboard\">Explore the tool for the next-gen IT MSP</a>\r\n\r\n '),(4346,605,'_banner_section_text','field_5d7785eeee8b0'),(4347,605,'banner_section',''),(4348,605,'_banner_section','field_5d778563ee8ad'),(4349,605,'connectors_section_text','Captain\'s Chair consolidates the data that matters to next generation MSPs.\r\n<a href=\"https://captainschairit.com/connectors/\">Check out the current connectors with more coming soon!</a>'),(4350,605,'_connectors_section_text','field_5d7789431dc51'),(4351,605,'connectors_section_image','21'),(4352,605,'_connectors_section_image','field_5d7789511dc52'),(4353,605,'connectors_section',''),(4354,605,'_connectors_section','field_5d7789221dc50'),(4355,605,'about_products_section_text','Captain\'s Chair is an <a href=\"https://captainschairit.com/client-dashboard/#clientDashboard\">always-on dashboard</a> that gives our MSP partners a competitive advantage to close new business and increase managed recurring revenue with existing clients.'),(4356,605,'_about_products_section_text','field_5d77a19d21f5a'),(4357,605,'about_products_section',''),(4358,605,'_about_products_section','field_5d77a00521f59'),(4359,605,'selling_more_section_text','Join the growing community of next generation IT MSP\'s who are utilizing captain\'s chair'),(4360,605,'_selling_more_section_text','field_5d77a2f0593b7'),(4361,605,'selling_more_section_link',''),(4362,605,'_selling_more_section_link','field_5d77a307593b8'),(4363,605,'selling_more_section_image','37'),(4364,605,'_selling_more_section_image','field_5d77a312593b9'),(4365,605,'selling_more_section',''),(4366,605,'_selling_more_section','field_5d77a2e3593b6'),(4367,605,'explore_captains_chair_heading','Discover the software that will deliver increased managed recurring revenue and put you in the Captain\'s Chair with your clients.'),(4368,605,'_explore_captains_chair_heading','field_5d790fcc655af'),(4369,605,'explore_captains_chair_point_1','Sell Captain\'s Chair to your clients'),(4370,605,'_explore_captains_chair_point_1','field_5d79101d655b0'),(4371,605,'explore_captains_chair_point_2','Increase close ratios by differentiating your offering from the competition'),(4372,605,'_explore_captains_chair_point_2','field_5d791091655b1'),(4373,605,'explore_captains_chair_point_3','Increase client attachment rates by providing unprecedented visibility and communication'),(4374,605,'_explore_captains_chair_point_3','field_5d791097655b2'),(4375,605,'explore_captains_chair',''),(4376,605,'_explore_captains_chair','field_5d790f8f655ae'),(4377,605,'explore_captains_chair_background_image','130'),(4378,605,'_explore_captains_chair_background_image','field_5d79111f19196'),(4379,605,'banner_section_button_text','Request a Demo'),(4380,605,'_banner_section_button_text','field_5d79edb98bc10'),(4381,605,'about_products_section_button_text','Learn More'),(4382,605,'_about_products_section_button_text','field_5d79ee5f1b1b8'),(4383,605,'explore_captains_chair_button_text','Explore Captain’s Chair'),(4384,605,'_explore_captains_chair_button_text','field_5d79efcd71bff'),(4385,605,'connectors_section_heading',''),(4386,605,'_connectors_section_heading','field_5d79f022eb0e9'),(4387,605,'newsletter_content_heading','Stay Informed!'),(4388,605,'_newsletter_content_heading','field_5d79f999a7aae'),(4389,605,'newsletter_content_text','Get news and updates on captain\'s chair'),(4390,605,'_newsletter_content_text','field_5d79f999a7aaf'),(4391,605,'newsletter_content',''),(4392,605,'_newsletter_content','field_5d79f999a7aad'),(4393,605,'selling_more_section_heading','Selling More'),(4394,605,'_selling_more_section_heading','field_5d7a00919695e'),(4395,605,'selling_more_section_button_text','get started'),(4396,605,'_selling_more_section_button_text','field_5d7a00989695f'),(4397,605,'explore_captains_chair_button_link','https://captainschairit.com/client-dashboard'),(4398,605,'_explore_captains_chair_button_link','field_5d7a3f120a269'),(4399,605,'about_products_section_button_link','https://captainschairit.com/request-a-demo/'),(4400,605,'_about_products_section_button_link','field_5d9215268abf2'),(4401,605,'banner_section_button_link','https://captainschairit.com/request-a-demo/'),(4402,605,'_banner_section_button_link','field_5d9215880fa13'),(4405,606,'_wp_attached_file','2020/09/client-dashboard-scaled.jpg'),(4406,606,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1582;s:6:\"height\";i:2560;s:4:\"file\";s:35:\"2020/09/client-dashboard-scaled.jpg\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"client-dashboard-185x300.jpg\";s:5:\"width\";i:185;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"client-dashboard-633x1024.jpg\";s:5:\"width\";i:633;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"client-dashboard-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"client-dashboard-768x1242.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1242;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:29:\"client-dashboard-949x1536.jpg\";s:5:\"width\";i:949;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:30:\"client-dashboard-1266x2048.jpg\";s:5:\"width\";i:1266;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"client-dashboard-1200x1941.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:1941;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:{}}s:14:\"original_image\";s:20:\"client-dashboard.jpg\";}'),(4411,5,'banner_section_front_image_popup','606'),(4412,5,'_banner_section_front_image_popup','field_5f59d86ba4113'),(4413,607,'banner_section_background_image','15'),(4414,607,'_banner_section_background_image','field_5d7785aaee8ae'),(4415,607,'banner_section_front_image','603'),(4416,607,'_banner_section_front_image','field_5d7785d3ee8af'),(4417,607,'banner_section_text','<a href=\"https://captainschairit.com/client-dashboard/#clientDashboard\">Dashboard That Increases Client Engagement And Improves Decision Making</a>'),(4418,607,'_banner_section_text','field_5d7785eeee8b0'),(4419,607,'banner_section',''),(4420,607,'_banner_section','field_5d778563ee8ad'),(4421,607,'connectors_section_text','Captain\'s Chair consolidates the data that matters to next generation MSPs.\r\n<a href=\"https://captainschairit.com/connectors/\">Check out the current connectors with more coming soon!</a>'),(4422,607,'_connectors_section_text','field_5d7789431dc51'),(4423,607,'connectors_section_image','21'),(4424,607,'_connectors_section_image','field_5d7789511dc52'),(4425,607,'connectors_section',''),(4426,607,'_connectors_section','field_5d7789221dc50'),(4427,607,'about_products_section_text','Boost client trust and increase account management efficiency with customizable dashboards, consolidated client information, and automated QBR reports.'),(4428,607,'_about_products_section_text','field_5d77a19d21f5a'),(4429,607,'about_products_section',''),(4430,607,'_about_products_section','field_5d77a00521f59'),(4431,607,'selling_more_section_text','Join the growing community of next generation IT MSP\'s who are utilizing captain\'s chair'),(4432,607,'_selling_more_section_text','field_5d77a2f0593b7'),(4433,607,'selling_more_section_link',''),(4434,607,'_selling_more_section_link','field_5d77a307593b8'),(4435,607,'selling_more_section_image','37'),(4436,607,'_selling_more_section_image','field_5d77a312593b9'),(4437,607,'selling_more_section',''),(4438,607,'_selling_more_section','field_5d77a2e3593b6'),(4439,607,'explore_captains_chair_heading','Discover the software that will deliver increased managed recurring revenue and put you in the Captain\'s Chair with your clients.'),(4440,607,'_explore_captains_chair_heading','field_5d790fcc655af'),(4441,607,'explore_captains_chair_point_1','Sell Captain\'s Chair to your clients'),(4442,607,'_explore_captains_chair_point_1','field_5d79101d655b0'),(4443,607,'explore_captains_chair_point_2','Increase close ratios by differentiating your offering from the competition'),(4444,607,'_explore_captains_chair_point_2','field_5d791091655b1'),(4445,607,'explore_captains_chair_point_3','Increase client attachment rates by providing unprecedented visibility and communication'),(4446,607,'_explore_captains_chair_point_3','field_5d791097655b2'),(4447,607,'explore_captains_chair',''),(4448,607,'_explore_captains_chair','field_5d790f8f655ae'),(4449,607,'explore_captains_chair_background_image','130'),(4450,607,'_explore_captains_chair_background_image','field_5d79111f19196'),(4451,607,'banner_section_button_text','Request a Demo'),(4452,607,'_banner_section_button_text','field_5d79edb98bc10'),(4453,607,'about_products_section_button_text','Learn More'),(4454,607,'_about_products_section_button_text','field_5d79ee5f1b1b8'),(4455,607,'explore_captains_chair_button_text','Explore Captain’s Chair'),(4456,607,'_explore_captains_chair_button_text','field_5d79efcd71bff'),(4457,607,'connectors_section_heading',''),(4458,607,'_connectors_section_heading','field_5d79f022eb0e9'),(4459,607,'newsletter_content_heading','Stay Informed!'),(4460,607,'_newsletter_content_heading','field_5d79f999a7aae'),(4461,607,'newsletter_content_text','Get news and updates on captain\'s chair'),(4462,607,'_newsletter_content_text','field_5d79f999a7aaf'),(4463,607,'newsletter_content',''),(4464,607,'_newsletter_content','field_5d79f999a7aad'),(4465,607,'selling_more_section_heading','Selling More'),(4466,607,'_selling_more_section_heading','field_5d7a00919695e'),(4467,607,'selling_more_section_button_text','get started'),(4468,607,'_selling_more_section_button_text','field_5d7a00989695f'),(4469,607,'explore_captains_chair_button_link','https://captainschairit.com/client-dashboard'),(4470,607,'_explore_captains_chair_button_link','field_5d7a3f120a269'),(4471,607,'about_products_section_button_link','https://captainschairit.com/request-a-demo/'),(4472,607,'_about_products_section_button_link','field_5d9215268abf2'),(4473,607,'banner_section_button_link','https://captainschairit.com/request-a-demo/'),(4474,607,'_banner_section_button_link','field_5d9215880fa13'),(4475,607,'banner_section_front_image_popup','606'),(4476,607,'_banner_section_front_image_popup','field_5f59d86ba4113'),(4491,609,'_edit_lock','1599733058:1'),(4492,609,'_edit_last','1'),(4493,609,'icon',''),(4494,609,'_icon','field_5d78c84f38d9c'),(4495,609,'featured',''),(4496,609,'_featured','field_5d78c85438d9d'),(4497,609,'_thumbnail_id','606'),(4498,610,'_edit_lock','1599733185:1'),(4499,610,'_edit_last','1'),(4500,610,'icon',''),(4501,610,'_icon','field_5d78c84f38d9c'),(4502,610,'featured',''),(4503,610,'_featured','field_5d78c85438d9d'),(4504,611,'_wp_attached_file','2020/09/ticket.jpg'),(4505,611,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1253;s:4:\"file\";s:18:\"2020/09/ticket.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"ticket-300x196.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:196;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"ticket-1024x668.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:668;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"ticket-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"ticket-768x501.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:501;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:20:\"ticket-1536x1002.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1002;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"ticket-1200x783.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:783;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:{}}}'),(4506,610,'_thumbnail_id','611'),(4507,612,'_edit_lock','1599733297:1'),(4508,612,'_edit_last','1'),(4509,613,'_wp_attached_file','2020/09/office.jpg'),(4510,613,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1306;s:4:\"file\";s:18:\"2020/09/office.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"office-300x204.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:204;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"office-1024x697.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:697;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"office-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"office-768x522.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:522;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:20:\"office-1536x1045.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1045;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"office-1200x816.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:816;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:{}}}'),(4511,612,'_thumbnail_id','613'),(4512,612,'icon',''),(4513,612,'_icon','field_5d78c84f38d9c'),(4514,612,'featured',''),(4515,612,'_featured','field_5d78c85438d9d'),(4516,614,'_edit_lock','1599733478:1'),(4517,614,'_edit_last','1'),(4518,615,'_wp_attached_file','2020/09/assets-scaled.jpg'),(4519,615,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1620;s:6:\"height\";i:2560;s:4:\"file\";s:25:\"2020/09/assets-scaled.jpg\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"assets-190x300.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"assets-648x1024.jpg\";s:5:\"width\";i:648;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"assets-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"assets-768x1214.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:19:\"assets-972x1536.jpg\";s:5:\"width\";i:972;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:20:\"assets-1296x2048.jpg\";s:5:\"width\";i:1296;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"assets-1200x1896.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:1896;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:{}}s:14:\"original_image\";s:10:\"assets.jpg\";}'),(4520,614,'_thumbnail_id','615'),(4521,614,'icon',''),(4522,614,'_icon','field_5d78c84f38d9c'),(4523,614,'featured',''),(4524,614,'_featured','field_5d78c85438d9d'),(4525,616,'_edit_lock','1599736918:1'),(4526,616,'_edit_last','1'),(4527,616,'_thumbnail_id','629'),(4528,616,'icon',''),(4529,616,'_icon','field_5d78c84f38d9c'),(4530,616,'featured',''),(4531,616,'_featured','field_5d78c85438d9d'),(4532,617,'_edit_lock','1599733745:1'),(4533,617,'_edit_last','1'),(4534,617,'_wp_page_template','template-parts/features-page.php'),(4535,619,'_menu_item_type','post_type'),(4536,619,'_menu_item_menu_item_parent','0'),(4537,619,'_menu_item_object_id','617'),(4538,619,'_menu_item_object','page'),(4539,619,'_menu_item_target',''),(4540,619,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4541,619,'_menu_item_xfn',''),(4542,619,'_menu_item_url',''),(4544,621,'banner_section_background_image','217'),(4545,621,'_banner_section_background_image','field_5d7f7f7e42974'),(4546,621,'banner_section_text','Request a Demo'),(4547,621,'_banner_section_text','field_5d7f7f7e42975'),(4548,621,'banner_section',''),(4549,621,'_banner_section','field_5d7f7f7e42973'),(4550,621,'content_section_content_heading','MSPs Win Big with Captain’s Chair'),(4551,621,'_content_section_content_heading','field_5d7f7fb1f4ab5'),(4552,621,'content_section_content_part_1','See how Captain’s Chair can help you sell into more lucrative clients and turn IT decision makers into your advocates. Feel free to contact us at 877-677-2248 (CCIT).'),(4553,621,'_content_section_content_part_1','field_5d7f7fc5f4ab6'),(4554,621,'content_section_content_part_2',''),(4555,621,'_content_section_content_part_2','field_5d7f7fddf4ab7'),(4556,621,'content_section',''),(4557,621,'_content_section','field_5d7f7f9ff4ab4'),(4558,621,'demo_form_section_form_heading','Submit your information'),(4559,621,'_demo_form_section_form_heading','field_5d7f8225a0478'),(4560,621,'demo_form_section',''),(4561,621,'_demo_form_section','field_5d7f8213a0477'),(4562,622,'_wp_attached_file','2020/09/client-dashboard-demo.jpg'),(4563,622,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:1436;s:4:\"file\";s:33:\"2020/09/client-dashboard-demo.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"client-dashboard-demo-292x300.jpg\";s:5:\"width\";i:292;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"client-dashboard-demo-998x1024.jpg\";s:5:\"width\";i:998;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"client-dashboard-demo-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"client-dashboard-demo-768x788.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:788;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"client-dashboard-demo-1200x1231.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:1231;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:{}}}'),(4564,623,'_wp_attached_file','2020/09/clients.png'),(4565,623,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:60;s:6:\"height\";i:60;s:4:\"file\";s:19:\"2020/09/clients.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:{}}}'),(4566,624,'_wp_attached_file','2020/09/efficiency.png'),(4567,624,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:60;s:6:\"height\";i:60;s:4:\"file\";s:22:\"2020/09/efficiency.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:{}}}'),(4568,625,'_wp_attached_file','2020/09/engagement.png'),(4569,625,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:60;s:6:\"height\";i:60;s:4:\"file\";s:22:\"2020/09/engagement.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:{}}}'),(4570,626,'_wp_attached_file','2020/09/revenue.png'),(4571,626,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:60;s:6:\"height\";i:60;s:4:\"file\";s:19:\"2020/09/revenue.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:{}}}'),(4572,342,'content_section_client_dashboard','622'),(4573,342,'_content_section_client_dashboard','field_5f5a0284841a7'),(4574,627,'banner_section_background_image','217'),(4575,627,'_banner_section_background_image','field_5d7f7f7e42974'),(4576,627,'banner_section_text','Request a Demo'),(4577,627,'_banner_section_text','field_5d7f7f7e42975'),(4578,627,'banner_section',''),(4579,627,'_banner_section','field_5d7f7f7e42973'),(4580,627,'content_section_content_heading','MSPs Win Big with Captain’s Chair'),(4581,627,'_content_section_content_heading','field_5d7f7fb1f4ab5'),(4582,627,'content_section_content_part_1','<div class=\"col-6 col-md-3\"><div class=\"demo-card\"><h3><span class=\"small-text\">Drive</span><span class=\"big-text\">New Revenue</span>for existing & new clients</h3><i><img title=\"New Revenue\" src=\"https://captainschairit.com/wp-content/uploads/2020/09/revenue.png\" alt=\"New Revenue\" /></i></div></div><!-- /New Revenue --><!-- Boost --><div class=\"col-6 col-md-3\"><div class=\"demo-card\"><h3><span class=\"small-text\">Boost</span><span class=\"big-text\">Engagement</span>for existing & new clients</h3><i><img title=\"Engagement\" src=\"https://captainschairit.com/wp-content/uploads/2020/09/engagement.png\" alt=\"Engagement\" /></i></div></div><!-- /Boost --><!-- Increase --><div class=\"col-6 col-md-3\"><div class=\"demo-card\"><h3><span class=\"small-text\">Increase</span><span class=\"big-text\">Efficiency</span>for existing & new clients</h3><i><img title=\"Efficiency\" src=\"https://captainschairit.com/wp-content/uploads/2020/09/efficiency.png\" alt=\"Efficiency\" /></i></div></div><!-- /Increase --><!-- Win --><div class=\"col-6 col-md-3\"><div class=\"demo-card\"><h3><span class=\"small-text\">Win</span><span class=\"big-text\">New Clients</span>by offering more insight</h3><i><img title=\"New Clients\" src=\"https://captainschairit.com/wp-content/uploads/2020/09/clients.png\" alt=\"New Clients\" /></i></div></div><!-- /Win -->'),(4583,627,'_content_section_content_part_1','field_5d7f7fc5f4ab6'),(4584,627,'content_section_content_part_2','<div class=\"col-md-4\"><div class=\"key-content\"><i><img title=\"Captain\'s Chair\" src=\"https://captainschairit.com/wp-content/themes/captainschare/img/tick.svg\" alt=\"Captain\'s Chair\" /></i><div>Customizable DashboardThat Delivers 100%Transparency</div></div></div><div class=\"col-md-4\"><div class=\"key-content\"><i><img title=\"Captain\'s Chair\" src=\"https://captainschairit.com/wp-content/themes/captainschare/img/tick.svg\" alt=\"Captain\'s Chair\" /></i><div>Connect Tickets, Licenses,Warranties & More InJust Minutes</div></div></div><div class=\"col-md-4\"><div class=\"key-content\"><i><img title=\"Captain\'s Chair\" src=\"https://captainschairit.com/wp-content/themes/captainschare/img/tick.svg\" alt=\"Captain\'s Chair\" /></i><div>Save Time And Money OnManual effort QBR ReportingActivities</div></div></div>'),(4585,627,'_content_section_content_part_2','field_5d7f7fddf4ab7'),(4586,627,'content_section',''),(4587,627,'_content_section','field_5d7f7f9ff4ab4'),(4588,627,'demo_form_section_form_heading','Submit your information'),(4589,627,'_demo_form_section_form_heading','field_5d7f8225a0478'),(4590,627,'demo_form_section',''),(4591,627,'_demo_form_section','field_5d7f8213a0477'),(4592,627,'content_section_client_dashboard','622'),(4593,627,'_content_section_client_dashboard','field_5f5a0284841a7'),(4598,628,'banner_section_background_image','15'),(4599,628,'_banner_section_background_image','field_5d7785aaee8ae'),(4600,628,'banner_section_front_image','603'),(4601,628,'_banner_section_front_image','field_5d7785d3ee8af'),(4602,628,'banner_section_text','Dashboard That Increases Client Engagement And Improves Decision Making'),(4603,628,'_banner_section_text','field_5d7785eeee8b0'),(4604,628,'banner_section',''),(4605,628,'_banner_section','field_5d778563ee8ad'),(4606,628,'connectors_section_text','Captain\'s Chair consolidates the data that matters to next generation MSPs.\r\n<a href=\"https://captainschairit.com/connectors/\">Check out the current connectors with more coming soon!</a>'),(4607,628,'_connectors_section_text','field_5d7789431dc51'),(4608,628,'connectors_section_image','21'),(4609,628,'_connectors_section_image','field_5d7789511dc52'),(4610,628,'connectors_section',''),(4611,628,'_connectors_section','field_5d7789221dc50'),(4612,628,'about_products_section_text','Boost client trust and increase account management efficiency with customizable dashboards, consolidated client information, and automated QBR reports.'),(4613,628,'_about_products_section_text','field_5d77a19d21f5a'),(4614,628,'about_products_section',''),(4615,628,'_about_products_section','field_5d77a00521f59'),(4616,628,'selling_more_section_text','Join the growing community of next generation IT MSP\'s who are utilizing captain\'s chair'),(4617,628,'_selling_more_section_text','field_5d77a2f0593b7'),(4618,628,'selling_more_section_link',''),(4619,628,'_selling_more_section_link','field_5d77a307593b8'),(4620,628,'selling_more_section_image','37'),(4621,628,'_selling_more_section_image','field_5d77a312593b9'),(4622,628,'selling_more_section',''),(4623,628,'_selling_more_section','field_5d77a2e3593b6'),(4624,628,'explore_captains_chair_heading','Discover the software that will deliver increased managed recurring revenue and put you in the Captain\'s Chair with your clients.'),(4625,628,'_explore_captains_chair_heading','field_5d790fcc655af'),(4626,628,'explore_captains_chair_point_1','Sell Captain\'s Chair to your clients'),(4627,628,'_explore_captains_chair_point_1','field_5d79101d655b0'),(4628,628,'explore_captains_chair_point_2','Increase close ratios by differentiating your offering from the competition'),(4629,628,'_explore_captains_chair_point_2','field_5d791091655b1'),(4630,628,'explore_captains_chair_point_3','Increase client attachment rates by providing unprecedented visibility and communication'),(4631,628,'_explore_captains_chair_point_3','field_5d791097655b2'),(4632,628,'explore_captains_chair',''),(4633,628,'_explore_captains_chair','field_5d790f8f655ae'),(4634,628,'explore_captains_chair_background_image','130'),(4635,628,'_explore_captains_chair_background_image','field_5d79111f19196'),(4636,628,'banner_section_button_text','Request a Demo'),(4637,628,'_banner_section_button_text','field_5d79edb98bc10'),(4638,628,'about_products_section_button_text','Learn More'),(4639,628,'_about_products_section_button_text','field_5d79ee5f1b1b8'),(4640,628,'explore_captains_chair_button_text','Explore Captain’s Chair'),(4641,628,'_explore_captains_chair_button_text','field_5d79efcd71bff'),(4642,628,'connectors_section_heading',''),(4643,628,'_connectors_section_heading','field_5d79f022eb0e9'),(4644,628,'newsletter_content_heading','Stay Informed!'),(4645,628,'_newsletter_content_heading','field_5d79f999a7aae'),(4646,628,'newsletter_content_text','Get news and updates on captain\'s chair'),(4647,628,'_newsletter_content_text','field_5d79f999a7aaf'),(4648,628,'newsletter_content',''),(4649,628,'_newsletter_content','field_5d79f999a7aad'),(4650,628,'selling_more_section_heading','Selling More'),(4651,628,'_selling_more_section_heading','field_5d7a00919695e'),(4652,628,'selling_more_section_button_text','get started'),(4653,628,'_selling_more_section_button_text','field_5d7a00989695f'),(4654,628,'explore_captains_chair_button_link','https://captainschairit.com/client-dashboard'),(4655,628,'_explore_captains_chair_button_link','field_5d7a3f120a269'),(4656,628,'about_products_section_button_link','https://captainschairit.com/request-a-demo/'),(4657,628,'_about_products_section_button_link','field_5d9215268abf2'),(4658,628,'banner_section_button_link','https://captainschairit.com/request-a-demo/'),(4659,628,'_banner_section_button_link','field_5d9215880fa13'),(4660,628,'banner_section_front_image_popup','606'),(4661,628,'_banner_section_front_image_popup','field_5f59d86ba4113'),(4666,5,'_aioseop_description','Captain\'s Chair is the fundamental tool for MSP\'s to provide an enhanced customer experience by bridging communication gaps and building trust.'),(4667,5,'_aioseop_title','Next-Gen IT MSP Client Portal and Dashboard'),(4668,28,'_wp_old_slug','where-does-the-information-come-from'),(4669,629,'_wp_attached_file','2020/09/am-dashboard.jpg'),(4670,629,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:2368;s:4:\"file\";s:24:\"2020/09/am-dashboard.jpg\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"am-dashboard-243x300.jpg\";s:5:\"width\";i:243;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"am-dashboard-830x1024.jpg\";s:5:\"width\";i:830;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"am-dashboard-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"am-dashboard-768x947.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:947;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:26:\"am-dashboard-1245x1536.jpg\";s:5:\"width\";i:1245;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:26:\"am-dashboard-1661x2048.jpg\";s:5:\"width\";i:1661;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"am-dashboard-1200x1480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:1480;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:{}}}'),(4671,630,'banner_section_background_image','217'),(4672,630,'_banner_section_background_image','field_5d7f7f7e42974'),(4673,630,'banner_section_text','Request a Demo'),(4674,630,'_banner_section_text','field_5d7f7f7e42975'),(4675,630,'banner_section',''),(4676,630,'_banner_section','field_5d7f7f7e42973'),(4677,630,'content_section_content_heading','MSPs Win Big with Captain’s Chair'),(4678,630,'_content_section_content_heading','field_5d7f7fb1f4ab5'),(4679,630,'content_section_content_part_1','<div class=\"col-6 col-md-3\"><div class=\"demo-card\"><h3><span class=\"small-text\">Drive</span><span class=\"big-text\">New Revenue</span>for existing & new clients</h3><i><img title=\"New Revenue\" src=\"https://captainschairit.com/wp-content/uploads/2020/09/revenue.png\" alt=\"New Revenue\" /></i></div></div><!-- /New Revenue --><!-- Boost --><div class=\"col-6 col-md-3\"><div class=\"demo-card\"><h3><span class=\"small-text\">Boost</span><span class=\"big-text\">Engagement</span>for existing & new clients</h3><i><img title=\"Engagement\" src=\"https://captainschairit.com/wp-content/uploads/2020/09/engagement.png\" alt=\"Engagement\" /></i></div></div><!-- /Boost --><!-- Increase --><div class=\"col-6 col-md-3\"><div class=\"demo-card\"><h3><span class=\"small-text\">Increase</span><span class=\"big-text\">Efficiency</span>for existing & new clients</h3><i><img title=\"Efficiency\" src=\"https://captainschairit.com/wp-content/uploads/2020/09/efficiency.png\" alt=\"Efficiency\" /></i></div></div><!-- /Increase --><!-- Win --><div class=\"col-6 col-md-3\"><div class=\"demo-card\"><h3><span class=\"small-text\">Win</span><span class=\"big-text\">New Clients</span>by offering more insight</h3><i><img title=\"New Clients\" src=\"https://captainschairit.com/wp-content/uploads/2020/09/clients.png\" alt=\"New Clients\" /></i></div></div><!-- /Win -->'),(4680,630,'_content_section_content_part_1','field_5d7f7fc5f4ab6'),(4681,630,'content_section_content_part_2','<div class=\"col-md-4\"><div class=\"key-content\"><i><img title=\"Captain\'s Chair\" src=\"https://captainschairit.com/wp-content/themes/captainschare/img/tick.svg\" alt=\"Captain\'s Chair\" /></i><div>Customizable DashboardThat Delivers 100%Transparency</div></div></div><div class=\"col-md-4\"><div class=\"key-content\"><i><img title=\"Captain\'s Chair\" src=\"https://captainschairit.com/wp-content/themes/captainschare/img/tick.svg\" alt=\"Captain\'s Chair\" /></i><div>Connect Tickets, Licenses,Warranties & More InJust Minutes</div></div></div><div class=\"col-md-4\"><div class=\"key-content\"><i><img title=\"Captain\'s Chair\" src=\"https://captainschairit.com/wp-content/themes/captainschare/img/tick.svg\" alt=\"Captain\'s Chair\" /></i><div>Save Time And Money OnManual effort QBR ReportingActivities</div></div></div>'),(4682,630,'_content_section_content_part_2','field_5d7f7fddf4ab7'),(4683,630,'content_section',''),(4684,630,'_content_section','field_5d7f7f9ff4ab4'),(4685,630,'demo_form_section_form_heading','Check our availability'),(4686,630,'_demo_form_section_form_heading','field_5d7f8225a0478'),(4687,630,'demo_form_section',''),(4688,630,'_demo_form_section','field_5d7f8213a0477'),(4689,630,'content_section_client_dashboard','622'),(4690,630,'_content_section_client_dashboard','field_5f5a0284841a7'),(4691,633,'_edit_lock','1606977605:1'),(4692,662,'_edit_lock','1603298442:1'),(4693,662,'_edit_last','1'),(4694,663,'_wp_attached_file','2020/10/price-banner.jpg'),(4695,663,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1365;s:6:\"height\";i:382;s:4:\"file\";s:24:\"2020/10/price-banner.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"price-banner-300x84.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:84;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"price-banner-1024x287.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:287;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"price-banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"price-banner-768x215.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"price-banner-1200x336.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:336;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:{}}}'),(4696,662,'_wp_page_template','template-parts/pricing.php'),(4697,662,'banner_section_background_image','663'),(4698,662,'_banner_section_background_image','field_5f55fcd9df780'),(4699,662,'banner_section_text','Pricing'),(4700,662,'_banner_section_text','field_5f55fcd9df7bd'),(4701,662,'banner_section',''),(4702,662,'_banner_section','field_5f55fcd9cc74c'),(4703,664,'banner_section_background_image','663'),(4704,664,'_banner_section_background_image','field_5f55fcd9df780'),(4705,664,'banner_section_text','Pricing'),(4706,664,'_banner_section_text','field_5f55fcd9df7bd'),(4707,664,'banner_section',''),(4708,664,'_banner_section','field_5f55fcd9cc74c'),(4709,665,'_edit_lock','1603264299:1'),(4710,665,'_edit_last','1'),(4711,665,'amount_monthly','299.00'),(4712,665,'_amount_monthly','field_5e469fa075050'),(4713,665,'amount_yearly','3,228.00'),(4714,665,'_amount_yearly','field_5f845ab9d6ba7'),(4715,665,'minimum_active_clients','20'),(4716,665,'_minimum_active_clients','field_5e57d86d74085'),(4717,665,'additional_clients_billed_at','14.95'),(4718,665,'_additional_clients_billed_at','field_5e57d88874086'),(4719,665,'30-day_preview','1'),(4720,665,'_30-day_preview','field_5e57d8d174087'),(4721,665,'psa_+_unlimited_connectors','1'),(4722,665,'_psa_+_unlimited_connectors','field_5f845bb3b6fe5'),(4723,665,'unlimited_internal_subscribers','1'),(4724,665,'_unlimited_internal_subscribers','field_5f845bece61ce'),(4725,665,'unlimited_access_to_client_dashboards','1'),(4726,665,'_unlimited_access_to_client_dashboards','field_5f845c0efbe84'),(4727,666,'_edit_lock','1603264362:1'),(4728,666,'_edit_last','1'),(4729,666,'amount_monthly','624.00'),(4730,666,'_amount_monthly','field_5e469fa075050'),(4731,666,'amount_yearly','6,744.00'),(4732,666,'_amount_yearly','field_5f845ab9d6ba7'),(4733,666,'minimum_active_clients','50'),(4734,666,'_minimum_active_clients','field_5e57d86d74085'),(4735,666,'additional_clients_billed_at','12.49'),(4736,666,'_additional_clients_billed_at','field_5e57d88874086'),(4737,666,'30-day_preview','1'),(4738,666,'_30-day_preview','field_5e57d8d174087'),(4739,666,'psa_+_unlimited_connectors','1'),(4740,666,'_psa_+_unlimited_connectors','field_5f845bb3b6fe5'),(4741,666,'unlimited_internal_subscribers','1'),(4742,666,'_unlimited_internal_subscribers','field_5f845bece61ce'),(4743,666,'unlimited_access_to_client_dashboards','1'),(4744,666,'_unlimited_access_to_client_dashboards','field_5f845c0efbe84'),(4745,667,'_edit_lock','1603265023:1'),(4746,667,'_edit_last','1'),(4747,667,'amount_monthly','999.00'),(4748,667,'_amount_monthly','field_5e469fa075050'),(4749,667,'amount_yearly','10,788.00'),(4750,667,'_amount_yearly','field_5f845ab9d6ba7'),(4751,667,'minimum_active_clients','100'),(4752,667,'_minimum_active_clients','field_5e57d86d74085'),(4753,667,'additional_clients_billed_at','9.99'),(4754,667,'_additional_clients_billed_at','field_5e57d88874086'),(4755,667,'30-day_preview','1'),(4756,667,'_30-day_preview','field_5e57d8d174087'),(4757,667,'psa_+_unlimited_connectors','1'),(4758,667,'_psa_+_unlimited_connectors','field_5f845bb3b6fe5'),(4759,667,'unlimited_internal_subscribers','1'),(4760,667,'_unlimited_internal_subscribers','field_5f845bece61ce'),(4761,667,'unlimited_access_to_client_dashboards','1'),(4762,667,'_unlimited_access_to_client_dashboards','field_5f845c0efbe84'),(4763,668,'_edit_lock','1603265079:1'),(4764,668,'_edit_last','1'),(4765,669,'_wp_attached_file','2020/10/msp-content-img.jpg'),(4766,669,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:639;s:6:\"height\";i:426;s:4:\"file\";s:27:\"2020/10/msp-content-img.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"msp-content-img-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"msp-content-img-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:{}}}'),(4767,668,'_wp_page_template','template-parts/collect-data-msp.php'),(4768,668,'page_heading','Captain’s Chair Set-Up'),(4769,668,'_page_heading','field_5e5775ae95327'),(4770,668,'captains_charis_url_instructions','In the section where they enter their url change the copy from \'Captain\'s Chair URL\' to \'[My Captain\'s Chair Site Name]\''),(4771,668,'_captains_charis_url_instructions','field_5e6b8a77bd16e'),(4772,668,'content_big_font','One business day away from harnessing the power of Captain\'s Chair.'),(4773,668,'_content_big_font','field_5e5775b695328'),(4774,668,'content_small_font','With the free trial and cancel any time offer there is no better time to create a Captain\'s Chair site for your MSP.'),(4775,668,'_content_small_font','field_5e5775c695329'),(4776,668,'image',''),(4777,668,'_image','field_5e5775ca9532b'),(4778,670,'page_heading','Captain’s Chair Set-Up'),(4779,670,'_page_heading','field_5e5775ae95327'),(4780,670,'captains_charis_url_instructions','In the section where they enter their url change the copy from \'Captain\'s Chair URL\' to \'[My Captain\'s Chair Site Name]\''),(4781,670,'_captains_charis_url_instructions','field_5e6b8a77bd16e'),(4782,670,'content_big_font','One business day away from harnessing the power of Captain\'s Chair.'),(4783,670,'_content_big_font','field_5e5775b695328'),(4784,670,'content_small_font','With the free trial and cancel any time offer there is no better time to create a Captain\'s Chair site for your MSP.'),(4785,670,'_content_small_font','field_5e5775c695329'),(4786,670,'image','669'),(4787,670,'_image','field_5e5775ca9532b'),(4788,671,'page_heading','Captain’s Chair Set-Up'),(4789,671,'_page_heading','field_5e5775ae95327'),(4790,671,'captains_charis_url_instructions','In the section where they enter their url change the copy from \'Captain\'s Chair URL\' to \'[My Captain\'s Chair Site Name]\''),(4791,671,'_captains_charis_url_instructions','field_5e6b8a77bd16e'),(4792,671,'content_big_font','One business day away from harnessing the power of Captain\'s Chair.'),(4793,671,'_content_big_font','field_5e5775b695328'),(4794,671,'content_small_font','With the free trial and cancel any time offer there is no better time to create a Captain\'s Chair site for your MSP.'),(4795,671,'_content_small_font','field_5e5775c695329'),(4796,671,'image',''),(4797,671,'_image','field_5e5775ca9532b'),(4798,672,'_edit_lock','1603265908:1'),(4799,672,'_edit_last','1'),(4800,672,'_wp_page_template','template-parts/choose-connectors.php'),(4801,672,'page_heading','Captain’s Chair Set-Up'),(4802,672,'_page_heading','field_5e5796c9e52aa'),(4803,672,'content_part','Captain’s Chair implementations are customized based on your PSA. Please select the PSA you use below or choose ‘Other’ and enter your PSA.'),(4804,672,'_content_part','field_5e5796e2e52ab'),(4805,673,'page_heading','Captain’s Chair Set-Up'),(4806,673,'_page_heading','field_5e5796c9e52aa'),(4807,673,'content_part','Captain’s Chair implementations are customized based on your PSA. Please select the PSA you use below or choose ‘Other’ and enter your PSA.'),(4808,673,'_content_part','field_5e5796e2e52ab'),(4812,674,'_wp_attached_file','2019/09/ConnectWiseManage-2.png'),(4813,674,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:130;s:6:\"height\";i:86;s:4:\"file\";s:31:\"2019/09/ConnectWiseManage-2.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:{}}}'),(4814,675,'_wp_attached_file','2019/09/kaseya-bms-3.png'),(4815,675,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:130;s:6:\"height\";i:86;s:4:\"file\";s:24:\"2019/09/kaseya-bms-3.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:{}}}'),(4816,104,'connector_id','1'),(4817,104,'_connector_id','field_5ebbd86220ec5'),(4818,104,'image','674'),(4819,104,'_image','field_5ec36f84c84a7'),(4820,528,'connector_id','46'),(4821,528,'_connector_id','field_5ebbd86220ec5'),(4822,528,'image','675'),(4823,528,'_image','field_5ec36f84c84a7'),(4824,676,'_edit_lock','1603269070:1'),(4825,676,'_edit_last','1'),(4826,676,'_wp_page_template','template-parts/confirmation-page.php'),(4827,676,'page_heading','Captain’s Chair Set-Up'),(4828,676,'_page_heading','field_5e592d8608cb4'),(4829,676,'content_heading','Order Confirmation'),(4830,676,'_content_heading','field_5e592d9808cb5'),(4831,676,'content_part','Please confirm the below information is correct. No charges will be applied till the end of the trial.\r\n\r\nWelcome to the Captain\'s Chair team.\r\nAs a new Partner you will receive an email invite to your site within 1 business day.\r\n\r\nIf you have any questions before then, please give us a call.'),(4832,676,'_content_part','field_5e592db708cb6'),(4833,677,'page_heading','Captain’s Chair Set-Up'),(4834,677,'_page_heading','field_5e592d8608cb4'),(4835,677,'content_heading','Order Confirmation'),(4836,677,'_content_heading','field_5e592d9808cb5'),(4837,677,'content_part','Please confirm the below information is correct. No charges will be applied till the end of the trial.\r\n\r\nWelcome to the Captain\'s Chair team.\r\nAs a new Partner you will receive an email invite to your site within 1 business day.\r\n\r\nIf you have any questions before then, please give us a call.'),(4838,677,'_content_part','field_5e592db708cb6'),(4839,678,'_edit_lock','1603279235:1'),(4840,678,'_edit_last','1'),(4841,678,'_wp_page_template','template-parts/thankyou-page-other.php'),(4842,575,'_edit_last','1'),(4843,678,'page_heading','Captain\'s Chair'),(4844,678,'_page_heading','field_5e5cc3c48b4f7'),(4845,678,'thank_you_text','Thank you for your interest in Captain\'s Chair. '),(4846,678,'_thank_you_text','field_5e5cc3da8b4f8'),(4847,678,'thank_you_content','Currently, Captain\'s Chair does not support the PSA you selected. However, it is on our road map to complete this integration and we will reach out when we get closer to implementation to see if you would be interested in participating in the beta release.'),(4848,678,'_thank_you_content','field_5e5cc42a8b4f9'),(4849,680,'page_heading','Captain\'s Chair'),(4850,680,'_page_heading','field_5e5cc3c48b4f7'),(4851,680,'thank_you_text','Thank you for your interest in Captain\'s Chair. '),(4852,680,'_thank_you_text','field_5e5cc3da8b4f8'),(4853,680,'thank_you_content','Currently, Captain\'s Chair does not support the PSA you selected. However, it is on our road map to complete this integration and we will reach out when we get closer to implementation to see if you would be interested in participating in the beta release.'),(4854,680,'_thank_you_content','field_5e5cc42a8b4f9'),(4855,681,'_menu_item_type','post_type'),(4856,681,'_menu_item_menu_item_parent','0'),(4857,681,'_menu_item_object_id','662'),(4858,681,'_menu_item_object','page'),(4859,681,'_menu_item_target',''),(4860,681,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4861,681,'_menu_item_xfn',''),(4862,681,'_menu_item_url',''),(4865,642,'_edit_lock','1603298441:1'),(4866,642,'_edit_last','1'),(4867,662,'content','Captain’s Chair pricing is based on minimum client activation tiers as described below. Simply click the preview button to setup a Captain’s Site for your MSP. No credit card is required for the preview.'),(4868,662,'_content','field_5f901635fa14f'),(4869,684,'banner_section_background_image','663'),(4870,684,'_banner_section_background_image','field_5f55fcd9df780'),(4871,684,'banner_section_text','Pricing'),(4872,684,'_banner_section_text','field_5f55fcd9df7bd'),(4873,684,'banner_section',''),(4874,684,'_banner_section','field_5f55fcd9cc74c'),(4875,684,'content','Captain’s Chair pricing is based on minimum client activation tiers as described below. Simply click the preview button to setup a Captain’s Site for your MSP. No credit card is required for the preview.'),(4876,684,'_content','field_5f901635fa14f'),(4877,687,'_wp_attached_file','2020/11/saas-agreement.pdf'),(4878,688,'_edit_lock','1604564217:1'),(4879,688,'_edit_last','1'),(4880,688,'_wp_page_template','template-parts/thankyou-page.php'),(4881,688,'page_heading','Captain\'s Chair Trial'),(4882,688,'_page_heading','field_5e5cc3c48b4f7'),(4883,688,'thank_you_text','Thank you for your interest in Captain\'s Chair.'),(4884,688,'_thank_you_text','field_5e5cc3da8b4f8'),(4885,688,'thank_you_content','An email has been sent to you with a copy of the agreement, welcoming you to Captain\'s Chair. Please check spam folder if it isn\'t in your Inbox. It will take about one to two business days to provision your site and then we will be in touch to support a successful implementation.'),(4886,688,'_thank_you_content','field_5e5cc42a8b4f9'),(4887,689,'page_heading','Captain\'s Chair Trial'),(4888,689,'_page_heading','field_5e5cc3c48b4f7'),(4889,689,'thank_you_text','Thank you for your interest in Captain\'s Chair.'),(4890,689,'_thank_you_text','field_5e5cc3da8b4f8'),(4891,689,'thank_you_content','An email has been sent to you with a copy of the agreement, welcoming you to Captain\'s Chair. Please check spam folder if it isn\'t in your Inbox. It will take about one to two business days to provision your site and then we will be in touch to support a successful implementation.'),(4892,689,'_thank_you_content','field_5e5cc42a8b4f9'),(4893,633,'_wp_trash_meta_status','publish'),(4894,633,'_wp_trash_meta_time','1606977760'),(4895,633,'_wp_desired_post_slug','group_5e469f6f9964b'),(4896,634,'_wp_trash_meta_status','publish'),(4897,634,'_wp_trash_meta_time','1606977760'),(4898,634,'_wp_desired_post_slug','field_5e469fa075050'),(4899,635,'_wp_trash_meta_status','publish'),(4900,635,'_wp_trash_meta_time','1606977760'),(4901,635,'_wp_desired_post_slug','field_5f845ab9d6ba7'),(4902,636,'_wp_trash_meta_status','publish'),(4903,636,'_wp_trash_meta_time','1606977760'),(4904,636,'_wp_desired_post_slug','field_5e57d86d74085'),(4905,637,'_wp_trash_meta_status','publish'),(4906,637,'_wp_trash_meta_time','1606977760'),(4907,637,'_wp_desired_post_slug','field_5e57d88874086'),(4908,638,'_wp_trash_meta_status','publish'),(4909,638,'_wp_trash_meta_time','1606977760'),(4910,638,'_wp_desired_post_slug','field_5e57d8d174087'),(4911,639,'_wp_trash_meta_status','publish'),(4912,639,'_wp_trash_meta_time','1606977760'),(4913,639,'_wp_desired_post_slug','field_5f845bb3b6fe5'),(4914,640,'_wp_trash_meta_status','publish'),(4915,640,'_wp_trash_meta_time','1606977760'),(4916,640,'_wp_desired_post_slug','field_5f845bece61ce'),(4917,641,'_wp_trash_meta_status','publish'),(4918,641,'_wp_trash_meta_time','1606977760'),(4919,641,'_wp_desired_post_slug','field_5f845c0efbe84'),(4920,667,'_wp_trash_meta_status','publish'),(4921,667,'_wp_trash_meta_time','1606978137'),(4922,667,'_wp_desired_post_slug','captain'),(4923,666,'_wp_trash_meta_status','publish'),(4924,666,'_wp_trash_meta_time','1606978140'),(4925,666,'_wp_desired_post_slug','lieutenant'),(4926,665,'_wp_trash_meta_status','publish'),(4927,665,'_wp_trash_meta_time','1606978141'),(4928,665,'_wp_desired_post_slug','crewman'),(4929,703,'_edit_lock','1606978046:1'),(4930,703,'_edit_last','1'),(4931,703,'crewman_text','$299'),(4932,703,'_crewman_text','field_5fb75c87c74e7'),(4933,703,'crewman_eligible','0'),(4934,703,'_crewman_eligible','field_5fb75ca2c74e8'),(4935,703,'crewman',''),(4936,703,'_crewman','field_5fb75c68c74e6'),(4937,703,'lieutenant_text','$624'),(4938,703,'_lieutenant_text','field_5fb75ceab6b8c'),(4939,703,'lieutenant_eligible','0'),(4940,703,'_lieutenant_eligible','field_5fb75ceab6b8d'),(4941,703,'lieutenant',''),(4942,703,'_lieutenant','field_5fb75ceab6b8b'),(4943,703,'captain_text','$999'),(4944,703,'_captain_text','field_5fb75d353c32e'),(4945,703,'captain_eligible','0'),(4946,703,'_captain_eligible','field_5fb75d353c32f'),(4947,703,'captain',''),(4948,703,'_captain','field_5fb75d353c32d'),(4949,704,'_edit_lock','1606978073:1'),(4950,704,'_edit_last','1'),(4951,704,'crewman_text','$0'),(4952,704,'_crewman_text','field_5fb75c87c74e7'),(4953,704,'crewman_eligible','0'),(4954,704,'_crewman_eligible','field_5fb75ca2c74e8'),(4955,704,'crewman',''),(4956,704,'_crewman','field_5fb75c68c74e6'),(4957,704,'lieutenant_text','$0'),(4958,704,'_lieutenant_text','field_5fb75ceab6b8c'),(4959,704,'lieutenant_eligible','0'),(4960,704,'_lieutenant_eligible','field_5fb75ceab6b8d'),(4961,704,'lieutenant',''),(4962,704,'_lieutenant','field_5fb75ceab6b8b'),(4963,704,'captain_text','$0'),(4964,704,'_captain_text','field_5fb75d353c32e'),(4965,704,'captain_eligible','0'),(4966,704,'_captain_eligible','field_5fb75d353c32f'),(4967,704,'captain',''),(4968,704,'_captain','field_5fb75d353c32d'),(4969,705,'_edit_lock','1606978101:1'),(4970,705,'_edit_last','1'),(4971,705,'crewman_text','$3,228 ($269/mo)'),(4972,705,'_crewman_text','field_5fb75c87c74e7'),(4973,705,'crewman_eligible','0'),(4974,705,'_crewman_eligible','field_5fb75ca2c74e8'),(4975,705,'crewman',''),(4976,705,'_crewman','field_5fb75c68c74e6'),(4977,705,'lieutenant_text','$6,744 ($562/mo)'),(4978,705,'_lieutenant_text','field_5fb75ceab6b8c'),(4979,705,'lieutenant_eligible','0'),(4980,705,'_lieutenant_eligible','field_5fb75ceab6b8d'),(4981,705,'lieutenant',''),(4982,705,'_lieutenant','field_5fb75ceab6b8b'),(4983,705,'captain_text','$10,788 ($899/mo)'),(4984,705,'_captain_text','field_5fb75d353c32e'),(4985,705,'captain_eligible','0'),(4986,705,'_captain_eligible','field_5fb75d353c32f'),(4987,705,'captain',''),(4988,705,'_captain','field_5fb75d353c32d'),(4989,706,'_edit_lock','1606978151:1'),(4990,706,'_edit_last','1'),(4991,706,'crewman_text','20 clients'),(4992,706,'_crewman_text','field_5fb75c87c74e7'),(4993,706,'crewman_eligible','0'),(4994,706,'_crewman_eligible','field_5fb75ca2c74e8'),(4995,706,'crewman',''),(4996,706,'_crewman','field_5fb75c68c74e6'),(4997,706,'lieutenant_text','50 clients'),(4998,706,'_lieutenant_text','field_5fb75ceab6b8c'),(4999,706,'lieutenant_eligible','0'),(5000,706,'_lieutenant_eligible','field_5fb75ceab6b8d'),(5001,706,'lieutenant',''),(5002,706,'_lieutenant','field_5fb75ceab6b8b'),(5003,706,'captain_text','100 clients'),(5004,706,'_captain_text','field_5fb75d353c32e'),(5005,706,'captain_eligible','0'),(5006,706,'_captain_eligible','field_5fb75d353c32f'),(5007,706,'captain',''),(5008,706,'_captain','field_5fb75d353c32d'),(5009,707,'_edit_lock','1606978227:1'),(5010,707,'_edit_last','1'),(5011,707,'crewman_text','$14.95'),(5012,707,'_crewman_text','field_5fb75c87c74e7'),(5013,707,'crewman_eligible','0'),(5014,707,'_crewman_eligible','field_5fb75ca2c74e8'),(5015,707,'crewman',''),(5016,707,'_crewman','field_5fb75c68c74e6'),(5017,707,'lieutenant_text','$12.49'),(5018,707,'_lieutenant_text','field_5fb75ceab6b8c'),(5019,707,'lieutenant_eligible','0'),(5020,707,'_lieutenant_eligible','field_5fb75ceab6b8d'),(5021,707,'lieutenant',''),(5022,707,'_lieutenant','field_5fb75ceab6b8b'),(5023,707,'captain_text','$9.99'),(5024,707,'_captain_text','field_5fb75d353c32e'),(5025,707,'captain_eligible','0'),(5026,707,'_captain_eligible','field_5fb75d353c32f'),(5027,707,'captain',''),(5028,707,'_captain','field_5fb75d353c32d'),(5029,708,'_edit_lock','1606978288:1'),(5030,708,'_edit_last','1'),(5031,708,'crewman_text',''),(5032,708,'_crewman_text','field_5fb75c87c74e7'),(5033,708,'crewman_eligible','1'),(5034,708,'_crewman_eligible','field_5fb75ca2c74e8'),(5035,708,'crewman',''),(5036,708,'_crewman','field_5fb75c68c74e6'),(5037,708,'lieutenant_text',''),(5038,708,'_lieutenant_text','field_5fb75ceab6b8c'),(5039,708,'lieutenant_eligible','1'),(5040,708,'_lieutenant_eligible','field_5fb75ceab6b8d'),(5041,708,'lieutenant',''),(5042,708,'_lieutenant','field_5fb75ceab6b8b'),(5043,708,'captain_text',''),(5044,708,'_captain_text','field_5fb75d353c32e'),(5045,708,'captain_eligible','1'),(5046,708,'_captain_eligible','field_5fb75d353c32f'),(5047,708,'captain',''),(5048,708,'_captain','field_5fb75d353c32d'),(5049,709,'_edit_lock','1606978313:1'),(5050,709,'_edit_last','1'),(5051,709,'crewman_text',''),(5052,709,'_crewman_text','field_5fb75c87c74e7'),(5053,709,'crewman_eligible','1'),(5054,709,'_crewman_eligible','field_5fb75ca2c74e8'),(5055,709,'crewman',''),(5056,709,'_crewman','field_5fb75c68c74e6'),(5057,709,'lieutenant_text',''),(5058,709,'_lieutenant_text','field_5fb75ceab6b8c'),(5059,709,'lieutenant_eligible','1'),(5060,709,'_lieutenant_eligible','field_5fb75ceab6b8d'),(5061,709,'lieutenant',''),(5062,709,'_lieutenant','field_5fb75ceab6b8b'),(5063,709,'captain_text',''),(5064,709,'_captain_text','field_5fb75d353c32e'),(5065,709,'captain_eligible','1'),(5066,709,'_captain_eligible','field_5fb75d353c32f'),(5067,709,'captain',''),(5068,709,'_captain','field_5fb75d353c32d'),(5069,710,'_edit_lock','1606979787:1'),(5070,710,'_edit_last','1'),(5071,710,'crewman_text',''),(5072,710,'_crewman_text','field_5fb75c87c74e7'),(5073,710,'crewman_eligible','1'),(5074,710,'_crewman_eligible','field_5fb75ca2c74e8'),(5075,710,'crewman',''),(5076,710,'_crewman','field_5fb75c68c74e6'),(5077,710,'lieutenant_text',''),(5078,710,'_lieutenant_text','field_5fb75ceab6b8c'),(5079,710,'lieutenant_eligible','1'),(5080,710,'_lieutenant_eligible','field_5fb75ceab6b8d'),(5081,710,'lieutenant',''),(5082,710,'_lieutenant','field_5fb75ceab6b8b'),(5083,710,'captain_text',''),(5084,710,'_captain_text','field_5fb75d353c32e'),(5085,710,'captain_eligible','1'),(5086,710,'_captain_eligible','field_5fb75d353c32f'),(5087,710,'captain',''),(5088,710,'_captain','field_5fb75d353c32d'),(5089,711,'_edit_lock','1606979409:1'),(5090,711,'_edit_last','1'),(5091,711,'crewman_text',''),(5092,711,'_crewman_text','field_5fb75c87c74e7'),(5093,711,'crewman_eligible','1'),(5094,711,'_crewman_eligible','field_5fb75ca2c74e8'),(5095,711,'crewman',''),(5096,711,'_crewman','field_5fb75c68c74e6'),(5097,711,'lieutenant_text',''),(5098,711,'_lieutenant_text','field_5fb75ceab6b8c'),(5099,711,'lieutenant_eligible','0'),(5100,711,'_lieutenant_eligible','field_5fb75ceab6b8d'),(5101,711,'lieutenant',''),(5102,711,'_lieutenant','field_5fb75ceab6b8b'),(5103,711,'captain_text',''),(5104,711,'_captain_text','field_5fb75d353c32e'),(5105,711,'captain_eligible','1'),(5106,711,'_captain_eligible','field_5fb75d353c32f'),(5107,711,'captain',''),(5108,711,'_captain','field_5fb75d353c32d'),(5109,711,'_wp_trash_meta_status','publish'),(5110,711,'_wp_trash_meta_time','1606979567'),(5111,711,'_wp_desired_post_slug','test');
/*!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_520_ci NOT NULL,
`post_title` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
`post_excerpt` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
`post_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'publish',
`comment_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'open',
`ping_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'open',
`post_password` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`post_name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`to_ping` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
`pinged` text COLLATE utf8mb4_unicode_520_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_520_ci NOT NULL,
`post_parent` bigint(20) unsigned NOT NULL DEFAULT '0',
`guid` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`menu_order` int(11) NOT NULL DEFAULT '0',
`post_type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'post',
`post_mime_type` varchar(100) COLLATE utf8mb4_unicode_520_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=712 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_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,'2019-09-10 08:22:29','2019-09-10 08:22:29','<!-- wp:paragraph -->\n<p>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:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>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.)</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>...or something like this:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>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.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>As a new WordPress user, you should go to <a href=\"http://dev.captainschairit.com/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!</p>\n<!-- /wp:paragraph -->','Sample Page','','publish','closed','open','','sample-page','','','2019-09-10 08:22:29','2019-09-10 08:22:29','',0,'http://dev.captainschairit.com/?page_id=2',0,'page','',0),(3,1,'2019-09-10 08:22:29','2019-09-10 08:22:29','<h3 class=\"heading05 mt-0\">This Policy</h3>\r\nThis Policy explains how we may Process your Personal Data. This Policy may be amended or updated from time to time, so please check it regularly for updates.\r\n\r\nThis Policy is issued by Concertium on behalf of itself, its subsidiaries and its affiliates (including any entity lawfully trading under the Concertium brand) (together, “Company”, “we”, “us” and “our”) and is addressed to individuals outside our organization with whom we interact, including customers, visitors to our Sites, users of our Apps, and other users of our services (together, “you”). Defined terms used in this Policy below.\r\n\r\nFor the purposes of this Policy, Company is the Controller. This Policy covers the information practices relating to Company websites for Concertium services (\"Services\") offered now or in the future.\r\n\r\nThis Policy may be amended or updated from time to time to reflect changes in our practices with respect to the processing of Personal Data, or changes in applicable law. We encourage you to read this Policy carefully, and to regularly check this page to review any changes we might make in accordance with the terms of this Policy.\r\n<h3 class=\"heading05\">Collection of Personal Data</h3>\r\nWe may collect or obtain Personal Data about you: directly from you (e.g., where you contact us); in the course of our relationship with you (e.g., if you make a purchase); when you make your Personal Data public (e.g., if you make a public post about us on social media); when you download, install, or use our Apps; when you visit our Site; when you register to use any of our Site, Apps, or services; or when you interact with any third party content or advertising on a Site or in an App.\r\n\r\nCollection of Personal Data: We may collect Personal Data about you from the following sources:\r\n<ul class=\"right-list-pan02\">\r\n <li>Data you provide: We may obtain your Personal Data when you provide it to us (e.g., where you contact us via email or telephone, or by any other means, or when you provide us with your business card).</li>\r\n <li>Relationship data: We may collect or obtain your Personal Data in the ordinary course of our relationship with you (e.g., if you purchase a service from us.</li>\r\n <li>App data: We may collect or obtain your Personal Data when you download or use any of our Apps.</li>\r\n <li>Site data: We may collect or obtain your Personal Data when you visit any of our Sites or use any features or resources available on or through a Site.</li>\r\n <li>Registration details: We may collect or obtain your Personal Data when you use, or register to use, any of our Sites, Apps, or services.</li>\r\n <li>Content and advertising information: If you choose to interact with any third-party content or advertising on a Site or in an App, we may receive Personal Data about you from the relevant third party.</li>\r\n <li>Third party information: We may collect or obtain your Personal Data from third parties who provide it to us (e.g., credit reference agencies; law enforcement authorities; etc.).</li>\r\n</ul>\r\n<h3 class=\"heading05\">Creation of Personal Data</h3>\r\nWe may also create Personal Data about you, such as records of your interactions with us, and details of your purchase history for internal administration purposes and analysis.\r\n<h3 class=\"heading05\">Categories of Personal Data we may Process</h3>\r\nWe may Process: your personal details (e.g., your name); demographic data (e.g., your age); your contact details (e.g., your address); records of your consents; purchase details; payment details (e.g., your billing address); information about our Sites and Apps (e.g., the type of device you are using); details of your employer (where relevant); information about your interactions with our content or advertising; and any views or opinions you provide to us.\r\n\r\nWe may Process the following categories of Personal Data about you:\r\n<ul class=\"right-list-pan02\">\r\n <li>Personal details: given name(s); preferred name; and photograph.</li>\r\n <li>Demographic information: gender; date of birth/age; nationality; salutation; job title/industry; and language preferences.</li>\r\n <li>Contact details: correspondence address; telephone number; email address; and details of your public social media profile(s).</li>\r\n <li>Consent records: records of any consents you may have given, together with the date and time, means of consent and any related information (e.g., the subject matter of the consent).</li>\r\n <li>Data relating to our Sites and Apps: device type; operating system; browser type; browser settings; IP address; language settings; dates and times of connecting to a Site; App usage statistics; App settings; dates and times of connecting to an App; location data, and other technical communications information (some of which may constitute Personal Data); username; password; security login details; usage data; aggregate statistical information.</li>\r\n <li>Employer details: where you interact with us in your capacity as an employee, the contact information of your employer (including name, address, telephone number and email address) to the extent relevant.</li>\r\n</ul>\r\n<h3 class=\"heading05\">Lawful basis for Processing Personal Data</h3>\r\nWe may Process your Personal Data where: you have given your prior, express consent; the Processing is necessary for a contract between you and us; the Processing is required by applicable law; the Processing is necessary to protect the vital interests of any individual; or where we have a valid legitimate interest in the Processing.\r\n\r\nIn Processing your Personal Data in connection with the purposes set out in this Policy, we may rely on one or more of the following legal bases, depending on the circumstances:\r\n<ul class=\"right-list-pan02\">\r\n <li>Consent: We may Process your Personal Data where we have obtained your prior, express consent to the Processing (this legal basis is only used in relation to Processing that is entirely voluntary – it is not used for Processing that is necessary or obligatory in any way);</li>\r\n <li>Contractual necessity: We may Process your Personal Data where the Processing is necessary in connection with any contract that you may enter into with us;</li>\r\n <li>Compliance with applicable law: We may Process your Personal Data where the Processing is required by applicable law;</li>\r\n <li>Vital interests: We may Process your Personal Data where the Processing is necessary to protect the vital interests of any individual; or</li>\r\n <li>Legitimate interests: We may Process your Personal Data where we have a legitimate interest in carrying out the Processing for the purpose of managing, operating or promoting our business, and that legitimate interest is not overridden by your interests, fundamental rights, or freedoms.</li>\r\n</ul>\r\n<h3 class=\"heading05\">Sensitive Personal Data</h3>\r\nWe do not seek to collect or otherwise Process your Sensitive Personal Data. Where we need to Process your Sensitive Personal Data for a legitimate purpose, we do so in accordance with applicable law.\r\n\r\nWe do not seek to collect or otherwise Process your Sensitive Personal Data in the ordinary course of our business. Where it becomes necessary to process your Sensitive Personal Data for any reason, we rely on one of the following legal bases:\r\n<ul class=\"right-list-pan02\">\r\n <li>Compliance with applicable law: We may Process your Sensitive Personal Data where the Processing is required or permitted by applicable law (e.g., to comply with our diversity reporting obligations);</li>\r\n <li>Detection and prevention of crime: We may Process your Sensitive Personal Data where the Processing is necessary for the detection or prevention of crime (including the prevention of fraud);</li>\r\n <li>Establishment, exercise or defense of legal rights: We may Process your Sensitive Personal Data where the Processing is necessary for the establishment, exercise or defense of legal rights; or</li>\r\n <li>Consent: We may Process your Sensitive Personal Data where we have, in accordance with applicable law, obtained your prior, express consent prior to Processing your Sensitive Personal Data (this legal basis is only used in relation to Processing that is entirely voluntary – it is not used for Processing that is necessary or obligatory in any way).</li>\r\n</ul>\r\n<h3 class=\"heading05\">Purposes for which we may Process your Personal Data</h3>\r\nWe may Process your Personal Data for the following purposes: providing services to you; operating our Sites and Apps; communicating with you; managing our IT systems; health and safety; financial management; conducting surveys; ensuring the security of our premises and systems; conducting investigations where necessary; compliance with applicable law; and improving our Sites, Apps, and services.\r\n\r\nThe purposes for which we may Process Personal Data, subject to applicable law, include:\r\n<ul class=\"right-list-pan02\">\r\n <li>Provision of services to you: providing our Sites, Apps, and services to you; communicating with you in relation to those services and providing you with promotional items at your request or in connection with those services or similar services.</li>\r\n <li>Our Sites and Apps: operating and managing our Sites and our Apps; providing content to you; displaying advertising and other information to you; communicating and interacting with you via our Sites and our Apps; identifying issues with our Sites and Apps and planning improvements to or creating new Sites and Apps; and notifying you of changes to any of our Sites, our Apps, or our services.</li>\r\n <li>Communications: communicating with you via any means (including via email, telephone, text message, social media, post or in person) news items and other information in which you may be interested, subject to ensuring that such communications are provided to you in compliance with applicable law; maintaining and updating your contact information where appropriate; and obtaining your prior, opt-in consent where required.</li>\r\n <li>Communications and IT operations: management of our communications systems; operation of IT security systems; and IT security audits.</li>\r\n <li>Health and safety: health and safety assessments and record keeping; and compliance with related legal obligations.</li>\r\n <li>Financial management: sales; finance; corporate audit; and vendor management.</li>\r\n <li>Surveys: engaging with you for the purposes of obtaining your views on our services.</li>\r\n <li>Security: physical security of our premises (including records of visits to our premises; and CCTV recordings); and electronic security (including login records and access details).</li>\r\n <li>Investigations: detecting, investigating and preventing breaches of policy, and criminal offences, in accordance with applicable law.</li>\r\n <li>Legal proceedings: establishing, exercising and defending legal rights.</li>\r\n <li>Legal compliance: compliance with our legal and regulatory obligations under applicable law.</li>\r\n <li>Improving our Sites, Apps, services: identifying issues with our Sites, our Apps, or our services; planning improvements to our Sites, our Apps, or our services; and creating new Sites, Apps, or services.</li>\r\n</ul>\r\n<h3 class=\"heading05\">Disclosure of Personal Data to third parties</h3>\r\nWe may disclose your Personal Data to: legal and regulatory authorities; our external advisors; our Processors; any party as necessary in connection with legal proceedings; any party as necessary for investigating, detecting or preventing criminal offences; any purchaser of our business; and any third-party providers of advertising, plugins or content used on our Sites or our Apps.\r\n\r\nWe may disclose your Personal Data to other entities within the Company group, for legitimate business purposes (including operating our Sites and our Apps, and providing services to you), in accordance with applicable law. In addition, we may disclose your Personal Data to:\r\n<ul class=\"right-list-pan02\">\r\n <li>Legal and regulatory authorities, upon request, or for the purposes of reporting any actual or suspected breach of applicable law or regulation;</li>\r\n <li>Outside professional advisors (such as accountants, auditors, or lawyers), subject to binding contractual obligations of confidentiality;</li>\r\n <li>Third party Processors (such as payment services providers; data centers; etc.), located anywhere in the world, subject to the requirements noted below in this Section (H);</li>\r\n <li>Any relevant party, law enforcement agency or court, to the extent necessary for the establishment, exercise or defense of legal rights;</li>\r\n <li>Any relevant party for the purposes of prevention, investigation, detection or prosecution of criminal offences or the execution of criminal penalties, including safeguarding against and the prevention of threats to public security;</li>\r\n <li>Any relevant third-party acquirer(s), in the event that we sell or transfer all or any relevant portion of our business or assets (including in the event of a reorganization, dissolution or liquidation); and</li>\r\n <li>Any relevant third-party provider, where our Sites and our Apps use third party advertising, plugins or content. If you choose to interact with any such advertising, plugins or content, your Personal Data may be shared with the relevant third-party provider. We recommend that you review that third party’s privacy policy before interacting with its advertising, plugins or content.</li>\r\n</ul>\r\nIf we engage a third-party Processor to Process your Personal Data, the Processor will be subject to binding contractual obligations to: (i) only Process the Personal Data in accordance with our prior written instructions; and (ii) use measures to protect the confidentiality and security of the Personal Data; together with any additional requirements under applicable law.\r\n<h3 class=\"heading05\">Data security</h3>\r\nWe implement appropriate technical and organizational security measures to protect your Personal Data. Please ensure that any Personal Data that you send to us is sent securely.\r\n\r\nWe have implemented appropriate technical and organizational security measures designed to protect your Personal Data against accidental or unlawful destruction, loss, alteration, unauthorized disclosure, unauthorized access, and other unlawful or unauthorized forms of Processing, in accordance with applicable law.\r\n\r\nBecause the internet is an open system, the transmission of information via the internet is not completely secure. Although we will implement all reasonable measures to protect your personal data, we cannot guarantee the security of your data transmitted to us using the internet – any such transmission is at your own risk and you are responsible for ensuring that any Personal Data that you send to us are sent securely.\r\n<h3 class=\"heading05\">Data accuracy</h3>\r\nWe take every reasonable step to ensure that your Personal Data are kept accurate and up-to-date and are erased or rectified if we become aware of inaccuracies.\r\n\r\nWe take every reasonable step to ensure that:your Data that we Process are accurate and, where necessary, kept up to date; andany of your Data that we Process that you inform us is inaccurate (having regard to the purposes for which they are Processed) are erased or rectified.\r\n<h3 class=\"heading05\">Data minimization</h3>\r\nWe take every reasonable step to ensure that your Data that we Process are limited to the Data reasonably necessary in connection with the purposes set out in this Policy or as required to provide you services or access to our Apps and Site.\r\n<h3 class=\"heading05\">Data retention</h3>\r\nWe take every reasonable step to ensure that your Data are only retained for as long as they are needed.\r\n\r\nThe criteria for determining the duration for which we will keep your Personal Data are as follows: we will retain copies of your Personal Data in a form that permits identification only for as long as is necessary in connection with the purposes set out in this Policy, unless applicable law requires a longer retention period. In particular, we may retain your Personal Data for the duration of any period necessary to establish, exercise or defend any legal rights.\r\n<h3 class=\"heading05\">Your legal rights</h3>\r\nSubject to applicable law, you may have a number of rights regarding the Processing of your Relevant Personal Data, including:\r\n<ul class=\"right-list-pan02\">\r\n <li>The right not to provide your Personal Data to us (however, please note that we may be unable to provide you with the full benefit of our Sites, our Apps, or our services, if you do not provide us with your Personal Data – e.g., we may not be able to Process your orders without the necessary details);the right to request access to, or copies of, your Relevant Personal Data, together with information regarding the nature, Processing and disclosure of those Relevant Personal Data;the right to request rectification of any inaccuracies in your Relevant Personal Data;the right to request, on legitimate grounds:erasure of your Relevant Personal Data; orrestriction of Processing of your Relevant Personal Data;the right to object, on legitimate grounds, to the Processing of your Relevant Personal Data by us or on our behalf;the right to have certain Relevant Personal Data transferred to another Controller, in a structured, commonly used and machine-readable format, to the extent applicable;where we Process your Relevant Personal Data on the basis of your consent, the right to withdraw that consent (noting that such withdrawal does not affect the lawfulness of any Processing performed prior to the date on which we receive notice of such withdrawal, and does not prevent the Processing of your Personal Data in reliance upon any other available legal bases); andthe right to lodge complaints with a Data Protection Authority regarding the Processing of your Relevant Personal Data by us or on our behalf.</li>\r\n <li>We may require proof of your identity before we can give effect to these rights; andwhere your request requires the establishment of additional facts (e.g., a determination of whether any Processing is non-compliant with applicable law) we will investigate your request reasonably promptly, before deciding what action to take.</li>\r\n <li>To exercise one or more of these rights, or to ask a question about these rights or any other provision of this Policy, or about our Processing of your Personal Data, please use the contact details provided below.</li>\r\n</ul>\r\n<h3 class=\"heading05\">Cookies and similar technologies (Cookie Policy)</h3>\r\nWe may Process your Personal Data by placing or reading Cookies and similar technologies. For more information, please see our Cookie Policy.\r\n\r\n<strong>Cookie Policy</strong>\r\nWhen you visit a Site or use an App we may place Cookies onto your device, or read Cookies already on your device, subject always to obtaining your consent, where required, in accordance with applicable law. We use Cookies to record information about your device, your browser and, in some cases, your preferences and browsing habits.\r\n<h3 class=\"heading05\">Terms of Use</h3>\r\nAll use of our Sites, our Apps, or our services is subject to our Terms and Conditions. We recommend that you review our Terms and Conditions regularly, in order to review any changes we might make from time to time.\r\n<h3 class=\"heading05\">Direct marketing</h3>\r\nWe may Process your Personal Data to contact you with information regarding services that may be of interest to you. You may unsubscribe for free at any time.\r\n\r\nWe may Process your Personal Data to contact you via email, telephone, direct mail or other communication formats to provide you with information regarding services that may be of interest to you. If we provide services to you, we may send information to you regarding our services, upcoming promotions and other information that may be of interest to you, using the contact details that you have provided to us and always in compliance with applicable law.\r\n\r\nYou may unsubscribe from our promotional email list at any time by following the unsubscribe instructions included in every promotional email we send. We will not send you promotional emails from a list you have selected to be unsubscribed from, but we may continue to contact you to the extent necessary for the purposes of any services you have requested or from additional lists you have signed up under.\r\n<h3 class=\"heading05\">Contact details</h3>\r\nYou may contact us about your direct marketing preference by emailing: <a href=\"mailto:info@concertium.com\">info@concertium.com</a>\r\n\r\nIf you wish to be taken off our contact list for direct marketing, or if you have any comments, questions or concerns about any of the information in this Policy, or any other issues relating to the Processing of Personal Data carried out by us, or on our behalf, please contact:\r\n\r\n<strong>Concertium, Inc.\r\nAttn: Privacy Office\r\n4014 Gunn Hwy; #248\r\nTampa, FL 33618</strong>\r\n<h3 class=\"heading05\">GLOSSARY</h3>\r\n“App” means any application made available by us (including where we make such applications available via third party stores or marketplaces, or by any other means).\r\n\r\n“Adequate Jurisdiction” a jurisdiction that has been formally designated by the European Commission as providing an adequate level of protection for Personal Data.\r\n\r\n“Cookie” means a small file that is placed on your device when you visit a website (including our Sites). In this Policy, a reference to a “Cookie” includes analogous technologies such as web beacons and clear GIFs.\r\n\r\n“Controller” means the entity that decides how and why Personal Data are Processed. In many jurisdictions, the Controller has primary responsibility for complying with applicable data protection laws.\r\n\r\n“Data Protection Authority” means an independent public authority that is legally tasked with overseeing compliance with applicable data protection laws.\r\n\r\n“EEA” means the European Economic Area.\r\n\r\n“Personal Data” means information that is about any individual, or from which any individual is directly or indirectly identifiable, in particular by reference to an identifier such as a name, an identification number, location data, an online identifier or to one or more factors specific to the physical, physiological, genetic, mental, economic, cultural or social identity of that individual.\r\n\r\n“Process”, “Processing” or “Processed” means anything that is done with any Personal Data, whether or not by automated means, such as collection, recording, organization, structuring, storage, adaptation or alteration, retrieval, consultation, use, disclosure by transmission, dissemination or otherwise making available, alignment or combination, restriction, erasure or destruction.\r\n\r\n“Processor” means any person or entity that Processes Personal Data on behalf of the Controller (other than employees of the Controller).\r\n\r\n“Relevant Personal Data” means Personal Data in respect of which we are the Controller. It expressly does not include Personal Data of which we are not the Controller.\r\n\r\n“Standard Contractual Clauses” means template transfer clauses adopted by the European Commission or adopted by a Data Protection Authority and approved by the European Commission.\r\n\r\n“Site” means any website operated, or maintained, by us or on our behalf.','Privacy Policy','','publish','closed','open','','privacy-policy','','','2019-10-03 14:13:57','2019-10-03 14:13:57','',0,'http://dev.captainschairit.com/?page_id=3',0,'page','',0),(5,1,'2019-09-10 08:43:32','2019-09-10 08:43:32','','Home','','publish','closed','closed','','home','','','2020-09-10 11:04:06','2020-09-10 11:04:06','',0,'http://dev.captainschairit.com/?page_id=5',0,'page','',0),(6,1,'2019-09-10 08:43:32','2019-09-10 08:43:32','','Home','','inherit','closed','closed','','5-revision-v1','','','2019-09-10 08:43:32','2019-09-10 08:43:32','',5,'http://dev.captainschairit.com/2019/09/10/5-revision-v1/',0,'revision','',0),(7,1,'2019-09-10 09:48:38','2019-09-10 09:48:38','','logo','','inherit','open','closed','','logo','','','2019-09-10 09:48:38','2019-09-10 09:48:38','',0,'http://dev.captainschairit.com/wp-content/uploads/2019/09/logo.png',0,'attachment','image/png',0),(8,1,'2019-09-10 10:33:57','2019-09-10 10:33:57','[newsletter]','Newsletter','','publish','closed','closed','','newsletter','','','2019-09-10 10:33:57','2019-09-10 10:33:57','',0,'http://dev.captainschairit.com/newsletter/',0,'page','',0),(10,1,'2019-09-10 11:16:48','2019-09-10 11:16:48','a:7:{s:8:\"location\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"param\";s:13:\"page_template\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:32:\"template-parts/home-template.php\";}}}s:8:\"position\";s:6:\"normal\";s:5:\"style\";s:7:\"default\";s:15:\"label_placement\";s:3:\"top\";s:21:\"instruction_placement\";s:5:\"label\";s:14:\"hide_on_screen\";a:1:{i:0;s:11:\"the_content\";}s:11:\"description\";s:0:\"\";}','Home Page','home-page','publish','closed','closed','','group_5d77854978fa1','','','2020-09-10 11:08:47','2020-09-10 11:08:47','',0,'http://dev.captainschairit.com/?post_type=acf-field-group&p=10',0,'acf-field-group','',0),(11,1,'2019-09-10 11:16:48','2019-09-10 11:16:48','a:7:{s:4:\"type\";s:5:\"group\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:6:\"layout\";s:5:\"block\";s:10:\"sub_fields\";a:0:{}}','Banner Section','banner_section','publish','closed','closed','','field_5d778563ee8ad','','','2019-09-10 11:16:48','2019-09-10 11:16:48','',10,'http://dev.captainschairit.com/?post_type=acf-field&p=11',0,'acf-field','',0),(12,1,'2019-09-10 11:16:49','2019-09-10 11:16:49','a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:3:\"url\";s:12:\"preview_size\";s:4:\"full\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";}','Background Image','background_image','publish','closed','closed','','field_5d7785aaee8ae','','','2019-09-10 11:16:49','2019-09-10 11:16:49','',11,'http://dev.captainschairit.com/?post_type=acf-field&p=12',0,'acf-field','',0),(13,1,'2019-09-10 11:16:49','2019-09-10 11:16:49','a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:3:\"url\";s:12:\"preview_size\";s:4:\"full\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";}','Front Image','front_image','publish','closed','closed','','field_5d7785d3ee8af','','','2019-09-10 11:16:49','2019-09-10 11:16:49','',11,'http://dev.captainschairit.com/?post_type=acf-field&p=13',1,'acf-field','',0),(14,1,'2019-09-10 11:16:49','2019-09-10 11:16:49','a:10:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";i:6;s:9:\"new_lines\";s:0:\"\";}','Text','text','publish','closed','closed','','field_5d7785eeee8b0','','','2020-09-10 11:06:50','2020-09-10 11:06:50','',11,'http://dev.captainschairit.com/?post_type=acf-field&p=14',3,'acf-field','',0),(15,1,'2019-09-10 11:17:50','2019-09-10 11:17:50','','header-bg','','inherit','open','closed','','header-bg','','','2019-09-10 11:17:50','2019-09-10 11:17:50','',5,'http://dev.captainschairit.com/wp-content/uploads/2019/09/header-bg.jpg',0,'attachment','image/jpeg',0),(16,1,'2019-09-10 11:21:44','2019-09-10 11:21:44','','banner-laptop','','inherit','open','closed','','banner-laptop','','','2019-09-10 11:21:44','2019-09-10 11:21:44','',5,'http://dev.captainschairit.com/wp-content/uploads/2019/09/banner-laptop.png',0,'attachment','image/png',0),(17,1,'2019-09-10 11:22:42','2019-09-10 11:22:42','','Home','','inherit','closed','closed','','5-revision-v1','','','2019-09-10 11:22:42','2019-09-10 11:22:42','',5,'http://dev.captainschairit.com/5-revision-v1/',0,'revision','',0),(18,1,'2019-09-10 11:30:50','2019-09-10 11:30:50','a:7:{s:4:\"type\";s:5:\"group\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:6:\"layout\";s:5:\"block\";s:10:\"sub_fields\";a:0:{}}','Connectors Section','connectors_section','publish','closed','closed','','field_5d7789221dc50','','','2019-09-11 15:20:28','2019-09-11 15:20:28','',10,'http://dev.captainschairit.com/?post_type=acf-field&p=18',3,'acf-field','',0),(19,1,'2019-09-10 11:30:50','2019-09-10 11:30:50','a:10:{s:4:\"type\";s:7:\"wysiwyg\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:4:\"tabs\";s:3:\"all\";s:7:\"toolbar\";s:4:\"full\";s:12:\"media_upload\";i:1;s:5:\"delay\";i:0;}','Text','text','publish','closed','closed','','field_5d7789431dc51','','','2020-06-19 05:57:04','2020-06-19 05:57:04','',18,'http://dev.captainschairit.com/?post_type=acf-field&p=19',1,'acf-field','',0),(20,1,'2019-09-10 11:30:50','2019-09-10 11:30:50','a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:3:\"url\";s:12:\"preview_size\";s:4:\"full\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";}','Image','image','publish','closed','closed','','field_5d7789511dc52','','','2019-09-12 07:13:53','2019-09-12 07:13:53','',18,'http://dev.captainschairit.com/?post_type=acf-field&p=20',2,'acf-field','',0),(21,1,'2019-09-10 11:32:18','2019-09-10 11:32:18','','connectors-logo','','inherit','open','closed','','connectors-logo','','','2019-09-10 11:32:18','2019-09-10 11:32:18','',5,'http://dev.captainschairit.com/wp-content/uploads/2019/09/connectors-logo.png',0,'attachment','image/png',0),(22,1,'2019-09-10 11:32:23','2019-09-10 11:32:23','','Home','','inherit','closed','closed','','5-revision-v1','','','2019-09-10 11:32:23','2019-09-10 11:32:23','',5,'http://dev.captainschairit.com/5-revision-v1/',0,'revision','',0),(24,1,'2019-09-10 12:27:57','2019-09-10 12:27:57','a:7:{s:8:\"location\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"param\";s:9:\"post_type\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:14:\"about-products\";}}}s:8:\"position\";s:6:\"normal\";s:5:\"style\";s:7:\"default\";s:15:\"label_placement\";s:3:\"top\";s:21:\"instruction_placement\";s:5:\"label\";s:14:\"hide_on_screen\";s:0:\"\";s:11:\"description\";s:0:\"\";}','About Product Post Type','about-product-post-type','publish','closed','closed','','group_5d77963380cb9','','','2019-09-16 11:03:04','2019-09-16 11:03:04','',0,'http://dev.captainschairit.com/?post_type=acf-field-group&p=24',0,'acf-field-group','',0),(25,1,'2019-09-10 12:27:57','2019-09-10 12:27:57','a:12:{s:4:\"type\";s:8:\"checkbox\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:7:\"choices\";a:1:{s:8:\"featured\";s:8:\"Featured\";}s:12:\"allow_custom\";i:0;s:13:\"default_value\";a:0:{}s:6:\"layout\";s:8:\"vertical\";s:6:\"toggle\";i:0;s:13:\"return_format\";s:5:\"value\";s:11:\"save_custom\";i:0;}','Featured','featured','publish','closed','closed','','field_5d77966b8b48e','','','2019-09-11 10:11:35','2019-09-11 10:11:35','',24,'http://dev.captainschairit.com/?post_type=acf-field&p=25',2,'acf-field','',0),(26,1,'2019-09-10 12:28:52','2019-09-10 12:28:52','Captain’s Chair is an industry-first proprietary software product that creates transparency for the MSP’s customers by displaying an easy to understand view of the IT infrastructure.','How it works.','','publish','closed','closed','','how-it-works','','','2020-09-10 07:46:15','2020-09-10 07:46:15','',0,'http://dev.captainschairit.com/?post_type=about-products&p=26',0,'about-products','',0),(27,1,'2019-09-10 12:45:42','2019-09-10 12:45:42','Save time on reporting activities, improve client engagement and drive new client acquisition from the industry’s first client focused dashboard platform.','Why do I need it?','','publish','closed','closed','','why-do-i-need-it','','','2020-09-10 10:15:36','2020-09-10 10:15:36','',0,'http://dev.captainschairit.com/?post_type=about-products&p=27',0,'about-products','',0),(28,1,'2019-09-10 12:46:17','2019-09-10 12:46:17','The primary source of data is the PSA, the hub of an MSP’s service management. Microsoft O365 and a few other integrations also supply information to Captain’s Chair.','Where does the data come from?','','publish','closed','closed','','where-does-the-data-come-from','','','2020-09-10 11:10:02','2020-09-10 11:10:02','',0,'http://dev.captainschairit.com/?post_type=about-products&p=28',0,'about-products','',0),(29,1,'2019-09-10 12:46:47','2019-09-10 12:46:47','The Captain’s Chair implementation process was designed to maximize customization with minimal effort. In less than 30 minutes full dashboards are available for clients and internal users.','Easy setup.','','publish','closed','closed','','easy-setup','','','2020-09-10 10:16:27','2020-09-10 10:16:27','',0,'http://dev.captainschairit.com/?post_type=about-products&p=29',0,'about-products','',0),(30,1,'2019-09-10 13:14:24','2019-09-10 13:14:24','a:7:{s:4:\"type\";s:5:\"group\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:6:\"layout\";s:5:\"block\";s:10:\"sub_fields\";a:0:{}}','About Products Section','about_products_section','publish','closed','closed','','field_5d77a00521f59','','','2019-09-11 13:17:06','2019-09-11 13:17:06','',10,'http://dev.captainschairit.com/?post_type=acf-field&p=30',2,'acf-field','',0),(31,1,'2019-09-10 13:14:24','2019-09-10 13:14:24','a:10:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";i:6;s:9:\"new_lines\";s:0:\"\";}','Text','text','publish','closed','closed','','field_5d77a19d21f5a','','','2020-09-10 11:08:47','2020-09-10 11:08:47','',30,'http://dev.captainschairit.com/?post_type=acf-field&p=31',0,'acf-field','',0),(32,1,'2019-09-10 13:15:12','2019-09-10 13:15:12','','Home','','inherit','closed','closed','','5-revision-v1','','','2019-09-10 13:15:12','2019-09-10 13:15:12','',5,'http://dev.captainschairit.com/5-revision-v1/',0,'revision','',0),(37,1,'2019-09-10 13:21:17','2019-09-10 13:21:17','','selling-more','','inherit','open','closed','','selling-more','','','2019-09-10 13:21:17','2019-09-10 13:21:17','',5,'http://dev.captainschairit.com/wp-content/uploads/2019/09/selling-more.png',0,'attachment','image/png',0),(38,1,'2019-09-10 13:21:23','2019-09-10 13:21:23','','Home','','inherit','closed','closed','','5-revision-v1','','','2019-09-10 13:21:23','2019-09-10 13:21:23','',5,'http://dev.captainschairit.com/5-revision-v1/',0,'revision','',0),(39,1,'2019-09-10 14:05:53','2019-09-10 14:05:53','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}','Icon Class','icon','publish','closed','closed','','field_5d77adad19c71','','','2019-09-10 14:06:10','2019-09-10 14:06:10','',24,'http://dev.captainschairit.com/?post_type=acf-field&p=39',0,'acf-field','',0),(43,1,'2019-09-10 14:30:40','2019-09-10 14:30:40','','Connectors','','publish','closed','closed','','connectors','','','2020-06-29 13:14:07','2020-06-29 13:14:07','',0,'http://dev.captainschairit.com/?page_id=43',0,'page','',0),(44,1,'2019-09-10 14:30:40','2019-09-10 14:30:40','','Connectors','','inherit','closed','closed','','43-revision-v1','','','2019-09-10 14:30:40','2019-09-10 14:30:40','',43,'http://dev.captainschairit.com/43-revision-v1/',0,'revision','',0),(45,1,'2019-09-10 14:31:04','2019-09-10 14:31:04','','Resources','','publish','closed','closed','','resources','','','2019-09-10 14:31:04','2019-09-10 14:31:04','',0,'http://dev.captainschairit.com/?page_id=45',0,'page','',0),(46,1,'2019-09-10 14:31:04','2019-09-10 14:31:04','','Resources','','inherit','closed','closed','','45-revision-v1','','','2019-09-10 14:31:04','2019-09-10 14:31:04','',45,'http://dev.captainschairit.com/45-revision-v1/',0,'revision','',0),(47,1,'2019-09-10 14:31:14','2019-09-10 14:31:14','','About','','publish','closed','closed','','about','','','2020-09-01 05:55:38','2020-09-01 05:55:38','',0,'http://dev.captainschairit.com/?page_id=47',0,'page','',0),(48,1,'2019-09-10 14:31:14','2019-09-10 14:31:14','','About','','inherit','closed','closed','','47-revision-v1','','','2019-09-10 14:31:14','2019-09-10 14:31:14','',47,'http://dev.captainschairit.com/47-revision-v1/',0,'revision','',0),(49,1,'2019-09-10 14:31:24','2019-09-10 14:31:24','','Contact','','publish','closed','closed','','contact','','','2019-09-10 14:31:24','2019-09-10 14:31:24','',0,'http://dev.captainschairit.com/?page_id=49',0,'page','',0),(50,1,'2019-09-10 14:31:24','2019-09-10 14:31:24','','Contact','','inherit','closed','closed','','49-revision-v1','','','2019-09-10 14:31:24','2019-09-10 14:31:24','',49,'http://dev.captainschairit.com/49-revision-v1/',0,'revision','',0),(52,1,'2019-09-10 14:32:27','2019-09-10 14:32:27',' ','','','publish','closed','closed','','52','','','2020-10-21 09:42:22','2020-10-21 09:42:22','',0,'http://dev.captainschairit.com/?p=52',4,'nav_menu_item','',0),(55,1,'2019-09-11 09:51:30','2019-09-11 09:51:30','','Client Dashboard','','publish','closed','closed','','client-dashboard','','','2020-06-22 18:57:47','2020-06-22 18:57:47','',0,'http://dev.captainschairit.com/?page_id=55',0,'page','',0),(56,1,'2019-09-11 09:51:30','2019-09-11 09:51:30','','Client Dashboard','','inherit','closed','closed','','55-revision-v1','','','2019-09-11 09:51:30','2019-09-11 09:51:30','',55,'http://dev.captainschairit.com/55-revision-v1/',0,'revision','',0),(57,1,'2019-09-11 09:52:29','2019-09-11 09:52:29','a:7:{s:8:\"location\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"param\";s:13:\"page_template\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:35:\"template-parts/client-dashboard.php\";}}}s:8:\"position\";s:6:\"normal\";s:5:\"style\";s:7:\"default\";s:15:\"label_placement\";s:3:\"top\";s:21:\"instruction_placement\";s:5:\"label\";s:14:\"hide_on_screen\";a:1:{i:0;s:11:\"the_content\";}s:11:\"description\";s:0:\"\";}','Client Dashboard','client-dashboard','publish','closed','closed','','group_5d78c3ca849e7','','','2020-06-22 13:13:55','2020-06-22 13:13:55','',0,'http://dev.captainschairit.com/?post_type=acf-field-group&p=57',0,'acf-field-group','',0),(58,1,'2019-09-11 09:53:15','2019-09-11 09:53:15','a:7:{s:4:\"type\";s:5:\"group\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:6:\"layout\";s:5:\"block\";s:10:\"sub_fields\";a:0:{}}','Banner Section','banner_section','publish','closed','closed','','field_5d78c3f39f22b','','','2019-09-11 09:54:00','2019-09-11 09:54:00','',57,'http://dev.captainschairit.com/?post_type=acf-field&p=58',0,'acf-field','',0),(59,1,'2019-09-11 09:53:15','2019-09-11 09:53:15','a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:3:\"url\";s:12:\"preview_size\";s:4:\"full\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";}','Background Image','background_image','publish','closed','closed','','field_5d78c3f39f22c','','','2019-09-11 09:53:15','2019-09-11 09:53:15','',58,'http://dev.captainschairit.com/?post_type=acf-field&p=59',0,'acf-field','',0),(61,1,'2019-09-11 09:53:15','2019-09-11 09:53:15','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}','Text','text','publish','closed','closed','','field_5d78c3f39f22e','','','2019-09-11 09:55:35','2019-09-11 09:55:35','',58,'http://dev.captainschairit.com/?post_type=acf-field&p=61',1,'acf-field','',0),(66,1,'2019-09-11 09:56:21','2019-09-11 09:56:21','','client-bg','','inherit','open','closed','','client-bg','','','2019-09-11 09:56:21','2019-09-11 09:56:21','',55,'http://dev.captainschairit.com/wp-content/uploads/2019/09/client-bg.jpg',0,'attachment','image/jpeg',0),(67,1,'2019-09-11 09:57:45','2019-09-11 09:57:45','','Client Dashboard','','inherit','closed','closed','','55-revision-v1','','','2019-09-11 09:57:45','2019-09-11 09:57:45','',55,'http://dev.captainschairit.com/55-revision-v1/',0,'revision','',0),(68,1,'2019-09-11 10:11:14','2019-09-11 10:11:14','a:7:{s:8:\"location\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"param\";s:9:\"post_type\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:11:\"cc-features\";}}}s:8:\"position\";s:6:\"normal\";s:5:\"style\";s:7:\"default\";s:15:\"label_placement\";s:3:\"top\";s:21:\"instruction_placement\";s:5:\"label\";s:14:\"hide_on_screen\";s:0:\"\";s:11:\"description\";s:0:\"\";}','Features Post Type','features-post-type','publish','closed','closed','','group_5d78c827c5d80','','','2019-09-11 10:12:20','2019-09-11 10:12:20','',0,'http://dev.captainschairit.com/?post_type=acf-field-group&p=68',0,'acf-field-group','',0),(69,1,'2019-09-11 10:11:34','2019-09-11 10:11:34','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}','Icon Class','icon','publish','closed','closed','','field_5d78c84f38d9c','','','2019-09-11 10:12:20','2019-09-11 10:12:20','',68,'http://dev.captainschairit.com/?post_type=acf-field&p=69',0,'acf-field','',0),(70,1,'2019-09-11 10:11:35','2019-09-11 10:11:35','a:12:{s:4:\"type\";s:8:\"checkbox\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:7:\"choices\";a:1:{s:8:\"featured\";s:8:\"Featured\";}s:12:\"allow_custom\";i:0;s:13:\"default_value\";a:0:{}s:6:\"layout\";s:8:\"vertical\";s:6:\"toggle\";i:0;s:13:\"return_format\";s:5:\"value\";s:11:\"save_custom\";i:0;}','Featured','featured','publish','closed','closed','','field_5d78c85438d9d','','','2019-09-11 10:12:20','2019-09-11 10:12:20','',68,'http://dev.captainschairit.com/?post_type=acf-field&p=70',1,'acf-field','',0),(77,1,'2019-09-11 10:37:32','2019-09-11 10:37:32',' ','','','publish','closed','closed','','77','','','2019-09-30 14:43:30','2019-09-30 14:43:30','',0,'http://dev.captainschairit.com/?p=77',3,'nav_menu_item','',0),(79,1,'2019-09-11 10:37:31','2019-09-11 10:37:31',' ','','','publish','closed','closed','','79','','','2019-09-30 14:43:30','2019-09-30 14:43:30','',0,'http://dev.captainschairit.com/?p=79',2,'nav_menu_item','',0),(81,1,'2019-09-11 10:37:31','2019-09-11 10:37:31','','Product','','publish','closed','closed','','product-2','','','2019-09-30 14:43:29','2019-09-30 14:43:29','',0,'http://dev.captainschairit.com/?p=81',1,'nav_menu_item','',0),(82,1,'2019-09-11 10:38:07','2019-09-11 10:38:07','These terms of service, together with our Privacy Policy which can be found <a href=\"https://captainschairit.com/privacy-policy/\">here</a> (collectively, the “Terms of Service”), govern your or the entity on whose behalf you are agreeing to these Terms of Service (\"Customer\")’s access to and use of the Services (as defined below) provided by Concertium. or any of its affiliates (collectively, \"Concertium\").\r\n\r\nIn the event that these Terms of Service conflict with the provisions of any Order, the provisions of these Terms of Service shall prevail unless Concertium and Customer expressly agree otherwise in writing and this is signed by both parties.\r\n\r\nConcertium may update these Terms of Service from time to time and will notify Customer of such updates either via email or by posting notice of such changes on its website, or by any other reasonable means. Customer’s continued use of the Services after Concertium’s provision of a notice of an updated version of the Terms of Service shall constitute Customer’s consent to such updated Terms of Service.\r\n<h3 class=\"heading05\">Customer Access to and Use of the Services</h3>\r\nCustomer may access and use the Services and the Website solely subject to and in accordance with these Terms of Service. Customer will comply with all applicable laws, rules, and regulations in connection with Customer\'s use of the Services and the Application. As used in these Terms of Service, the term \"Services\" means the data made available by Captain’s Chair to Customer together with any other product or service that may be provided by Concertium to Customer from time to time under these Terms of Service.\r\n<h3 class=\"heading05\">Availability of the Services</h3>\r\nConcertium will make commercially reasonable efforts to:\r\n<ol>\r\n <li>Maintain a 90% dashboard uptime and 99% data warehouse uptime.</li>\r\n <li>provide a Resolution to Critical Errors within 4 business days of receipt of an error call.</li>\r\n</ol>\r\n“Critical Error” means a condition resulting in the inability of Customer to obtain Customer Results. “Error” means a condition that:\r\n<ul class=\"right-list-pan02\">\r\n <li>(A) meets the definition of Critical Error, but that can be circumvented or avoided on a temporary basis, or</li>\r\n <li>(B) results in the Services being or performing outside the specified functionality but is not a Critical Error. “Resolution” includes a resolution that is a work-around or emergency fix. If the Critical Error can be circumvented or avoided on a temporary basis the severity classification will drop to Error.</li>\r\n</ul>\r\n<h3 class=\"heading05\">Third Party Cloud Infrastructure</h3>\r\nCustomer acknowledges and agrees that, in connection with the Services, Customer\'s data will be stored on the cloud infrastructure of a Third-Party Service Provider (the \"Cloud Infrastructure Provider\").\r\n<h3 class=\"heading05\">Right to Terminate or Suspend Services</h3>\r\nIf Concertium believes in its sole discretion that there may have been or may be a violation of Customer’s warranties or obligations under these Terms of Service, Concertium is authorized in its sole discretion and without any liability to monitor Customer\'s compliance, to immediately suspend or terminate the provision of Services to Customer, and/or to block the transmission of Customer Content which in Concertium’s reasonable opinion could violate applicable law, violate the rights of others, or subject Concertium to liability. In addition, if Concertium believes in its sole discretion that any Customer Content may have been or is at risk of being accessed by a third party without authorization, Concertium may take such Customer Content offline until the intrusion is resolved.\r\n<h3 class=\"heading05\">Termination</h3>\r\nCustomer may terminate these Terms of Service by providing written notice to their Concertium Relationship Manager (RM). Once written notice is provided, the cancellation will take effect upon the last day of the current Term. Concertium may terminate these Terms of Service immediately and without liability upon providing notice to Customer:\r\n<ol>\r\n <li>If Concertium believes that Customer has violated any provision of these Terms of Service or applicable law.</li>\r\n <li>If Concertium is threatened with a legal claim related to the provision of the Services.</li>\r\n <li>If Concertium’s relationship with a Third -Party Services Provider terminates or requires Concertium to change, suspend or terminate the Services.</li>\r\n <li>If Concertium believes providing the Services could create a substantial economic or technical burden or material security risk.</li>\r\n <li>In order to comply with applicable law or requests of governmental entities, or</li>\r\n <li>If Concertium determines that the use of the Services by Customer or Concertium’s provision of any of the Services has become impractical or unfeasible. Customer may terminate these Terms of Service by providing written notice in form of email to your Concertium Relationship Manager (RM). Once written notice is provided, the Cancellation will take effect upon the last day of the current Term.</li>\r\n</ol>\r\n<h3 class=\"heading05\">Effect of Termination</h3>\r\nUpon termination of these Terms of Service, Concertium will provide Customer with reasonable access to, and the ability to extract, Customer Content for a period of 7 days of the effective date of termination. Following such 7-day period, Concertium will delete Customer Content and Customer\'s access to the Services. Applicable provisionsshall survive termination of these Terms of Service for any reason.\r\n<h3 class=\"heading05\">Customer Representations and Warranties</h3>\r\nCustomer represents and warrants to Concertium that:\r\n<ol>\r\n <li>Customer has the requisite power and authority to enter into these Terms of Service and to perform all of its obligations under these Terms of Service.</li>\r\n <li>All Account information Customer has provided Concertium for the purpose of receiving the Services is complete and accurate, and Customer shall update its Account information to maintain the accuracy thereof throughout the Term.</li>\r\n <li>If Customer makes use of software not provided by Concertium, Customer has a written license agreement permitting Customer to use such software in connection with the Services, and Concertium shall have no responsibility for any liability or any problems caused to the Services in connection with Customer’s use of any such software, and</li>\r\n <li>Customer is and will remain throughout the Term in compliance with all applicable information security, data protection, privacy and/or other statutes, acts, laws, regulations and directives relating to its use of the Services.</li>\r\n</ol>\r\n<h3 class=\"heading05\">Concertium Representations and Warranties</h3>\r\nConcertium represents and warrants to Customer that Concertium has the requisite power and authority to enter into these Terms of Service and to perform all of its obligations under these Terms of Service.\r\n\r\nCaptain’s Chair, or its licensors, Concertium owns and reserves all rights, title and interest in and to the Services, the Application, Captain’s Chair trademarks and service marks and all modifications to any of the forgoing, and all related worldwide intellectual property rights, whether registered or not and whether registerable or not.\r\n<h3 class=\"heading05\">Customer\'s License</h3>\r\nIn consideration for Customer’s full and punctual payment of the Fees (as defined below) and subject to Customer’s ongoing compliance with these Terms of Service, Concertium hereby grants Customer a limited, non-exclusive, non-transferable and non-sublicensable license to access and use the Services.\r\n<h3 class=\"heading05\">Restrictions</h3>\r\nCustomer may not use the Services in any manner or for any purpose other than for its own internal use and as expressly permitted by these Terms of Service. Customer may not, and may not attempt to, and will not allow third parties to:\r\n<ol>\r\n <li>Modify, alter, tamper with, repair, or otherwise create derivative works of any software included in the Services.</li>\r\n <li>Reverse engineer, disassemble, or decompile the Service or apply any other process or procedure to derive the source code of any software included in the Services.</li>\r\n <li>Create multiple Accounts to simulate or act as a single Account or otherwise access the Services in a manner intended to avoid incurring Fees or otherwise breach these Terms of Service.</li>\r\n <li>Resell, sublicense, or otherwise allow a third party\'s access to the Services.</li>\r\n <li>Copy any ideas, features, functions or content of the Services (other than Customer Content), or use the Services to create a competitive product or service.</li>\r\n <li>Remove, alter or obscure any proprietary notices contained on or within the Services or the Application, (7.) monitor the availability, performance or functionality of the Services, or</li>\r\n <li>Gain or attempt to gain unauthorized access to Concertium’s systems or network. Customer shall be fully responsible for its Representatives’ adherence to these Terms of Service. As a condition to making the Services available to Customer, Customer undertakes that it will not assert, authorize, assist or encourage any third party to assert against Concertium or its licensors, affiliates or users, any infringement or other claim in connection with the Services.</li>\r\n</ol>\r\n<h3 class=\"heading05\">Suggestions</h3>\r\nShould Customer provide Concertium with any ideas, feedback or suggestions (“Suggestions”) regarding the Services, including without limitation, bug fixes or improvements, Concertium will irrevocably own all right, title and interest in and to the Suggestions and will be free to use the Suggestions without any liability or payment to Customer and without Customer’s prior written consent. Customer hereby irrevocably assigns to Concertium all right, title and interest in and to Suggestions and agrees to provide Concertium with such reasonable assistance required in order to document, perfect and maintain Concertium’s rights in and to the Suggestions, at Concertium’s cost.\r\n<h3 class=\"heading05\">Confidentiality</h3>\r\nCustomer agrees to hold in confidence and not to use or disclose any of Concertium’s Confidential Information except solely for the purpose of Customer’s authorized use of the Services in accordance with these Terms of Service. “Confidential Information” means the pricing terms contained in these Terms of Service and any and all non-public data or information, including all third-party data or information, disclosed by or on behalf of Concertium to Customer in connection with the Services.\r\n<h3 class=\"heading05\">Indemnification</h3>\r\nCustomer will defend, indemnify, and hold harmless Concertium and its licensors, Concertium and each of their respective officers, directors, employees, advisors and representatives, from and against any claims, damages, losses, liabilities, costs, fines and expenses (including attorneys’ fees) arising out of or relating to:\r\n<ol>\r\n <li>Customer’s actual or alleged breach of any provisions of these Terms of Services, the Cloud Infrastructure Provider Terms or of any applicable law.</li>\r\n <li>Any activities held under Customer’s Account, including by unauthorized third parties; or.</li>\r\n <li>Customer Content or the combination of Customer Content with other applications, content or processes, including any claim involving actual or alleged infringement or misappropriation of third-party rights arising out of or in connection with Customer Content and including any actual or alleged claim that appropriate consents were not obtained from data subject to the collection or processing of their personal data. Concertium shall notify Customer of any claim subject to indemnification, provided that Concertium\'s failure to do so shall not affect Customer obligations hereunder, except to the extent that Concertium\'s failure to promptly notify Customer materially delays or prejudices Customer ability to defend the claim. At Concertium\'s option, Customer will have the right to defend against any such claim with counsel of Customer’s choosing (subject to Concertium written consent) and to settle such claim as Customer deems appropriate, provided that Customer shall not enter into any settlement without Concertium’s prior written consent and provided that Concertium may at any time elect to take over control of the defense and settlement of the claim upon written notice to Customer.</li>\r\n</ol>\r\n<h3 class=\"heading05\">US Government Rights</h3>\r\nIf Customer is using the Services on behalf of the US Government, the Services, any related software and related documentation are provided to the US Government as \"commercial items\", \"commercial computer software\", \"commercial computer software documentation\" and \"technical data\" with the same rights and restrictions generally applicable to the Services, and if these terms fail to meet the US Government\'s needs or are inconsistent in any respect with federal law, Customer will immediately discontinue Customer\'s use of the Services. The terms \"commercial items\", \"commercial computer software\", \"commercial computer software documentation\" and \"technical data\" are defined in the Defense Acquisition regulation and the Defense Federal Acquisition Regulation Supplement.\r\n<h3 class=\"heading05\">No Third-Party Beneficiary</h3>\r\nThese Terms of Service do not create any third-party beneficiary rights in any individual or entity that is not a party to these Terms of Service.\r\n\r\nThese Terms of Service, together with the Privacy Policy to the extent applicable and entered into between Customer and Concertium, by Concertiumconstitute the entire agreement between Customer and Concertium. These Terms of Service shall be governed by the internal laws of the State of Florida without regard of its conflict of laws rules, and the parties hereby submit to the exclusive jurisdiction of the courts of Hillsborough County, Florida in connection with any dispute in connection with these Terms of Service, provided that Concertium shall be entitled to institute an action in any court of competent jurisdiction to obtain injunctive relief or otherwise protect or enforce its intellectual property rights or interests.\r\n<h3 class=\"heading05\">All rights are cumulative</h3>\r\nConcertium may freely assign any of its rights and obligations under these Terms of Service. Customer may not assign these Terms of Service without the prior written consent of Concertium. No delay or failure to take any action with respect to any breach of these Terms of Service shall constitute a waiver of such breach or any subsequent or other breach. All waivers must be in writing to be effective. If any provision of these Terms of Service is declared invalid or unenforceable, the remaining provisions of these Terms of Service shall not be affected thereby, and shall remain in full force.','Terms & Conditions','','publish','closed','closed','','terms-conditions','','','2019-10-10 19:34:42','2019-10-10 19:34:42','',0,'http://dev.captainschairit.com/?page_id=82',0,'page','',0),(83,1,'2019-09-11 10:38:07','2019-09-11 10:38:07','','Privacy Policy','','inherit','closed','closed','','82-revision-v1','','','2019-09-11 10:38:07','2019-09-11 10:38:07','',82,'http://dev.captainschairit.com/82-revision-v1/',0,'revision','',0),(84,1,'2019-09-11 10:38:35','2019-09-11 10:38:35','','Terms & Conditions','','inherit','closed','closed','','82-revision-v1','','','2019-09-11 10:38:35','2019-09-11 10:38:35','',82,'http://dev.captainschairit.com/82-revision-v1/',0,'revision','',0),(85,1,'2019-09-11 10:39:14','2019-09-11 10:39:14','<!-- wp:heading -->\r\n<h2>Who we are</h2>\r\n<!-- /wp:heading -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>Our website address is: https://captainschairit.com/cc-website.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:heading -->\r\n<h2>What personal data we collect and why we collect it</h2>\r\n<!-- /wp:heading -->\r\n\r\n<!-- wp:heading {\"level\":3} -->\r\n<h3>Comments</h3>\r\n<!-- /wp:heading -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>When visitors leave comments on the site we collect the data shown in the comments form, and also the visitor’s IP address and browser user agent string to help spam detection.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>An anonymized string created from your email address (also called a hash) may be provided to the Gravatar service to see if you are using it. The Gravatar service privacy policy is available here: https://automattic.com/privacy/. After approval of your comment, your profile picture is visible to the public in the context of your comment.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:heading {\"level\":3} -->\r\n<h3>Media</h3>\r\n<!-- /wp:heading -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>If you upload images to the website, you should avoid uploading images with embedded location data (EXIF GPS) included. Visitors to the website can download and extract any location data from images on the website.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:heading {\"level\":3} -->\r\n<h3>Contact forms</h3>\r\n<!-- /wp:heading -->\r\n\r\n<!-- wp:heading {\"level\":3} -->\r\n<h3>Cookies</h3>\r\n<!-- /wp:heading -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>If you leave a comment on our site you may opt-in to saving your name, email address and website in cookies. These are for your convenience so that you do not have to fill in your details again when you leave another comment. These cookies will last for one year.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>If you visit our login page, we will set a temporary cookie to determine if your browser accepts cookies. This cookie contains no personal data and is discarded when you close your browser.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>When you log in, we will also set up several cookies to save your login information and your screen display choices. Login cookies last for two days, and screen options cookies last for a year. If you select \"Remember Me\", your login will persist for two weeks. If you log out of your account, the login cookies will be removed.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>If you edit or publish an article, an additional cookie will be saved in your browser. This cookie includes no personal data and simply indicates the post ID of the article you just edited. It expires after 1 day.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:heading {\"level\":3} -->\r\n<h3>Embedded content from other websites</h3>\r\n<!-- /wp:heading -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>Articles on this site may include embedded content (e.g. videos, images, articles, etc.). Embedded content from other websites behaves in the exact same way as if the visitor has visited the other website.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>These websites may collect data about you, use cookies, embed additional third-party tracking, and monitor your interaction with that embedded content, including tracking your interaction with the embedded content if you have an account and are logged in to that website.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:heading {\"level\":3} -->\r\n<h3>Analytics</h3>\r\n<!-- /wp:heading -->\r\n\r\n<!-- wp:heading -->\r\n<h2>Who we share your data with</h2>\r\n<!-- /wp:heading -->\r\n\r\n<!-- wp:heading -->\r\n<h2>How long we retain your data</h2>\r\n<!-- /wp:heading -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>If you leave a comment, the comment and its metadata are retained indefinitely. This is so we can recognize and approve any follow-up comments automatically instead of holding them in a moderation queue.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>For users that register on our website (if any), we also store the personal information they provide in their user profile. All users can see, edit, or delete their personal information at any time (except they cannot change their username). Website administrators can also see and edit that information.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:heading -->\r\n<h2>What rights you have over your data</h2>\r\n<!-- /wp:heading -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>If you have an account on this site, or have left comments, you can request to receive an exported file of the personal data we hold about you, including any data you have provided to us. You can also request that we erase any personal data we hold about you. This does not include any data we are obliged to keep for administrative, legal, or security purposes.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:heading -->\r\n<h2>Where we send your data</h2>\r\n<!-- /wp:heading -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>Visitor comments may be checked through an automated spam detection service.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:heading -->\r\n<h2>Your contact information</h2>\r\n<!-- /wp:heading -->\r\n\r\n<!-- wp:heading -->\r\n<h2>Additional information</h2>\r\n<!-- /wp:heading -->\r\n\r\n<!-- wp:heading {\"level\":3} -->\r\n<h3>How we protect your data</h3>\r\n<!-- /wp:heading -->\r\n\r\n<!-- wp:heading {\"level\":3} -->\r\n<h3>What data breach procedures we have in place</h3>\r\n<!-- /wp:heading -->\r\n\r\n<!-- wp:heading {\"level\":3} -->\r\n<h3>What third parties we receive data from</h3>\r\n<!-- /wp:heading -->\r\n\r\n<!-- wp:heading {\"level\":3} -->\r\n<h3>What automated decision making and/or profiling we do with user data</h3>\r\n<!-- /wp:heading -->\r\n\r\n<!-- wp:heading {\"level\":3} -->\r\n<h3>Industry regulatory disclosure requirements</h3>\r\n<!-- /wp:heading -->','Privacy Policy','','inherit','closed','closed','','3-revision-v1','','','2019-09-11 10:39:14','2019-09-11 10:39:14','',3,'http://dev.captainschairit.com/3-revision-v1/',0,'revision','',0),(86,1,'2019-09-11 10:39:45','2019-09-11 10:39:45','','Privacy Policy','','inherit','closed','closed','','3-revision-v1','','','2019-09-11 10:39:45','2019-09-11 10:39:45','',3,'http://dev.captainschairit.com/3-revision-v1/',0,'revision','',0),(87,1,'2019-09-11 10:40:22','2019-09-11 10:40:22',' ','','','publish','closed','closed','','87','','','2019-09-30 14:43:30','2019-09-30 14:43:30','',0,'http://dev.captainschairit.com/?p=87',5,'nav_menu_item','',0),(88,1,'2019-09-11 10:40:22','2019-09-11 10:40:22',' ','','','publish','closed','closed','','88','','','2019-09-30 14:43:30','2019-09-30 14:43:30','',0,'http://dev.captainschairit.com/?p=88',4,'nav_menu_item','',0),(90,1,'2019-09-11 13:16:40','2019-09-11 13:16:40','a:7:{s:8:\"location\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"param\";s:13:\"page_template\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:29:\"template-parts/connectors.php\";}}}s:8:\"position\";s:6:\"normal\";s:5:\"style\";s:7:\"default\";s:15:\"label_placement\";s:3:\"top\";s:21:\"instruction_placement\";s:5:\"label\";s:14:\"hide_on_screen\";a:1:{i:0;s:11:\"the_content\";}s:11:\"description\";s:0:\"\";}','Connectors Page','connectors-page','publish','closed','closed','','group_5d78f3abeefe6','','','2020-06-22 13:16:22','2020-06-22 13:16:22','',0,'http://dev.captainschairit.com/?post_type=acf-field-group&p=90',0,'acf-field-group','',0),(91,1,'2019-09-11 13:17:05','2019-09-11 13:17:05','a:7:{s:4:\"type\";s:5:\"group\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:6:\"layout\";s:5:\"block\";s:10:\"sub_fields\";a:0:{}}','Banner Section','banner_section','publish','closed','closed','','field_5d78f3c54ddf9','','','2019-09-11 13:18:01','2019-09-11 13:18:01','',90,'http://dev.captainschairit.com/?post_type=acf-field&p=91',0,'acf-field','',0),(92,1,'2019-09-11 13:17:06','2019-09-11 13:17:06','a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:3:\"url\";s:12:\"preview_size\";s:4:\"full\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";}','Background Image','background_image','publish','closed','closed','','field_5d78f3c54ddfa','','','2019-09-11 13:17:06','2019-09-11 13:17:06','',91,'http://dev.captainschairit.com/?post_type=acf-field&p=92',0,'acf-field','',0),(94,1,'2019-09-11 13:17:06','2019-09-11 13:17:06','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}','Text','text','publish','closed','closed','','field_5d78f3c54ddfc','','','2019-09-11 13:18:01','2019-09-11 13:18:01','',91,'http://dev.captainschairit.com/?post_type=acf-field&p=94',1,'acf-field','',0),(96,1,'2019-09-11 13:17:06','2019-09-11 13:17:06','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}','Text','text','publish','closed','closed','','field_5d78f3cd4ddfe','','','2019-09-11 13:17:06','2019-09-11 13:17:06','',150,'http://dev.captainschairit.com/?post_type=acf-field&p=96',0,'acf-field','',0),(97,1,'2019-09-11 13:17:06','2019-09-11 13:17:06','a:7:{s:4:\"type\";s:3:\"url\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";}','Link','link','publish','closed','closed','','field_5d78f3cd4ddff','','','2019-09-11 13:17:06','2019-09-11 13:17:06','',150,'http://dev.captainschairit.com/?post_type=acf-field&p=97',1,'acf-field','',0),(98,1,'2019-09-11 13:17:06','2019-09-11 13:17:06','a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:3:\"url\";s:12:\"preview_size\";s:4:\"full\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";}','Image','image','publish','closed','closed','','field_5d78f3cd4de00','','','2019-09-11 13:17:06','2019-09-11 13:17:06','',150,'http://dev.captainschairit.com/?post_type=acf-field&p=98',2,'acf-field','',0),(99,1,'2019-09-11 13:18:52','2019-09-11 13:18:52','','Connectors','','inherit','closed','closed','','43-revision-v1','','','2019-09-11 13:18:52','2019-09-11 13:18:52','',43,'http://dev.captainschairit.com/43-revision-v1/',0,'revision','',0),(100,1,'2019-09-11 13:19:56','2019-09-11 13:19:56','','Connectors','','inherit','closed','closed','','43-revision-v1','','','2019-09-11 13:19:56','2019-09-11 13:19:56','',43,'http://dev.captainschairit.com/43-revision-v1/',0,'revision','',0),(101,1,'2019-09-11 13:21:04','2019-09-11 13:21:04','a:10:{s:4:\"type\";s:7:\"wysiwyg\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:4:\"tabs\";s:3:\"all\";s:7:\"toolbar\";s:4:\"full\";s:12:\"media_upload\";i:1;s:5:\"delay\";i:0;}','Content','content','publish','closed','closed','','field_5d78f4a935687','','','2020-06-22 13:16:22','2020-06-22 13:16:22','',183,'http://dev.captainschairit.com/?post_type=acf-field&p=101',0,'acf-field','',0),(102,1,'2019-09-11 13:21:36','2019-09-11 13:21:36','','Connectors','','inherit','closed','closed','','43-revision-v1','','','2019-09-11 13:21:36','2019-09-11 13:21:36','',43,'http://dev.captainschairit.com/43-revision-v1/',0,'revision','',0),(103,1,'2019-09-11 13:51:47','2019-09-11 13:51:47','','VSA by Kaseya','','publish','closed','closed','','vsa-by-kaseya','','','2020-05-20 20:23:15','2020-05-20 20:23:15','',0,'http://dev.captainschairit.com/?post_type=cc-connectors&p=103',0,'cc-connectors','',0),(104,1,'2019-09-11 13:41:52','2019-09-11 13:41:52','','ConnectWise Manage','','publish','closed','closed','','connectwise-manage','','','2020-10-21 07:30:07','2020-10-21 07:30:07','',0,'http://dev.captainschairit.com/?post_type=cc-connectors&p=104',0,'cc-connectors','',0),(105,1,'2019-09-11 13:41:48','2019-09-11 13:41:48','','manage','','inherit','open','closed','','manage','','','2019-09-11 13:41:48','2019-09-11 13:41:48','',104,'http://dev.captainschairit.com/wp-content/uploads/2019/09/manage.png',0,'attachment','image/png',0),(106,1,'2019-09-11 13:51:43','2019-09-11 13:51:43','','vsa','','inherit','open','closed','','vsa','','','2019-09-11 13:51:43','2019-09-11 13:51:43','',103,'http://dev.captainschairit.com/wp-content/uploads/2019/09/vsa.png',0,'attachment','image/png',0),(107,1,'2019-09-11 14:45:31','2019-09-11 14:45:31','','Site24x7','','publish','closed','closed','','site24x7','','','2020-05-20 20:22:56','2020-05-20 20:22:56','',0,'http://dev.captainschairit.com/?post_type=cc-connectors&p=107',0,'cc-connectors','',0),(108,1,'2019-09-11 14:45:53','2019-09-11 14:45:53','','New Relic','','publish','closed','closed','','new-relic','','','2020-05-20 20:22:36','2020-05-20 20:22:36','',0,'http://dev.captainschairit.com/?post_type=cc-connectors&p=108',0,'cc-connectors','',0),(109,1,'2019-09-11 13:53:05','2019-09-11 13:53:05','','AWS','','publish','closed','closed','','aws','','','2020-05-20 20:28:23','2020-05-20 20:28:23','',0,'http://dev.captainschairit.com/?post_type=cc-connectors&p=109',0,'cc-connectors','',0),(110,1,'2019-09-11 13:52:21','2019-09-11 13:52:21','','AZURE','','publish','closed','closed','','azure','','','2020-05-20 20:28:32','2020-05-20 20:28:32','',0,'http://dev.captainschairit.com/?post_type=cc-connectors&p=110',0,'cc-connectors','',0),(111,1,'2019-09-11 13:53:37','2019-09-11 13:53:37','','Datto','','publish','closed','closed','','datto','','','2020-05-20 20:32:09','2020-05-20 20:32:09','',0,'http://dev.captainschairit.com/?post_type=cc-connectors&p=111',0,'cc-connectors','',0),(112,1,'2019-09-11 14:46:58','2019-09-11 14:46:58','','datto','','inherit','open','closed','','datto-2','','','2019-09-11 14:46:58','2019-09-11 14:46:58','',111,'http://dev.captainschairit.com/wp-content/uploads/2019/09/datto.png',0,'attachment','image/png',0),(113,1,'2019-09-11 14:47:24','2019-09-11 14:47:24','','azure','','inherit','open','closed','','azure-2','','','2019-09-11 14:47:24','2019-09-11 14:47:24','',110,'http://dev.captainschairit.com/wp-content/uploads/2019/09/azure.png',0,'attachment','image/png',0),(114,1,'2019-09-11 14:47:37','2019-09-11 14:47:37','','aws','','inherit','open','closed','','aws-2','','','2019-09-11 14:47:37','2019-09-11 14:47:37','',109,'http://dev.captainschairit.com/wp-content/uploads/2019/09/aws.png',0,'attachment','image/png',0),(115,1,'2019-09-11 14:47:54','2019-09-11 14:47:54','','new-relic','','inherit','open','closed','','new-relic-2','','','2019-09-11 14:47:54','2019-09-11 14:47:54','',108,'http://dev.captainschairit.com/wp-content/uploads/2019/09/new-relic.png',0,'attachment','image/png',0),(116,1,'2019-09-11 14:48:07','2019-09-11 14:48:07','','site24','','inherit','open','closed','','site24','','','2019-09-11 14:48:07','2019-09-11 14:48:07','',107,'http://dev.captainschairit.com/wp-content/uploads/2019/09/site24.png',0,'attachment','image/png',0),(117,1,'2019-09-11 13:59:08','2019-09-11 13:59:08','','Crewhu','','publish','closed','closed','','crewhu','','','2020-05-20 20:34:16','2020-05-20 20:34:16','',0,'http://dev.captainschairit.com/?post_type=cc-connectors&p=117',0,'cc-connectors','',0),(118,1,'2019-09-11 14:50:18','2019-09-11 14:50:18','','crewhu','','inherit','open','closed','','crewhu-2','','','2019-09-11 14:50:18','2019-09-11 14:50:18','',117,'http://dev.captainschairit.com/wp-content/uploads/2019/09/crewhu.png',0,'attachment','image/png',0),(119,1,'2019-09-11 13:57:12','2019-09-11 13:57:12','','Cisco Meraki','','publish','closed','closed','','cisco-meraki','','','2020-05-20 20:33:01','2020-05-20 20:33:01','',0,'http://dev.captainschairit.com/?post_type=cc-connectors&p=119',0,'cc-connectors','',0),(120,1,'2019-09-11 14:51:08','2019-09-11 14:51:08','','cisco-meraki','','inherit','open','closed','','cisco-meraki','','','2019-09-11 14:51:08','2019-09-11 14:51:08','',119,'http://dev.captainschairit.com/wp-content/uploads/2019/09/cisco-meraki.png',0,'attachment','image/png',0),(121,1,'2019-09-11 13:52:35','2019-09-11 13:52:35','','Office 365','','publish','closed','closed','','office-365','','','2020-06-04 15:06:58','2020-06-04 15:06:58','',0,'http://dev.captainschairit.com/?post_type=cc-connectors&p=121',0,'cc-connectors','',0),(122,1,'2019-09-11 14:51:32','2019-09-11 14:51:32','','office-365','','inherit','open','closed','','office-365','','','2019-09-11 14:51:32','2019-09-11 14:51:32','',121,'http://dev.captainschairit.com/wp-content/uploads/2019/09/office-365.png',0,'attachment','image/png',0),(123,1,'2019-09-11 15:20:05','2019-09-11 15:20:05','a:7:{s:4:\"type\";s:5:\"group\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:6:\"layout\";s:5:\"block\";s:10:\"sub_fields\";a:0:{}}','Explore Captain\'s Chair','explore_captains_chair','publish','closed','closed','','field_5d790f8f655ae','','','2019-09-11 15:20:28','2019-09-11 15:20:28','',10,'http://dev.captainschairit.com/?post_type=acf-field&p=123',2,'acf-field','',0),(124,1,'2019-09-11 15:20:05','2019-09-11 15:20:05','a:10:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";i:3;s:9:\"new_lines\";s:0:\"\";}','Heading','heading','publish','closed','closed','','field_5d790fcc655af','','','2019-09-11 15:22:35','2019-09-11 15:22:35','',123,'http://dev.captainschairit.com/?post_type=acf-field&p=124',1,'acf-field','',0),(125,1,'2019-09-11 15:20:05','2019-09-11 15:20:05','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}','Point 1','point_1','publish','closed','closed','','field_5d79101d655b0','','','2019-09-11 15:22:35','2019-09-11 15:22:35','',123,'http://dev.captainschairit.com/?post_type=acf-field&p=125',2,'acf-field','',0),(126,1,'2019-09-11 15:20:05','2019-09-11 15:20:05','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}','Point 2','point_2','publish','closed','closed','','field_5d791091655b1','','','2019-09-11 15:22:35','2019-09-11 15:22:35','',123,'http://dev.captainschairit.com/?post_type=acf-field&p=126',3,'acf-field','',0),(127,1,'2019-09-11 15:20:05','2019-09-11 15:20:05','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}','Point 3','point_3','publish','closed','closed','','field_5d791097655b2','','','2019-09-11 15:22:35','2019-09-11 15:22:35','',123,'http://dev.captainschairit.com/?post_type=acf-field&p=127',4,'acf-field','',0),(128,1,'2019-09-11 15:21:47','2019-09-11 15:21:47','','Home','','inherit','closed','closed','','5-revision-v1','','','2019-09-11 15:21:47','2019-09-11 15:21:47','',5,'http://dev.captainschairit.com/5-revision-v1/',0,'revision','',0),(129,1,'2019-09-11 15:22:35','2019-09-11 15:22:35','a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:3:\"url\";s:12:\"preview_size\";s:4:\"full\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";}','Background Image','background_image','publish','closed','closed','','field_5d79111f19196','','','2019-09-11 15:22:35','2019-09-11 15:22:35','',123,'http://dev.captainschairit.com/?post_type=acf-field&p=129',0,'acf-field','',0),(130,1,'2019-09-11 15:24:01','2019-09-11 15:24:01','','bg-01','','inherit','open','closed','','bg-01','','','2019-09-11 15:24:01','2019-09-11 15:24:01','',5,'http://dev.captainschairit.com/wp-content/uploads/2019/09/bg-01.jpg',0,'attachment','image/jpeg',0),(131,1,'2019-09-11 15:24:17','2019-09-11 15:24:17','','Home','','inherit','closed','closed','','5-revision-v1','','','2019-09-11 15:24:17','2019-09-11 15:24:17','',5,'http://dev.captainschairit.com/5-revision-v1/',0,'revision','',0),(132,1,'2019-09-12 07:03:34','2019-09-12 07:03:34','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}','Button Text','button_text','publish','closed','closed','','field_5d79edb98bc10','','','2020-09-10 07:41:00','2020-09-10 07:41:00','',11,'http://dev.captainschairit.com/?post_type=acf-field&p=132',4,'acf-field','',0),(134,1,'2019-09-12 07:04:08','2019-09-12 07:04:08','','Home','','inherit','closed','closed','','5-revision-v1','','','2019-09-12 07:04:08','2019-09-12 07:04:08','',5,'http://dev.captainschairit.com/5-revision-v1/',0,'revision','',0),(135,1,'2019-09-12 07:06:23','2019-09-12 07:06:23','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}','Button Text','button_text','publish','closed','closed','','field_5d79ee5f1b1b8','','','2019-09-12 07:06:23','2019-09-12 07:06:23','',30,'http://dev.captainschairit.com/?post_type=acf-field&p=135',1,'acf-field','',0),(136,1,'2019-09-12 07:08:24','2019-09-12 07:08:24','','Home','','inherit','closed','closed','','5-revision-v1','','','2019-09-12 07:08:24','2019-09-12 07:08:24','',5,'http://dev.captainschairit.com/5-revision-v1/',0,'revision','',0),(137,1,'2019-09-12 07:12:25','2019-09-12 07:12:25','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}','Button Text','button_text','publish','closed','closed','','field_5d79efcd71bff','','','2019-09-12 07:12:25','2019-09-12 07:12:25','',123,'http://dev.captainschairit.com/?post_type=acf-field&p=137',5,'acf-field','',0),(138,1,'2019-09-12 07:12:36','2019-09-12 07:12:36','','Home','','inherit','closed','closed','','5-revision-v1','','','2019-09-12 07:12:36','2019-09-12 07:12:36','',5,'http://dev.captainschairit.com/5-revision-v1/',0,'revision','',0),(139,1,'2019-09-12 07:13:53','2019-09-12 07:13:53','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}','Heading','heading','publish','closed','closed','','field_5d79f022eb0e9','','','2019-09-12 07:13:53','2019-09-12 07:13:53','',18,'http://dev.captainschairit.com/?post_type=acf-field&p=139',0,'acf-field','',0),(149,1,'2019-09-12 07:37:28','2019-09-12 07:37:28','','Home','','inherit','closed','closed','','5-revision-v1','','','2019-09-12 07:37:28','2019-09-12 07:37:28','',5,'http://dev.captainschairit.com/5-revision-v1/',0,'revision','',0),(161,1,'2019-09-12 07:59:10','2019-09-12 07:59:10','','Connectors','','inherit','closed','closed','','43-revision-v1','','','2019-09-12 07:59:10','2019-09-12 07:59:10','',43,'http://dev.captainschairit.com/43-revision-v1/',0,'revision','',0),(162,1,'2019-09-12 07:59:28','2019-09-12 07:59:28','','Client Dashboard','','inherit','closed','closed','','55-revision-v1','','','2019-09-12 07:59:28','2019-09-12 07:59:28','',55,'http://dev.captainschairit.com/55-revision-v1/',0,'revision','',0),(163,1,'2019-09-12 08:06:53','2019-09-12 08:06:53','a:7:{s:4:\"type\";s:5:\"group\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:6:\"layout\";s:5:\"block\";s:10:\"sub_fields\";a:0:{}}','Dashboard 1','dashboard_1','publish','closed','closed','','field_5d79fc638727b','','','2019-09-16 11:25:36','2019-09-16 11:25:36','',57,'http://dev.captainschairit.com/?post_type=acf-field&p=163',2,'acf-field','',0),(164,1,'2019-09-12 08:06:53','2019-09-12 08:06:53','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}','Heading','heading','publish','closed','closed','','field_5d79fc7f8727c','','','2019-09-12 08:06:53','2019-09-12 08:06:53','',163,'http://dev.captainschairit.com/?post_type=acf-field&p=164',0,'acf-field','',0),(165,1,'2019-09-12 08:06:53','2019-09-12 08:06:53','a:10:{s:4:\"type\";s:7:\"wysiwyg\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:4:\"tabs\";s:3:\"all\";s:7:\"toolbar\";s:4:\"full\";s:12:\"media_upload\";i:1;s:5:\"delay\";i:0;}','Content','content','publish','closed','closed','','field_5d79fc918727d','','','2020-06-22 13:13:55','2020-06-22 13:13:55','',163,'http://dev.captainschairit.com/?post_type=acf-field&p=165',1,'acf-field','',0),(166,1,'2019-09-12 08:08:22','2019-09-12 08:08:22','a:7:{s:4:\"type\";s:5:\"group\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:6:\"layout\";s:5:\"block\";s:10:\"sub_fields\";a:0:{}}','Dashboard 2','dashboard_2','publish','closed','closed','','field_5d79fca327368','','','2019-09-16 11:25:36','2019-09-16 11:25:36','',57,'http://dev.captainschairit.com/?post_type=acf-field&p=166',3,'acf-field','',0),(167,1,'2019-09-12 08:08:22','2019-09-12 08:08:22','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}','Heading','heading','publish','closed','closed','','field_5d79fcaf27369','','','2019-09-12 08:08:22','2019-09-12 08:08:22','',166,'http://dev.captainschairit.com/?post_type=acf-field&p=167',0,'acf-field','',0),(168,1,'2019-09-12 08:08:22','2019-09-12 08:08:22','a:10:{s:4:\"type\";s:7:\"wysiwyg\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:4:\"tabs\";s:3:\"all\";s:7:\"toolbar\";s:4:\"full\";s:12:\"media_upload\";i:1;s:5:\"delay\";i:0;}','Content','content','publish','closed','closed','','field_5d79fce02736b','','','2020-06-22 13:13:55','2020-06-22 13:13:55','',166,'http://dev.captainschairit.com/?post_type=acf-field&p=168',1,'acf-field','',0),(169,1,'2019-09-12 08:09:41','2019-09-12 08:09:41','','Client Dashboard','','inherit','closed','closed','','55-revision-v1','','','2019-09-12 08:09:41','2019-09-12 08:09:41','',55,'http://dev.captainschairit.com/55-revision-v1/',0,'revision','',0),(170,1,'2019-09-12 08:15:16','2019-09-12 08:15:16','a:7:{s:4:\"type\";s:5:\"group\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:6:\"layout\";s:5:\"block\";s:10:\"sub_fields\";a:0:{}}','Features Section','features_section','publish','closed','closed','','field_5d79fe21a457e','','','2019-09-16 11:25:36','2019-09-16 11:25:36','',57,'http://dev.captainschairit.com/?post_type=acf-field&p=170',4,'acf-field','',0),(171,1,'2019-09-12 08:15:16','2019-09-12 08:15:16','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}','Heading','heading','publish','closed','closed','','field_5d79fe30a457f','','','2019-09-12 08:15:16','2019-09-12 08:15:16','',170,'http://dev.captainschairit.com/?post_type=acf-field&p=171',0,'acf-field','',0),(172,1,'2019-09-12 08:15:16','2019-09-12 08:15:16','a:8:{s:4:\"type\";s:7:\"message\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:7:\"message\";s:92:\"<i>You can manage features from the <strong>Features </strong>section in the Admin Menu.</i>\";s:9:\"new_lines\";s:7:\"wpautop\";s:8:\"esc_html\";i:0;}','Note','','publish','closed','closed','','field_5d79fe3da4580','','','2019-09-12 10:31:34','2019-09-12 10:31:34','',170,'http://dev.captainschairit.com/?post_type=acf-field&p=172',1,'acf-field','',0),(173,1,'2019-09-12 08:17:40','2019-09-12 08:17:40','','Client Dashboard','','inherit','closed','closed','','55-revision-v1','','','2019-09-12 08:17:40','2019-09-12 08:17:40','',55,'http://dev.captainschairit.com/55-revision-v1/',0,'revision','',0),(180,1,'2019-09-12 08:27:21','2019-09-12 08:27:21','','Client Dashboard','','inherit','closed','closed','','55-revision-v1','','','2019-09-12 08:27:21','2019-09-12 08:27:21','',55,'http://dev.captainschairit.com/55-revision-v1/',0,'revision','',0),(181,1,'2019-09-12 08:28:08','2019-09-12 08:28:08','','Home','','inherit','closed','closed','','5-revision-v1','','','2019-09-12 08:28:08','2019-09-12 08:28:08','',5,'http://dev.captainschairit.com/5-revision-v1/',0,'revision','',0),(182,1,'2019-09-12 08:28:12','2019-09-12 08:28:12','','Connectors','','inherit','closed','closed','','43-revision-v1','','','2019-09-12 08:28:12','2019-09-12 08:28:12','',43,'http://dev.captainschairit.com/43-revision-v1/',0,'revision','',0),(183,1,'2019-09-12 08:36:24','2019-09-12 08:36:24','a:7:{s:4:\"type\";s:5:\"group\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:6:\"layout\";s:5:\"block\";s:10:\"sub_fields\";a:0:{}}','Content Part','content_part','publish','closed','closed','','field_5d7a0376ca2c8','','','2019-09-16 12:26:40','2019-09-16 12:26:40','',90,'http://dev.captainschairit.com/?post_type=acf-field&p=183',2,'acf-field','',0),(185,1,'2019-09-12 08:39:13','2019-09-12 08:39:13','','Connectors','','inherit','closed','closed','','43-revision-v1','','','2019-09-12 08:39:13','2019-09-12 08:39:13','',43,'http://dev.captainschairit.com/43-revision-v1/',0,'revision','',0),(188,1,'2019-09-12 08:42:47','2019-09-12 08:42:47','','Connectors','','inherit','closed','closed','','43-revision-v1','','','2019-09-12 08:42:47','2019-09-12 08:42:47','',43,'http://dev.captainschairit.com/43-revision-v1/',0,'revision','',0),(189,1,'2019-09-12 10:30:21','2019-09-12 10:30:21','a:8:{s:4:\"type\";s:7:\"message\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:7:\"message\";s:94:\"<i>This section can be managed from the <strong>About Products</strong> in the Admin Menu.</i>\";s:9:\"new_lines\";s:7:\"wpautop\";s:8:\"esc_html\";i:0;}','Note','note','publish','closed','closed','','field_5d7a1d935c6b7','','','2019-09-30 14:46:21','2019-09-30 14:46:21','',30,'http://dev.captainschairit.com/?post_type=acf-field&p=189',3,'acf-field','',0),(191,1,'2019-09-12 10:34:36','2019-09-12 10:34:36','a:8:{s:4:\"type\";s:7:\"message\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:7:\"message\";s:105:\"<i>You can add/remove/edit connectors from the <strong>Connectors</strong> section in the Admin Menu.</i>\";s:9:\"new_lines\";s:7:\"wpautop\";s:8:\"esc_html\";i:0;}','Note','note','publish','closed','closed','','field_5d7a1ed7b1d42','','','2019-10-03 11:59:03','2019-10-03 11:59:03','',183,'http://dev.captainschairit.com/?post_type=acf-field&p=191',1,'acf-field','',0),(192,1,'2019-09-12 12:29:36','2019-09-12 12:29:36','<div class=\"form-group position-relative\">\r\n <input type=\"email\" class=\"form-control\" placeholder=\"Enter your email address\">\r\n <button type=\"submit\" class=\"btn-stay-informed\" value=\"Subscribe\"><i class=\"fas fa-paper-plane\"></i></button>\r\n</div>\r\n','Subscribe','','publish','closed','closed','','subscribe','','','2019-09-12 12:29:36','2019-09-12 12:29:36','',0,'http://dev.captainschairit.com/mc4wp-form/subscribe/',0,'mc4wp-form','',0),(193,1,'2019-09-12 12:50:45','2019-09-12 12:50:45','a:7:{s:4:\"type\";s:3:\"url\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";}','Button Link','button_link','publish','closed','closed','','field_5d7a3f120a269','','','2019-09-12 12:50:45','2019-09-12 12:50:45','',123,'http://dev.captainschairit.com/?post_type=acf-field&p=193',6,'acf-field','',0),(194,1,'2019-09-12 12:51:18','2019-09-12 12:51:18','','Home','','inherit','closed','closed','','5-revision-v1','','','2019-09-12 12:51:18','2019-09-12 12:51:18','',5,'http://dev.captainschairit.com/5-revision-v1/',0,'revision','',0),(195,1,'2019-09-12 13:04:25','2019-09-12 13:04:25','a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:3:\"url\";s:12:\"preview_size\";s:4:\"full\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";}','Image','image','publish','closed','closed','','field_5d7a4233f0562','','','2019-09-12 13:04:25','2019-09-12 13:04:25','',163,'http://dev.captainschairit.com/?post_type=acf-field&p=195',2,'acf-field','',0),(196,1,'2019-09-12 13:04:25','2019-09-12 13:04:25','a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:3:\"url\";s:12:\"preview_size\";s:4:\"full\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";}','Image','image','publish','closed','closed','','field_5d7a4248f0563','','','2019-09-12 13:04:25','2019-09-12 13:04:25','',166,'http://dev.captainschairit.com/?post_type=acf-field&p=196',2,'acf-field','',0),(197,1,'2019-09-12 13:04:57','2019-09-12 13:04:57','','cc_dashboard','','inherit','open','closed','','cc_dashboard','','','2019-09-12 13:04:57','2019-09-12 13:04:57','',55,'http://dev.captainschairit.com/wp-content/uploads/2019/09/cc_dashboard.png',0,'attachment','image/png',0),(198,1,'2019-09-12 13:05:21','2019-09-12 13:05:21','','rm_dashboard','','inherit','open','closed','','rm_dashboard','','','2019-09-12 13:05:21','2019-09-12 13:05:21','',55,'http://dev.captainschairit.com/wp-content/uploads/2019/09/rm_dashboard.png',0,'attachment','image/png',0),(199,1,'2019-09-12 13:05:27','2019-09-12 13:05:27','','Client Dashboard','','inherit','closed','closed','','55-revision-v1','','','2019-09-12 13:05:27','2019-09-12 13:05:27','',55,'http://dev.captainschairit.com/55-revision-v1/',0,'revision','',0),(200,1,'2019-09-12 13:29:58','2019-09-12 13:29:58','a:7:{s:8:\"location\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"param\";s:13:\"page_template\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:24:\"template-parts/about.php\";}}}s:8:\"position\";s:6:\"normal\";s:5:\"style\";s:7:\"default\";s:15:\"label_placement\";s:3:\"top\";s:21:\"instruction_placement\";s:5:\"label\";s:14:\"hide_on_screen\";a:1:{i:0;s:11:\"the_content\";}s:11:\"description\";s:0:\"\";}','About Page','about-page','publish','closed','closed','','group_5d7a4851172e4','','','2019-10-03 13:54:55','2019-10-03 13:54:55','',0,'http://dev.captainschairit.com/?post_type=acf-field-group&p=200',0,'acf-field-group','',0),(201,1,'2019-09-12 13:30:19','2019-09-12 13:30:19','a:7:{s:4:\"type\";s:5:\"group\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:6:\"layout\";s:5:\"block\";s:10:\"sub_fields\";a:0:{}}','Banner Section','banner_section','publish','closed','closed','','field_5d7a486933c44','','','2019-09-12 13:31:59','2019-09-12 13:31:59','',200,'http://dev.captainschairit.com/?post_type=acf-field&p=201',0,'acf-field','',0),(202,1,'2019-09-12 13:30:19','2019-09-12 13:30:19','a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:3:\"url\";s:12:\"preview_size\";s:4:\"full\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";}','Background Image','background_image','publish','closed','closed','','field_5d7a486933c45','','','2019-09-12 13:30:19','2019-09-12 13:30:19','',201,'http://dev.captainschairit.com/?post_type=acf-field&p=202',0,'acf-field','',0),(203,1,'2019-09-12 13:30:19','2019-09-12 13:30:19','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}','Text','text','publish','closed','closed','','field_5d7a486933c46','','','2019-09-12 13:30:19','2019-09-12 13:30:19','',201,'http://dev.captainschairit.com/?post_type=acf-field&p=203',1,'acf-field','',0),(207,1,'2019-09-12 13:30:45','2019-09-12 13:30:45','a:7:{s:4:\"type\";s:5:\"group\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:6:\"layout\";s:5:\"block\";s:10:\"sub_fields\";a:0:{}}','Get in Touch Section','selling_more_section','publish','closed','closed','','field_5d7a48811c4c5','','','2019-09-13 12:06:38','2019-09-13 12:06:38','',200,'http://dev.captainschairit.com/?post_type=acf-field&p=207',4,'acf-field','',0),(208,1,'2019-09-12 13:30:45','2019-09-12 13:30:45','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}','Heading','heading','publish','closed','closed','','field_5d7a48811c4c6','','','2019-09-12 13:30:45','2019-09-12 13:30:45','',207,'http://dev.captainschairit.com/?post_type=acf-field&p=208',0,'acf-field','',0),(209,1,'2019-09-12 13:30:45','2019-09-12 13:30:45','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}','Text','text','publish','closed','closed','','field_5d7a48811c4c7','','','2019-09-12 13:30:45','2019-09-12 13:30:45','',207,'http://dev.captainschairit.com/?post_type=acf-field&p=209',1,'acf-field','',0),(213,1,'2019-09-12 13:35:00','2019-09-12 13:35:00','a:7:{s:4:\"type\";s:5:\"group\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:6:\"layout\";s:5:\"block\";s:10:\"sub_fields\";a:0:{}}','Information Section','information_section','publish','closed','closed','','field_5d7a495329b5f','','','2019-09-13 12:06:38','2019-09-13 12:06:38','',200,'http://dev.captainschairit.com/?post_type=acf-field&p=213',2,'acf-field','',0),(215,1,'2019-09-12 13:35:00','2019-09-12 13:35:00','a:10:{s:4:\"type\";s:7:\"wysiwyg\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:4:\"tabs\";s:3:\"all\";s:7:\"toolbar\";s:4:\"full\";s:12:\"media_upload\";i:1;s:5:\"delay\";i:0;}','Content','content','publish','closed','closed','','field_5d7a497129b61','','','2019-10-03 13:52:35','2019-10-03 13:52:35','',213,'http://dev.captainschairit.com/?post_type=acf-field&p=215',0,'acf-field','',0),(216,1,'2020-02-03 19:25:20','2020-02-03 19:25:20','','About','','inherit','closed','closed','','47-autosave-v1','','','2020-02-03 19:25:20','2020-02-03 19:25:20','',47,'http://dev.captainschairit.com/47-autosave-v1/',0,'revision','',0),(217,1,'2019-09-12 13:36:20','2019-09-12 13:36:20','','about-bg','','inherit','open','closed','','about-bg','','','2019-09-12 13:36:20','2019-09-12 13:36:20','',47,'http://dev.captainschairit.com/wp-content/uploads/2019/09/about-bg.jpg',0,'attachment','image/jpeg',0),(219,1,'2019-09-12 13:40:07','2019-09-12 13:40:07','','About','','inherit','closed','closed','','47-revision-v1','','','2019-09-12 13:40:07','2019-09-12 13:40:07','',47,'http://dev.captainschairit.com/47-revision-v1/',0,'revision','',0),(220,1,'2019-09-12 13:41:43','2019-09-12 13:41:43','','About','','inherit','closed','closed','','47-revision-v1','','','2019-09-12 13:41:43','2019-09-12 13:41:43','',47,'http://dev.captainschairit.com/47-revision-v1/',0,'revision','',0),(221,1,'2019-09-12 13:44:20','2019-09-12 13:44:20','a:7:{s:4:\"type\";s:5:\"group\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:6:\"layout\";s:5:\"block\";s:10:\"sub_fields\";a:0:{}}','Leadership Section','leadership_section','publish','closed','closed','','field_5d7a4b51e3ee5','','','2019-09-13 12:06:38','2019-09-13 12:06:38','',200,'http://dev.captainschairit.com/?post_type=acf-field&p=221',3,'acf-field','',0),(222,1,'2019-09-12 13:44:20','2019-09-12 13:44:20','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}','Heading','heading','publish','closed','closed','','field_5d7a4b61e3ee6','','','2019-09-12 13:44:20','2019-09-12 13:44:20','',221,'http://dev.captainschairit.com/?post_type=acf-field&p=222',0,'acf-field','',0),(223,1,'2019-09-12 13:44:20','2019-09-12 13:44:20','a:8:{s:4:\"type\";s:7:\"message\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:7:\"message\";s:98:\"<i>This section can be managed from <strong>Leadership Team</strong> Option in the Admin Menu.</i>\";s:9:\"new_lines\";s:7:\"wpautop\";s:8:\"esc_html\";i:0;}','Note','note','publish','closed','closed','','field_5d7a4b69e3ee7','','','2019-09-12 13:44:20','2019-09-12 13:44:20','',221,'http://dev.captainschairit.com/?post_type=acf-field&p=223',1,'acf-field','',0),(224,1,'2019-09-12 14:24:48','2019-09-12 14:24:48','<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\"]\nCaptain's Chair \"[your-subject]\"\nCaptain's Chair <wordpress@192.168.1.33>\nFrom: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Captain's Chair (https://captainschairit.com/cc-website)\nshieldwatch006@gmail.com\nReply-To: [your-email]\n\n0\n0\n\nCaptain's Chair \"[your-subject]\"\nCaptain's Chair <wordpress@192.168.1.33>\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Captain's Chair (https://captainschairit.com/cc-website)\n[your-email]\nReply-To: shieldwatch006@gmail.com\n\n0\n0\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.','Contact form 1','','publish','closed','closed','','contact-form-1','','','2019-09-12 14:24:48','2019-09-12 14:24:48','',0,'http://dev.captainschairit.com/?post_type=wpcf7_contact_form&p=224',0,'wpcf7_contact_form','',0),(225,1,'2019-09-13 09:39:48','2019-09-13 09:39:48','','Pratik Roychoudhury','','publish','closed','closed','','pratik-roychoudhury','','','2019-09-16 08:28:30','2019-09-16 08:28:30','',0,'http://dev.captainschairit.com/?post_type=cc-leadership-team&p=225',0,'cc-leadership-team','',0),(226,1,'2019-09-13 09:38:41','2019-09-13 09:38:41','a:7:{s:8:\"location\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"param\";s:9:\"post_type\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:18:\"cc-leadership-team\";}}}s:8:\"position\";s:6:\"normal\";s:5:\"style\";s:7:\"default\";s:15:\"label_placement\";s:3:\"top\";s:21:\"instruction_placement\";s:5:\"label\";s:14:\"hide_on_screen\";s:0:\"\";s:11:\"description\";s:0:\"\";}','Leadership Team Data','leadership-team-data','publish','closed','closed','','group_5d7b637874c61','','','2019-09-13 09:47:39','2019-09-13 09:47:39','',0,'http://dev.captainschairit.com/?post_type=acf-field-group&p=226',0,'acf-field-group','',0),(227,1,'2019-09-13 09:38:42','2019-09-13 09:38:42','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}','Designation','designation','publish','closed','closed','','field_5d7b6394cd939','','','2019-09-13 09:38:42','2019-09-13 09:38:42','',226,'http://dev.captainschairit.com/?post_type=acf-field&p=227',0,'acf-field','',0),(228,1,'2019-09-13 09:43:50','2019-09-13 09:43:50','','Pratik-Roychoudhury','','inherit','open','closed','','pratik-roychoudhury-2','','','2019-09-13 09:43:50','2019-09-13 09:43:50','',225,'http://dev.captainschairit.com/wp-content/uploads/2019/09/Pratik-Roychoudhury.jpg',0,'attachment','image/jpeg',0),(229,1,'2019-09-13 09:47:39','2019-09-13 09:47:39','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}','LinkedIn Profile','linkedin_profile','publish','closed','closed','','field_5d7b65997e629','','','2019-09-13 09:47:39','2019-09-13 09:47:39','',226,'http://dev.captainschairit.com/?post_type=acf-field&p=229',1,'acf-field','',0),(231,1,'2019-09-13 09:48:36','2019-09-13 09:48:36','','John-Rhoades','','inherit','open','closed','','john-rhoades','','','2019-09-13 09:48:36','2019-09-13 09:48:36','',0,'http://dev.captainschairit.com/wp-content/uploads/2019/09/John-Rhoades.jpg',0,'attachment','image/jpeg',0),(233,1,'2019-09-13 09:57:14','2019-09-13 09:57:14','','Kausik-Sarkar','','inherit','open','closed','','kausik-sarkar','','','2019-09-13 09:57:14','2019-09-13 09:57:14','',0,'http://dev.captainschairit.com/wp-content/uploads/2019/09/Kausik-Sarkar.jpg',0,'attachment','image/jpeg',0),(235,1,'2019-09-13 09:58:53','2019-09-13 09:58:53','','James-Kissane','','inherit','open','closed','','james-kissane-2','','','2019-09-13 09:58:53','2019-09-13 09:58:53','',0,'http://dev.captainschairit.com/wp-content/uploads/2019/09/James-Kissane.jpg',0,'attachment','image/jpeg',0),(239,1,'2019-09-13 10:00:13','2019-09-13 10:00:13','','Dwayne-Leininger','','inherit','open','closed','','dwayne-leininger','','','2019-09-13 10:00:13','2019-09-13 10:00:13','',0,'http://dev.captainschairit.com/wp-content/uploads/2019/09/Dwayne-Leininger.jpg',0,'attachment','image/jpeg',0),(240,1,'2019-09-13 11:03:52','2019-09-13 11:03:52','','About','','inherit','closed','closed','','47-revision-v1','','','2019-09-13 11:03:52','2019-09-13 11:03:52','',47,'http://dev.captainschairit.com/47-revision-v1/',0,'revision','',0),(241,1,'2019-09-13 11:06:31','2019-09-13 11:06:31','','About','','inherit','closed','closed','','47-revision-v1','','','2019-09-13 11:06:31','2019-09-13 11:06:31','',47,'http://dev.captainschairit.com/47-revision-v1/',0,'revision','',0),(242,1,'2019-09-13 11:07:25','2019-09-13 11:07:25','<div class=\"row\"><div class=\"col-md-6\"><div class=\"form-group form-placeholder\">[text* Name class:form-control placeholder]<label class=\"placeholder-label\">Name</label></div></div><div class=\"col-md-6\"><div class=\"form-group form-placeholder\">[text* Title class:form-control placeholder]<label class=\"placeholder-label\">Company</label></div></div><div class=\"col-md-6\"><div class=\"form-group form-placeholder\">[text* Phone class:form-control placeholder]<label class=\"placeholder-label\">Phone</label></div></div><div class=\"col-md-6\"><div class=\"form-group form-placeholder\">[email* Email class:form-control placeholder]<label class=\"placeholder-label\">Email </label></div></div><div class=\"col-md-12\"><div class=\"mb-5\"><button id=\'submit\' class=\'wpcf7-form-control wpcf7-submit btn btn-primary btn-rounded hvr-shutter-out-horizontal\'>Contact Us</button></div></div></div>\n1\nCaptain\'s Chair Contact Us\nCaptain\'s Chair <no-reply@captainschairit.com>\nsales@captainschairit.com\n<!doctype html>\r\n<html>\r\n<head>\r\n<meta charset=\"utf-8\">\r\n<title>Contact us</title>\r\n<style type=\"text/css\">\r\nhtml {\r\n width: 100%;\r\n margin: 0;\r\n padding: 0;\r\n}\r\nbody {\r\n -webkit-text-size-adjust: none;\r\n -ms-text-size-adjust: none;\r\n margin: 0;\r\n padding: 0;\r\n -webkit-font-smoothing: antialiased;\r\n}\r\ntable {\r\n border-spacing: 0;\r\n}\r\nimg {\r\n display: block !important;\r\n outline: none;\r\n text-decoration: none;\r\n -ms-interpolation-mode: bicubic;\r\n border: none;\r\n height: auto;\r\n line-height: 100%;\r\n}\r\n img.image-inline{\r\n display: inline-block!important; \r\n }\r\n\r\np {\r\n padding: 0;\r\n margin: 0;\r\n}\r\nbr {\r\n line-height: 0 !important;\r\n}\r\ndiv, p, span, strong, b, em, i, a, li, td {\r\n -webkit-text-size-adjust: none;\r\n}\r\ntable td, table tr {\r\n border-collapse: collapse;\r\n}\r\ntable {\r\n border-collapse: collapse;\r\n mso-table-lspace: 0pt;\r\n mso-table-rspace: 0pt;\r\n}\r\n\r\n@media screen and (max-width:580px) {\r\ntable[class=\"table-wrappper\"] {\r\n width: 100%!important;\r\n}\r\ntd[class=\"content-left-gap\"] {\r\n width: 5%!important;\r\n}\r\ntable[class=\"content-table\"],\r\ntd[class=\"content-table\"]{\r\n width: 100%!important;\r\n}\r\ntd[class=\"banner-image\"] img {\r\n width: 100%!important;\r\n}\r\ntable[class=\"main-table-wrappper\"] {\r\n width: 100%!important;\r\n}\r\ntd[class=\"gap-01\"] {\r\n height: 15px!important;\r\n}\r\ntd[class=\"space-01\"] {\r\n width: 15px!important;\r\n}\r\ntable[class=\"table-wrappper\"] .heading01 {\r\n font-size: 20px !important;\r\n}\r\ntable[class=\"table-wrappper\"] .text01 {\r\n font-size: 14px !important;\r\n margin-bottom: 24px !important;\r\n}\r\ntable[class=\"table-wrappper\"] .heading02 {\r\n font-size: 24px !important;\r\n}\r\ntd[class=\"content-border\"] {\r\n height: 25px!important;\r\n}\r\ntable[class=\"table-wrappper\"] .heading03 {\r\n font-size: 18px !important;\r\n}\r\ntable[class=\"table-wrappper\"] .email-link {\r\n display: block !important;\r\n margin: 10px 0 !important;\r\n}\r\n\r\n}\r\n\r\n@media screen and (max-width:420px) {\r\ntable[class=\"brand\"] {\r\n width: 100%!important;\r\n text-align: center !important;\r\n}\r\ntable[class=\"website-btn\"] {\r\n width: 100%!important;\r\n text-align: center !important;\r\n}\r\n\r\n table[class=\"website-btn-tbl\"] {\r\n width: 130px!important;\r\n }\r\n \r\n}\r\n</style>\r\n</head>\r\n\r\n<body style=\"background-color: #d7d7d7;\">\r\n\r\n<table cellpadding=\"0\" cellspacing=\"0\" align=\"center\" style=\"width:100%; border-left: 15px solid #d7d7d7; border-right: 15px solid #d7d7d7;\" bgcolor=\"#d7d7d7\">\r\n <!--Top gap-->\r\n <tr>\r\n <td height=\"28\" class=\"gap-01\"></td>\r\n </tr>\r\n <!--/Top gap-->\r\n \r\n <!--Body part-->\r\n <tr>\r\n <td class=\"main-td\">\r\n <table cellpadding=\"0\" cellspacing=\"0\" align=\"center\" class=\"main-table-wrappper\" style=\"width: 600px\" bgcolor=\"#ffffff\">\r\n <!--Logo part-->\r\n <tr>\r\n <td>\r\n <table cellpadding=\"0\" cellspacing=\"0\" align=\"center\" class=\"table-wrappper\" style=\"width: 600px\">\r\n <tr>\r\n <td height=\"15\"></td>\r\n </tr>\r\n <tr>\r\n <td width=\"20\"></td>\r\n <td align=\"center\" valign=\"top\">\r\n <table cellpadding=\"0\" cellspacing=\"0\" align=\"left\" style=\"width:109px;\" class=\"brand\">\r\n <tr>\r\n <td align=\"center\">\r\n <a href=\"https://captainschairit.com\" style=\"border:none; padding:0; text-decoration:none; border:none; cursor:pointer;\"><img src=\"https://captainschairit.com/wp-content/uploads/2019/09/logo.png\" title=\"Captain\'s Chair\" alt=\"Captain\'s Chair\" style=\"border:none;\" width=\"150\" height=\"39\">\r\n </a></td>\r\n </tr>\r\n </table>\r\n\r\n <table cellpadding=\"0\" cellspacing=\"0\" align=\"right\" style=\"width:130px;\" class=\"website-btn\" width=\"130\">\r\n <tr>\r\n <td height=\"1\" class=\"gap-01\"></td>\r\n </tr>\r\n <tr>\r\n <td align=\"center\"><table cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"100%\" class=\"website-btn-tbl\">\r\n <tr>\r\n <td align=\"center\" style=\"height:35px; border:1px solid #ff671f; background-color: #ff671f;\"><a href=\"https://captainschairit.com\" style=\"color:#ffffff; background-color: #ff671f; font-family: Verdana, Geneva, Tahoma, sans-serif; font-size:14px; width:108px; height:15px; display:block; text-align:center; text-decoration:none; padding:10px; cursor:pointer;\">Go Website</a></td>\r\n </tr>\r\n </table></td>\r\n </tr>\r\n </table>\r\n </td>\r\n <td width=\"20\"></td>\r\n </tr>\r\n <tr>\r\n <td height=\"15\"></td>\r\n </tr>\r\n </table>\r\n </td>\r\n </tr>\r\n <!--/Logo part-->\r\n \r\n <!--Banner part-->\r\n <tr>\r\n <td class=\"banner-image\">\r\n <a href=\"https://captainschairit.com\" style=\"border:none; padding:0; text-decoration:none; border:none; cursor:pointer;\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://captainschairit.com/wp-content/uploads/2019/10/banner-image.jpg\" title=\"Banner\" alt=\"Banner\" style=\"border:none;\" width=\"600\" height=\"175\"></a>\r\n </td>\r\n </tr>\r\n <!--/Banner part-->\r\n \r\n \r\n \r\n <!--Content top gap-->\r\n <tr>\r\n <td height=\"25\" class=\"gap-01\"></td>\r\n </tr>\r\n <!--/Content top gap-->\r\n \r\n <!--Content part-->\r\n <tr>\r\n <td>\r\n <table cellpadding=\"0\" cellspacing=\"0\" align=\"center\" class=\"table-wrappper\" style=\"width: 600px\">\r\n <tr>\r\n <td width=\"25\" class=\"content-left-gap\"></td>\r\n <td>\r\n <table cellpadding=\"0\" cellspacing=\"0\" align=\"center\" class=\"content-table\" style=\"width: 100%\">\r\n <tr>\r\n <td align=\"left\">\r\n <p style=\"margin:0 0 10px; font-family: Verdana, Geneva, Tahoma, sans-serif; font-size:30px; color:#ff671f; \" class=\"heading02\">Hi, Admin</p>\r\n \r\n <h5 style=\"margin:0 0 28px; font-family: Verdana, Geneva, Tahoma, sans-serif; font-size:13px; color:#293a47;\" class=\"text01\">You have a new contact request.</h5>\r\n\r\n <p style=\"margin:0 0 28px; font-family: Verdana, Geneva, Tahoma, sans-serif; font-size:13px; color:#293a47;\" class=\"text01\">\r\n <strong>Name: </strong>[Name]<br>\r\n <strong>Company: </strong>[Title]<br>\r\n <strong>Email: </strong>[Email]<br>\r\n <strong>Phone: </strong>[Phone]\r\n </p>\r\n </td>\r\n </tr>\r\n \r\n <!--Content border-->\r\n <tr>\r\n <td height=\"38\" class=\"content-border\" style=\"border-top: 1px solid #cfcece;\"></td>\r\n </tr>\r\n <!--/Content border-->\r\n \r\n <tr>\r\n <td align=\"center\">\r\n <p style=\"margin:0 0 6px; font-family: Verdana, Geneva, Tahoma, sans-serif; font-size:22px; color:#293a47; font-weight: bold;\" class=\"heading03\">Get connected with us!</p>\r\n \r\n <p style=\"margin:0 0 10px; font-family: Verdana, Geneva, Tahoma, sans-serif; font-size:14px; color:#293a47;\" class=\"text01\"><a href=\"mailto:sales@captainschairit.com\" style=\"color: #293a47; text-decoration: none;\" class=\"email-link\"><img src=\"https://captainschairit.com/wp-content/uploads/2019/10/email-icon.png\" title=\"Email\" alt=\"Email\" style=\"border: none; outline: none; margin: 0 6px 0 10px;\" width=\"15\" height=\"12\" class=\"image-inline\">sales@captainschairit.com</a>\r\n <a href=\"tel:877-677-2248\" style=\"color: #293a47; font-family: Verdana, Geneva, Tahoma, sans-serif; font-size:12px; text-decoration: none;\"><img src=\"https://captainschairit.com/wp-content/uploads/2019/10/phone-icon.png\" title=\"Phone\" alt=\"Phone\" style=\"border: none; outline: none; margin: 0 6px 0 10px;\" width=\"15\" height=\"12\" class=\"image-inline\">Sales:877-677-2248</a>\r\n <a href=\"tel:813-908-8282\" style=\"font-family: Verdana, Geneva, Tahoma, sans-serif; font-size:12px; color:#293a47; text-decoration: none;\"><img src=\"https://captainschairit.com/wp-content/uploads/2019/10/phone-icon.png\" title=\"Phone\" alt=\"Phone\" style=\"border: none; outline: none; margin: 0 6px 0 10px;\" width=\"15\" height=\"12\" class=\"image-inline\">Phone:813-908-8282</a></p>\r\n </td>\r\n </tr>\r\n \r\n <tr>\r\n <td>\r\n <table cellpadding=\"0\" cellspacing=\"0\" align=\"center\" class=\"social-table\" style=\"width: 182px\">\r\n <tr>\r\n <td width=\"38\"></td>\r\n <td width=\"10\"></td>\r\n <td width=\"38\"></td>\r\n <td width=\"10\"></td>\r\n <td width=\"38\">\r\n <a href=\"https://www.linkedin.com/company/captain-s-chair\" style=\"color: #293a47; text-decoration: none;\">\r\n <img src=\"https://captainschairit.com/wp-content/uploads/2019/10/linkedin.png\" title=\"LinkedIn\" alt=\"LinkedIn\" style=\"border: none; outline: none; margin: 0;\" width=\"38\" height=\"38\">\r\n </a>\r\n </td>\r\n <td width=\"10\"></td>\r\n <td width=\"38\"></td>\r\n </tr>\r\n </table>\r\n </td>\r\n </tr>\r\n \r\n <tr>\r\n <td height=\"20\"></td>\r\n </tr>\r\n \r\n <tr>\r\n <td align=\"center\">\r\n <p style=\"margin:0; font-family: Verdana, Geneva, Tahoma, sans-serif; font-size:12px; color:#293a47;\">© Copyright 2020. All Rights Reserved.</p>\r\n </td>\r\n </tr>\r\n \r\n <tr>\r\n <td height=\"20\"></td>\r\n </tr>\r\n \r\n </table>\r\n </td>\r\n <td width=\"25\" class=\"content-left-gap\"></td>\r\n </tr>\r\n </table>\r\n </td>\r\n </tr>\r\n <!--/Content part-->\r\n \r\n <!--bottom border part-->\r\n <tr>\r\n <td height=\"9\" bgcolor=\"#293a47\"></td>\r\n </tr>\r\n <!--/bottom border part-->\r\n\r\n </table>\r\n </td>\r\n </tr>\r\n <!--/Body part-->\r\n \r\n <!--footer gap-->\r\n <tr>\r\n <td height=\"25\" class=\"gap-01\"></td>\r\n </tr>\r\n <!--/footer gap-->\r\n\r\n \r\n \r\n <!--Bottom gap-->\r\n <tr>\r\n <td height=\"28\" class=\"gap-01\"></td>\r\n </tr>\r\n <!--/Bottom gap-->\r\n \r\n \r\n \r\n</table>\r\n</body>\r\n</html>\nReply-To: [Email]\n\n1\n\n1\nCaptain\'s Chair Auto Response\nCaptain\'s Chair <no-reply@captainschairit.com>\n[Email]\n<!doctype html>\r\n<html>\r\n<head>\r\n<meta charset=\"utf-8\">\r\n<title>Contact us</title>\r\n<style type=\"text/css\">\r\nhtml {\r\n width: 100%;\r\n margin: 0;\r\n padding: 0;\r\n}\r\nbody {\r\n -webkit-text-size-adjust: none;\r\n -ms-text-size-adjust: none;\r\n margin: 0;\r\n padding: 0;\r\n -webkit-font-smoothing: antialiased;\r\n}\r\ntable {\r\n border-spacing: 0;\r\n}\r\nimg {\r\n display: block !important;\r\n outline: none;\r\n text-decoration: none;\r\n -ms-interpolation-mode: bicubic;\r\n border: none;\r\n height: auto;\r\n line-height: 100%;\r\n}\r\n img.image-inline{\r\n display: inline-block!important; \r\n }\r\n\r\np {\r\n padding: 0;\r\n margin: 0;\r\n}\r\nbr {\r\n line-height: 0 !important;\r\n}\r\ndiv, p, span, strong, b, em, i, a, li, td {\r\n -webkit-text-size-adjust: none;\r\n}\r\ntable td, table tr {\r\n border-collapse: collapse;\r\n}\r\ntable {\r\n border-collapse: collapse;\r\n mso-table-lspace: 0pt;\r\n mso-table-rspace: 0pt;\r\n}\r\n\r\n@media screen and (max-width:580px) {\r\ntable[class=\"table-wrappper\"] {\r\n width: 100%!important;\r\n}\r\ntd[class=\"content-left-gap\"] {\r\n width: 5%!important;\r\n}\r\ntable[class=\"content-table\"],\r\ntd[class=\"content-table\"]{\r\n width: 100%!important;\r\n}\r\ntd[class=\"banner-image\"] img {\r\n width: 100%!important;\r\n}\r\ntable[class=\"main-table-wrappper\"] {\r\n width: 100%!important;\r\n}\r\ntd[class=\"gap-01\"] {\r\n height: 15px!important;\r\n}\r\ntd[class=\"space-01\"] {\r\n width: 15px!important;\r\n}\r\ntable[class=\"table-wrappper\"] .heading01 {\r\n font-size: 20px !important;\r\n}\r\ntable[class=\"table-wrappper\"] .text01 {\r\n font-size: 14px !important;\r\n margin-bottom: 24px !important;\r\n}\r\ntable[class=\"table-wrappper\"] .heading02 {\r\n font-size: 24px !important;\r\n}\r\ntd[class=\"content-border\"] {\r\n height: 25px!important;\r\n}\r\ntable[class=\"table-wrappper\"] .heading03 {\r\n font-size: 18px !important;\r\n}\r\ntable[class=\"table-wrappper\"] .email-link {\r\n display: block !important;\r\n margin: 10px 0 !important;\r\n}\r\n\r\n}\r\n\r\n@media screen and (max-width:420px) {\r\ntable[class=\"brand\"] {\r\n width: 100%!important;\r\n text-align: center !important;\r\n}\r\ntable[class=\"website-btn\"] {\r\n width: 100%!important;\r\n text-align: center !important;\r\n}\r\n\r\n table[class=\"website-btn-tbl\"] {\r\n width: 130px!important;\r\n }\r\n \r\n}\r\n</style>\r\n</head>\r\n\r\n<body style=\"background-color: #d7d7d7;\">\r\n\r\n<table cellpadding=\"0\" cellspacing=\"0\" align=\"center\" style=\"width:100%; border-left: 15px solid #d7d7d7; border-right: 15px solid #d7d7d7;\" bgcolor=\"#d7d7d7\">\r\n <!--Top gap-->\r\n <tr>\r\n <td height=\"28\" class=\"gap-01\"></td>\r\n </tr>\r\n <!--/Top gap-->\r\n \r\n <!--Body part-->\r\n <tr>\r\n <td class=\"main-td\">\r\n <table cellpadding=\"0\" cellspacing=\"0\" align=\"center\" class=\"main-table-wrappper\" style=\"width: 600px\" bgcolor=\"#ffffff\">\r\n <!--Logo part-->\r\n <tr>\r\n <td>\r\n <table cellpadding=\"0\" cellspacing=\"0\" align=\"center\" class=\"table-wrappper\" style=\"width: 600px\">\r\n <tr>\r\n <td height=\"15\"></td>\r\n </tr>\r\n <tr>\r\n <td width=\"20\"></td>\r\n <td align=\"center\" valign=\"top\">\r\n <table cellpadding=\"0\" cellspacing=\"0\" align=\"left\" style=\"width:109px;\" class=\"brand\">\r\n <tr>\r\n <td align=\"center\">\r\n <a href=\"https://captainschairit.com\" style=\"border:none; padding:0; text-decoration:none; border:none; cursor:pointer;\"><img src=\"https://captainschairit.com/wp-content/uploads/2019/09/logo.png\" title=\"Captain\'s Chair\" alt=\"Captain\'s Chair\" style=\"border:none;\" width=\"150\" height=\"39\">\r\n </a></td>\r\n </tr>\r\n </table>\r\n\r\n <table cellpadding=\"0\" cellspacing=\"0\" align=\"right\" style=\"width:130px;\" class=\"website-btn\" width=\"130\">\r\n <tr>\r\n <td height=\"1\" class=\"gap-01\"></td>\r\n </tr>\r\n <tr>\r\n <td align=\"center\"><table cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"100%\" class=\"website-btn-tbl\">\r\n <tr>\r\n <td align=\"center\" style=\"height:35px; border:1px solid #ff671f; background-color: #ff671f;\"><a href=\"https://captainschairit.com\" style=\"color:#ffffff; background-color: #ff671f; font-family: Verdana, Geneva, Tahoma, sans-serif; font-size:14px; width:108px; height:15px; display:block; text-align:center; text-decoration:none; padding:10px; cursor:pointer;\">Go Website</a></td>\r\n </tr>\r\n </table></td>\r\n </tr>\r\n </table>\r\n </td>\r\n <td width=\"20\"></td>\r\n </tr>\r\n <tr>\r\n <td height=\"15\"></td>\r\n </tr>\r\n </table>\r\n </td>\r\n </tr>\r\n <!--/Logo part-->\r\n \r\n <!--Banner part-->\r\n <tr>\r\n <td class=\"banner-image\">\r\n <a href=\"https://captainschairit.com\" style=\"border:none; padding:0; text-decoration:none; border:none; cursor:pointer;\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://captainschairit.com/wp-content/uploads/2019/10/banner-image.jpg\" title=\"Banner\" alt=\"Banner\" style=\"border:none;\" width=\"600\" height=\"175\"></a>\r\n </td>\r\n </tr>\r\n <!--/Banner part-->\r\n \r\n \r\n \r\n <!--Content top gap-->\r\n <tr>\r\n <td height=\"25\" class=\"gap-01\"></td>\r\n </tr>\r\n <!--/Content top gap-->\r\n \r\n <!--Content part-->\r\n <tr>\r\n <td>\r\n <table cellpadding=\"0\" cellspacing=\"0\" align=\"center\" class=\"table-wrappper\" style=\"width: 600px\">\r\n <tr>\r\n <td width=\"25\" class=\"content-left-gap\"></td>\r\n <td>\r\n <table cellpadding=\"0\" cellspacing=\"0\" align=\"center\" class=\"content-table\" style=\"width: 100%\">\r\n <tr>\r\n <td align=\"center\">\r\n <p style=\"margin:0 0 10px; font-family: Verdana, Geneva, Tahoma, sans-serif; font-size:30px; color:#ff671f; \" class=\"heading02\">Thank you for contacting us.</p>\r\n \r\n <p style=\"margin:0 0 28px; font-family: Verdana, Geneva, Tahoma, sans-serif; font-size:13px; color:#293a47;\" class=\"text01\">Your query has been registered. We, at Captain\'s Chair, pride ourselves on our prompt service. Our customer service representative will process your query and get back to you with the proper solution as soon as possible.</p>\r\n </td>\r\n </tr>\r\n \r\n <!--Content border-->\r\n <tr>\r\n <td height=\"38\" class=\"content-border\" style=\"border-top: 1px solid #cfcece;\"></td>\r\n </tr>\r\n <!--/Content border-->\r\n \r\n <tr>\r\n <td align=\"center\">\r\n <p style=\"margin:0 0 6px; font-family: Verdana, Geneva, Tahoma, sans-serif; font-size:22px; color:#293a47; font-weight: bold;\" class=\"heading03\">Get connected with us!</p>\r\n \r\n <p style=\"margin:0 0 10px; font-family: Verdana, Geneva, Tahoma, sans-serif; font-size:14px; color:#293a47;\" class=\"text01\"><a href=\"mailto:sales@captainschairit.com\" style=\"color: #293a47; text-decoration: none;\" class=\"email-link\"><img src=\"https://captainschairit.com/wp-content/uploads/2019/10/email-icon.png\" title=\"Email\" alt=\"Email\" style=\"border: none; outline: none; margin: 0 6px 0 10px;\" width=\"15\" height=\"12\" class=\"image-inline\">sales@captainschairit.com</a>\r\n <a href=\"tel:877-677-2248\" style=\"color: #293a47; font-family: Verdana, Geneva, Tahoma, sans-serif; font-size:12px; text-decoration: none;\"><img src=\"https://captainschairit.com/wp-content/uploads/2019/10/phone-icon.png\" title=\"Phone\" alt=\"Phone\" style=\"border: none; outline: none; margin: 0 6px 0 10px;\" width=\"15\" height=\"12\" class=\"image-inline\">Sales:877-677-2248</a>\r\n <a href=\"tel:813-908-8282\" style=\"font-family: Verdana, Geneva, Tahoma, sans-serif; font-size:12px; color:#293a47; text-decoration: none;\"><img src=\"https://captainschairit.com/wp-content/uploads/2019/10/phone-icon.png\" title=\"Phone\" alt=\"Phone\" style=\"border: none; outline: none; margin: 0 6px 0 10px;\" width=\"15\" height=\"12\" class=\"image-inline\">Phone:813-908-8282</a></p>\r\n </td>\r\n </tr>\r\n \r\n <tr>\r\n <td>\r\n <table cellpadding=\"0\" cellspacing=\"0\" align=\"center\" class=\"social-table\" style=\"width: 182px\">\r\n <tr>\r\n <td width=\"38\"></td>\r\n <td width=\"10\"></td>\r\n <td width=\"38\"></td>\r\n <td width=\"10\"></td>\r\n <td width=\"38\">\r\n <a href=\"https://www.linkedin.com/company/captain-s-chair\" style=\"color: #293a47; text-decoration: none;\">\r\n <img src=\"https://captainschairit.com/wp-content/uploads/2019/10/linkedin.png\" title=\"LinkedIn\" alt=\"LinkedIn\" style=\"border: none; outline: none; margin: 0;\" width=\"38\" height=\"38\">\r\n </a>\r\n </td>\r\n <td width=\"10\"></td>\r\n <td width=\"38\"></td>\r\n </tr>\r\n </table>\r\n </td>\r\n </tr>\r\n \r\n <tr>\r\n <td height=\"20\"></td>\r\n </tr>\r\n \r\n <tr>\r\n <td align=\"center\">\r\n <p style=\"margin:0; font-family: Verdana, Geneva, Tahoma, sans-serif; font-size:12px; color:#293a47;\">© Copyright 2020. All Rights Reserved.</p>\r\n </td>\r\n </tr>\r\n \r\n <tr>\r\n <td height=\"20\"></td>\r\n </tr>\r\n \r\n </table>\r\n </td>\r\n <td width=\"25\" class=\"content-left-gap\"></td>\r\n </tr>\r\n </table>\r\n </td>\r\n </tr>\r\n <!--/Content part-->\r\n \r\n <!--bottom border part-->\r\n <tr>\r\n <td height=\"9\" bgcolor=\"#293a47\"></td>\r\n </tr>\r\n <!--/bottom border part-->\r\n\r\n </table>\r\n </td>\r\n </tr>\r\n <!--/Body part-->\r\n \r\n <!--footer gap-->\r\n <tr>\r\n <td height=\"25\" class=\"gap-01\"></td>\r\n </tr>\r\n <!--/footer gap-->\r\n\r\n \r\n \r\n <!--Bottom gap-->\r\n <tr>\r\n <td height=\"28\" class=\"gap-01\"></td>\r\n </tr>\r\n <!--/Bottom gap-->\r\n \r\n \r\n \r\n</table>\r\n</body>\r\n</html>\nReply-To: sales@captainschairit.com\n\n1\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.\nThe e-mail address entered is invalid.\nThe URL is invalid.\nThe telephone number is invalid.','Contact Us','','publish','closed','closed','','contact-us','','','2020-10-22 17:36:02','2020-10-22 17:36:02','',0,'http://dev.captainschairit.com/?post_type=wpcf7_contact_form&p=242',0,'wpcf7_contact_form','',0),(243,1,'2019-09-13 11:35:38','2019-09-13 11:35:38','','Company Info','','publish','closed','closed','','company-info','','','2020-10-21 09:42:22','2020-10-21 09:42:22','',0,'http://dev.captainschairit.com/?p=243',5,'nav_menu_item','',0),(245,1,'2019-09-13 11:35:38','2019-09-13 11:35:38','','Contact Us','','publish','closed','closed','','contact-us','','','2020-10-21 09:42:22','2020-10-21 09:42:22','',0,'http://dev.captainschairit.com/?p=245',7,'nav_menu_item','',0),(246,1,'2019-09-13 11:57:57','2019-09-13 11:57:57','','Blog','','publish','closed','closed','','blog','','','2020-06-29 15:12:10','2020-06-29 15:12:10','',0,'http://dev.captainschairit.com/?page_id=246',0,'page','',0),(247,1,'2019-09-13 11:57:57','2019-09-13 11:57:57','','Blog','','inherit','closed','closed','','246-revision-v1','','','2019-09-13 11:57:57','2019-09-13 11:57:57','',246,'http://dev.captainschairit.com/246-revision-v1/',0,'revision','',0),(248,1,'2019-09-13 11:58:20','2019-09-13 11:58:20',' ','','','publish','closed','closed','','248','','','2020-10-21 09:42:22','2020-10-21 09:42:22','',0,'http://dev.captainschairit.com/?p=248',3,'nav_menu_item','',0),(254,1,'2019-09-13 12:02:34','2019-09-13 12:02:34','a:7:{s:8:\"location\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"param\";s:9:\"post_type\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:4:\"post\";}}}s:8:\"position\";s:6:\"normal\";s:5:\"style\";s:7:\"default\";s:15:\"label_placement\";s:3:\"top\";s:21:\"instruction_placement\";s:5:\"label\";s:14:\"hide_on_screen\";s:0:\"\";s:11:\"description\";s:0:\"\";}','Post Data','post-data','publish','closed','closed','','group_5d7b854474d93','','','2019-09-13 12:02:34','2019-09-13 12:02:34','',0,'http://dev.captainschairit.com/?post_type=acf-field-group&p=254',0,'acf-field-group','',0),(255,1,'2019-09-13 12:02:34','2019-09-13 12:02:34','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}','Author Name','author_name','publish','closed','closed','','field_5d7b8550ef84d','','','2019-09-13 12:02:34','2019-09-13 12:02:34','',254,'http://dev.captainschairit.com/?post_type=acf-field&p=255',0,'acf-field','',0),(258,1,'2019-09-13 12:04:35','2019-09-13 12:04:35','','blog02','','inherit','open','closed','','blog02','','','2019-09-13 12:04:35','2019-09-13 12:04:35','',0,'http://dev.captainschairit.com/wp-content/uploads/2019/09/blog02.jpg',0,'attachment','image/jpeg',0),(259,1,'2019-09-13 12:04:52','2019-09-13 12:04:52','','blog01','','inherit','open','closed','','blog01','','','2019-09-13 12:04:52','2019-09-13 12:04:52','',0,'http://dev.captainschairit.com/wp-content/uploads/2019/09/blog01.jpg',0,'attachment','image/jpeg',0),(260,1,'2019-09-13 12:06:12','2019-09-13 12:06:12','a:7:{s:8:\"location\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"param\";s:13:\"page_template\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:23:\"template-parts/blog.php\";}}}s:8:\"position\";s:6:\"normal\";s:5:\"style\";s:7:\"default\";s:15:\"label_placement\";s:3:\"top\";s:21:\"instruction_placement\";s:5:\"label\";s:14:\"hide_on_screen\";a:1:{i:0;s:11:\"the_content\";}s:11:\"description\";s:0:\"\";}','Blog Page','blog-page','publish','closed','closed','','group_5d7b862adae19','','','2019-09-18 10:26:19','2019-09-18 10:26:19','',0,'http://dev.captainschairit.com/?post_type=acf-field-group&p=260',0,'acf-field-group','',0),(261,1,'2019-09-13 12:06:38','2019-09-13 12:06:38','a:7:{s:4:\"type\";s:5:\"group\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:6:\"layout\";s:5:\"block\";s:10:\"sub_fields\";a:0:{}}','Banner Section','banner_section','publish','closed','closed','','field_5d7b864cc8043','','','2019-09-13 12:08:14','2019-09-13 12:08:14','',260,'http://dev.captainschairit.com/?post_type=acf-field&p=261',0,'acf-field','',0),(262,1,'2019-09-13 12:06:38','2019-09-13 12:06:38','a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:3:\"url\";s:12:\"preview_size\";s:4:\"full\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";}','Background Image','background_image','publish','closed','closed','','field_5d7b864cc8044','','','2019-09-13 12:06:38','2019-09-13 12:06:38','',261,'http://dev.captainschairit.com/?post_type=acf-field&p=262',0,'acf-field','',0),(263,1,'2019-09-13 12:06:38','2019-09-13 12:06:38','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}','Text','text','publish','closed','closed','','field_5d7b864cc8045','','','2019-09-13 12:06:38','2019-09-13 12:06:38','',261,'http://dev.captainschairit.com/?post_type=acf-field&p=263',1,'acf-field','',0),(273,1,'2019-09-13 12:09:22','2019-09-13 12:09:22','','about-bg','','inherit','open','closed','','about-bg-2','','','2019-09-13 12:09:22','2019-09-13 12:09:22','',246,'http://dev.captainschairit.com/wp-content/uploads/2019/09/about-bg-1.jpg',0,'attachment','image/jpeg',0),(274,1,'2019-09-13 12:10:12','2019-09-13 12:10:12','','Home','','inherit','closed','closed','','5-autosave-v1','','','2019-09-13 12:10:12','2019-09-13 12:10:12','',5,'http://dev.captainschairit.com/5-autosave-v1/',0,'revision','',0),(275,1,'2019-09-13 12:11:23','2019-09-13 12:11:23','','Blog','','inherit','closed','closed','','246-revision-v1','','','2019-09-13 12:11:23','2019-09-13 12:11:23','',246,'http://dev.captainschairit.com/246-revision-v1/',0,'revision','',0),(277,1,'2019-09-13 12:30:37','2019-09-13 12:30:37','','blog03','','inherit','open','closed','','blog03','','','2019-09-13 12:30:37','2019-09-13 12:30:37','',0,'http://dev.captainschairit.com/wp-content/uploads/2019/09/blog03.jpg',0,'attachment','image/jpeg',0),(284,1,'2019-09-16 06:55:52','2019-09-16 06:55:52','','dwayne_leininger','','inherit','open','closed','','dwayne_leininger','','','2019-09-16 06:55:52','2019-09-16 06:55:52','',0,'http://dev.captainschairit.com/wp-content/uploads/2019/09/dwayne_leininger.jpg',0,'attachment','image/jpeg',0),(287,1,'2019-09-16 07:03:58','2019-09-16 07:03:58','','John Rhoades','','publish','closed','closed','','john-rhoades','','','2019-09-16 07:05:05','2019-09-16 07:05:05','',0,'http://dev.captainschairit.com/?post_type=cc-leadership-team&p=287',0,'cc-leadership-team','',0),(288,1,'2019-09-16 07:04:42','2019-09-16 07:04:42','','Kausik Sarkar','','publish','closed','closed','','kausik-sarkar','','','2019-09-16 07:04:49','2019-09-16 07:04:49','',0,'http://dev.captainschairit.com/?post_type=cc-leadership-team&p=288',0,'cc-leadership-team','',0),(289,1,'2019-09-16 07:06:25','2019-09-16 07:06:25','','Santiago Casal','','publish','closed','closed','','santiago-casal','','','2019-09-25 11:05:10','2019-09-25 11:05:10','',0,'http://dev.captainschairit.com/?post_type=cc-leadership-team&p=289',0,'cc-leadership-team','',0),(291,1,'2019-09-16 07:07:20','2019-09-16 07:07:20','','James Kissane','','publish','closed','closed','','james-kissane','','','2019-09-16 07:20:19','2019-09-16 07:20:19','',0,'http://dev.captainschairit.com/?post_type=cc-leadership-team&p=291',0,'cc-leadership-team','',0),(292,1,'2019-09-16 07:20:48','2019-09-16 07:20:48','','Phillip Myers','','publish','closed','closed','','phillip-myers','','','2019-09-25 11:05:51','2019-09-25 11:05:51','',0,'http://dev.captainschairit.com/?post_type=cc-leadership-team&p=292',0,'cc-leadership-team','',0),(293,1,'2019-09-16 07:21:17','2019-09-16 07:21:17','','Dwayne Leininger','','publish','closed','closed','','dwayne-leininger','','','2019-09-16 07:21:17','2019-09-16 07:21:17','',0,'http://dev.captainschairit.com/?post_type=cc-leadership-team&p=293',0,'cc-leadership-team','',0),(294,1,'2019-09-16 07:23:01','2019-09-16 07:23:01','','Steve Torres','','publish','closed','closed','','steve-torres','','','2019-09-25 11:06:38','2019-09-25 11:06:38','',0,'http://dev.captainschairit.com/?post_type=cc-leadership-team&p=294',0,'cc-leadership-team','',0),(296,1,'2019-09-16 07:24:33','2019-09-16 07:24:33','','Keith Roher','','publish','closed','closed','','keith-roher','','','2019-09-25 11:07:05','2019-09-25 11:07:05','',0,'http://dev.captainschairit.com/?post_type=cc-leadership-team&p=296',0,'cc-leadership-team','',0),(298,1,'2019-09-16 07:26:15','2019-09-16 07:26:15','','John Kalanik','','publish','closed','closed','','john-kalanik','','','2019-09-25 11:11:44','2019-09-25 11:11:44','',0,'http://dev.captainschairit.com/?post_type=cc-leadership-team&p=298',0,'cc-leadership-team','',0),(300,1,'2019-09-16 07:27:15','2019-09-16 07:27:15','','Bryan Crino','','publish','closed','closed','','bryan-crino','','','2019-09-25 11:12:37','2019-09-25 11:12:37','',0,'http://dev.captainschairit.com/?post_type=cc-leadership-team&p=300',0,'cc-leadership-team','',0),(302,1,'2019-09-16 07:28:58','2019-09-16 07:28:58','','Scott Feuer','','publish','closed','closed','','scott-feuer','','','2019-09-25 11:13:35','2019-09-25 11:13:35','',0,'http://dev.captainschairit.com/?post_type=cc-leadership-team&p=302',0,'cc-leadership-team','',0),(304,1,'2019-09-16 09:42:03','2019-09-16 09:42:03','','News','','publish','closed','closed','','news','','','2020-06-29 13:15:42','2020-06-29 13:15:42','',0,'http://dev.captainschairit.com/?page_id=304',0,'page','',0),(306,1,'2019-09-16 09:42:03','2019-09-16 09:42:03','','News','','inherit','closed','closed','','304-revision-v1','','','2019-09-16 09:42:03','2019-09-16 09:42:03','',304,'http://dev.captainschairit.com/304-revision-v1/',0,'revision','',0),(307,1,'2019-09-16 09:50:19','2019-09-16 09:50:19','','Press Center','','publish','closed','closed','','press-center','','','2020-10-21 09:42:22','2020-10-21 09:42:22','',0,'http://dev.captainschairit.com/?p=307',6,'nav_menu_item','',0),(308,1,'2019-09-16 10:00:10','2019-09-16 10:00:10','a:7:{s:8:\"location\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"param\";s:13:\"page_template\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:31:\"template-parts/press-center.php\";}}}s:8:\"position\";s:6:\"normal\";s:5:\"style\";s:7:\"default\";s:15:\"label_placement\";s:3:\"top\";s:21:\"instruction_placement\";s:5:\"label\";s:14:\"hide_on_screen\";a:1:{i:0;s:11:\"the_content\";}s:11:\"description\";s:0:\"\";}','Press Center','press-center','publish','closed','closed','','group_5d7f5d0bcf84a','','','2019-10-03 12:35:09','2019-10-03 12:35:09','',0,'http://dev.captainschairit.com/?post_type=acf-field-group&p=308',0,'acf-field-group','',0),(309,1,'2019-09-16 10:00:25','2019-09-16 10:00:25','a:7:{s:4:\"type\";s:5:\"group\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:6:\"layout\";s:5:\"block\";s:10:\"sub_fields\";a:0:{}}','Banner Section','banner_section','publish','closed','closed','','field_5d7f5d3614a41','','','2019-09-16 10:00:47','2019-09-16 10:00:47','',308,'http://dev.captainschairit.com/?post_type=acf-field&p=309',0,'acf-field','',0),(310,1,'2019-09-16 10:00:25','2019-09-16 10:00:25','a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:3:\"url\";s:12:\"preview_size\";s:4:\"full\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";}','Background Image','background_image','publish','closed','closed','','field_5d7f5d3614a42','','','2019-09-16 10:00:25','2019-09-16 10:00:25','',309,'http://dev.captainschairit.com/?post_type=acf-field&p=310',0,'acf-field','',0),(311,1,'2019-09-16 10:00:25','2019-09-16 10:00:25','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}','Text','text','publish','closed','closed','','field_5d7f5d3614a43','','','2019-09-16 10:00:25','2019-09-16 10:00:25','',309,'http://dev.captainschairit.com/?post_type=acf-field&p=311',1,'acf-field','',0),(312,1,'2019-09-16 10:02:50','2019-09-16 10:02:50','','News','','inherit','closed','closed','','304-revision-v1','','','2019-09-16 10:02:50','2019-09-16 10:02:50','',304,'http://dev.captainschairit.com/304-revision-v1/',0,'revision','',0),(319,1,'2019-09-16 10:17:54','2019-09-16 10:17:54','','home_page_video','','inherit','open','closed','','home_page_video','','','2019-09-16 10:17:54','2019-09-16 10:17:54','',304,'http://dev.captainschairit.com/wp-content/uploads/2019/09/home_page_video.xlsx',0,'attachment','application/vnd.openxmlformats-officedocument.spreadsheetml.sheet',0),(320,1,'2019-09-16 10:18:00','2019-09-16 10:18:00','','News','','inherit','closed','closed','','304-revision-v1','','','2019-09-16 10:18:00','2019-09-16 10:18:00','',304,'http://dev.captainschairit.com/304-revision-v1/',0,'revision','',0),(322,1,'2019-09-16 10:31:31','2019-09-16 10:31:31','','news-logo01','','inherit','open','closed','','news-logo01','','','2019-09-16 10:31:31','2019-09-16 10:31:31','',0,'http://dev.captainschairit.com/wp-content/uploads/2019/09/news-logo01.jpg',0,'attachment','image/jpeg',0),(324,1,'2019-09-16 10:32:15','2019-09-16 10:32:15','','news-logo02','','inherit','open','closed','','news-logo02','','','2019-09-16 10:32:15','2019-09-16 10:32:15','',0,'http://dev.captainschairit.com/wp-content/uploads/2019/09/news-logo02.jpg',0,'attachment','image/jpeg',0),(331,1,'2019-09-16 11:02:00','2019-09-16 11:02:00','a:12:{s:4:\"type\";s:8:\"checkbox\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:7:\"choices\";a:1:{s:8:\"featured\";s:8:\"Featured\";}s:12:\"allow_custom\";i:0;s:13:\"default_value\";a:0:{}s:6:\"layout\";s:8:\"vertical\";s:6:\"toggle\";i:0;s:13:\"return_format\";s:5:\"value\";s:11:\"save_custom\";i:0;}','Featured','featured','publish','closed','closed','','field_5d7f6ba71259a','','','2019-09-16 11:03:15','2019-09-16 11:03:15','',332,'http://dev.captainschairit.com/?post_type=acf-field&p=331',0,'acf-field','',0),(332,1,'2019-09-16 11:02:53','2019-09-16 11:02:53','a:7:{s:8:\"location\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"param\";s:9:\"post_type\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:17:\"cc-press-releases\";}}}s:8:\"position\";s:6:\"normal\";s:5:\"style\";s:7:\"default\";s:15:\"label_placement\";s:3:\"top\";s:21:\"instruction_placement\";s:5:\"label\";s:14:\"hide_on_screen\";s:0:\"\";s:11:\"description\";s:0:\"\";}','Press Releases Featured','press-releases-featured','publish','closed','closed','','group_5d7f6bba4b939','','','2019-09-16 11:03:15','2019-09-16 11:03:15','',0,'http://dev.captainschairit.com/?post_type=acf-field-group&p=332',0,'acf-field-group','',0),(334,1,'2019-09-16 11:16:30','2019-09-16 11:16:30','','Press Releases','','publish','closed','closed','','all-press-releases','','','2019-10-01 15:41:17','2019-10-01 15:41:17','',0,'http://dev.captainschairit.com/?page_id=334',0,'page','',0),(335,1,'2019-09-16 11:16:30','2019-09-16 11:16:30','','All Press Releases','','inherit','closed','closed','','334-revision-v1','','','2019-09-16 11:16:30','2019-09-16 11:16:30','',334,'http://dev.captainschairit.com/334-revision-v1/',0,'revision','',0),(336,1,'2019-09-16 11:19:55','2019-09-16 11:19:55','','Press Releases','','inherit','closed','closed','','334-revision-v1','','','2019-09-16 11:19:55','2019-09-16 11:19:55','',334,'http://dev.captainschairit.com/334-revision-v1/',0,'revision','',0),(337,1,'2019-09-16 11:25:24','2019-09-16 11:25:24','a:7:{s:8:\"location\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"param\";s:13:\"page_template\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:37:\"template-parts/all-press-releases.php\";}}}s:8:\"position\";s:6:\"normal\";s:5:\"style\";s:7:\"default\";s:15:\"label_placement\";s:3:\"top\";s:21:\"instruction_placement\";s:5:\"label\";s:14:\"hide_on_screen\";a:1:{i:0;s:11:\"the_content\";}s:11:\"description\";s:0:\"\";}','Press Releases','press-releases','publish','closed','closed','','group_5d7f70fe8320e','','','2019-09-16 11:25:56','2019-09-16 11:25:56','',0,'http://dev.captainschairit.com/?post_type=acf-field-group&p=337',0,'acf-field-group','',0),(338,1,'2019-09-16 11:25:35','2019-09-16 11:25:35','a:7:{s:4:\"type\";s:5:\"group\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:6:\"layout\";s:5:\"block\";s:10:\"sub_fields\";a:0:{}}','Banner Section','banner_section','publish','closed','closed','','field_5d7f712ec767f','','','2019-09-16 11:25:56','2019-09-16 11:25:56','',337,'http://dev.captainschairit.com/?post_type=acf-field&p=338',0,'acf-field','',0),(339,1,'2019-09-16 11:25:36','2019-09-16 11:25:36','a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:3:\"url\";s:12:\"preview_size\";s:4:\"full\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";}','Background Image','background_image','publish','closed','closed','','field_5d7f712ec7680','','','2019-09-16 11:25:36','2019-09-16 11:25:36','',338,'http://dev.captainschairit.com/?post_type=acf-field&p=339',0,'acf-field','',0),(340,1,'2019-09-16 11:25:36','2019-09-16 11:25:36','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}','Text','text','publish','closed','closed','','field_5d7f712ec7681','','','2019-09-16 11:25:36','2019-09-16 11:25:36','',338,'http://dev.captainschairit.com/?post_type=acf-field&p=340',1,'acf-field','',0),(341,1,'2019-09-16 11:26:38','2019-09-16 11:26:38','','Press Releases','','inherit','closed','closed','','334-revision-v1','','','2019-09-16 11:26:38','2019-09-16 11:26:38','',334,'http://dev.captainschairit.com/334-revision-v1/',0,'revision','',0),(342,1,'2019-09-16 12:22:36','2019-09-16 12:22:36','','Request a Demo','','publish','closed','closed','','request-a-demo','','','2020-09-10 11:24:49','2020-09-10 11:24:49','',0,'http://dev.captainschairit.com/?page_id=342',0,'page','',0),(343,1,'2019-09-16 12:22:36','2019-09-16 12:22:36','','Get A Demo','','inherit','closed','closed','','342-revision-v1','','','2019-09-16 12:22:36','2019-09-16 12:22:36','',342,'http://dev.captainschairit.com/342-revision-v1/',0,'revision','',0),(344,1,'2019-09-16 12:26:30','2019-09-16 12:26:30','a:7:{s:8:\"location\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"param\";s:13:\"page_template\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:29:\"template-parts/get_a_demo.php\";}}}s:8:\"position\";s:6:\"normal\";s:5:\"style\";s:7:\"default\";s:15:\"label_placement\";s:3:\"top\";s:21:\"instruction_placement\";s:5:\"label\";s:14:\"hide_on_screen\";a:1:{i:0;s:11:\"the_content\";}s:11:\"description\";s:0:\"\";}','Get A Demo Section','get-a-demo-section','publish','closed','closed','','group_5d7f7f5b4caac','','','2020-09-10 10:42:05','2020-09-10 10:42:05','',0,'http://dev.captainschairit.com/?post_type=acf-field-group&p=344',0,'acf-field-group','',0),(345,1,'2019-09-16 12:26:40','2019-09-16 12:26:40','a:7:{s:4:\"type\";s:5:\"group\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:6:\"layout\";s:5:\"block\";s:10:\"sub_fields\";a:0:{}}','Banner Section','banner_section','publish','closed','closed','','field_5d7f7f7e42973','','','2019-09-16 12:27:06','2019-09-16 12:27:06','',344,'http://dev.captainschairit.com/?post_type=acf-field&p=345',0,'acf-field','',0),(346,1,'2019-09-16 12:26:40','2019-09-16 12:26:40','a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:3:\"url\";s:12:\"preview_size\";s:4:\"full\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";}','Background Image','background_image','publish','closed','closed','','field_5d7f7f7e42974','','','2019-09-16 12:26:40','2019-09-16 12:26:40','',345,'http://dev.captainschairit.com/?post_type=acf-field&p=346',0,'acf-field','',0),(347,1,'2019-09-16 12:26:40','2019-09-16 12:26:40','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}','Text','text','publish','closed','closed','','field_5d7f7f7e42975','','','2019-09-16 12:26:40','2019-09-16 12:26:40','',345,'http://dev.captainschairit.com/?post_type=acf-field&p=347',1,'acf-field','',0),(348,1,'2019-09-16 12:28:51','2019-09-16 12:28:51','a:7:{s:4:\"type\";s:5:\"group\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:6:\"layout\";s:5:\"block\";s:10:\"sub_fields\";a:0:{}}','Content Section','content_section','publish','closed','closed','','field_5d7f7f9ff4ab4','','','2019-09-16 12:28:51','2019-09-16 12:28:51','',344,'http://dev.captainschairit.com/?post_type=acf-field&p=348',1,'acf-field','',0),(349,1,'2019-09-16 12:28:51','2019-09-16 12:28:51','a:10:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";i:3;s:9:\"new_lines\";s:0:\"\";}','Content Heading','content_heading','publish','closed','closed','','field_5d7f7fb1f4ab5','','','2019-09-16 12:28:51','2019-09-16 12:28:51','',348,'http://dev.captainschairit.com/?post_type=acf-field&p=349',0,'acf-field','',0),(350,1,'2019-09-16 12:28:51','2019-09-16 12:28:51','a:10:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:9:\"new_lines\";s:0:\"\";}','Content Part 1','content_part_1','publish','closed','closed','','field_5d7f7fc5f4ab6','','','2020-09-10 10:42:05','2020-09-10 10:42:05','',348,'http://dev.captainschairit.com/?post_type=acf-field&p=350',1,'acf-field','',0),(351,1,'2019-09-16 12:28:51','2019-09-16 12:28:51','a:10:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:9:\"new_lines\";s:0:\"\";}','Content Part 2','content_part_2','publish','closed','closed','','field_5d7f7fddf4ab7','','','2020-09-10 10:42:05','2020-09-10 10:42:05','',348,'http://dev.captainschairit.com/?post_type=acf-field&p=351',2,'acf-field','',0),(352,1,'2019-09-16 12:29:17','2019-09-16 12:29:17','','Get A Demo','','inherit','closed','closed','','342-revision-v1','','','2019-09-16 12:29:17','2019-09-16 12:29:17','',342,'http://dev.captainschairit.com/342-revision-v1/',0,'revision','',0),(353,1,'2019-09-16 12:31:55','2019-09-16 12:31:55','','Get A Demo','','inherit','closed','closed','','342-revision-v1','','','2019-09-16 12:31:55','2019-09-16 12:31:55','',342,'http://dev.captainschairit.com/342-revision-v1/',0,'revision','',0),(354,1,'2019-09-16 12:39:24','2019-09-16 12:39:24','a:7:{s:4:\"type\";s:5:\"group\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:6:\"layout\";s:5:\"block\";s:10:\"sub_fields\";a:0:{}}','Demo Form Section','demo_form_section','publish','closed','closed','','field_5d7f8213a0477','','','2019-09-16 12:39:24','2019-09-16 12:39:24','',344,'http://dev.captainschairit.com/?post_type=acf-field&p=354',2,'acf-field','',0),(355,1,'2019-09-16 12:39:24','2019-09-16 12:39:24','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}','Form Heading','form_heading','publish','closed','closed','','field_5d7f8225a0478','','','2019-09-16 12:39:24','2019-09-16 12:39:24','',354,'http://dev.captainschairit.com/?post_type=acf-field&p=355',0,'acf-field','',0),(356,1,'2019-09-16 12:39:24','2019-09-16 12:39:24','a:8:{s:4:\"type\";s:7:\"message\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:7:\"message\";s:88:\"<i>Demo form can be managed from <strong>Contact section</strong> in the Admin Menu.</i>\";s:9:\"new_lines\";s:7:\"wpautop\";s:8:\"esc_html\";i:0;}','Note','note','publish','closed','closed','','field_5d7f8230a0479','','','2019-09-16 12:39:24','2019-09-16 12:39:24','',354,'http://dev.captainschairit.com/?post_type=acf-field&p=356',1,'acf-field','',0),(357,1,'2019-09-16 12:39:42','2019-09-16 12:39:42','','Get A Demo','','inherit','closed','closed','','342-revision-v1','','','2019-09-16 12:39:42','2019-09-16 12:39:42','',342,'http://dev.captainschairit.com/342-revision-v1/',0,'revision','',0),(358,1,'2019-09-16 12:54:23','2019-09-16 12:54:23','<div class=\"col-md-12\"><div class=\"form-group form-placeholder\">[text* FirstName class:form-control placeholder]<label class=\"placeholder-label\">First Name</label></div></div><div class=\"col-md-12\"><div class=\"form-group form-placeholder\">[text* LastName class:form-control placeholder]<label class=\"placeholder-label\">Last Name</label></div></div><div class=\"col-md-12\"><div class=\"form-group form-placeholder\">[text* CompanyName class:form-control placeholder]<label class=\"placeholder-label\">Company Name</label></div></div><div class=\"col-md-12\"><div class=\"form-group form-placeholder\">[email* BusinessE-mail class:form-control placeholder]<label class=\"placeholder-label\">Business E-mail</label></div></div><div class=\"col-md-12\"><div class=\"form-group form-placeholder\">[tel* PhoneNumber class:form-control placeholder]<label class=\"placeholder-label\">Phone Number</label></div></div><div class=\"col-md-12\"><div class=\"text-center\"><button id=\'submit\' class=\'wpcf7-form-control wpcf7-submit btn btn-primary btn-rounded hvr-shutter-out-horizontal\'>Request a Demo</button></div></div>\n1\nCaptain\'s Chair Request for Demo\nCaptain\'s Chair <no-reply@captainschairit.com>\nsales@captainschairit.com\n<!doctype html>\r\n<html>\r\n<head>\r\n<meta charset=\"utf-8\">\r\n<title>Contact us</title>\r\n<style type=\"text/css\">\r\nhtml {\r\n width: 100%;\r\n margin: 0;\r\n padding: 0;\r\n}\r\nbody {\r\n -webkit-text-size-adjust: none;\r\n -ms-text-size-adjust: none;\r\n margin: 0;\r\n padding: 0;\r\n -webkit-font-smoothing: antialiased;\r\n}\r\ntable {\r\n border-spacing: 0;\r\n}\r\nimg {\r\n display: block !important;\r\n outline: none;\r\n text-decoration: none;\r\n -ms-interpolation-mode: bicubic;\r\n border: none;\r\n height: auto;\r\n line-height: 100%;\r\n}\r\n img.image-inline{\r\n display: inline-block!important; \r\n }\r\n\r\np {\r\n padding: 0;\r\n margin: 0;\r\n}\r\nbr {\r\n line-height: 0 !important;\r\n}\r\ndiv, p, span, strong, b, em, i, a, li, td {\r\n -webkit-text-size-adjust: none;\r\n}\r\ntable td, table tr {\r\n border-collapse: collapse;\r\n}\r\ntable {\r\n border-collapse: collapse;\r\n mso-table-lspace: 0pt;\r\n mso-table-rspace: 0pt;\r\n}\r\n\r\n@media screen and (max-width:580px) {\r\ntable[class=\"table-wrappper\"] {\r\n width: 100%!important;\r\n}\r\ntd[class=\"content-left-gap\"] {\r\n width: 5%!important;\r\n}\r\ntable[class=\"content-table\"],\r\ntd[class=\"content-table\"]{\r\n width: 100%!important;\r\n}\r\ntd[class=\"banner-image\"] img {\r\n width: 100%!important;\r\n}\r\ntable[class=\"main-table-wrappper\"] {\r\n width: 100%!important;\r\n}\r\ntd[class=\"gap-01\"] {\r\n height: 15px!important;\r\n}\r\ntd[class=\"space-01\"] {\r\n width: 15px!important;\r\n}\r\ntable[class=\"table-wrappper\"] .heading01 {\r\n font-size: 20px !important;\r\n}\r\ntable[class=\"table-wrappper\"] .text01 {\r\n font-size: 14px !important;\r\n margin-bottom: 24px !important;\r\n}\r\ntable[class=\"table-wrappper\"] .heading02 {\r\n font-size: 24px !important;\r\n}\r\ntd[class=\"content-border\"] {\r\n height: 25px!important;\r\n}\r\ntable[class=\"table-wrappper\"] .heading03 {\r\n font-size: 18px !important;\r\n}\r\ntable[class=\"table-wrappper\"] .email-link {\r\n display: block !important;\r\n margin: 10px 0 !important;\r\n}\r\n\r\n}\r\n\r\n@media screen and (max-width:420px) {\r\ntable[class=\"brand\"] {\r\n width: 100%!important;\r\n text-align: center !important;\r\n}\r\ntable[class=\"website-btn\"] {\r\n width: 100%!important;\r\n text-align: center !important;\r\n}\r\n\r\n table[class=\"website-btn-tbl\"] {\r\n width: 130px!important;\r\n }\r\n \r\n}\r\n</style>\r\n</head>\r\n\r\n<body style=\"background-color: #d7d7d7;\">\r\n\r\n<table cellpadding=\"0\" cellspacing=\"0\" align=\"center\" style=\"width:100%; border-left: 15px solid #d7d7d7; border-right: 15px solid #d7d7d7;\" bgcolor=\"#d7d7d7\">\r\n <!--Top gap-->\r\n <tr>\r\n <td height=\"28\" class=\"gap-01\"></td>\r\n </tr>\r\n <!--/Top gap-->\r\n \r\n <!--Body part-->\r\n <tr>\r\n <td class=\"main-td\">\r\n <table cellpadding=\"0\" cellspacing=\"0\" align=\"center\" class=\"main-table-wrappper\" style=\"width: 600px\" bgcolor=\"#ffffff\">\r\n <!--Logo part-->\r\n <tr>\r\n <td>\r\n <table cellpadding=\"0\" cellspacing=\"0\" align=\"center\" class=\"table-wrappper\" style=\"width: 600px\">\r\n <tr>\r\n <td height=\"15\"></td>\r\n </tr>\r\n <tr>\r\n <td width=\"20\"></td>\r\n <td align=\"center\" valign=\"top\">\r\n <table cellpadding=\"0\" cellspacing=\"0\" align=\"left\" style=\"width:109px;\" class=\"brand\">\r\n <tr>\r\n <td align=\"center\">\r\n <a href=\"https://captainschairit.com\" style=\"border:none; padding:0; text-decoration:none; border:none; cursor:pointer;\"><img src=\"https://captainschairit.com/wp-content/uploads/2019/09/logo.png\" title=\"Captain\'s Chair\" alt=\"Captain\'s Chair\" style=\"border:none;\" width=\"150\" height=\"39\">\r\n </a></td>\r\n </tr>\r\n </table>\r\n\r\n <table cellpadding=\"0\" cellspacing=\"0\" align=\"right\" style=\"width:130px;\" class=\"website-btn\" width=\"130\">\r\n <tr>\r\n <td height=\"1\" class=\"gap-01\"></td>\r\n </tr>\r\n <tr>\r\n <td align=\"center\"><table cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"100%\" class=\"website-btn-tbl\">\r\n <tr>\r\n <td align=\"center\" style=\"height:35px; border:1px solid #ff671f; background-color: #ff671f;\"><a href=\"https://captainschairit.com\" style=\"color:#ffffff; background-color: #ff671f; font-family: Verdana, Geneva, Tahoma, sans-serif; font-size:14px; width:108px; height:15px; display:block; text-align:center; text-decoration:none; padding:10px; cursor:pointer;\">Go Website</a></td>\r\n </tr>\r\n </table></td>\r\n </tr>\r\n </table>\r\n </td>\r\n <td width=\"20\"></td>\r\n </tr>\r\n <tr>\r\n <td height=\"15\"></td>\r\n </tr>\r\n </table>\r\n </td>\r\n </tr>\r\n <!--/Logo part-->\r\n \r\n <!--Banner part-->\r\n <tr>\r\n <td class=\"banner-image\">\r\n <a href=\"https://captainschairit.com\" style=\"border:none; padding:0; text-decoration:none; border:none; cursor:pointer;\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://captainschairit.com/wp-content/uploads/2019/10/banner-image.jpg\" title=\"Banner\" alt=\"Banner\" style=\"border:none;\" width=\"600\" height=\"175\"></a>\r\n </td>\r\n </tr>\r\n <!--/Banner part-->\r\n \r\n \r\n \r\n <!--Content top gap-->\r\n <tr>\r\n <td height=\"25\" class=\"gap-01\"></td>\r\n </tr>\r\n <!--/Content top gap-->\r\n \r\n <!--Content part-->\r\n <tr>\r\n <td>\r\n <table cellpadding=\"0\" cellspacing=\"0\" align=\"center\" class=\"table-wrappper\" style=\"width: 600px\">\r\n <tr>\r\n <td width=\"25\" class=\"content-left-gap\"></td>\r\n <td>\r\n <table cellpadding=\"0\" cellspacing=\"0\" align=\"center\" class=\"content-table\" style=\"width: 100%\">\r\n <tr>\r\n <td align=\"left\">\r\n <p style=\"margin:0 0 10px; font-family: Verdana, Geneva, Tahoma, sans-serif; font-size:30px; color:#ff671f; \" class=\"heading02\">Hi, Admin</p>\r\n \r\n <h5 style=\"margin:0 0 28px; font-family: Verdana, Geneva, Tahoma, sans-serif; font-size:13px; color:#293a47;\" class=\"text01\">You have a new request for demo.</h5>\r\n\r\n <p style=\"margin:0 0 28px; font-family: Verdana, Geneva, Tahoma, sans-serif; font-size:13px; color:#293a47;\" class=\"text01\">\r\n <strong>First Name: </strong>[FirstName]<br>\r\n <strong>Last Name: </strong>[LastName]<br>\r\n <strong>Company Name: </strong>[CompanyName]<br>\r\n <strong>Business E-mail: </strong>[BusinessE-mail]<br>\r\n <strong>Phone Number: </strong>[PhoneNumber]\r\n </p>\r\n </td>\r\n </tr>\r\n \r\n <!--Content border-->\r\n <tr>\r\n <td height=\"38\" class=\"content-border\" style=\"border-top: 1px solid #cfcece;\"></td>\r\n </tr>\r\n <!--/Content border-->\r\n \r\n <tr>\r\n <td align=\"center\">\r\n <p style=\"margin:0 0 6px; font-family: Verdana, Geneva, Tahoma, sans-serif; font-size:22px; color:#293a47; font-weight: bold;\" class=\"heading03\">Get connected with us!</p>\r\n \r\n <p style=\"margin:0 0 10px; font-family: Verdana, Geneva, Tahoma, sans-serif; font-size:14px; color:#293a47;\" class=\"text01\"><a href=\"mailto:sales@captainschairit.com\" style=\"color: #293a47; text-decoration: none;\" class=\"email-link\"><img src=\"https://captainschairit.com/wp-content/uploads/2019/10/email-icon.png\" title=\"Email\" alt=\"Email\" style=\"border: none; outline: none; margin: 0 6px 0 10px;\" width=\"15\" height=\"12\" class=\"image-inline\">sales@captainschairit.com</a>\r\n <a href=\"tel:877-677-2248\" style=\"color: #293a47; font-family: Verdana, Geneva, Tahoma, sans-serif; font-size:12px; text-decoration: none;\"><img src=\"https://captainschairit.com/wp-content/uploads/2019/10/phone-icon.png\" title=\"Phone\" alt=\"Phone\" style=\"border: none; outline: none; margin: 0 6px 0 10px;\" width=\"15\" height=\"12\" class=\"image-inline\">Sales:877-677-2248</a>\r\n <a href=\"tel:813-908-8282\" style=\"font-family: Verdana, Geneva, Tahoma, sans-serif; font-size:12px; color:#293a47; text-decoration: none;\"><img src=\"https://captainschairit.com/wp-content/uploads/2019/10/phone-icon.png\" title=\"Phone\" alt=\"Phone\" style=\"border: none; outline: none; margin: 0 6px 0 10px;\" width=\"15\" height=\"12\" class=\"image-inline\">Phone:813-908-8282</a></p>\r\n </td>\r\n </tr>\r\n \r\n <tr>\r\n <td>\r\n <table cellpadding=\"0\" cellspacing=\"0\" align=\"center\" class=\"social-table\" style=\"width: 182px\">\r\n <tr>\r\n <td width=\"38\"></td>\r\n <td width=\"10\"></td>\r\n <td width=\"38\"></td>\r\n <td width=\"10\"></td>\r\n <td width=\"38\">\r\n <a href=\"https://www.linkedin.com/company/captain-s-chair\" style=\"color: #293a47; text-decoration: none;\">\r\n <img src=\"https://captainschairit.com/wp-content/uploads/2019/10/linkedin.png\" title=\"LinkedIn\" alt=\"LinkedIn\" style=\"border: none; outline: none; margin: 0;\" width=\"38\" height=\"38\">\r\n </a>\r\n </td>\r\n <td width=\"10\"></td>\r\n <td width=\"38\"></td>\r\n </tr>\r\n </table>\r\n </td>\r\n </tr>\r\n \r\n <tr>\r\n <td height=\"20\"></td>\r\n </tr>\r\n \r\n <tr>\r\n <td align=\"center\">\r\n <p style=\"margin:0; font-family: Verdana, Geneva, Tahoma, sans-serif; font-size:12px; color:#293a47;\">© Copyright 2019. All Rights Reserved.</p>\r\n </td>\r\n </tr>\r\n \r\n <tr>\r\n <td height=\"20\"></td>\r\n </tr>\r\n \r\n </table>\r\n </td>\r\n <td width=\"25\" class=\"content-left-gap\"></td>\r\n </tr>\r\n </table>\r\n </td>\r\n </tr>\r\n <!--/Content part-->\r\n \r\n <!--bottom border part-->\r\n <tr>\r\n <td height=\"9\" bgcolor=\"#293a47\"></td>\r\n </tr>\r\n <!--/bottom border part-->\r\n\r\n </table>\r\n </td>\r\n </tr>\r\n <!--/Body part-->\r\n \r\n <!--footer gap-->\r\n <tr>\r\n <td height=\"25\" class=\"gap-01\"></td>\r\n </tr>\r\n <!--/footer gap-->\r\n\r\n \r\n \r\n <!--Bottom gap-->\r\n <tr>\r\n <td height=\"28\" class=\"gap-01\"></td>\r\n </tr>\r\n <!--/Bottom gap-->\r\n \r\n \r\n \r\n</table>\r\n</body>\r\n</html>\nReply-To: [BusinessE-mail]\n\n1\n\n1\nCaptain\'s Chair Auto Response\nCaptain\'s Chair <no-reply@captainschairit.com>\n[BusinessE-mail]\n<!doctype html>\r\n<html>\r\n<head>\r\n<meta charset=\"utf-8\">\r\n<title>Contact us</title>\r\n<style type=\"text/css\">\r\nhtml {\r\n width: 100%;\r\n margin: 0;\r\n padding: 0;\r\n}\r\nbody {\r\n -webkit-text-size-adjust: none;\r\n -ms-text-size-adjust: none;\r\n margin: 0;\r\n padding: 0;\r\n -webkit-font-smoothing: antialiased;\r\n}\r\ntable {\r\n border-spacing: 0;\r\n}\r\nimg {\r\n display: block !important;\r\n outline: none;\r\n text-decoration: none;\r\n -ms-interpolation-mode: bicubic;\r\n border: none;\r\n height: auto;\r\n line-height: 100%;\r\n}\r\n img.image-inline{\r\n display: inline-block!important; \r\n }\r\n\r\np {\r\n padding: 0;\r\n margin: 0;\r\n}\r\nbr {\r\n line-height: 0 !important;\r\n}\r\ndiv, p, span, strong, b, em, i, a, li, td {\r\n -webkit-text-size-adjust: none;\r\n}\r\ntable td, table tr {\r\n border-collapse: collapse;\r\n}\r\ntable {\r\n border-collapse: collapse;\r\n mso-table-lspace: 0pt;\r\n mso-table-rspace: 0pt;\r\n}\r\n\r\n@media screen and (max-width:580px) {\r\ntable[class=\"table-wrappper\"] {\r\n width: 100%!important;\r\n}\r\ntd[class=\"content-left-gap\"] {\r\n width: 5%!important;\r\n}\r\ntable[class=\"content-table\"],\r\ntd[class=\"content-table\"]{\r\n width: 100%!important;\r\n}\r\ntd[class=\"banner-image\"] img {\r\n width: 100%!important;\r\n}\r\ntable[class=\"main-table-wrappper\"] {\r\n width: 100%!important;\r\n}\r\ntd[class=\"gap-01\"] {\r\n height: 15px!important;\r\n}\r\ntd[class=\"space-01\"] {\r\n width: 15px!important;\r\n}\r\ntable[class=\"table-wrappper\"] .heading01 {\r\n font-size: 20px !important;\r\n}\r\ntable[class=\"table-wrappper\"] .text01 {\r\n font-size: 14px !important;\r\n margin-bottom: 24px !important;\r\n}\r\ntable[class=\"table-wrappper\"] .heading02 {\r\n font-size: 24px !important;\r\n}\r\ntd[class=\"content-border\"] {\r\n height: 25px!important;\r\n}\r\ntable[class=\"table-wrappper\"] .heading03 {\r\n font-size: 18px !important;\r\n}\r\ntable[class=\"table-wrappper\"] .email-link {\r\n display: block !important;\r\n margin: 10px 0 !important;\r\n}\r\n\r\n}\r\n\r\n@media screen and (max-width:420px) {\r\ntable[class=\"brand\"] {\r\n width: 100%!important;\r\n text-align: center !important;\r\n}\r\ntable[class=\"website-btn\"] {\r\n width: 100%!important;\r\n text-align: center !important;\r\n}\r\n\r\n table[class=\"website-btn-tbl\"] {\r\n width: 130px!important;\r\n }\r\n \r\n}\r\n</style>\r\n</head>\r\n\r\n<body style=\"background-color: #d7d7d7;\">\r\n\r\n<table cellpadding=\"0\" cellspacing=\"0\" align=\"center\" style=\"width:100%; border-left: 15px solid #d7d7d7; border-right: 15px solid #d7d7d7;\" bgcolor=\"#d7d7d7\">\r\n <!--Top gap-->\r\n <tr>\r\n <td height=\"28\" class=\"gap-01\"></td>\r\n </tr>\r\n <!--/Top gap-->\r\n \r\n <!--Body part-->\r\n <tr>\r\n <td class=\"main-td\">\r\n <table cellpadding=\"0\" cellspacing=\"0\" align=\"center\" class=\"main-table-wrappper\" style=\"width: 600px\" bgcolor=\"#ffffff\">\r\n <!--Logo part-->\r\n <tr>\r\n <td>\r\n <table cellpadding=\"0\" cellspacing=\"0\" align=\"center\" class=\"table-wrappper\" style=\"width: 600px\">\r\n <tr>\r\n <td height=\"15\"></td>\r\n </tr>\r\n <tr>\r\n <td width=\"20\"></td>\r\n <td align=\"center\" valign=\"top\">\r\n <table cellpadding=\"0\" cellspacing=\"0\" align=\"left\" style=\"width:109px;\" class=\"brand\">\r\n <tr>\r\n <td align=\"center\">\r\n <a href=\"https://captainschairit.com\" style=\"border:none; padding:0; text-decoration:none; border:none; cursor:pointer;\"><img src=\"https://captainschairit.com/wp-content/uploads/2019/09/logo.png\" title=\"Captain\'s chair\" alt=\"Captain\'s chair\" style=\"border:none;\" width=\"150\" height=\"39\">\r\n </a></td>\r\n </tr>\r\n </table>\r\n\r\n <table cellpadding=\"0\" cellspacing=\"0\" align=\"right\" style=\"width:130px;\" class=\"website-btn\" width=\"130\">\r\n <tr>\r\n <td height=\"1\" class=\"gap-01\"></td>\r\n </tr>\r\n <tr>\r\n <td align=\"center\"><table cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"100%\" class=\"website-btn-tbl\">\r\n <tr>\r\n <td align=\"center\" style=\"height:35px; border:1px solid #ff671f; background-color: #ff671f;\"><a href=\"https://captainschairit.com\" style=\"color:#ffffff; background-color: #ff671f; font-family: Verdana, Geneva, Tahoma, sans-serif; font-size:14px; width:108px; height:15px; display:block; text-align:center; text-decoration:none; padding:10px; cursor:pointer;\">Go Website</a></td>\r\n </tr>\r\n </table></td>\r\n </tr>\r\n </table>\r\n </td>\r\n <td width=\"20\"></td>\r\n </tr>\r\n <tr>\r\n <td height=\"15\"></td>\r\n </tr>\r\n </table>\r\n </td>\r\n </tr>\r\n <!--/Logo part-->\r\n \r\n <!--Banner part-->\r\n <tr>\r\n <td class=\"banner-image\">\r\n <a href=\"https://captainschairit.com\" style=\"border:none; padding:0; text-decoration:none; border:none; cursor:pointer;\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://captainschairit.com/wp-content/uploads/2019/10/banner-image.jpg\" title=\"Banner\" alt=\"Banner\" style=\"border:none;\" width=\"600\" height=\"175\"></a>\r\n </td>\r\n </tr>\r\n <!--/Banner part-->\r\n \r\n \r\n \r\n <!--Content top gap-->\r\n <tr>\r\n <td height=\"25\" class=\"gap-01\"></td>\r\n </tr>\r\n <!--/Content top gap-->\r\n \r\n <!--Content part-->\r\n <tr>\r\n <td>\r\n <table cellpadding=\"0\" cellspacing=\"0\" align=\"center\" class=\"table-wrappper\" style=\"width: 600px\">\r\n <tr>\r\n <td width=\"25\" class=\"content-left-gap\"></td>\r\n <td>\r\n <table cellpadding=\"0\" cellspacing=\"0\" align=\"center\" class=\"content-table\" style=\"width: 100%\">\r\n <tr>\r\n <td align=\"center\">\r\n <p style=\"margin:0 0 10px; font-family: Verdana, Geneva, Tahoma, sans-serif; font-size:30px; color:#ff671f; \" class=\"heading02\">Hi, [FirstName]</p>\r\n \r\n <!--<h5 style=\"margin:0 0 28px; font-family: Verdana, Geneva, Tahoma, sans-serif; font-size:13px; color:#293a47;\" class=\"text01\">Thank you for contacting us.</h5>-->\r\n\r\n <p style=\"margin:0 0 28px; font-family: Verdana, Geneva, Tahoma, sans-serif; font-size:13px; color:#293a47;\" class=\"text01\">\r\n Thank you for showing interest in our product. We will get back to you.\r\n </p>\r\n </td>\r\n </tr>\r\n \r\n <!--Content border-->\r\n <tr>\r\n <td height=\"38\" class=\"content-border\" style=\"border-top: 1px solid #cfcece;\"></td>\r\n </tr>\r\n <!--/Content border-->\r\n \r\n <tr>\r\n <td align=\"center\">\r\n <p style=\"margin:0 0 6px; font-family: Verdana, Geneva, Tahoma, sans-serif; font-size:22px; color:#293a47; font-weight: bold;\" class=\"heading03\">Get connected with us!</p>\r\n \r\n <p style=\"margin:0 0 10px; font-family: Verdana, Geneva, Tahoma, sans-serif; font-size:14px; color:#293a47;\" class=\"text01\"><a href=\"mailto:sales@captainschairit.com\" style=\"color: #293a47; text-decoration: none;\" class=\"email-link\"><img src=\"https://captainschairit.com/wp-content/uploads/2019/10/email-icon.png\" title=\"Email\" alt=\"Email\" style=\"border: none; outline: none; margin: 0 6px 0 10px;\" width=\"15\" height=\"12\" class=\"image-inline\">sales@captainschairit.com</a>\r\n <a href=\"tel:877-677-2248\" style=\"color: #293a47; font-family: Verdana, Geneva, Tahoma, sans-serif; font-size:12px; text-decoration: none;\"><img src=\"https://captainschairit.com/wp-content/uploads/2019/10/phone-icon.png\" title=\"Phone\" alt=\"Phone\" style=\"border: none; outline: none; margin: 0 6px 0 10px;\" width=\"15\" height=\"12\" class=\"image-inline\">Sales:877-677-2248</a>\r\n <a href=\"tel:813-908-8282\" style=\"font-family: Verdana, Geneva, Tahoma, sans-serif; font-size:12px; color:#293a47; text-decoration: none;\"><img src=\"https://captainschairit.com/wp-content/uploads/2019/10/phone-icon.png\" title=\"Phone\" alt=\"Phone\" style=\"border: none; outline: none; margin: 0 6px 0 10px;\" width=\"15\" height=\"12\" class=\"image-inline\">Phone:813-908-8282</a></p>\r\n </td>\r\n </tr>\r\n \r\n <tr>\r\n <td>\r\n <table cellpadding=\"0\" cellspacing=\"0\" align=\"center\" class=\"social-table\" style=\"width: 182px\">\r\n <tr>\r\n <td width=\"38\"></td>\r\n <td width=\"10\"></td>\r\n <td width=\"38\"></td>\r\n <td width=\"10\"></td>\r\n <td width=\"38\">\r\n <a href=\"https://www.linkedin.com/company/captain-s-chair\" style=\"color: #293a47; text-decoration: none;\">\r\n <img src=\"https://captainschairit.com/wp-content/uploads/2019/10/linkedin.png\" title=\"LinkedIn\" alt=\"LinkedIn\" style=\"border: none; outline: none; margin: 0;\" width=\"38\" height=\"38\">\r\n </a>\r\n </td>\r\n <td width=\"10\"></td>\r\n <td width=\"38\"></td>\r\n </tr>\r\n </table>\r\n </td>\r\n </tr>\r\n \r\n <tr>\r\n <td height=\"20\"></td>\r\n </tr>\r\n \r\n <tr>\r\n <td align=\"center\">\r\n <p style=\"margin:0; font-family: Verdana, Geneva, Tahoma, sans-serif; font-size:12px; color:#293a47;\">© Copyright 2019. All Rights Reserved.</p>\r\n </td>\r\n </tr>\r\n \r\n <tr>\r\n <td height=\"20\"></td>\r\n </tr>\r\n \r\n </table>\r\n </td>\r\n <td width=\"25\" class=\"content-left-gap\"></td>\r\n </tr>\r\n </table>\r\n </td>\r\n </tr>\r\n <!--/Content part-->\r\n \r\n <!--bottom border part-->\r\n <tr>\r\n <td height=\"9\" bgcolor=\"#293a47\"></td>\r\n </tr>\r\n <!--/bottom border part-->\r\n\r\n </table>\r\n </td>\r\n </tr>\r\n <!--/Body part-->\r\n \r\n <!--footer gap-->\r\n <tr>\r\n <td height=\"25\" class=\"gap-01\"></td>\r\n </tr>\r\n <!--/footer gap-->\r\n\r\n \r\n \r\n <!--Bottom gap-->\r\n <tr>\r\n <td height=\"28\" class=\"gap-01\"></td>\r\n </tr>\r\n <!--/Bottom gap-->\r\n \r\n \r\n \r\n</table>\r\n</body>\r\n</html>\nReply-To: sales@captainschairit.com\n\n1\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.\nThe e-mail address entered is invalid.\nThe URL is invalid.\nThe telephone number is invalid.','Request A Demo Form','','publish','closed','closed','','get-a-demo-form','','','2020-07-29 08:09:19','2020-07-29 08:09:19','',0,'http://dev.captainschairit.com/?post_type=wpcf7_contact_form&p=358',0,'wpcf7_contact_form','',0),(362,1,'2019-09-17 13:54:05','2019-09-17 13:54:05','[mailpoet_page]','MailPoet Page','','publish','closed','closed','','subscriptions','','','2019-09-17 13:54:05','2019-09-17 13:54:05','',0,'http://dev.captainschairit.com/subscriptions/',0,'mailpoet_page','',0),(363,1,'2019-09-18 10:25:53','2019-09-18 10:25:53','a:7:{s:8:\"location\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"param\";s:13:\"page_template\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:7:\"default\";}}}s:8:\"position\";s:15:\"acf_after_title\";s:5:\"style\";s:7:\"default\";s:15:\"label_placement\";s:3:\"top\";s:21:\"instruction_placement\";s:5:\"label\";s:14:\"hide_on_screen\";s:0:\"\";s:11:\"description\";s:0:\"\";}','Default Template','default-template','publish','closed','closed','','group_5d82060cf4059','','','2019-09-18 11:24:34','2019-09-18 11:24:34','',0,'http://dev.captainschairit.com/?post_type=acf-field-group&p=363',0,'acf-field-group','',0),(364,1,'2019-09-18 10:26:18','2019-09-18 10:26:18','a:7:{s:4:\"type\";s:5:\"group\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:6:\"layout\";s:5:\"block\";s:10:\"sub_fields\";a:0:{}}','Banner Section','banner_section','publish','closed','closed','','field_5d820648abf72','','','2019-09-18 10:26:42','2019-09-18 10:26:42','',363,'http://dev.captainschairit.com/?post_type=acf-field&p=364',0,'acf-field','',0),(365,1,'2019-09-18 10:26:18','2019-09-18 10:26:18','a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:3:\"url\";s:12:\"preview_size\";s:4:\"full\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";}','Background Image','background_image','publish','closed','closed','','field_5d820649abf73','','','2019-09-18 10:26:18','2019-09-18 10:26:18','',364,'http://dev.captainschairit.com/?post_type=acf-field&p=365',0,'acf-field','',0),(366,1,'2019-09-18 10:26:18','2019-09-18 10:26:18','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}','Text','text','publish','closed','closed','','field_5d820649abf74','','','2019-09-18 10:26:18','2019-09-18 10:26:18','',364,'http://dev.captainschairit.com/?post_type=acf-field&p=366',1,'acf-field','',0),(368,1,'2019-09-18 12:27:31','2019-09-18 12:27:31','','Get A Demo','','inherit','closed','closed','','342-revision-v1','','','2019-09-18 12:27:31','2019-09-18 12:27:31','',342,'http://dev.captainschairit.com/342-revision-v1/',0,'revision','',0),(369,1,'2019-09-18 12:28:04','2019-09-18 12:28:04','','Get A Demo','','inherit','closed','closed','','342-revision-v1','','','2019-09-18 12:28:04','2019-09-18 12:28:04','',342,'http://dev.captainschairit.com/342-revision-v1/',0,'revision','',0),(377,1,'2019-09-25 11:05:06','2019-09-25 11:05:06','','santiago-casal','','inherit','open','closed','','santiago-casal-2','','','2019-09-25 11:05:06','2019-09-25 11:05:06','',289,'https://captainschairit.com/wp-content/uploads/2019/09/santiago-casal.jpg',0,'attachment','image/jpeg',0),(378,1,'2019-09-25 11:05:47','2019-09-25 11:05:47','','phillip-myers','','inherit','open','closed','','phillip-myers-2','','','2019-09-25 11:05:47','2019-09-25 11:05:47','',292,'https://captainschairit.com/wp-content/uploads/2019/09/phillip-myers.jpg',0,'attachment','image/jpeg',0),(379,1,'2019-09-25 11:06:24','2019-09-25 11:06:24','','steve_Torre','','inherit','open','closed','','steve_torre','','','2019-09-25 11:06:24','2019-09-25 11:06:24','',294,'https://captainschairit.com/wp-content/uploads/2019/09/steve_Torre.jpg',0,'attachment','image/jpeg',0),(380,1,'2019-09-25 11:06:54','2019-09-25 11:06:54','','keith_roher','','inherit','open','closed','','keith_roher','','','2019-09-25 11:06:54','2019-09-25 11:06:54','',296,'https://captainschairit.com/wp-content/uploads/2019/09/keith_roher.jpg',0,'attachment','image/jpeg',0),(381,1,'2019-09-25 11:11:37','2019-09-25 11:11:37','','kalanik-headshot','','inherit','open','closed','','kalanik-headshot','','','2019-09-25 11:11:37','2019-09-25 11:11:37','',298,'https://captainschairit.com/wp-content/uploads/2019/09/kalanik-headshot.jpg',0,'attachment','image/jpeg',0),(382,1,'2019-09-25 11:12:34','2019-09-25 11:12:34','','bryan_crino','','inherit','open','closed','','bryan_crino','','','2019-09-25 11:12:34','2019-09-25 11:12:34','',300,'https://captainschairit.com/wp-content/uploads/2019/09/bryan_crino.jpg',0,'attachment','image/jpeg',0),(383,1,'2019-09-25 11:13:29','2019-09-25 11:13:29','','scott_feuer','','inherit','open','closed','','scott_feuer','','','2019-09-25 11:13:29','2019-09-25 11:13:29','',302,'https://captainschairit.com/wp-content/uploads/2019/09/scott_feuer.jpg',0,'attachment','image/jpeg',0),(384,1,'2019-09-30 14:41:04','2019-09-30 14:41:04','','Home','','inherit','closed','closed','','5-revision-v1','','','2019-09-30 14:41:04','2019-09-30 14:41:04','',5,'https://captainschairit.com/5-revision-v1/',0,'revision','',0),(385,1,'2019-09-30 14:46:21','2019-09-30 14:46:21','a:7:{s:4:\"type\";s:3:\"url\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";}','Button Link','button_link','publish','closed','closed','','field_5d9215268abf2','','','2019-09-30 14:46:21','2019-09-30 14:46:21','',30,'https://captainschairit.com/?post_type=acf-field&p=385',2,'acf-field','',0),(386,1,'2019-09-30 14:47:12','2019-09-30 14:47:12','','Home','','inherit','closed','closed','','5-revision-v1','','','2019-09-30 14:47:12','2019-09-30 14:47:12','',5,'https://captainschairit.com/5-revision-v1/',0,'revision','',0),(387,1,'2019-09-30 14:47:48','2019-09-30 14:47:48','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}','Button Link','button_link','publish','closed','closed','','field_5d9215880fa13','','','2020-09-10 07:41:01','2020-09-10 07:41:01','',11,'https://captainschairit.com/?post_type=acf-field&p=387',5,'acf-field','',0),(388,1,'2019-09-30 14:48:09','2019-09-30 14:48:09','','Home','','inherit','closed','closed','','5-revision-v1','','','2019-09-30 14:48:09','2019-09-30 14:48:09','',5,'https://captainschairit.com/5-revision-v1/',0,'revision','',0),(389,1,'2019-09-30 14:49:15','2019-09-30 14:49:15','','Home','','inherit','closed','closed','','5-revision-v1','','','2019-09-30 14:49:15','2019-09-30 14:49:15','',5,'https://captainschairit.com/5-revision-v1/',0,'revision','',0),(390,1,'2019-09-30 14:49:45','2019-09-30 14:49:45','','Home','','inherit','closed','closed','','5-revision-v1','','','2019-09-30 14:49:45','2019-09-30 14:49:45','',5,'https://captainschairit.com/5-revision-v1/',0,'revision','',0),(391,1,'2019-09-30 14:50:48','2019-09-30 14:50:48','','Home','','inherit','closed','closed','','5-revision-v1','','','2019-09-30 14:50:48','2019-09-30 14:50:48','',5,'https://captainschairit.com/5-revision-v1/',0,'revision','',0),(392,1,'2019-10-01 15:36:18','2019-10-01 15:36:18','','Blog','','inherit','closed','closed','','246-revision-v1','','','2019-10-01 15:36:18','2019-10-01 15:36:18','',246,'https://captainschairit.com/246-revision-v1/',0,'revision','',0),(393,1,'2019-10-01 15:37:33','2019-10-01 15:37:33','','About','','inherit','closed','closed','','47-revision-v1','','','2019-10-01 15:37:33','2019-10-01 15:37:33','',47,'https://captainschairit.com/47-revision-v1/',0,'revision','',0),(394,1,'2019-10-01 15:38:10','2019-10-01 15:38:10','','Client Dashboard','','inherit','closed','closed','','55-revision-v1','','','2019-10-01 15:38:10','2019-10-01 15:38:10','',55,'https://captainschairit.com/55-revision-v1/',0,'revision','',0),(395,1,'2019-10-01 15:38:33','2019-10-01 15:38:33','','Connectors','','inherit','closed','closed','','43-revision-v1','','','2019-10-01 15:38:33','2019-10-01 15:38:33','',43,'https://captainschairit.com/43-revision-v1/',0,'revision','',0),(396,1,'2019-10-01 15:41:17','2019-10-01 15:41:17','','Press Releases','','inherit','closed','closed','','334-revision-v1','','','2019-10-01 15:41:17','2019-10-01 15:41:17','',334,'https://captainschairit.com/334-revision-v1/',0,'revision','',0),(397,1,'2019-10-01 15:41:41','2019-10-01 15:41:41','','News','','inherit','closed','closed','','304-revision-v1','','','2019-10-01 15:41:41','2019-10-01 15:41:41','',304,'https://captainschairit.com/304-revision-v1/',0,'revision','',0),(400,1,'2019-10-03 10:40:42','2019-10-03 10:40:42','','Home','','inherit','closed','closed','','5-revision-v1','','','2019-10-03 10:40:42','2019-10-03 10:40:42','',5,'https://captainschairit.com/5-revision-v1/',0,'revision','',0),(401,1,'2019-10-03 10:41:16','2019-10-03 10:41:16','','Home','','inherit','closed','closed','','5-revision-v1','','','2019-10-03 10:41:16','2019-10-03 10:41:16','',5,'https://captainschairit.com/5-revision-v1/',0,'revision','',0),(403,1,'2019-10-03 12:31:00','2019-10-03 12:31:00','a:8:{s:4:\"type\";s:7:\"message\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:7:\"message\";s:208:\"<ul>\r\n<li>News slider can be managed from <strong>News</strong> section in the Admin panel.</li>\r\n<li>Press Releases can be managed from <strong>Press Releases</strong> section in the Admin panel.</li>\r\n</ul>\";s:9:\"new_lines\";s:7:\"wpautop\";s:8:\"esc_html\";i:0;}','Note','','publish','closed','closed','','field_5d95e9881e151','','','2019-10-03 12:35:09','2019-10-03 12:35:09','',308,'https://captainschairit.com/?post_type=acf-field&p=403',1,'acf-field','',0),(404,1,'2019-10-03 13:52:08','2019-10-03 13:52:08','','About','','inherit','closed','closed','','47-revision-v1','','','2019-10-03 13:52:08','2019-10-03 13:52:08','',47,'https://captainschairit.com/47-revision-v1/',0,'revision','',0),(405,1,'2019-10-03 13:54:55','2019-10-03 13:54:55','a:8:{s:4:\"type\";s:7:\"message\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:7:\"message\";s:80:\"Contact form is managed from <strong>Contact</strong> section in the Admin panel\";s:9:\"new_lines\";s:7:\"wpautop\";s:8:\"esc_html\";i:0;}','Note','note','publish','closed','closed','','field_5d95fd5e8190d','','','2019-10-03 13:54:55','2019-10-03 13:54:55','',207,'https://captainschairit.com/?post_type=acf-field&p=405',2,'acf-field','',0),(406,1,'2019-10-03 14:09:54','2019-10-03 14:09:54','<h3 class=\"heading05 mt-0\">This Policy</h3>\r\n <p>This Policy explains how we may Process your Personal Data. This Policy may be amended or updated from time to time, so please check it regularly for updates.</p>\r\n <p>This Policy is issued by Concertium on behalf of itself, its subsidiaries and its affiliates (including any entity lawfully trading under the Concertium brand) (together, “Company”, “we”, “us” and “our”) and is addressed to individuals outside our organization with whom we interact, including customers, visitors to our Sites, users of our Apps, and other users of our services (together, “you”). Defined terms used in this Policy below.</p>\r\n <p>For the purposes of this Policy, Company is the Controller. This Policy covers the information practices relating to Company websites for Concertium services (\"Services\") offered now or in the future. </p>\r\n <p>This Policy may be amended or updated from time to time to reflect changes in our practices with respect to the processing of Personal Data, or changes in applicable law. We encourage you to read this Policy carefully, and to regularly check this page to review any changes we might make in accordance with the terms of this Policy.</p>\r\n\r\n <h3 class=\"heading05\">Collection of Personal Data</h3>\r\n <p>We may collect or obtain Personal Data about you: directly from you (e.g., where you contact us); in the course of our relationship with you (e.g., if you make a purchase); when you make your Personal Data public (e.g., if you make a public post about us on social media); when you download, install, or use our Apps; when you visit our Site; when you register to use any of our Site, Apps, or services; or when you interact with any third party content or advertising on a Site or in an App.</p>\r\n <p>Collection of Personal Data: We may collect Personal Data about you from the following sources:</p>\r\n\r\n <ul class=\"right-list-pan02\">\r\n <li>Data you provide: We may obtain your Personal Data when you provide it to us (e.g., where you contact us via email or telephone, or by any other means, or when you provide us with your business card).</li>\r\n <li>Relationship data: We may collect or obtain your Personal Data in the ordinary course of our relationship with you (e.g., if you purchase a service from us.</li>\r\n <li>App data: We may collect or obtain your Personal Data when you download or use any of our Apps.</li>\r\n <li>Site data: We may collect or obtain your Personal Data when you visit any of our Sites or use any features or resources available on or through a Site.</li>\r\n <li>Registration details: We may collect or obtain your Personal Data when you use, or register to use, any of our Sites, Apps, or services.</li>\r\n <li>Content and advertising information: If you choose to interact with any third-party content or advertising on a Site or in an App, we may receive Personal Data about you from the relevant third party.</li>\r\n <li>Third party information: We may collect or obtain your Personal Data from third parties who provide it to us (e.g., credit reference agencies; law enforcement authorities; etc.).</li>\r\n </ul>\r\n\r\n <h3 class=\"heading05\">Creation of Personal Data</h3>\r\n <p>We may also create Personal Data about you, such as records of your interactions with us, and details of your purchase history for internal administration purposes and analysis.</p>\r\n\r\n\r\n <h3 class=\"heading05\">Categories of Personal Data we may Process</h3>\r\n <p>We may Process: your personal details (e.g., your name); demographic data (e.g., your age); your contact details (e.g., your address); records of your consents; purchase details; payment details (e.g., your billing address); information about our Sites and Apps (e.g., the type of device you are using); details of your employer (where relevant); information about your interactions with our content or advertising; and any views or opinions you provide to us.</p>\r\n <p>We may Process the following categories of Personal Data about you:</p>\r\n <ul class=\"right-list-pan02\">\r\n <li>Personal details: given name(s); preferred name; and photograph.</li>\r\n <li>Demographic information: gender; date of birth/age; nationality; salutation; job title/industry; and language preferences.</li>\r\n <li>Contact details: correspondence address; telephone number; email address; and details of your public social media profile(s).</li>\r\n <li>Consent records: records of any consents you may have given, together with the date and time, means of consent and any related information (e.g., the subject matter of the consent).</li>\r\n <li>Data relating to our Sites and Apps: device type; operating system; browser type; browser settings; IP address; language settings; dates and times of connecting to a Site; App usage statistics; App settings; dates and times of connecting to an App; location data, and other technical communications information (some of which may constitute Personal Data); username; password; security login details; usage data; aggregate statistical information.</li>\r\n <li>Employer details: where you interact with us in your capacity as an employee, the contact information of your employer (including name, address, telephone number and email address) to the extent relevant.</li>\r\n </ul>\r\n\r\n\r\n <h3 class=\"heading05\">Lawful basis for Processing Personal Data</h3>\r\n <p>We may Process your Personal Data where: you have given your prior, express consent; the Processing is necessary for a contract between you and us; the Processing is required by applicable law; the Processing is necessary to protect the vital interests of any individual; or where we have a valid legitimate interest in the Processing.</p>\r\n <p>In Processing your Personal Data in connection with the purposes set out in this Policy, we may rely on one or more of the following legal bases, depending on the circumstances:</p>\r\n <ul class=\"right-list-pan02\">\r\n <li>Consent: We may Process your Personal Data where we have obtained your prior, express consent to the Processing (this legal basis is only used in relation to Processing that is entirely voluntary – it is not used for Processing that is necessary or obligatory in any way);</li>\r\n <li>Contractual necessity: We may Process your Personal Data where the Processing is necessary in connection with any contract that you may enter into with us;</li>\r\n <li>Compliance with applicable law: We may Process your Personal Data where the Processing is required by applicable law;</li>\r\n <li>Vital interests: We may Process your Personal Data where the Processing is necessary to protect the vital interests of any individual; or</li>\r\n <li>Legitimate interests: We may Process your Personal Data where we have a legitimate interest in carrying out the Processing for the purpose of managing, operating or promoting our business, and that legitimate interest is not overridden by your interests, fundamental rights, or freedoms.</li>\r\n </ul>\r\n\r\n <h3 class=\"heading05\">Sensitive Personal Data</h3>\r\n <p>We do not seek to collect or otherwise Process your Sensitive Personal Data. Where we need to Process your Sensitive Personal Data for a legitimate purpose, we do so in accordance with applicable law.</p>\r\n <p>We do not seek to collect or otherwise Process your Sensitive Personal Data in the ordinary course of our business. Where it becomes necessary to process your Sensitive Personal Data for any reason, we rely on one of the following legal bases:</p>\r\n\r\n <ul class=\"right-list-pan02\">\r\n <li>Compliance with applicable law: We may Process your Sensitive Personal Data where the Processing is required or permitted by applicable law (e.g., to comply with our diversity reporting obligations);</li>\r\n <li>Detection and prevention of crime: We may Process your Sensitive Personal Data where the Processing is necessary for the detection or prevention of crime (including the prevention of fraud);</li>\r\n <li>Establishment, exercise or defense of legal rights: We may Process your Sensitive Personal Data where the Processing is necessary for the establishment, exercise or defense of legal rights; or</li>\r\n <li>Consent: We may Process your Sensitive Personal Data where we have, in accordance with applicable law, obtained your prior, express consent prior to Processing your Sensitive Personal Data (this legal basis is only used in relation to Processing that is entirely voluntary – it is not used for Processing that is necessary or obligatory in any way).</li>\r\n </ul>\r\n\r\n <h3 class=\"heading05\">Purposes for which we may Process your Personal Data</h3>\r\n <p>We may Process your Personal Data for the following purposes: providing services to you; operating our Sites and Apps; communicating with you; managing our IT systems; health and safety; financial management; conducting surveys; ensuring the security of our premises and systems; conducting investigations where necessary; compliance with applicable law; and improving our Sites, Apps, and services.</p>\r\n <p>The purposes for which we may Process Personal Data, subject to applicable law, include:</p>\r\n\r\n <ul class=\"right-list-pan02\">\r\n <li>Provision of services to you: providing our Sites, Apps, and services to you; communicating with you in relation to those services and providing you with promotional items at your request or in connection with those services or similar services. </li>\r\n <li>Our Sites and Apps: operating and managing our Sites and our Apps; providing content to you; displaying advertising and other information to you; communicating and interacting with you via our Sites and our Apps; identifying issues with our Sites and Apps and planning improvements to or creating new Sites and Apps; and notifying you of changes to any of our Sites, our Apps, or our services.</li>\r\n <li>Communications: communicating with you via any means (including via email, telephone, text message, social media, post or in person) news items and other information in which you may be interested, subject to ensuring that such communications are provided to you in compliance with applicable law; maintaining and updating your contact information where appropriate; and obtaining your prior, opt-in consent where required.</li>\r\n <li>Communications and IT operations: management of our communications systems; operation of IT security systems; and IT security audits.</li>\r\n <li>Health and safety: health and safety assessments and record keeping; and compliance with related legal obligations.</li>\r\n <li>Financial management: sales; finance; corporate audit; and vendor management.</li>\r\n <li>Surveys: engaging with you for the purposes of obtaining your views on our services.</li>\r\n <li>Security: physical security of our premises (including records of visits to our premises; and CCTV recordings); and electronic security (including login records and access details).</li>\r\n <li>Investigations: detecting, investigating and preventing breaches of policy, and criminal offences, in accordance with applicable law.</li>\r\n <li>Legal proceedings: establishing, exercising and defending legal rights.</li>\r\n <li>Legal compliance: compliance with our legal and regulatory obligations under applicable law.</li>\r\n <li>Improving our Sites, Apps, services: identifying issues with our Sites, our Apps, or our services; planning improvements to our Sites, our Apps, or our services; and creating new Sites, Apps, or services.</li>\r\n </ul>\r\n\r\n <h3 class=\"heading05\">Disclosure of Personal Data to third parties</h3>\r\n <p>We may disclose your Personal Data to: legal and regulatory authorities; our external advisors; our Processors; any party as necessary in connection with legal proceedings; any party as necessary for investigating, detecting or preventing criminal offences; any purchaser of our business; and any third-party providers of advertising, plugins or content used on our Sites or our Apps.</p>\r\n <p>We may disclose your Personal Data to other entities within the Company group, for legitimate business purposes (including operating our Sites and our Apps, and providing services to you), in accordance with applicable law. In addition, we may disclose your Personal Data to:</p>\r\n\r\n <ul class=\"right-list-pan02\">\r\n <li>Legal and regulatory authorities, upon request, or for the purposes of reporting any actual or suspected breach of applicable law or regulation;</li>\r\n <li>Outside professional advisors (such as accountants, auditors, or lawyers), subject to binding contractual obligations of confidentiality;</li>\r\n <li>Third party Processors (such as payment services providers; data centers; etc.), located anywhere in the world, subject to the requirements noted below in this Section (H);</li>\r\n <li>Any relevant party, law enforcement agency or court, to the extent necessary for the establishment, exercise or defense of legal rights;</li>\r\n <li>Any relevant party for the purposes of prevention, investigation, detection or prosecution of criminal offences or the execution of criminal penalties, including safeguarding against and the prevention of threats to public security;</li>\r\n <li>Any relevant third-party acquirer(s), in the event that we sell or transfer all or any relevant portion of our business or assets (including in the event of a reorganization, dissolution or liquidation); and</li>\r\n <li>Any relevant third-party provider, where our Sites and our Apps use third party advertising, plugins or content. If you choose to interact with any such advertising, plugins or content, your Personal Data may be shared with the relevant third-party provider. We recommend that you review that third party’s privacy policy before interacting with its advertising, plugins or content.</li>\r\n </ul>\r\n <p>If we engage a third-party Processor to Process your Personal Data, the Processor will be subject to binding contractual obligations to: (i) only Process the Personal Data in accordance with our prior written instructions; and (ii) use measures to protect the confidentiality and security of the Personal Data; together with any additional requirements under applicable law.</p>\r\n\r\n <h3 class=\"heading05\">Data security</h3>\r\n <p>We implement appropriate technical and organizational security measures to protect your Personal Data. Please ensure that any Personal Data that you send to us is sent securely.</p>\r\n <p>We have implemented appropriate technical and organizational security measures designed to protect your Personal Data against accidental or unlawful destruction, loss, alteration, unauthorized disclosure, unauthorized access, and other unlawful or unauthorized forms of Processing, in accordance with applicable law.</p>\r\n <p>Because the internet is an open system, the transmission of information via the internet is not completely secure. Although we will implement all reasonable measures to protect your personal data, we cannot guarantee the security of your data transmitted to us using the internet – any such transmission is at your own risk and you are responsible for ensuring that any Personal Data that you send to us are sent securely.</p>\r\n\r\n\r\n <h3 class=\"heading05\">Data accuracy</h3>\r\n <p>We take every reasonable step to ensure that your Personal Data are kept accurate and up-to-date and are erased or rectified if we become aware of inaccuracies.</p>\r\n <p>We take every reasonable step to ensure that:your Data that we Process are accurate and, where necessary, kept up to date; andany of your Data that we Process that you inform us is inaccurate (having regard to the purposes for which they are Processed) are erased or rectified.</p>\r\n\r\n <h3 class=\"heading05\">Data minimization</h3>\r\n <p>We take every reasonable step to ensure that your Data that we Process are limited to the Data reasonably necessary in connection with the purposes set out in this Policy or as required to provide you services or access to our Apps and Site.</p>\r\n\r\n <h3 class=\"heading05\">Data retention</h3>\r\n <p>We take every reasonable step to ensure that your Data are only retained for as long as they are needed.</p>\r\n <p>The criteria for determining the duration for which we will keep your Personal Data are as follows: we will retain copies of your Personal Data in a form that permits identification only for as long as is necessary in connection with the purposes set out in this Policy, unless applicable law requires a longer retention period. In particular, we may retain your Personal Data for the duration of any period necessary to establish, exercise or defend any legal rights.</p>\r\n\r\n\r\n <h3 class=\"heading05\">Your legal rights</h3>\r\n <p>Subject to applicable law, you may have a number of rights regarding the Processing of your Relevant Personal Data, including:</p>\r\n\r\n <ul class=\"right-list-pan02\">\r\n <li>The right not to provide your Personal Data to us (however, please note that we may be unable to provide you with the full benefit of our Sites, our Apps, or our services, if you do not provide us with your Personal Data – e.g., we may not be able to Process your orders without the necessary details);the right to request access to, or copies of, your Relevant Personal Data, together with information regarding the nature, Processing and disclosure of those Relevant Personal Data;the right to request rectification of any inaccuracies in your Relevant Personal Data;the right to request, on legitimate grounds:erasure of your Relevant Personal Data; orrestriction of Processing of your Relevant Personal Data;the right to object, on legitimate grounds, to the Processing of your Relevant Personal Data by us or on our behalf;the right to have certain Relevant Personal Data transferred to another Controller, in a structured, commonly used and machine-readable format, to the extent applicable;where we Process your Relevant Personal Data on the basis of your consent, the right to withdraw that consent (noting that such withdrawal does not affect the lawfulness of any Processing performed prior to the date on which we receive notice of such withdrawal, and does not prevent the Processing of your Personal Data in reliance upon any other available legal bases); andthe right to lodge complaints with a Data Protection Authority regarding the Processing of your Relevant Personal Data by us or on our behalf.</li>\r\n <li>We may require proof of your identity before we can give effect to these rights; andwhere your request requires the establishment of additional facts (e.g., a determination of whether any Processing is non-compliant with applicable law) we will investigate your request reasonably promptly, before deciding what action to take.</li>\r\n <li>To exercise one or more of these rights, or to ask a question about these rights or any other provision of this Policy, or about our Processing of your Personal Data, please use the contact details provided below.</li>\r\n </ul>\r\n\r\n <h3 class=\"heading05\">Cookies and similar technologies (Cookie Policy)</h3>\r\n <p>We may Process your Personal Data by placing or reading Cookies and similar technologies. For more information, please see our Cookie Policy.</p>\r\n <p><strong>Cookie Policy</strong> <br>\r\n When you visit a Site or use an App we may place Cookies onto your device, or read Cookies already on your device, subject always to obtaining your consent, where required, in accordance with applicable law. We use Cookies to record information about your device, your browser and, in some cases, your preferences and browsing habits.\r\n </p>\r\n \r\n <h3 class=\"heading05\">Terms of Use</h3>\r\n <p>All use of our Sites, our Apps, or our services is subject to our Terms and Conditions. We recommend that you review our Terms and Conditions regularly, in order to review any changes we might make from time to time.\r\n </p>\r\n\r\n <h3 class=\"heading05\">Direct marketing</h3>\r\n <p>We may Process your Personal Data to contact you with information regarding services that may be of interest to you. You may unsubscribe for free at any time.</p>\r\n <p>We may Process your Personal Data to contact you via email, telephone, direct mail or other communication formats to provide you with information regarding services that may be of interest to you. If we provide services to you, we may send information to you regarding our services, upcoming promotions and other information that may be of interest to you, using the contact details that you have provided to us and always in compliance with applicable law.</p>\r\n <p>You may unsubscribe from our promotional email list at any time by following the unsubscribe instructions included in every promotional email we send. We will not send you promotional emails from a list you have selected to be unsubscribed from, but we may continue to contact you to the extent necessary for the purposes of any services you have requested or from additional lists you have signed up under.</p>\r\n\r\n <h3 class=\"heading05\">Contact details</h3>\r\n <p>You may contact us about your direct marketing preference by emailing: <a href=\"mailto:info@concertium.com\">info@concertium.com</a></p>\r\n <p>If you wish to be taken off our contact list for direct marketing, or if you have any comments, questions or concerns about any of the information in this Policy, or any other issues relating to the Processing of Personal Data carried out by us, or on our behalf, please contact:</p>\r\n <p><strong>Concertium, Inc.<br>\r\n Attn: Privacy Office<br>\r\n 4014 Gunn Hwy; #248<br>\r\n Tampa, FL 33618</strong>\r\n </p>\r\n\r\n <h3 class=\"heading05\">GLOSSARY</h3>\r\n <p>“App” means any application made available by us (including where we make such applications available via third party stores or marketplaces, or by any other means).</p>\r\n <p>“Adequate Jurisdiction” a jurisdiction that has been formally designated by the European Commission as providing an adequate level of protection for Personal Data.</p>\r\n <p>“Cookie” means a small file that is placed on your device when you visit a website (including our Sites). In this Policy, a reference to a “Cookie” includes analogous technologies such as web beacons and clear GIFs.</p>\r\n <p>“Controller” means the entity that decides how and why Personal Data are Processed. In many jurisdictions, the Controller has primary responsibility for complying with applicable data protection laws.</p>\r\n <p>“Data Protection Authority” means an independent public authority that is legally tasked with overseeing compliance with applicable data protection laws.</p>\r\n <p>“EEA” means the European Economic Area.</p>\r\n <p>“Personal Data” means information that is about any individual, or from which any individual is directly or indirectly identifiable, in particular by reference to an identifier such as a name, an identification number, location data, an online identifier or to one or more factors specific to the physical, physiological, genetic, mental, economic, cultural or social identity of that individual.</p>\r\n <p>“Process”, “Processing” or “Processed” means anything that is done with any Personal Data, whether or not by automated means, such as collection, recording, organization, structuring, storage, adaptation or alteration, retrieval, consultation, use, disclosure by transmission, dissemination or otherwise making available, alignment or combination, restriction, erasure or destruction.</p>\r\n <p>“Processor” means any person or entity that Processes Personal Data on behalf of the Controller (other than employees of the Controller).</p>\r\n <p>“Relevant Personal Data” means Personal Data in respect of which we are the Controller. It expressly does not include Personal Data of which we are not the Controller.</p>\r\n <p>“Standard Contractual Clauses” means template transfer clauses adopted by the European Commission or adopted by a Data Protection Authority and approved by the European Commission.</p>\r\n <p>“Site” means any website operated, or maintained, by us or on our behalf.</p> \r\n <span class=\"cp-load-after-post\"></span>','Privacy Policy','','inherit','closed','closed','','3-revision-v1','','','2019-10-03 14:09:54','2019-10-03 14:09:54','',3,'https://captainschairit.com/3-revision-v1/',0,'revision','',0),(407,1,'2019-10-03 14:11:09','2019-10-03 14:11:09','<h3 class=\"heading05 mt-0\">This Policy</h3>\r\nThis Policy explains how we may Process your Personal Data. This Policy may be amended or updated from time to time, so please check it regularly for updates.\r\n\r\nThis Policy is issued by Concertium on behalf of itself, its subsidiaries and its affiliates (including any entity lawfully trading under the Concertium brand) (together, “Company”, “we”, “us” and “our”) and is addressed to individuals outside our organization with whom we interact, including customers, visitors to our Sites, users of our Apps, and other users of our services (together, “you”). Defined terms used in this Policy below.\r\n\r\nFor the purposes of this Policy, Company is the Controller. This Policy covers the information practices relating to Company websites for Concertium services (\"Services\") offered now or in the future.\r\n\r\nThis Policy may be amended or updated from time to time to reflect changes in our practices with respect to the processing of Personal Data, or changes in applicable law. We encourage you to read this Policy carefully, and to regularly check this page to review any changes we might make in accordance with the terms of this Policy.\r\n<h3 class=\"heading05\">Collection of Personal Data</h3>\r\nWe may collect or obtain Personal Data about you: directly from you (e.g., where you contact us); in the course of our relationship with you (e.g., if you make a purchase); when you make your Personal Data public (e.g., if you make a public post about us on social media); when you download, install, or use our Apps; when you visit our Site; when you register to use any of our Site, Apps, or services; or when you interact with any third party content or advertising on a Site or in an App.\r\n\r\nCollection of Personal Data: We may collect Personal Data about you from the following sources:\r\n<ul class=\"right-list-pan02\">\r\n <li>Data you provide: We may obtain your Personal Data when you provide it to us (e.g., where you contact us via email or telephone, or by any other means, or when you provide us with your business card).</li>\r\n <li>Relationship data: We may collect or obtain your Personal Data in the ordinary course of our relationship with you (e.g., if you purchase a service from us.</li>\r\n <li>App data: We may collect or obtain your Personal Data when you download or use any of our Apps.</li>\r\n <li>Site data: We may collect or obtain your Personal Data when you visit any of our Sites or use any features or resources available on or through a Site.</li>\r\n <li>Registration details: We may collect or obtain your Personal Data when you use, or register to use, any of our Sites, Apps, or services.</li>\r\n <li>Content and advertising information: If you choose to interact with any third-party content or advertising on a Site or in an App, we may receive Personal Data about you from the relevant third party.</li>\r\n <li>Third party information: We may collect or obtain your Personal Data from third parties who provide it to us (e.g., credit reference agencies; law enforcement authorities; etc.).</li>\r\n</ul>\r\n<h3 class=\"heading05\">Creation of Personal Data</h3>\r\nWe may also create Personal Data about you, such as records of your interactions with us, and details of your purchase history for internal administration purposes and analysis.\r\n<h3 class=\"heading05\">Categories of Personal Data we may Process</h3>\r\nWe may Process: your personal details (e.g., your name); demographic data (e.g., your age); your contact details (e.g., your address); records of your consents; purchase details; payment details (e.g., your billing address); information about our Sites and Apps (e.g., the type of device you are using); details of your employer (where relevant); information about your interactions with our content or advertising; and any views or opinions you provide to us.\r\n\r\nWe may Process the following categories of Personal Data about you:\r\n<ul class=\"right-list-pan02\">\r\n <li>Personal details: given name(s); preferred name; and photograph.</li>\r\n <li>Demographic information: gender; date of birth/age; nationality; salutation; job title/industry; and language preferences.</li>\r\n <li>Contact details: correspondence address; telephone number; email address; and details of your public social media profile(s).</li>\r\n <li>Consent records: records of any consents you may have given, together with the date and time, means of consent and any related information (e.g., the subject matter of the consent).</li>\r\n <li>Data relating to our Sites and Apps: device type; operating system; browser type; browser settings; IP address; language settings; dates and times of connecting to a Site; App usage statistics; App settings; dates and times of connecting to an App; location data, and other technical communications information (some of which may constitute Personal Data); username; password; security login details; usage data; aggregate statistical information.</li>\r\n <li>Employer details: where you interact with us in your capacity as an employee, the contact information of your employer (including name, address, telephone number and email address) to the extent relevant.</li>\r\n</ul>\r\n<h3 class=\"heading05\">Lawful basis for Processing Personal Data</h3>\r\nWe may Process your Personal Data where: you have given your prior, express consent; the Processing is necessary for a contract between you and us; the Processing is required by applicable law; the Processing is necessary to protect the vital interests of any individual; or where we have a valid legitimate interest in the Processing.\r\n\r\nIn Processing your Personal Data in connection with the purposes set out in this Policy, we may rely on one or more of the following legal bases, depending on the circumstances:\r\n<ul class=\"right-list-pan02\">\r\n <li>Consent: We may Process your Personal Data where we have obtained your prior, express consent to the Processing (this legal basis is only used in relation to Processing that is entirely voluntary – it is not used for Processing that is necessary or obligatory in any way);</li>\r\n <li>Contractual necessity: We may Process your Personal Data where the Processing is necessary in connection with any contract that you may enter into with us;</li>\r\n <li>Compliance with applicable law: We may Process your Personal Data where the Processing is required by applicable law;</li>\r\n <li>Vital interests: We may Process your Personal Data where the Processing is necessary to protect the vital interests of any individual; or</li>\r\n <li>Legitimate interests: We may Process your Personal Data where we have a legitimate interest in carrying out the Processing for the purpose of managing, operating or promoting our business, and that legitimate interest is not overridden by your interests, fundamental rights, or freedoms.</li>\r\n</ul>\r\n<h3 class=\"heading05\">Sensitive Personal Data</h3>\r\nWe do not seek to collect or otherwise Process your Sensitive Personal Data. Where we need to Process your Sensitive Personal Data for a legitimate purpose, we do so in accordance with applicable law.\r\n\r\nWe do not seek to collect or otherwise Process your Sensitive Personal Data in the ordinary course of our business. Where it becomes necessary to process your Sensitive Personal Data for any reason, we rely on one of the following legal bases:\r\n<ul class=\"right-list-pan02\">\r\n <li>Compliance with applicable law: We may Process your Sensitive Personal Data where the Processing is required or permitted by applicable law (e.g., to comply with our diversity reporting obligations);</li>\r\n <li>Detection and prevention of crime: We may Process your Sensitive Personal Data where the Processing is necessary for the detection or prevention of crime (including the prevention of fraud);</li>\r\n <li>Establishment, exercise or defense of legal rights: We may Process your Sensitive Personal Data where the Processing is necessary for the establishment, exercise or defense of legal rights; or</li>\r\n <li>Consent: We may Process your Sensitive Personal Data where we have, in accordance with applicable law, obtained your prior, express consent prior to Processing your Sensitive Personal Data (this legal basis is only used in relation to Processing that is entirely voluntary – it is not used for Processing that is necessary or obligatory in any way).</li>\r\n</ul>\r\n<h3 class=\"heading05\">Purposes for which we may Process your Personal Data</h3>\r\nWe may Process your Personal Data for the following purposes: providing services to you; operating our Sites and Apps; communicating with you; managing our IT systems; health and safety; financial management; conducting surveys; ensuring the security of our premises and systems; conducting investigations where necessary; compliance with applicable law; and improving our Sites, Apps, and services.\r\n\r\nThe purposes for which we may Process Personal Data, subject to applicable law, include:\r\n<ul class=\"right-list-pan02\">\r\n <li>Provision of services to you: providing our Sites, Apps, and services to you; communicating with you in relation to those services and providing you with promotional items at your request or in connection with those services or similar services.</li>\r\n <li>Our Sites and Apps: operating and managing our Sites and our Apps; providing content to you; displaying advertising and other information to you; communicating and interacting with you via our Sites and our Apps; identifying issues with our Sites and Apps and planning improvements to or creating new Sites and Apps; and notifying you of changes to any of our Sites, our Apps, or our services.</li>\r\n <li>Communications: communicating with you via any means (including via email, telephone, text message, social media, post or in person) news items and other information in which you may be interested, subject to ensuring that such communications are provided to you in compliance with applicable law; maintaining and updating your contact information where appropriate; and obtaining your prior, opt-in consent where required.</li>\r\n <li>Communications and IT operations: management of our communications systems; operation of IT security systems; and IT security audits.</li>\r\n <li>Health and safety: health and safety assessments and record keeping; and compliance with related legal obligations.</li>\r\n <li>Financial management: sales; finance; corporate audit; and vendor management.</li>\r\n <li>Surveys: engaging with you for the purposes of obtaining your views on our services.</li>\r\n <li>Security: physical security of our premises (including records of visits to our premises; and CCTV recordings); and electronic security (including login records and access details).</li>\r\n <li>Investigations: detecting, investigating and preventing breaches of policy, and criminal offences, in accordance with applicable law.</li>\r\n <li>Legal proceedings: establishing, exercising and defending legal rights.</li>\r\n <li>Legal compliance: compliance with our legal and regulatory obligations under applicable law.</li>\r\n <li>Improving our Sites, Apps, services: identifying issues with our Sites, our Apps, or our services; planning improvements to our Sites, our Apps, or our services; and creating new Sites, Apps, or services.</li>\r\n</ul>\r\n<h3 class=\"heading05\">Disclosure of Personal Data to third parties</h3>\r\nWe may disclose your Personal Data to: legal and regulatory authorities; our external advisors; our Processors; any party as necessary in connection with legal proceedings; any party as necessary for investigating, detecting or preventing criminal offences; any purchaser of our business; and any third-party providers of advertising, plugins or content used on our Sites or our Apps.\r\n\r\nWe may disclose your Personal Data to other entities within the Company group, for legitimate business purposes (including operating our Sites and our Apps, and providing services to you), in accordance with applicable law. In addition, we may disclose your Personal Data to:\r\n<ul class=\"right-list-pan02\">\r\n <li>Legal and regulatory authorities, upon request, or for the purposes of reporting any actual or suspected breach of applicable law or regulation;</li>\r\n <li>Outside professional advisors (such as accountants, auditors, or lawyers), subject to binding contractual obligations of confidentiality;</li>\r\n <li>Third party Processors (such as payment services providers; data centers; etc.), located anywhere in the world, subject to the requirements noted below in this Section (H);</li>\r\n <li>Any relevant party, law enforcement agency or court, to the extent necessary for the establishment, exercise or defense of legal rights;</li>\r\n <li>Any relevant party for the purposes of prevention, investigation, detection or prosecution of criminal offences or the execution of criminal penalties, including safeguarding against and the prevention of threats to public security;</li>\r\n <li>Any relevant third-party acquirer(s), in the event that we sell or transfer all or any relevant portion of our business or assets (including in the event of a reorganization, dissolution or liquidation); and</li>\r\n <li>Any relevant third-party provider, where our Sites and our Apps use third party advertising, plugins or content. If you choose to interact with any such advertising, plugins or content, your Personal Data may be shared with the relevant third-party provider. We recommend that you review that third party’s privacy policy before interacting with its advertising, plugins or content.</li>\r\n</ul>\r\nIf we engage a third-party Processor to Process your Personal Data, the Processor will be subject to binding contractual obligations to: (i) only Process the Personal Data in accordance with our prior written instructions; and (ii) use measures to protect the confidentiality and security of the Personal Data; together with any additional requirements under applicable law.\r\n<h3 class=\"heading05\">Data security</h3>\r\nWe implement appropriate technical and organizational security measures to protect your Personal Data. Please ensure that any Personal Data that you send to us is sent securely.\r\n\r\nWe have implemented appropriate technical and organizational security measures designed to protect your Personal Data against accidental or unlawful destruction, loss, alteration, unauthorized disclosure, unauthorized access, and other unlawful or unauthorized forms of Processing, in accordance with applicable law.\r\n\r\nBecause the internet is an open system, the transmission of information via the internet is not completely secure. Although we will implement all reasonable measures to protect your personal data, we cannot guarantee the security of your data transmitted to us using the internet – any such transmission is at your own risk and you are responsible for ensuring that any Personal Data that you send to us are sent securely.\r\n<h3 class=\"heading05\">Data accuracy</h3>\r\nWe take every reasonable step to ensure that your Personal Data are kept accurate and up-to-date and are erased or rectified if we become aware of inaccuracies.\r\n\r\nWe take every reasonable step to ensure that:your Data that we Process are accurate and, where necessary, kept up to date; andany of your Data that we Process that you inform us is inaccurate (having regard to the purposes for which they are Processed) are erased or rectified.\r\n<h3 class=\"heading05\">Data minimization</h3>\r\nWe take every reasonable step to ensure that your Data that we Process are limited to the Data reasonably necessary in connection with the purposes set out in this Policy or as required to provide you services or access to our Apps and Site.\r\n<h3 class=\"heading05\">Data retention</h3>\r\nWe take every reasonable step to ensure that your Data are only retained for as long as they are needed.\r\n\r\nThe criteria for determining the duration for which we will keep your Personal Data are as follows: we will retain copies of your Personal Data in a form that permits identification only for as long as is necessary in connection with the purposes set out in this Policy, unless applicable law requires a longer retention period. In particular, we may retain your Personal Data for the duration of any period necessary to establish, exercise or defend any legal rights.\r\n<h3 class=\"heading05\">Your legal rights</h3>\r\nSubject to applicable law, you may have a number of rights regarding the Processing of your Relevant Personal Data, including:\r\n<ul class=\"right-list-pan02\">\r\n <li>The right not to provide your Personal Data to us (however, please note that we may be unable to provide you with the full benefit of our Sites, our Apps, or our services, if you do not provide us with your Personal Data – e.g., we may not be able to Process your orders without the necessary details);the right to request access to, or copies of, your Relevant Personal Data, together with information regarding the nature, Processing and disclosure of those Relevant Personal Data;the right to request rectification of any inaccuracies in your Relevant Personal Data;the right to request, on legitimate grounds:erasure of your Relevant Personal Data; orrestriction of Processing of your Relevant Personal Data;the right to object, on legitimate grounds, to the Processing of your Relevant Personal Data by us or on our behalf;the right to have certain Relevant Personal Data transferred to another Controller, in a structured, commonly used and machine-readable format, to the extent applicable;where we Process your Relevant Personal Data on the basis of your consent, the right to withdraw that consent (noting that such withdrawal does not affect the lawfulness of any Processing performed prior to the date on which we receive notice of such withdrawal, and does not prevent the Processing of your Personal Data in reliance upon any other available legal bases); andthe right to lodge complaints with a Data Protection Authority regarding the Processing of your Relevant Personal Data by us or on our behalf.</li>\r\n <li>We may require proof of your identity before we can give effect to these rights; andwhere your request requires the establishment of additional facts (e.g., a determination of whether any Processing is non-compliant with applicable law) we will investigate your request reasonably promptly, before deciding what action to take.</li>\r\n <li>To exercise one or more of these rights, or to ask a question about these rights or any other provision of this Policy, or about our Processing of your Personal Data, please use the contact details provided below.</li>\r\n</ul>\r\n<h3 class=\"heading05\">Cookies and similar technologies (Cookie Policy)</h3>\r\nWe may Process your Personal Data by placing or reading Cookies and similar technologies. For more information, please see our Cookie Policy.\r\n\r\n<strong>Cookie Policy</strong>\r\nWhen you visit a Site or use an App we may place Cookies onto your device, or read Cookies already on your device, subject always to obtaining your consent, where required, in accordance with applicable law. We use Cookies to record information about your device, your browser and, in some cases, your preferences and browsing habits.\r\n<h3 class=\"heading05\">Terms of Use</h3>\r\nAll use of our Sites, our Apps, or our services is subject to our Terms and Conditions. We recommend that you review our Terms and Conditions regularly, in order to review any changes we might make from time to time.\r\n<h3 class=\"heading05\">Direct marketing</h3>\r\nWe may Process your Personal Data to contact you with information regarding services that may be of interest to you. You may unsubscribe for free at any time.\r\n\r\nWe may Process your Personal Data to contact you via email, telephone, direct mail or other communication formats to provide you with information regarding services that may be of interest to you. If we provide services to you, we may send information to you regarding our services, upcoming promotions and other information that may be of interest to you, using the contact details that you have provided to us and always in compliance with applicable law.\r\n\r\nYou may unsubscribe from our promotional email list at any time by following the unsubscribe instructions included in every promotional email we send. We will not send you promotional emails from a list you have selected to be unsubscribed from, but we may continue to contact you to the extent necessary for the purposes of any services you have requested or from additional lists you have signed up under.\r\n<h3 class=\"heading05\">Contact details</h3>\r\nYou may contact us about your direct marketing preference by emailing: <a href=\"mailto:info@concertium.com\">info@concertium.com</a>\r\n\r\nIf you wish to be taken off our contact list for direct marketing, or if you have any comments, questions or concerns about any of the information in this Policy, or any other issues relating to the Processing of Personal Data carried out by us, or on our behalf, please contact:\r\n\r\n<strong>Concertium, Inc.\r\nAttn: Privacy Office\r\n4014 Gunn Hwy; #248\r\nTampa, FL 33618</strong>\r\n<h3 class=\"heading05\">GLOSSARY</h3>\r\n“App” means any application made available by us (including where we make such applications available via third party stores or marketplaces, or by any other means).\r\n\r\n“Adequate Jurisdiction” a jurisdiction that has been formally designated by the European Commission as providing an adequate level of protection for Personal Data.\r\n\r\n“Cookie” means a small file that is placed on your device when you visit a website (including our Sites). In this Policy, a reference to a “Cookie” includes analogous technologies such as web beacons and clear GIFs.\r\n\r\n“Controller” means the entity that decides how and why Personal Data are Processed. In many jurisdictions, the Controller has primary responsibility for complying with applicable data protection laws.\r\n\r\n“Data Protection Authority” means an independent public authority that is legally tasked with overseeing compliance with applicable data protection laws.\r\n\r\n“EEA” means the European Economic Area.\r\n\r\n“Personal Data” means information that is about any individual, or from which any individual is directly or indirectly identifiable, in particular by reference to an identifier such as a name, an identification number, location data, an online identifier or to one or more factors specific to the physical, physiological, genetic, mental, economic, cultural or social identity of that individual.\r\n\r\n“Process”, “Processing” or “Processed” means anything that is done with any Personal Data, whether or not by automated means, such as collection, recording, organization, structuring, storage, adaptation or alteration, retrieval, consultation, use, disclosure by transmission, dissemination or otherwise making available, alignment or combination, restriction, erasure or destruction.\r\n\r\n“Processor” means any person or entity that Processes Personal Data on behalf of the Controller (other than employees of the Controller).\r\n\r\n“Relevant Personal Data” means Personal Data in respect of which we are the Controller. It expressly does not include Personal Data of which we are not the Controller.\r\n\r\n“Standard Contractual Clauses” means template transfer clauses adopted by the European Commission or adopted by a Data Protection Authority and approved by the European Commission.\r\n\r\n“Site” means any website operated, or maintained, by us or on our behalf.','Privacy Policy','','inherit','closed','closed','','3-revision-v1','','','2019-10-03 14:11:09','2019-10-03 14:11:09','',3,'https://captainschairit.com/3-revision-v1/',0,'revision','',0),(408,1,'2019-10-03 14:12:42','2019-10-03 14:12:42','<h3 class=\"heading05 mt-0\">This Policy</h3>\r\nThis Policy explains how we may Process your Personal Data. This Policy may be amended or updated from time to time, so please check it regularly for updates.\r\n\r\nThis Policy is issued by Concertium on behalf of itself, its subsidiaries and its affiliates (including any entity lawfully trading under the Concertium brand) (together, “Company”, “we”, “us” and “our”) and is addressed to individuals outside our organization with whom we interact, including customers, visitors to our Sites, users of our Apps, and other users of our services (together, “you”). Defined terms used in this Policy below.\r\n\r\nFor the purposes of this Policy, Company is the Controller. This Policy covers the information practices relating to Company websites for Concertium services (\"Services\") offered now or in the future.\r\n\r\nThis Policy may be amended or updated from time to time to reflect changes in our practices with respect to the processing of Personal Data, or changes in applicable law. We encourage you to read this Policy carefully, and to regularly check this page to review any changes we might make in accordance with the terms of this Policy.\r\n<h3 class=\"heading05\">Collection of Personal Data</h3>\r\nWe may collect or obtain Personal Data about you: directly from you (e.g., where you contact us); in the course of our relationship with you (e.g., if you make a purchase); when you make your Personal Data public (e.g., if you make a public post about us on social media); when you download, install, or use our Apps; when you visit our Site; when you register to use any of our Site, Apps, or services; or when you interact with any third party content or advertising on a Site or in an App.\r\n\r\nCollection of Personal Data: We may collect Personal Data about you from the following sources:\r\n<ul class=\"right-list-pan02\">\r\n <li>Data you provide: We may obtain your Personal Data when you provide it to us (e.g., where you contact us via email or telephone, or by any other means, or when you provide us with your business card).</li>\r\n <li>Relationship data: We may collect or obtain your Personal Data in the ordinary course of our relationship with you (e.g., if you purchase a service from us.</li>\r\n <li>App data: We may collect or obtain your Personal Data when you download or use any of our Apps.</li>\r\n <li>Site data: We may collect or obtain your Personal Data when you visit any of our Sites or use any features or resources available on or through a Site.</li>\r\n <li>Registration details: We may collect or obtain your Personal Data when you use, or register to use, any of our Sites, Apps, or services.</li>\r\n <li>Content and advertising information: If you choose to interact with any third-party content or advertising on a Site or in an App, we may receive Personal Data about you from the relevant third party.</li>\r\n <li>Third party information: We may collect or obtain your Personal Data from third parties who provide it to us (e.g., credit reference agencies; law enforcement authorities; etc.).</li>\r\n</ul>\r\n<h3 class=\"heading05\">Creation of Personal Data</h3>\r\nWe may also create Personal Data about you, such as records of your interactions with us, and details of your purchase history for internal administration purposes and analysis.\r\n<h3 class=\"heading05\">Categories of Personal Data we may Process</h3>\r\nWe may Process: your personal details (e.g., your name); demographic data (e.g., your age); your contact details (e.g., your address); records of your consents; purchase details; payment details (e.g., your billing address); information about our Sites and Apps (e.g., the type of device you are using); details of your employer (where relevant); information about your interactions with our content or advertising; and any views or opinions you provide to us.\r\n\r\nWe may Process the following categories of Personal Data about you:\r\n<ul class=\"right-list-pan02\">\r\n <li>Personal details: given name(s); preferred name; and photograph.</li>\r\n <li>Demographic information: gender; date of birth/age; nationality; salutation; job title/industry; and language preferences.</li>\r\n <li>Contact details: correspondence address; telephone number; email address; and details of your public social media profile(s).</li>\r\n <li>Consent records: records of any consents you may have given, together with the date and time, means of consent and any related information (e.g., the subject matter of the consent).</li>\r\n <li>Data relating to our Sites and Apps: device type; operating system; browser type; browser settings; IP address; language settings; dates and times of connecting to a Site; App usage statistics; App settings; dates and times of connecting to an App; location data, and other technical communications information (some of which may constitute Personal Data); username; password; security login details; usage data; aggregate statistical information.</li>\r\n <li>Employer details: where you interact with us in your capacity as an employee, the contact information of your employer (including name, address, telephone number and email address) to the extent relevant.</li>\r\n</ul>\r\n<h3 class=\"heading05\">Lawful basis for Processing Personal Data</h3>\r\nWe may Process your Personal Data where: you have given your prior, express consent; the Processing is necessary for a contract between you and us; the Processing is required by applicable law; the Processing is necessary to protect the vital interests of any individual; or where we have a valid legitimate interest in the Processing.\r\n\r\nIn Processing your Personal Data in connection with the purposes set out in this Policy, we may rely on one or more of the following legal bases, depending on the circumstances:\r\n<ul class=\"right-list-pan02\">\r\n <li>Consent: We may Process your Personal Data where we have obtained your prior, express consent to the Processing (this legal basis is only used in relation to Processing that is entirely voluntary – it is not used for Processing that is necessary or obligatory in any way);</li>\r\n <li>Contractual necessity: We may Process your Personal Data where the Processing is necessary in connection with any contract that you may enter into with us;</li>\r\n <li>Compliance with applicable law: We may Process your Personal Data where the Processing is required by applicable law;</li>\r\n <li>Vital interests: We may Process your Personal Data where the Processing is necessary to protect the vital interests of any individual; or</li>\r\n <li>Legitimate interests: We may Process your Personal Data where we have a legitimate interest in carrying out the Processing for the purpose of managing, operating or promoting our business, and that legitimate interest is not overridden by your interests, fundamental rights, or freedoms.</li>\r\n</ul>\r\n<h3 class=\"heading05\">Sensitive Personal Data</h3>\r\nWe do not seek to collect or otherwise Process your Sensitive Personal Data. Where we need to Process your Sensitive Personal Data for a legitimate purpose, we do so in accordance with applicable law.\r\n\r\nWe do not seek to collect or otherwise Process your Sensitive Personal Data in the ordinary course of our business. Where it becomes necessary to process your Sensitive Personal Data for any reason, we rely on one of the following legal bases:\r\n<ul class=\"right-list-pan02\">\r\n <li>Compliance with applicable law: We may Process your Sensitive Personal Data where the Processing is required or permitted by applicable law (e.g., to comply with our diversity reporting obligations);</li>\r\n <li>Detection and prevention of crime: We may Process your Sensitive Personal Data where the Processing is necessary for the detection or prevention of crime (including the prevention of fraud);</li>\r\n <li>Establishment, exercise or defense of legal rights: We may Process your Sensitive Personal Data where the Processing is necessary for the establishment, exercise or defense of legal rights; or</li>\r\n <li>Consent: We may Process your Sensitive Personal Data where we have, in accordance with applicable law, obtained your prior, express consent prior to Processing your Sensitive Personal Data (this legal basis is only used in relation to Processing that is entirely voluntary – it is not used for Processing that is necessary or obligatory in any way).</li>\r\n</ul>\r\n<h3 class=\"heading05\">Purposes for which we may Process your Personal Data</h3>\r\nWe may Process your Personal Data for the following purposes: providing services to you; operating our Sites and Apps; communicating with you; managing our IT systems; health and safety; financial management; conducting surveys; ensuring the security of our premises and systems; conducting investigations where necessary; compliance with applicable law; and improving our Sites, Apps, and services.\r\n\r\nThe purposes for which we may Process Personal Data, subject to applicable law, include:\r\n<ul class=\"right-list-pan02\">\r\n <li>Provision of services to you: providing our Sites, Apps, and services to you; communicating with you in relation to those services and providing you with promotional items at your request or in connection with those services or similar services.</li>\r\n <li>Our Sites and Apps: operating and managing our Sites and our Apps; providing content to you; displaying advertising and other information to you; communicating and interacting with you via our Sites and our Apps; identifying issues with our Sites and Apps and planning improvements to or creating new Sites and Apps; and notifying you of changes to any of our Sites, our Apps, or our services.</li>\r\n <li>Communications: communicating with you via any means (including via email, telephone, text message, social media, post or in person) news items and other information in which you may be interested, subject to ensuring that such communications are provided to you in compliance with applicable law; maintaining and updating your contact information where appropriate; and obtaining your prior, opt-in consent where required.</li>\r\n <li>Communications and IT operations: management of our communications systems; operation of IT security systems; and IT security audits.</li>\r\n <li>Health and safety: health and safety assessments and record keeping; and compliance with related legal obligations.</li>\r\n <li>Financial management: sales; finance; corporate audit; and vendor management.</li>\r\n <li>Surveys: engaging with you for the purposes of obtaining your views on our services.</li>\r\n <li>Security: physical security of our premises (including records of visits to our premises; and CCTV recordings); and electronic security (including login records and access details).</li>\r\n <li>Investigations: detecting, investigating and preventing breaches of policy, and criminal offences, in accordance with applicable law.</li>\r\n <li>Legal proceedings: establishing, exercising and defending legal rights.</li>\r\n <li>Legal compliance: compliance with our legal and regulatory obligations under applicable law.</li>\r\n <li>Improving our Sites, Apps, services: identifying issues with our Sites, our Apps, or our services; planning improvements to our Sites, our Apps, or our services; and creating new Sites, Apps, or services.</li>\r\n</ul>\r\n<h3 class=\"heading05\">Disclosure of Personal Data to third parties</h3>\r\nWe may disclose your Personal Data to: legal and regulatory authorities; our external advisors; our Processors; any party as necessary in connection with legal proceedings; any party as necessary for investigating, detecting or preventing criminal offences; any purchaser of our business; and any third-party providers of advertising, plugins or content used on our Sites or our Apps.\r\n\r\nWe may disclose your Personal Data to other entities within the Company group, for legitimate business purposes (including operating our Sites and our Apps, and providing services to you), in accordance with applicable law. In addition, we may disclose your Personal Data to:\r\n<ul class=\"right-list-pan02\">\r\n <li>Legal and regulatory authorities, upon request, or for the purposes of reporting any actual or suspected breach of applicable law or regulation;</li>\r\n <li>Outside professional advisors (such as accountants, auditors, or lawyers), subject to binding contractual obligations of confidentiality;</li>\r\n <li>Third party Processors (such as payment services providers; data centers; etc.), located anywhere in the world, subject to the requirements noted below in this Section (H);</li>\r\n <li>Any relevant party, law enforcement agency or court, to the extent necessary for the establishment, exercise or defense of legal rights;</li>\r\n <li>Any relevant party for the purposes of prevention, investigation, detection or prosecution of criminal offences or the execution of criminal penalties, including safeguarding against and the prevention of threats to public security;</li>\r\n <li>Any relevant third-party acquirer(s), in the event that we sell or transfer all or any relevant portion of our business or assets (including in the event of a reorganization, dissolution or liquidation); and</li>\r\n <li>Any relevant third-party provider, where our Sites and our Apps use third party advertising, plugins or content. If you choose to interact with any such advertising, plugins or content, your Personal Data may be shared with the relevant third-party provider. We recommend that you review that third party’s privacy policy before interacting with its advertising, plugins or content.</li>\r\n</ul>\r\nIf we engage a third-party Processor to Process your Personal Data, the Processor will be subject to binding contractual obligations to: (i) only Process the Personal Data in accordance with our prior written instructions; and (ii) use measures to protect the confidentiality and security of the Personal Data; together with any additional requirements under applicable law.\r\n<h3 class=\"heading05\">Data security</h3>\r\nWe implement appropriate technical and organizational security measures to protect your Personal Data. Please ensure that any Personal Data that you send to us is sent securely.\r\n\r\nWe have implemented appropriate technical and organizational security measures designed to protect your Personal Data against accidental or unlawful destruction, loss, alteration, unauthorized disclosure, unauthorized access, and other unlawful or unauthorized forms of Processing, in accordance with applicable law.\r\n\r\nBecause the internet is an open system, the transmission of information via the internet is not completely secure. Although we will implement all reasonable measures to protect your personal data, we cannot guarantee the security of your data transmitted to us using the internet – any such transmission is at your own risk and you are responsible for ensuring that any Personal Data that you send to us are sent securely.\r\n<h3 class=\"heading05\">Data accuracy</h3>\r\nWe take every reasonable step to ensure that your Personal Data are kept accurate and up-to-date and are erased or rectified if we become aware of inaccuracies.\r\n\r\nWe take every reasonable step to ensure that:your Data that we Process are accurate and, where necessary, kept up to date; andany of your Data that we Process that you inform us is inaccurate (having regard to the purposes for which they are Processed) are erased or rectified.\r\n<h3 class=\"heading05\">Data minimization</h3>\r\nWe take every reasonable step to ensure that your Data that we Process are limited to the Data reasonably necessary in connection with the purposes set out in this Policy or as required to provide you services or access to our Apps and Site.\r\n<h3 class=\"heading05\">Data retention</h3>\r\nWe take every reasonable step to ensure that your Data are only retained for as long as they are needed.\r\n\r\nThe criteria for determining the duration for which we will keep your Personal Data are as follows: we will retain copies of your Personal Data in a form that permits identification only for as long as is necessary in connection with the purposes set out in this Policy, unless applicable law requires a longer retention period. In particular, we may retain your Personal Data for the duration of any period necessary to establish, exercise or defend any legal rights.\r\n<h3 class=\"heading05\">Your legal rights</h3>\r\nSubject to applicable law, you may have a number of rights regarding the Processing of your Relevant Personal Data, including:\r\n<ul class=\"right-list-pan02\">\r\n <li>The right not to provide your Personal Data to us (however, please note that we may be unable to provide you with the full benefit of our Sites, our Apps, or our services, if you do not provide us with your Personal Data – e.g., we may not be able to Process your orders without the necessary details);the right to request access to, or copies of, your Relevant Personal Data, together with information regarding the nature, Processing and disclosure of those Relevant Personal Data;the right to request rectification of any inaccuracies in your Relevant Personal Data;the right to request, on legitimate grounds:erasure of your Relevant Personal Data; orrestriction of Processing of your Relevant Personal Data;the right to object, on legitimate grounds, to the Processing of your Relevant Personal Data by us or on our behalf;the right to have certain Relevant Personal Data transferred to another Controller, in a structured, commonly used and machine-readable format, to the extent applicable;where we Process your Relevant Personal Data on the basis of your consent, the right to withdraw that consent (noting that such withdrawal does not affect the lawfulness of any Processing performed prior to the date on which we receive notice of such withdrawal, and does not prevent the Processing of your Personal Data in reliance upon any other available legal bases); andthe right to lodge complaints with a Data Protection Authority regarding the Processing of your Relevant Personal Data by us or on our behalf.</li>\r\n <li>We may require proof of your identity before we can give effect to these rights; andwhere your request requires the establishment of additional facts (e.g., a determination of whether any Processing is non-compliant with applicable law) we will investigate your request reasonably promptly, before deciding what action to take.</li>\r\n <li>To exercise one or more of these rights, or to ask a question about these rights or any other provision of this Policy, or about our Processing of your Personal Data, please use the contact details provided below.</li>\r\n</ul>\r\n<h3 class=\"heading05\">Cookies and similar technologies (Cookie Policy)</h3>\r\nWe may Process your Personal Data by placing or reading Cookies and similar technologies. For more information, please see our Cookie Policy.\r\n\r\n<strong>Cookie Policy</strong>\r\nWhen you visit a Site or use an App we may place Cookies onto your device, or read Cookies already on your device, subject always to obtaining your consent, where required, in accordance with applicable law. We use Cookies to record information about your device, your browser and, in some cases, your preferences and browsing habits.\r\n<h3 class=\"heading05\">Terms of Use</h3>\r\nAll use of our Sites, our Apps, or our services is subject to our Terms and Conditions. We recommend that you review our Terms and Conditions regularly, in order to review any changes we might make from time to time.\r\n<h3 class=\"heading05\">Direct marketing</h3>\r\nWe may Process your Personal Data to contact you with information regarding services that may be of interest to you. You may unsubscribe for free at any time.\r\n\r\nWe may Process your Personal Data to contact you via email, telephone, direct mail or other communication formats to provide you with information regarding services that may be of interest to you. If we provide services to you, we may send information to you regarding our services, upcoming promotions and other information that may be of interest to you, using the contact details that you have provided to us and always in compliance with applicable law.\r\n\r\nYou may unsubscribe from our promotional email list at any time by following the unsubscribe instructions included in every promotional email we send. We will not send you promotional emails from a list you have selected to be unsubscribed from, but we may continue to contact you to the extent necessary for the purposes of any services you have requested or from additional lists you have signed up under.\r\n<h3 class=\"heading05\">Contact details</h3>\r\nYou may contact us about your direct marketing preference by emailing: <a href=\"mailto:info@concertium.com\">info@concertium.com</a>\r\n\r\nIf you wish to be taken off our contact list for direct marketing, or if you have any comments, questions or concerns about any of the information in this Policy, or any other issues relating to the Processing of Personal Data carried out by us, or on our behalf, please contact:\r\n\r\n<strong>Concertium, Inc.\r\nAttn: Privacy Office\r\n4014 Gunn Hwy; #248\r\nTampa, FL 33618</strong>\r\n<h3 class=\"heading05\">GLOSSARY</h3>\r\n“App” means any application made available by us (including where we make such applications available via third party stores or marketplaces, or by any other means).\r\n\r\n“Adequate Jurisdiction” a jurisdiction that has been formally designated by the European Commission as providing an adequate level of protection for Personal Data.\r\n\r\n“Cookie” means a small file that is placed on your device when you visit a website (including our Sites). In this Policy, a reference to a “Cookie” includes analogous technologies such as web beacons and clear GIFs.\r\n\r\n“Controller” means the entity that decides how and why Personal Data are Processed. In many jurisdictions, the Controller has primary responsibility for complying with applicable data protection laws.\r\n\r\n“Data Protection Authority” means an independent public authority that is legally tasked with overseeing compliance with applicable data protection laws.\r\n\r\n“EEA” means the European Economic Area.\r\n\r\n“Personal Data” means information that is about any individual, or from which any individual is directly or indirectly identifiable, in particular by reference to an identifier such as a name, an identification number, location data, an online identifier or to one or more factors specific to the physical, physiological, genetic, mental, economic, cultural or social identity of that individual.\r\n\r\n“Process”, “Processing” or “Processed” means anything that is done with any Personal Data, whether or not by automated means, such as collection, recording, organization, structuring, storage, adaptation or alteration, retrieval, consultation, use, disclosure by transmission, dissemination or otherwise making available, alignment or combination, restriction, erasure or destruction.\r\n\r\n“Processor” means any person or entity that Processes Personal Data on behalf of the Controller (other than employees of the Controller).\r\n\r\n“Relevant Personal Data” means Personal Data in respect of which we are the Controller. It expressly does not include Personal Data of which we are not the Controller.\r\n\r\n“Standard Contractual Clauses” means template transfer clauses adopted by the European Commission or adopted by a Data Protection Authority and approved by the European Commission.\r\n\r\n“Site” means any website operated, or maintained, by us or on our behalf.','Privacy Policy','','inherit','closed','closed','','3-revision-v1','','','2019-10-03 14:12:42','2019-10-03 14:12:42','',3,'https://captainschairit.com/3-revision-v1/',0,'revision','',0),(409,1,'2019-10-03 14:12:51','2019-10-03 14:12:51','<h3 class=\"heading05 mt-0\">This Policy</h3>\r\nThis Policy explains how we may Process your Personal Data. This Policy may be amended or updated from time to time, so please check it regularly for updates.\r\n\r\nThis Policy is issued by Concertium on behalf of itself, its subsidiaries and its affiliates (including any entity lawfully trading under the Concertium brand) (together, “Company”, “we”, “us” and “our”) and is addressed to individuals outside our organization with whom we interact, including customers, visitors to our Sites, users of our Apps, and other users of our services (together, “you”). Defined terms used in this Policy below.\r\n\r\nFor the purposes of this Policy, Company is the Controller. This Policy covers the information practices relating to Company websites for Concertium services (\"Services\") offered now or in the future.\r\n\r\nThis Policy may be amended or updated from time to time to reflect changes in our practices with respect to the processing of Personal Data, or changes in applicable law. We encourage you to read this Policy carefully, and to regularly check this page to review any changes we might make in accordance with the terms of this Policy.\r\n<h3 class=\"heading05\">Collection of Personal Data</h3>\r\nWe may collect or obtain Personal Data about you: directly from you (e.g., where you contact us); in the course of our relationship with you (e.g., if you make a purchase); when you make your Personal Data public (e.g., if you make a public post about us on social media); when you download, install, or use our Apps; when you visit our Site; when you register to use any of our Site, Apps, or services; or when you interact with any third party content or advertising on a Site or in an App.\r\n\r\nCollection of Personal Data: We may collect Personal Data about you from the following sources:\r\n<ul class=\"right-list-pan02\">\r\n <li>Data you provide: We may obtain your Personal Data when you provide it to us (e.g., where you contact us via email or telephone, or by any other means, or when you provide us with your business card).</li>\r\n <li>Relationship data: We may collect or obtain your Personal Data in the ordinary course of our relationship with you (e.g., if you purchase a service from us.</li>\r\n <li>App data: We may collect or obtain your Personal Data when you download or use any of our Apps.</li>\r\n <li>Site data: We may collect or obtain your Personal Data when you visit any of our Sites or use any features or resources available on or through a Site.</li>\r\n <li>Registration details: We may collect or obtain your Personal Data when you use, or register to use, any of our Sites, Apps, or services.</li>\r\n <li>Content and advertising information: If you choose to interact with any third-party content or advertising on a Site or in an App, we may receive Personal Data about you from the relevant third party.</li>\r\n <li>Third party information: We may collect or obtain your Personal Data from third parties who provide it to us (e.g., credit reference agencies; law enforcement authorities; etc.).</li>\r\n</ul>\r\n<h3 class=\"heading05\">Creation of Personal Data</h3>\r\nWe may also create Personal Data about you, such as records of your interactions with us, and details of your purchase history for internal administration purposes and analysis.\r\n<h3 class=\"heading05\">Categories of Personal Data we may Process</h3>\r\nWe may Process: your personal details (e.g., your name); demographic data (e.g., your age); your contact details (e.g., your address); records of your consents; purchase details; payment details (e.g., your billing address); information about our Sites and Apps (e.g., the type of device you are using); details of your employer (where relevant); information about your interactions with our content or advertising; and any views or opinions you provide to us.\r\n\r\nWe may Process the following categories of Personal Data about you:\r\n<ul class=\"right-list-pan02\">\r\n <li>Personal details: given name(s); preferred name; and photograph.</li>\r\n <li>Demographic information: gender; date of birth/age; nationality; salutation; job title/industry; and language preferences.</li>\r\n <li>Contact details: correspondence address; telephone number; email address; and details of your public social media profile(s).</li>\r\n <li>Consent records: records of any consents you may have given, together with the date and time, means of consent and any related information (e.g., the subject matter of the consent).</li>\r\n <li>Data relating to our Sites and Apps: device type; operating system; browser type; browser settings; IP address; language settings; dates and times of connecting to a Site; App usage statistics; App settings; dates and times of connecting to an App; location data, and other technical communications information (some of which may constitute Personal Data); username; password; security login details; usage data; aggregate statistical information.</li>\r\n <li>Employer details: where you interact with us in your capacity as an employee, the contact information of your employer (including name, address, telephone number and email address) to the extent relevant.</li>\r\n</ul>\r\n<h3 class=\"heading05\">Lawful basis for Processing Personal Data</h3>\r\nWe may Process your Personal Data where: you have given your prior, express consent; the Processing is necessary for a contract between you and us; the Processing is required by applicable law; the Processing is necessary to protect the vital interests of any individual; or where we have a valid legitimate interest in the Processing.\r\n\r\nIn Processing your Personal Data in connection with the purposes set out in this Policy, we may rely on one or more of the following legal bases, depending on the circumstances:\r\n<ul class=\"right-list-pan02\">\r\n <li>Consent: We may Process your Personal Data where we have obtained your prior, express consent to the Processing (this legal basis is only used in relation to Processing that is entirely voluntary – it is not used for Processing that is necessary or obligatory in any way);</li>\r\n <li>Contractual necessity: We may Process your Personal Data where the Processing is necessary in connection with any contract that you may enter into with us;</li>\r\n <li>Compliance with applicable law: We may Process your Personal Data where the Processing is required by applicable law;</li>\r\n <li>Vital interests: We may Process your Personal Data where the Processing is necessary to protect the vital interests of any individual; or</li>\r\n <li>Legitimate interests: We may Process your Personal Data where we have a legitimate interest in carrying out the Processing for the purpose of managing, operating or promoting our business, and that legitimate interest is not overridden by your interests, fundamental rights, or freedoms.</li>\r\n</ul>\r\n<h3 class=\"heading05\">Sensitive Personal Data</h3>\r\nWe do not seek to collect or otherwise Process your Sensitive Personal Data. Where we need to Process your Sensitive Personal Data for a legitimate purpose, we do so in accordance with applicable law.\r\n\r\nWe do not seek to collect or otherwise Process your Sensitive Personal Data in the ordinary course of our business. Where it becomes necessary to process your Sensitive Personal Data for any reason, we rely on one of the following legal bases:\r\n<ul class=\"right-list-pan02\">\r\n <li>Compliance with applicable law: We may Process your Sensitive Personal Data where the Processing is required or permitted by applicable law (e.g., to comply with our diversity reporting obligations);</li>\r\n <li>Detection and prevention of crime: We may Process your Sensitive Personal Data where the Processing is necessary for the detection or prevention of crime (including the prevention of fraud);</li>\r\n <li>Establishment, exercise or defense of legal rights: We may Process your Sensitive Personal Data where the Processing is necessary for the establishment, exercise or defense of legal rights; or</li>\r\n <li>Consent: We may Process your Sensitive Personal Data where we have, in accordance with applicable law, obtained your prior, express consent prior to Processing your Sensitive Personal Data (this legal basis is only used in relation to Processing that is entirely voluntary – it is not used for Processing that is necessary or obligatory in any way).</li>\r\n</ul>\r\n<h3 class=\"heading05\">Purposes for which we may Process your Personal Data</h3>\r\nWe may Process your Personal Data for the following purposes: providing services to you; operating our Sites and Apps; communicating with you; managing our IT systems; health and safety; financial management; conducting surveys; ensuring the security of our premises and systems; conducting investigations where necessary; compliance with applicable law; and improving our Sites, Apps, and services.\r\n\r\nThe purposes for which we may Process Personal Data, subject to applicable law, include:\r\n<ul class=\"right-list-pan02\">\r\n <li>Provision of services to you: providing our Sites, Apps, and services to you; communicating with you in relation to those services and providing you with promotional items at your request or in connection with those services or similar services.</li>\r\n <li>Our Sites and Apps: operating and managing our Sites and our Apps; providing content to you; displaying advertising and other information to you; communicating and interacting with you via our Sites and our Apps; identifying issues with our Sites and Apps and planning improvements to or creating new Sites and Apps; and notifying you of changes to any of our Sites, our Apps, or our services.</li>\r\n <li>Communications: communicating with you via any means (including via email, telephone, text message, social media, post or in person) news items and other information in which you may be interested, subject to ensuring that such communications are provided to you in compliance with applicable law; maintaining and updating your contact information where appropriate; and obtaining your prior, opt-in consent where required.</li>\r\n <li>Communications and IT operations: management of our communications systems; operation of IT security systems; and IT security audits.</li>\r\n <li>Health and safety: health and safety assessments and record keeping; and compliance with related legal obligations.</li>\r\n <li>Financial management: sales; finance; corporate audit; and vendor management.</li>\r\n <li>Surveys: engaging with you for the purposes of obtaining your views on our services.</li>\r\n <li>Security: physical security of our premises (including records of visits to our premises; and CCTV recordings); and electronic security (including login records and access details).</li>\r\n <li>Investigations: detecting, investigating and preventing breaches of policy, and criminal offences, in accordance with applicable law.</li>\r\n <li>Legal proceedings: establishing, exercising and defending legal rights.</li>\r\n <li>Legal compliance: compliance with our legal and regulatory obligations under applicable law.</li>\r\n <li>Improving our Sites, Apps, services: identifying issues with our Sites, our Apps, or our services; planning improvements to our Sites, our Apps, or our services; and creating new Sites, Apps, or services.</li>\r\n</ul>\r\n<h3 class=\"heading05\">Disclosure of Personal Data to third parties</h3>\r\nWe may disclose your Personal Data to: legal and regulatory authorities; our external advisors; our Processors; any party as necessary in connection with legal proceedings; any party as necessary for investigating, detecting or preventing criminal offences; any purchaser of our business; and any third-party providers of advertising, plugins or content used on our Sites or our Apps.\r\n\r\nWe may disclose your Personal Data to other entities within the Company group, for legitimate business purposes (including operating our Sites and our Apps, and providing services to you), in accordance with applicable law. In addition, we may disclose your Personal Data to:\r\n<ul class=\"right-list-pan02\">\r\n <li>Legal and regulatory authorities, upon request, or for the purposes of reporting any actual or suspected breach of applicable law or regulation;</li>\r\n <li>Outside professional advisors (such as accountants, auditors, or lawyers), subject to binding contractual obligations of confidentiality;</li>\r\n <li>Third party Processors (such as payment services providers; data centers; etc.), located anywhere in the world, subject to the requirements noted below in this Section (H);</li>\r\n <li>Any relevant party, law enforcement agency or court, to the extent necessary for the establishment, exercise or defense of legal rights;</li>\r\n <li>Any relevant party for the purposes of prevention, investigation, detection or prosecution of criminal offences or the execution of criminal penalties, including safeguarding against and the prevention of threats to public security;</li>\r\n <li>Any relevant third-party acquirer(s), in the event that we sell or transfer all or any relevant portion of our business or assets (including in the event of a reorganization, dissolution or liquidation); and</li>\r\n <li>Any relevant third-party provider, where our Sites and our Apps use third party advertising, plugins or content. If you choose to interact with any such advertising, plugins or content, your Personal Data may be shared with the relevant third-party provider. We recommend that you review that third party’s privacy policy before interacting with its advertising, plugins or content.</li>\r\n</ul>\r\nIf we engage a third-party Processor to Process your Personal Data, the Processor will be subject to binding contractual obligations to: (i) only Process the Personal Data in accordance with our prior written instructions; and (ii) use measures to protect the confidentiality and security of the Personal Data; together with any additional requirements under applicable law.\r\n<h3 class=\"heading05\">Data security</h3>\r\nWe implement appropriate technical and organizational security measures to protect your Personal Data. Please ensure that any Personal Data that you send to us is sent securely.\r\n\r\nWe have implemented appropriate technical and organizational security measures designed to protect your Personal Data against accidental or unlawful destruction, loss, alteration, unauthorized disclosure, unauthorized access, and other unlawful or unauthorized forms of Processing, in accordance with applicable law.\r\n\r\nBecause the internet is an open system, the transmission of information via the internet is not completely secure. Although we will implement all reasonable measures to protect your personal data, we cannot guarantee the security of your data transmitted to us using the internet – any such transmission is at your own risk and you are responsible for ensuring that any Personal Data that you send to us are sent securely.\r\n<h3 class=\"heading05\">Data accuracy</h3>\r\nWe take every reasonable step to ensure that your Personal Data are kept accurate and up-to-date and are erased or rectified if we become aware of inaccuracies.\r\n\r\nWe take every reasonable step to ensure that:your Data that we Process are accurate and, where necessary, kept up to date; andany of your Data that we Process that you inform us is inaccurate (having regard to the purposes for which they are Processed) are erased or rectified.\r\n<h3 class=\"heading05\">Data minimization</h3>\r\nWe take every reasonable step to ensure that your Data that we Process are limited to the Data reasonably necessary in connection with the purposes set out in this Policy or as required to provide you services or access to our Apps and Site.\r\n<h3 class=\"heading05\">Data retention</h3>\r\nWe take every reasonable step to ensure that your Data are only retained for as long as they are needed.\r\n\r\nThe criteria for determining the duration for which we will keep your Personal Data are as follows: we will retain copies of your Personal Data in a form that permits identification only for as long as is necessary in connection with the purposes set out in this Policy, unless applicable law requires a longer retention period. In particular, we may retain your Personal Data for the duration of any period necessary to establish, exercise or defend any legal rights.\r\n<h3 class=\"heading05\">Your legal rights</h3>\r\nSubject to applicable law, you may have a number of rights regarding the Processing of your Relevant Personal Data, including:\r\n<ul class=\"right-list-pan02\">\r\n <li>The right not to provide your Personal Data to us (however, please note that we may be unable to provide you with the full benefit of our Sites, our Apps, or our services, if you do not provide us with your Personal Data – e.g., we may not be able to Process your orders without the necessary details);the right to request access to, or copies of, your Relevant Personal Data, together with information regarding the nature, Processing and disclosure of those Relevant Personal Data;the right to request rectification of any inaccuracies in your Relevant Personal Data;the right to request, on legitimate grounds:erasure of your Relevant Personal Data; orrestriction of Processing of your Relevant Personal Data;the right to object, on legitimate grounds, to the Processing of your Relevant Personal Data by us or on our behalf;the right to have certain Relevant Personal Data transferred to another Controller, in a structured, commonly used and machine-readable format, to the extent applicable;where we Process your Relevant Personal Data on the basis of your consent, the right to withdraw that consent (noting that such withdrawal does not affect the lawfulness of any Processing performed prior to the date on which we receive notice of such withdrawal, and does not prevent the Processing of your Personal Data in reliance upon any other available legal bases); andthe right to lodge complaints with a Data Protection Authority regarding the Processing of your Relevant Personal Data by us or on our behalf.</li>\r\n <li>We may require proof of your identity before we can give effect to these rights; andwhere your request requires the establishment of additional facts (e.g., a determination of whether any Processing is non-compliant with applicable law) we will investigate your request reasonably promptly, before deciding what action to take.</li>\r\n <li>To exercise one or more of these rights, or to ask a question about these rights or any other provision of this Policy, or about our Processing of your Personal Data, please use the contact details provided below.</li>\r\n</ul>\r\n<h3 class=\"heading05\">Cookies and similar technologies (Cookie Policy)</h3>\r\nWe may Process your Personal Data by placing or reading Cookies and similar technologies. For more information, please see our Cookie Policy.\r\n\r\n<strong>Cookie Policy</strong>\r\nWhen you visit a Site or use an App we may place Cookies onto your device, or read Cookies already on your device, subject always to obtaining your consent, where required, in accordance with applicable law. We use Cookies to record information about your device, your browser and, in some cases, your preferences and browsing habits.\r\n<h3 class=\"heading05\">Terms of Use</h3>\r\nAll use of our Sites, our Apps, or our services is subject to our Terms and Conditions. We recommend that you review our Terms and Conditions regularly, in order to review any changes we might make from time to time.\r\n<h3 class=\"heading05\">Direct marketing</h3>\r\nWe may Process your Personal Data to contact you with information regarding services that may be of interest to you. You may unsubscribe for free at any time.\r\n\r\nWe may Process your Personal Data to contact you via email, telephone, direct mail or other communication formats to provide you with information regarding services that may be of interest to you. If we provide services to you, we may send information to you regarding our services, upcoming promotions and other information that may be of interest to you, using the contact details that you have provided to us and always in compliance with applicable law.\r\n\r\nYou may unsubscribe from our promotional email list at any time by following the unsubscribe instructions included in every promotional email we send. We will not send you promotional emails from a list you have selected to be unsubscribed from, but we may continue to contact you to the extent necessary for the purposes of any services you have requested or from additional lists you have signed up under.\r\n<h3 class=\"heading05\">Contact details</h3>\r\nYou may contact us about your direct marketing preference by emailing: <a href=\"mailto:info@concertium.com\">info@concertium.com</a>\r\n\r\nIf you wish to be taken off our contact list for direct marketing, or if you have any comments, questions or concerns about any of the information in this Policy, or any other issues relating to the Processing of Personal Data carried out by us, or on our behalf, please contact:\r\n\r\n<strong>Concertium, Inc.\r\nAttn: Privacy Office\r\n4014 Gunn Hwy; #248\r\nTampa, FL 33618</strong>\r\n<h3 class=\"heading05\">GLOSSARY</h3>\r\n“App” means any application made available by us (including where we make such applications available via third party stores or marketplaces, or by any other means).\r\n\r\n“Adequate Jurisdiction” a jurisdiction that has been formally designated by the European Commission as providing an adequate level of protection for Personal Data.\r\n\r\n“Cookie” means a small file that is placed on your device when you visit a website (including our Sites). In this Policy, a reference to a “Cookie” includes analogous technologies such as web beacons and clear GIFs.\r\n\r\n“Controller” means the entity that decides how and why Personal Data are Processed. In many jurisdictions, the Controller has primary responsibility for complying with applicable data protection laws.\r\n\r\n“Data Protection Authority” means an independent public authority that is legally tasked with overseeing compliance with applicable data protection laws.\r\n\r\n“EEA” means the European Economic Area.\r\n\r\n“Personal Data” means information that is about any individual, or from which any individual is directly or indirectly identifiable, in particular by reference to an identifier such as a name, an identification number, location data, an online identifier or to one or more factors specific to the physical, physiological, genetic, mental, economic, cultural or social identity of that individual.\r\n\r\n“Process”, “Processing” or “Processed” means anything that is done with any Personal Data, whether or not by automated means, such as collection, recording, organization, structuring, storage, adaptation or alteration, retrieval, consultation, use, disclosure by transmission, dissemination or otherwise making available, alignment or combination, restriction, erasure or destruction.\r\n\r\n“Processor” means any person or entity that Processes Personal Data on behalf of the Controller (other than employees of the Controller).\r\n\r\n“Relevant Personal Data” means Personal Data in respect of which we are the Controller. It expressly does not include Personal Data of which we are not the Controller.\r\n\r\n“Standard Contractual Clauses” means template transfer clauses adopted by the European Commission or adopted by a Data Protection Authority and approved by the European Commission.\r\n\r\n“Site” means any website operated, or maintained, by us or on our behalf.','Privacy Policy','','inherit','closed','closed','','3-revision-v1','','','2019-10-03 14:12:51','2019-10-03 14:12:51','',3,'https://captainschairit.com/3-revision-v1/',0,'revision','',0),(410,1,'2019-10-03 14:13:53','2019-10-03 14:13:53','<h4 class=\"heading05 mt-0\">This Policy</h4>\nThis Policy explains how we may Process your Personal Data. This Policy may be amended or updated from time to time, so please check it regularly for updates.\n\nThis Policy is issued by Concertium on behalf of itself, its subsidiaries and its affiliates (including any entity lawfully trading under the Concertium brand) (together, “Company”, “we”, “us” and “our”) and is addressed to individuals outside our organization with whom we interact, including customers, visitors to our Sites, users of our Apps, and other users of our services (together, “you”). Defined terms used in this Policy below.\n\nFor the purposes of this Policy, Company is the Controller. This Policy covers the information practices relating to Company websites for Concertium services (\"Services\") offered now or in the future.\n\nThis Policy may be amended or updated from time to time to reflect changes in our practices with respect to the processing of Personal Data, or changes in applicable law. We encourage you to read this Policy carefully, and to regularly check this page to review any changes we might make in accordance with the terms of this Policy.\n<h3 class=\"heading05\">Collection of Personal Data</h3>\nWe may collect or obtain Personal Data about you: directly from you (e.g., where you contact us); in the course of our relationship with you (e.g., if you make a purchase); when you make your Personal Data public (e.g., if you make a public post about us on social media); when you download, install, or use our Apps; when you visit our Site; when you register to use any of our Site, Apps, or services; or when you interact with any third party content or advertising on a Site or in an App.\n\nCollection of Personal Data: We may collect Personal Data about you from the following sources:\n<ul class=\"right-list-pan02\">\n <li>Data you provide: We may obtain your Personal Data when you provide it to us (e.g., where you contact us via email or telephone, or by any other means, or when you provide us with your business card).</li>\n <li>Relationship data: We may collect or obtain your Personal Data in the ordinary course of our relationship with you (e.g., if you purchase a service from us.</li>\n <li>App data: We may collect or obtain your Personal Data when you download or use any of our Apps.</li>\n <li>Site data: We may collect or obtain your Personal Data when you visit any of our Sites or use any features or resources available on or through a Site.</li>\n <li>Registration details: We may collect or obtain your Personal Data when you use, or register to use, any of our Sites, Apps, or services.</li>\n <li>Content and advertising information: If you choose to interact with any third-party content or advertising on a Site or in an App, we may receive Personal Data about you from the relevant third party.</li>\n <li>Third party information: We may collect or obtain your Personal Data from third parties who provide it to us (e.g., credit reference agencies; law enforcement authorities; etc.).</li>\n</ul>\n<h3 class=\"heading05\">Creation of Personal Data</h3>\nWe may also create Personal Data about you, such as records of your interactions with us, and details of your purchase history for internal administration purposes and analysis.\n<h3 class=\"heading05\">Categories of Personal Data we may Process</h3>\nWe may Process: your personal details (e.g., your name); demographic data (e.g., your age); your contact details (e.g., your address); records of your consents; purchase details; payment details (e.g., your billing address); information about our Sites and Apps (e.g., the type of device you are using); details of your employer (where relevant); information about your interactions with our content or advertising; and any views or opinions you provide to us.\n\nWe may Process the following categories of Personal Data about you:\n<ul class=\"right-list-pan02\">\n <li>Personal details: given name(s); preferred name; and photograph.</li>\n <li>Demographic information: gender; date of birth/age; nationality; salutation; job title/industry; and language preferences.</li>\n <li>Contact details: correspondence address; telephone number; email address; and details of your public social media profile(s).</li>\n <li>Consent records: records of any consents you may have given, together with the date and time, means of consent and any related information (e.g., the subject matter of the consent).</li>\n <li>Data relating to our Sites and Apps: device type; operating system; browser type; browser settings; IP address; language settings; dates and times of connecting to a Site; App usage statistics; App settings; dates and times of connecting to an App; location data, and other technical communications information (some of which may constitute Personal Data); username; password; security login details; usage data; aggregate statistical information.</li>\n <li>Employer details: where you interact with us in your capacity as an employee, the contact information of your employer (including name, address, telephone number and email address) to the extent relevant.</li>\n</ul>\n<h3 class=\"heading05\">Lawful basis for Processing Personal Data</h3>\nWe may Process your Personal Data where: you have given your prior, express consent; the Processing is necessary for a contract between you and us; the Processing is required by applicable law; the Processing is necessary to protect the vital interests of any individual; or where we have a valid legitimate interest in the Processing.\n\nIn Processing your Personal Data in connection with the purposes set out in this Policy, we may rely on one or more of the following legal bases, depending on the circumstances:\n<ul class=\"right-list-pan02\">\n <li>Consent: We may Process your Personal Data where we have obtained your prior, express consent to the Processing (this legal basis is only used in relation to Processing that is entirely voluntary – it is not used for Processing that is necessary or obligatory in any way);</li>\n <li>Contractual necessity: We may Process your Personal Data where the Processing is necessary in connection with any contract that you may enter into with us;</li>\n <li>Compliance with applicable law: We may Process your Personal Data where the Processing is required by applicable law;</li>\n <li>Vital interests: We may Process your Personal Data where the Processing is necessary to protect the vital interests of any individual; or</li>\n <li>Legitimate interests: We may Process your Personal Data where we have a legitimate interest in carrying out the Processing for the purpose of managing, operating or promoting our business, and that legitimate interest is not overridden by your interests, fundamental rights, or freedoms.</li>\n</ul>\n<h3 class=\"heading05\">Sensitive Personal Data</h3>\nWe do not seek to collect or otherwise Process your Sensitive Personal Data. Where we need to Process your Sensitive Personal Data for a legitimate purpose, we do so in accordance with applicable law.\n\nWe do not seek to collect or otherwise Process your Sensitive Personal Data in the ordinary course of our business. Where it becomes necessary to process your Sensitive Personal Data for any reason, we rely on one of the following legal bases:\n<ul class=\"right-list-pan02\">\n <li>Compliance with applicable law: We may Process your Sensitive Personal Data where the Processing is required or permitted by applicable law (e.g., to comply with our diversity reporting obligations);</li>\n <li>Detection and prevention of crime: We may Process your Sensitive Personal Data where the Processing is necessary for the detection or prevention of crime (including the prevention of fraud);</li>\n <li>Establishment, exercise or defense of legal rights: We may Process your Sensitive Personal Data where the Processing is necessary for the establishment, exercise or defense of legal rights; or</li>\n <li>Consent: We may Process your Sensitive Personal Data where we have, in accordance with applicable law, obtained your prior, express consent prior to Processing your Sensitive Personal Data (this legal basis is only used in relation to Processing that is entirely voluntary – it is not used for Processing that is necessary or obligatory in any way).</li>\n</ul>\n<h3 class=\"heading05\">Purposes for which we may Process your Personal Data</h3>\nWe may Process your Personal Data for the following purposes: providing services to you; operating our Sites and Apps; communicating with you; managing our IT systems; health and safety; financial management; conducting surveys; ensuring the security of our premises and systems; conducting investigations where necessary; compliance with applicable law; and improving our Sites, Apps, and services.\n\nThe purposes for which we may Process Personal Data, subject to applicable law, include:\n<ul class=\"right-list-pan02\">\n <li>Provision of services to you: providing our Sites, Apps, and services to you; communicating with you in relation to those services and providing you with promotional items at your request or in connection with those services or similar services.</li>\n <li>Our Sites and Apps: operating and managing our Sites and our Apps; providing content to you; displaying advertising and other information to you; communicating and interacting with you via our Sites and our Apps; identifying issues with our Sites and Apps and planning improvements to or creating new Sites and Apps; and notifying you of changes to any of our Sites, our Apps, or our services.</li>\n <li>Communications: communicating with you via any means (including via email, telephone, text message, social media, post or in person) news items and other information in which you may be interested, subject to ensuring that such communications are provided to you in compliance with applicable law; maintaining and updating your contact information where appropriate; and obtaining your prior, opt-in consent where required.</li>\n <li>Communications and IT operations: management of our communications systems; operation of IT security systems; and IT security audits.</li>\n <li>Health and safety: health and safety assessments and record keeping; and compliance with related legal obligations.</li>\n <li>Financial management: sales; finance; corporate audit; and vendor management.</li>\n <li>Surveys: engaging with you for the purposes of obtaining your views on our services.</li>\n <li>Security: physical security of our premises (including records of visits to our premises; and CCTV recordings); and electronic security (including login records and access details).</li>\n <li>Investigations: detecting, investigating and preventing breaches of policy, and criminal offences, in accordance with applicable law.</li>\n <li>Legal proceedings: establishing, exercising and defending legal rights.</li>\n <li>Legal compliance: compliance with our legal and regulatory obligations under applicable law.</li>\n <li>Improving our Sites, Apps, services: identifying issues with our Sites, our Apps, or our services; planning improvements to our Sites, our Apps, or our services; and creating new Sites, Apps, or services.</li>\n</ul>\n<h3 class=\"heading05\">Disclosure of Personal Data to third parties</h3>\nWe may disclose your Personal Data to: legal and regulatory authorities; our external advisors; our Processors; any party as necessary in connection with legal proceedings; any party as necessary for investigating, detecting or preventing criminal offences; any purchaser of our business; and any third-party providers of advertising, plugins or content used on our Sites or our Apps.\n\nWe may disclose your Personal Data to other entities within the Company group, for legitimate business purposes (including operating our Sites and our Apps, and providing services to you), in accordance with applicable law. In addition, we may disclose your Personal Data to:\n<ul class=\"right-list-pan02\">\n <li>Legal and regulatory authorities, upon request, or for the purposes of reporting any actual or suspected breach of applicable law or regulation;</li>\n <li>Outside professional advisors (such as accountants, auditors, or lawyers), subject to binding contractual obligations of confidentiality;</li>\n <li>Third party Processors (such as payment services providers; data centers; etc.), located anywhere in the world, subject to the requirements noted below in this Section (H);</li>\n <li>Any relevant party, law enforcement agency or court, to the extent necessary for the establishment, exercise or defense of legal rights;</li>\n <li>Any relevant party for the purposes of prevention, investigation, detection or prosecution of criminal offences or the execution of criminal penalties, including safeguarding against and the prevention of threats to public security;</li>\n <li>Any relevant third-party acquirer(s), in the event that we sell or transfer all or any relevant portion of our business or assets (including in the event of a reorganization, dissolution or liquidation); and</li>\n <li>Any relevant third-party provider, where our Sites and our Apps use third party advertising, plugins or content. If you choose to interact with any such advertising, plugins or content, your Personal Data may be shared with the relevant third-party provider. We recommend that you review that third party’s privacy policy before interacting with its advertising, plugins or content.</li>\n</ul>\nIf we engage a third-party Processor to Process your Personal Data, the Processor will be subject to binding contractual obligations to: (i) only Process the Personal Data in accordance with our prior written instructions; and (ii) use measures to protect the confidentiality and security of the Personal Data; together with any additional requirements under applicable law.\n<h3 class=\"heading05\">Data security</h3>\nWe implement appropriate technical and organizational security measures to protect your Personal Data. Please ensure that any Personal Data that you send to us is sent securely.\n\nWe have implemented appropriate technical and organizational security measures designed to protect your Personal Data against accidental or unlawful destruction, loss, alteration, unauthorized disclosure, unauthorized access, and other unlawful or unauthorized forms of Processing, in accordance with applicable law.\n\nBecause the internet is an open system, the transmission of information via the internet is not completely secure. Although we will implement all reasonable measures to protect your personal data, we cannot guarantee the security of your data transmitted to us using the internet – any such transmission is at your own risk and you are responsible for ensuring that any Personal Data that you send to us are sent securely.\n<h3 class=\"heading05\">Data accuracy</h3>\nWe take every reasonable step to ensure that your Personal Data are kept accurate and up-to-date and are erased or rectified if we become aware of inaccuracies.\n\nWe take every reasonable step to ensure that:your Data that we Process are accurate and, where necessary, kept up to date; andany of your Data that we Process that you inform us is inaccurate (having regard to the purposes for which they are Processed) are erased or rectified.\n<h3 class=\"heading05\">Data minimization</h3>\nWe take every reasonable step to ensure that your Data that we Process are limited to the Data reasonably necessary in connection with the purposes set out in this Policy or as required to provide you services or access to our Apps and Site.\n<h3 class=\"heading05\">Data retention</h3>\nWe take every reasonable step to ensure that your Data are only retained for as long as they are needed.\n\nThe criteria for determining the duration for which we will keep your Personal Data are as follows: we will retain copies of your Personal Data in a form that permits identification only for as long as is necessary in connection with the purposes set out in this Policy, unless applicable law requires a longer retention period. In particular, we may retain your Personal Data for the duration of any period necessary to establish, exercise or defend any legal rights.\n<h3 class=\"heading05\">Your legal rights</h3>\nSubject to applicable law, you may have a number of rights regarding the Processing of your Relevant Personal Data, including:\n<ul class=\"right-list-pan02\">\n <li>The right not to provide your Personal Data to us (however, please note that we may be unable to provide you with the full benefit of our Sites, our Apps, or our services, if you do not provide us with your Personal Data – e.g., we may not be able to Process your orders without the necessary details);the right to request access to, or copies of, your Relevant Personal Data, together with information regarding the nature, Processing and disclosure of those Relevant Personal Data;the right to request rectification of any inaccuracies in your Relevant Personal Data;the right to request, on legitimate grounds:erasure of your Relevant Personal Data; orrestriction of Processing of your Relevant Personal Data;the right to object, on legitimate grounds, to the Processing of your Relevant Personal Data by us or on our behalf;the right to have certain Relevant Personal Data transferred to another Controller, in a structured, commonly used and machine-readable format, to the extent applicable;where we Process your Relevant Personal Data on the basis of your consent, the right to withdraw that consent (noting that such withdrawal does not affect the lawfulness of any Processing performed prior to the date on which we receive notice of such withdrawal, and does not prevent the Processing of your Personal Data in reliance upon any other available legal bases); andthe right to lodge complaints with a Data Protection Authority regarding the Processing of your Relevant Personal Data by us or on our behalf.</li>\n <li>We may require proof of your identity before we can give effect to these rights; andwhere your request requires the establishment of additional facts (e.g., a determination of whether any Processing is non-compliant with applicable law) we will investigate your request reasonably promptly, before deciding what action to take.</li>\n <li>To exercise one or more of these rights, or to ask a question about these rights or any other provision of this Policy, or about our Processing of your Personal Data, please use the contact details provided below.</li>\n</ul>\n<h3 class=\"heading05\">Cookies and similar technologies (Cookie Policy)</h3>\nWe may Process your Personal Data by placing or reading Cookies and similar technologies. For more information, please see our Cookie Policy.\n\n<strong>Cookie Policy</strong>\nWhen you visit a Site or use an App we may place Cookies onto your device, or read Cookies already on your device, subject always to obtaining your consent, where required, in accordance with applicable law. We use Cookies to record information about your device, your browser and, in some cases, your preferences and browsing habits.\n<h3 class=\"heading05\">Terms of Use</h3>\nAll use of our Sites, our Apps, or our services is subject to our Terms and Conditions. We recommend that you review our Terms and Conditions regularly, in order to review any changes we might make from time to time.\n<h3 class=\"heading05\">Direct marketing</h3>\nWe may Process your Personal Data to contact you with information regarding services that may be of interest to you. You may unsubscribe for free at any time.\n\nWe may Process your Personal Data to contact you via email, telephone, direct mail or other communication formats to provide you with information regarding services that may be of interest to you. If we provide services to you, we may send information to you regarding our services, upcoming promotions and other information that may be of interest to you, using the contact details that you have provided to us and always in compliance with applicable law.\n\nYou may unsubscribe from our promotional email list at any time by following the unsubscribe instructions included in every promotional email we send. We will not send you promotional emails from a list you have selected to be unsubscribed from, but we may continue to contact you to the extent necessary for the purposes of any services you have requested or from additional lists you have signed up under.\n<h3 class=\"heading05\">Contact details</h3>\nYou may contact us about your direct marketing preference by emailing: <a href=\"mailto:info@concertium.com\">info@concertium.com</a>\n\nIf you wish to be taken off our contact list for direct marketing, or if you have any comments, questions or concerns about any of the information in this Policy, or any other issues relating to the Processing of Personal Data carried out by us, or on our behalf, please contact:\n\n<strong>Concertium, Inc.\nAttn: Privacy Office\n4014 Gunn Hwy; #248\nTampa, FL 33618</strong>\n<h3 class=\"heading05\">GLOSSARY</h3>\n“App” means any application made available by us (including where we make such applications available via third party stores or marketplaces, or by any other means).\n\n“Adequate Jurisdiction” a jurisdiction that has been formally designated by the European Commission as providing an adequate level of protection for Personal Data.\n\n“Cookie” means a small file that is placed on your device when you visit a website (including our Sites). In this Policy, a reference to a “Cookie” includes analogous technologies such as web beacons and clear GIFs.\n\n“Controller” means the entity that decides how and why Personal Data are Processed. In many jurisdictions, the Controller has primary responsibility for complying with applicable data protection laws.\n\n“Data Protection Authority” means an independent public authority that is legally tasked with overseeing compliance with applicable data protection laws.\n\n“EEA” means the European Economic Area.\n\n“Personal Data” means information that is about any individual, or from which any individual is directly or indirectly identifiable, in particular by reference to an identifier such as a name, an identification number, location data, an online identifier or to one or more factors specific to the physical, physiological, genetic, mental, economic, cultural or social identity of that individual.\n\n“Process”, “Processing” or “Processed” means anything that is done with any Personal Data, whether or not by automated means, such as collection, recording, organization, structuring, storage, adaptation or alteration, retrieval, consultation, use, disclosure by transmission, dissemination or otherwise making available, alignment or combination, restriction, erasure or destruction.\n\n“Processor” means any person or entity that Processes Personal Data on behalf of the Controller (other than employees of the Controller).\n\n“Relevant Personal Data” means Personal Data in respect of which we are the Controller. It expressly does not include Personal Data of which we are not the Controller.\n\n“Standard Contractual Clauses” means template transfer clauses adopted by the European Commission or adopted by a Data Protection Authority and approved by the European Commission.\n\n“Site” means any website operated, or maintained, by us or on our behalf.','Privacy Policy','','inherit','closed','closed','','3-autosave-v1','','','2019-10-03 14:13:53','2019-10-03 14:13:53','',3,'https://captainschairit.com/3-autosave-v1/',0,'revision','',0),(411,1,'2019-10-03 14:15:49','2019-10-03 14:15:49','These terms of service, together with our Privacy Policy which can be found <a href=\"https://concertium.captainschair-stage.app/privacy-policy\">here</a> (collectively, the “Terms of Service”), govern your or the entity on whose behalf you are agreeing to these Terms of Service (\"Customer\")’s access to and use of the Services (as defined below) provided by Concertium. or any of its affiliates (collectively, \"Concertium\").\n\nIn the event that these Terms of Service conflict with the provisions of any Order, the provisions of these Terms of Service shall prevail unless Concertium and Customer expressly agree otherwise in writing and this is signed by both parties.\n\nConcertium may update these Terms of Service from time to time and will notify Customer of such updates either via email or by posting notice of such changes on its website, or by any other reasonable means. Customer’s continued use of the Services after Concertium’s provision of a notice of an updated version of the Terms of Service shall constitute Customer’s consent to such updated Terms of Service.\n<h3 class=\"heading05\">Customer Access to and Use of the Services</h3>\nCustomer may access and use the Services and the Website solely subject to and in accordance with these Terms of Service. Customer will comply with all applicable laws, rules, and regulations in connection with Customer\'s use of the Services and the Application. As used in these Terms of Service, the term \"Services\" means the data made available by Captain’s Chair to Customer together with any other product or service that may be provided by Concertium to Customer from time to time under these Terms of Service.\n<h3 class=\"heading05\">Availability of the Services</h3>\nConcertium will make commercially reasonable efforts to:\n<ol>\n <li>Maintain a 90% dashboard uptime and 99% data warehouse uptime.</li>\n <li>provide a Resolution to Critical Errors within 4 business days of receipt of an error call.</li>\n</ol>\n“Critical Error” means a condition resulting in the inability of Customer to obtain Customer Results. “Error” means a condition that:\n<ul class=\"right-list-pan02\">\n <li>(A) meets the definition of Critical Error, but that can be circumvented or avoided on a temporary basis, or</li>\n <li>(B) results in the Services being or performing outside the specified functionality but is not a Critical Error. “Resolution” includes a resolution that is a work-around or emergency fix. If the Critical Error can be circumvented or avoided on a temporary basis the severity classification will drop to Error.</li>\n</ul>\n<h3 class=\"heading05\">Third Party Cloud Infrastructure</h3>\nCustomer acknowledges and agrees that, in connection with the Services, Customer\'s data will be stored on the cloud infrastructure of a Third-Party Service Provider (the \"Cloud Infrastructure Provider\").\n<h3 class=\"heading05\">Right to Terminate or Suspend Services</h3>\nIf Concertium believes in its sole discretion that there may have been or may be a violation of Customer’s warranties or obligations under these Terms of Service, Concertium is authorized in its sole discretion and without any liability to monitor Customer\'s compliance, to immediately suspend or terminate the provision of Services to Customer, and/or to block the transmission of Customer Content which in Concertium’s reasonable opinion could violate applicable law, violate the rights of others, or subject Concertium to liability. In addition, if Concertium believes in its sole discretion that any Customer Content may have been or is at risk of being accessed by a third party without authorization, Concertium may take such Customer Content offline until the intrusion is resolved.\n<h3 class=\"heading05\">Termination</h3>\nCustomer may terminate these Terms of Service by providing written notice to their Concertium Relationship Manager (RM). Once written notice is provided, the cancellation will take effect upon the last day of the current Term. Concertium may terminate these Terms of Service immediately and without liability upon providing notice to Customer:\n<ol>\n <li>If Concertium believes that Customer has violated any provision of these Terms of Service or applicable law.</li>\n <li>If Concertium is threatened with a legal claim related to the provision of the Services.</li>\n <li>If Concertium’s relationship with a Third -Party Services Provider terminates or requires Concertium to change, suspend or terminate the Services.</li>\n <li>If Concertium believes providing the Services could create a substantial economic or technical burden or material security risk.</li>\n <li>In order to comply with applicable law or requests of governmental entities, or</li>\n <li>If Concertium determines that the use of the Services by Customer or Concertium’s provision of any of the Services has become impractical or unfeasible. Customer may terminate these Terms of Service by providing written notice in form of email to your Concertium Relationship Manager (RM). Once written notice is provided, the Cancellation will take effect upon the last day of the current Term.</li>\n</ol>\n<h3 class=\"heading05\">Effect of Termination</h3>\nUpon termination of these Terms of Service, Concertium will provide Customer with reasonable access to, and the ability to extract, Customer Content for a period of 7 days of the effective date of termination. Following such 7-day period, Concertium will delete Customer Content and Customer\'s access to the Services. Applicable provisionsshall survive termination of these Terms of Service for any reason.\n<h3 class=\"heading05\">Customer Representations and Warranties</h3>\nCustomer represents and warrants to Concertium that:\n<ol>\n <li>Customer has the requisite power and authority to enter into these Terms of Service and to perform all of its obligations under these Terms of Service.</li>\n <li>All Account information Customer has provided Concertium for the purpose of receiving the Services is complete and accurate, and Customer shall update its Account information to maintain the accuracy thereof throughout the Term.</li>\n <li>If Customer makes use of software not provided by Concertium, Customer has a written license agreement permitting Customer to use such software in connection with the Services, and Concertium shall have no responsibility for any liability or any problems caused to the Services in connection with Customer’s use of any such software, and</li>\n <li>Customer is and will remain throughout the Term in compliance with all applicable information security, data protection, privacy and/or other statutes, acts, laws, regulations and directives relating to its use of the Services.</li>\n</ol>\n<h3 class=\"heading05\">Concertium Representations and Warranties</h3>\nConcertium represents and warrants to Customer that Concertium has the requisite power and authority to enter into these Terms of Service and to perform all of its obligations under these Terms of Service.\n\nCaptain’s Chair, or its licensors, Concertium owns and reserves all rights, title and interest in and to the Services, the Application, Captain’s Chair trademarks and service marks and all modifications to any of the forgoing, and all related worldwide intellectual property rights, whether registered or not and whether registerable or not.\n<h3 class=\"heading05\">Customer\'s License</h3>\nIn consideration for Customer’s full and punctual payment of the Fees (as defined below) and subject to Customer’s ongoing compliance with these Terms of Service, Concertium hereby grants Customer a limited, non-exclusive, non-transferable and non-sublicensable license to access and use the Services.\n<h3 class=\"heading05\">Restrictions</h3>\nCustomer may not use the Services in any manner or for any purpose other than for its own internal use and as expressly permitted by these Terms of Service. Customer may not, and may not attempt to, and will not allow third parties to:\n<ol>\n <li>Modify, alter, tamper with, repair, or otherwise create derivative works of any software included in the Services.</li>\n <li>Reverse engineer, disassemble, or decompile the Service or apply any other process or procedure to derive the source code of any software included in the Services.</li>\n <li>Create multiple Accounts to simulate or act as a single Account or otherwise access the Services in a manner intended to avoid incurring Fees or otherwise breach these Terms of Service.</li>\n <li>Resell, sublicense, or otherwise allow a third party\'s access to the Services.</li>\n <li>Copy any ideas, features, functions or content of the Services (other than Customer Content), or use the Services to create a competitive product or service.</li>\n <li>Remove, alter or obscure any proprietary notices contained on or within the Services or the Application, (7.) monitor the availability, performance or functionality of the Services, or</li>\n <li>Gain or attempt to gain unauthorized access to Concertium’s systems or network. Customer shall be fully responsible for its Representatives’ adherence to these Terms of Service. As a condition to making the Services available to Customer, Customer undertakes that it will not assert, authorize, assist or encourage any third party to assert against Concertium or its licensors, affiliates or users, any infringement or other claim in connection with the Services.</li>\n</ol>\n<h3 class=\"heading05\">Suggestions</h3>\nShould Customer provide Concertium with any ideas, feedback or suggestions (“Suggestions”) regarding the Services, including without limitation, bug fixes or improvements, Concertium will irrevocably own all right, title and interest in and to the Suggestions and will be free to use the Suggestions without any liability or payment to Customer and without Customer’s prior written consent. Customer hereby irrevocably assigns to Concertium all right, title and interest in and to Suggestions and agrees to provide Concertium with such reasonable assistance required in order to document, perfect and maintain Concertium’s rights in and to the Suggestions, at Concertium’s cost.\n<h3 class=\"heading05\">Confidentiality</h3>\nCustomer agrees to hold in confidence and not to use or disclose any of Concertium’s Confidential Information except solely for the purpose of Customer’s authorized use of the Services in accordance with these Terms of Service. “Confidential Information” means the pricing terms contained in these Terms of Service and any and all non-public data or information, including all third-party data or information, disclosed by or on behalf of Concertium to Customer in connection with the Services.\n<h3 class=\"heading05\">Indemnification</h3>\nCustomer will defend, indemnify, and hold harmless Concertium and its licensors, Concertium and each of their respective officers, directors, employees, advisors and representatives, from and against any claims, damages, losses, liabilities, costs, fines and expenses (including attorneys’ fees) arising out of or relating to:\n<ol>\n <li>Customer’s actual or alleged breach of any provisions of these Terms of Services, the Cloud Infrastructure Provider Terms or of any applicable law.</li>\n <li>Any activities held under Customer’s Account, including by unauthorized third parties; or.</li>\n <li>Customer Content or the combination of Customer Content with other applications, content or processes, including any claim involving actual or alleged infringement or misappropriation of third-party rights arising out of or in connection with Customer Content and including any actual or alleged claim that appropriate consents were not obtained from data subject to the collection or processing of their personal data. Concertium shall notify Customer of any claim subject to indemnification, provided that Concertium\'s failure to do so shall not affect Customer obligations hereunder, except to the extent that Concertium\'s failure to promptly notify Customer materially delays or prejudices Customer ability to defend the claim. At Concertium\'s option, Customer will have the right to defend against any such claim with counsel of Customer’s choosing (subject to Concertium written consent) and to settle such claim as Customer deems appropriate, provided that Customer shall not enter into any settlement without Concertium’s prior written consent and provided that Concertium may at any time elect to take over control of the defense and settlement of the claim upon written notice to Customer.</li>\n</ol>\n<h3 class=\"heading05\">US Government Rights</h3>\nIf Customer is using the Services on behalf of the US Government, the Services, any related software and related documentation are provided to the US Government as \"commercial items\", \"commercial computer software\", \"commercial computer software documentation\" and \"technical data\" with the same rights and restrictions generally applicable to the Services, and if these terms fail to meet the US Government\'s needs or are inconsistent in any respect with federal law, Customer will immediately discontinue Customer\'s use of the Services. The terms \"commercial items\", \"commercial computer software\", \"commercial computer software documentation\" and \"technical data\" are defined in the Defense Acquisition regulation and the Defense Federal Acquisition Regulation Supplement.\n<h3 class=\"heading05\">No Third-Party Beneficiary</h3>\nThese Terms of Service do not create any third-party beneficiary rights in any individual or entity that is not a party to these Terms of Service.\n\nThese Terms of Service, together with the Privacy Policy to the extent applicable and entered into between Customer and Concertium, by Concertiumconstitute the entire agreement between Customer and Concertium. These Terms of Service shall be governed by the internal laws of the State of Florida without regard of its conflict of laws rules, and the parties hereby submit to the exclusive jurisdiction of the courts of Hillsborough County, Florida in connection with any dispute in connection with these Terms of Service, provided that Concertium shall be entitled to institute an action in any court of competent jurisdiction to obtain injunctive relief or otherwise protect or enforce its intellectual property rights or interests.\n<h3 class=\"heading05\">All rights are cumulative</h3>\nConcertium may freely assign any of its rights and obligations under these Terms of Service. Customer may not assign these Terms of Service without the prior written consent of Concertium. No delay or failure to take any action with respect to any breach of these Terms of Service shall constitute a waiver of such breach or any subsequent or other breach. All waivers must be in writing to be effective. If any provision of these Terms of Service is declared invalid or unenforceable, the remaining provisions of these Terms of Service shall not be affected thereby, and shall remain in full force.','Terms & Conditions','','inherit','closed','closed','','82-autosave-v1','','','2019-10-03 14:15:49','2019-10-03 14:15:49','',82,'https://captainschairit.com/82-autosave-v1/',0,'revision','',0),(412,1,'2019-10-03 14:16:02','2019-10-03 14:16:02','These terms of service, together with our Privacy Policy which can be found <a href=\"https://concertium.captainschair-stage.app/privacy-policy\">here</a> (collectively, the “Terms of Service”), govern your or the entity on whose behalf you are agreeing to these Terms of Service (\"Customer\")’s access to and use of the Services (as defined below) provided by Concertium. or any of its affiliates (collectively, \"Concertium\").\r\n\r\nIn the event that these Terms of Service conflict with the provisions of any Order, the provisions of these Terms of Service shall prevail unless Concertium and Customer expressly agree otherwise in writing and this is signed by both parties.\r\n\r\nConcertium may update these Terms of Service from time to time and will notify Customer of such updates either via email or by posting notice of such changes on its website, or by any other reasonable means. Customer’s continued use of the Services after Concertium’s provision of a notice of an updated version of the Terms of Service shall constitute Customer’s consent to such updated Terms of Service.\r\n<h3 class=\"heading05\">Customer Access to and Use of the Services</h3>\r\nCustomer may access and use the Services and the Website solely subject to and in accordance with these Terms of Service. Customer will comply with all applicable laws, rules, and regulations in connection with Customer\'s use of the Services and the Application. As used in these Terms of Service, the term \"Services\" means the data made available by Captain’s Chair to Customer together with any other product or service that may be provided by Concertium to Customer from time to time under these Terms of Service.\r\n<h3 class=\"heading05\">Availability of the Services</h3>\r\nConcertium will make commercially reasonable efforts to:\r\n<ol>\r\n <li>Maintain a 90% dashboard uptime and 99% data warehouse uptime.</li>\r\n <li>provide a Resolution to Critical Errors within 4 business days of receipt of an error call.</li>\r\n</ol>\r\n“Critical Error” means a condition resulting in the inability of Customer to obtain Customer Results. “Error” means a condition that:\r\n<ul class=\"right-list-pan02\">\r\n <li>(A) meets the definition of Critical Error, but that can be circumvented or avoided on a temporary basis, or</li>\r\n <li>(B) results in the Services being or performing outside the specified functionality but is not a Critical Error. “Resolution” includes a resolution that is a work-around or emergency fix. If the Critical Error can be circumvented or avoided on a temporary basis the severity classification will drop to Error.</li>\r\n</ul>\r\n<h3 class=\"heading05\">Third Party Cloud Infrastructure</h3>\r\nCustomer acknowledges and agrees that, in connection with the Services, Customer\'s data will be stored on the cloud infrastructure of a Third-Party Service Provider (the \"Cloud Infrastructure Provider\").\r\n<h3 class=\"heading05\">Right to Terminate or Suspend Services</h3>\r\nIf Concertium believes in its sole discretion that there may have been or may be a violation of Customer’s warranties or obligations under these Terms of Service, Concertium is authorized in its sole discretion and without any liability to monitor Customer\'s compliance, to immediately suspend or terminate the provision of Services to Customer, and/or to block the transmission of Customer Content which in Concertium’s reasonable opinion could violate applicable law, violate the rights of others, or subject Concertium to liability. In addition, if Concertium believes in its sole discretion that any Customer Content may have been or is at risk of being accessed by a third party without authorization, Concertium may take such Customer Content offline until the intrusion is resolved.\r\n<h3 class=\"heading05\">Termination</h3>\r\nCustomer may terminate these Terms of Service by providing written notice to their Concertium Relationship Manager (RM). Once written notice is provided, the cancellation will take effect upon the last day of the current Term. Concertium may terminate these Terms of Service immediately and without liability upon providing notice to Customer:\r\n<ol>\r\n <li>If Concertium believes that Customer has violated any provision of these Terms of Service or applicable law.</li>\r\n <li>If Concertium is threatened with a legal claim related to the provision of the Services.</li>\r\n <li>If Concertium’s relationship with a Third -Party Services Provider terminates or requires Concertium to change, suspend or terminate the Services.</li>\r\n <li>If Concertium believes providing the Services could create a substantial economic or technical burden or material security risk.</li>\r\n <li>In order to comply with applicable law or requests of governmental entities, or</li>\r\n <li>If Concertium determines that the use of the Services by Customer or Concertium’s provision of any of the Services has become impractical or unfeasible. Customer may terminate these Terms of Service by providing written notice in form of email to your Concertium Relationship Manager (RM). Once written notice is provided, the Cancellation will take effect upon the last day of the current Term.</li>\r\n</ol>\r\n<h3 class=\"heading05\">Effect of Termination</h3>\r\nUpon termination of these Terms of Service, Concertium will provide Customer with reasonable access to, and the ability to extract, Customer Content for a period of 7 days of the effective date of termination. Following such 7-day period, Concertium will delete Customer Content and Customer\'s access to the Services. Applicable provisionsshall survive termination of these Terms of Service for any reason.\r\n<h3 class=\"heading05\">Customer Representations and Warranties</h3>\r\nCustomer represents and warrants to Concertium that:\r\n<ol>\r\n <li>Customer has the requisite power and authority to enter into these Terms of Service and to perform all of its obligations under these Terms of Service.</li>\r\n <li>All Account information Customer has provided Concertium for the purpose of receiving the Services is complete and accurate, and Customer shall update its Account information to maintain the accuracy thereof throughout the Term.</li>\r\n <li>If Customer makes use of software not provided by Concertium, Customer has a written license agreement permitting Customer to use such software in connection with the Services, and Concertium shall have no responsibility for any liability or any problems caused to the Services in connection with Customer’s use of any such software, and</li>\r\n <li>Customer is and will remain throughout the Term in compliance with all applicable information security, data protection, privacy and/or other statutes, acts, laws, regulations and directives relating to its use of the Services.</li>\r\n</ol>\r\n<h3 class=\"heading05\">Concertium Representations and Warranties</h3>\r\nConcertium represents and warrants to Customer that Concertium has the requisite power and authority to enter into these Terms of Service and to perform all of its obligations under these Terms of Service.\r\n\r\nCaptain’s Chair, or its licensors, Concertium owns and reserves all rights, title and interest in and to the Services, the Application, Captain’s Chair trademarks and service marks and all modifications to any of the forgoing, and all related worldwide intellectual property rights, whether registered or not and whether registerable or not.\r\n<h3 class=\"heading05\">Customer\'s License</h3>\r\nIn consideration for Customer’s full and punctual payment of the Fees (as defined below) and subject to Customer’s ongoing compliance with these Terms of Service, Concertium hereby grants Customer a limited, non-exclusive, non-transferable and non-sublicensable license to access and use the Services.\r\n<h3 class=\"heading05\">Restrictions</h3>\r\nCustomer may not use the Services in any manner or for any purpose other than for its own internal use and as expressly permitted by these Terms of Service. Customer may not, and may not attempt to, and will not allow third parties to:\r\n<ol>\r\n <li>Modify, alter, tamper with, repair, or otherwise create derivative works of any software included in the Services.</li>\r\n <li>Reverse engineer, disassemble, or decompile the Service or apply any other process or procedure to derive the source code of any software included in the Services.</li>\r\n <li>Create multiple Accounts to simulate or act as a single Account or otherwise access the Services in a manner intended to avoid incurring Fees or otherwise breach these Terms of Service.</li>\r\n <li>Resell, sublicense, or otherwise allow a third party\'s access to the Services.</li>\r\n <li>Copy any ideas, features, functions or content of the Services (other than Customer Content), or use the Services to create a competitive product or service.</li>\r\n <li>Remove, alter or obscure any proprietary notices contained on or within the Services or the Application, (7.) monitor the availability, performance or functionality of the Services, or</li>\r\n <li>Gain or attempt to gain unauthorized access to Concertium’s systems or network. Customer shall be fully responsible for its Representatives’ adherence to these Terms of Service. As a condition to making the Services available to Customer, Customer undertakes that it will not assert, authorize, assist or encourage any third party to assert against Concertium or its licensors, affiliates or users, any infringement or other claim in connection with the Services.</li>\r\n</ol>\r\n<h3 class=\"heading05\">Suggestions</h3>\r\nShould Customer provide Concertium with any ideas, feedback or suggestions (“Suggestions”) regarding the Services, including without limitation, bug fixes or improvements, Concertium will irrevocably own all right, title and interest in and to the Suggestions and will be free to use the Suggestions without any liability or payment to Customer and without Customer’s prior written consent. Customer hereby irrevocably assigns to Concertium all right, title and interest in and to Suggestions and agrees to provide Concertium with such reasonable assistance required in order to document, perfect and maintain Concertium’s rights in and to the Suggestions, at Concertium’s cost.\r\n<h3 class=\"heading05\">Confidentiality</h3>\r\nCustomer agrees to hold in confidence and not to use or disclose any of Concertium’s Confidential Information except solely for the purpose of Customer’s authorized use of the Services in accordance with these Terms of Service. “Confidential Information” means the pricing terms contained in these Terms of Service and any and all non-public data or information, including all third-party data or information, disclosed by or on behalf of Concertium to Customer in connection with the Services.\r\n<h3 class=\"heading05\">Indemnification</h3>\r\nCustomer will defend, indemnify, and hold harmless Concertium and its licensors, Concertium and each of their respective officers, directors, employees, advisors and representatives, from and against any claims, damages, losses, liabilities, costs, fines and expenses (including attorneys’ fees) arising out of or relating to:\r\n<ol>\r\n <li>Customer’s actual or alleged breach of any provisions of these Terms of Services, the Cloud Infrastructure Provider Terms or of any applicable law.</li>\r\n <li>Any activities held under Customer’s Account, including by unauthorized third parties; or.</li>\r\n <li>Customer Content or the combination of Customer Content with other applications, content or processes, including any claim involving actual or alleged infringement or misappropriation of third-party rights arising out of or in connection with Customer Content and including any actual or alleged claim that appropriate consents were not obtained from data subject to the collection or processing of their personal data. Concertium shall notify Customer of any claim subject to indemnification, provided that Concertium\'s failure to do so shall not affect Customer obligations hereunder, except to the extent that Concertium\'s failure to promptly notify Customer materially delays or prejudices Customer ability to defend the claim. At Concertium\'s option, Customer will have the right to defend against any such claim with counsel of Customer’s choosing (subject to Concertium written consent) and to settle such claim as Customer deems appropriate, provided that Customer shall not enter into any settlement without Concertium’s prior written consent and provided that Concertium may at any time elect to take over control of the defense and settlement of the claim upon written notice to Customer.</li>\r\n</ol>\r\n<h3 class=\"heading05\">US Government Rights</h3>\r\nIf Customer is using the Services on behalf of the US Government, the Services, any related software and related documentation are provided to the US Government as \"commercial items\", \"commercial computer software\", \"commercial computer software documentation\" and \"technical data\" with the same rights and restrictions generally applicable to the Services, and if these terms fail to meet the US Government\'s needs or are inconsistent in any respect with federal law, Customer will immediately discontinue Customer\'s use of the Services. The terms \"commercial items\", \"commercial computer software\", \"commercial computer software documentation\" and \"technical data\" are defined in the Defense Acquisition regulation and the Defense Federal Acquisition Regulation Supplement.\r\n<h3 class=\"heading05\">No Third-Party Beneficiary</h3>\r\nThese Terms of Service do not create any third-party beneficiary rights in any individual or entity that is not a party to these Terms of Service.\r\n\r\nThese Terms of Service, together with the Privacy Policy to the extent applicable and entered into between Customer and Concertium, by Concertiumconstitute the entire agreement between Customer and Concertium. These Terms of Service shall be governed by the internal laws of the State of Florida without regard of its conflict of laws rules, and the parties hereby submit to the exclusive jurisdiction of the courts of Hillsborough County, Florida in connection with any dispute in connection with these Terms of Service, provided that Concertium shall be entitled to institute an action in any court of competent jurisdiction to obtain injunctive relief or otherwise protect or enforce its intellectual property rights or interests.\r\n<h3 class=\"heading05\">All rights are cumulative</h3>\r\nConcertium may freely assign any of its rights and obligations under these Terms of Service. Customer may not assign these Terms of Service without the prior written consent of Concertium. No delay or failure to take any action with respect to any breach of these Terms of Service shall constitute a waiver of such breach or any subsequent or other breach. All waivers must be in writing to be effective. If any provision of these Terms of Service is declared invalid or unenforceable, the remaining provisions of these Terms of Service shall not be affected thereby, and shall remain in full force.','Terms & Conditions','','inherit','closed','closed','','82-revision-v1','','','2019-10-03 14:16:02','2019-10-03 14:16:02','',82,'https://captainschairit.com/82-revision-v1/',0,'revision','',0),(413,1,'2019-10-04 09:55:15','2019-10-04 09:55:15','','Home','','inherit','closed','closed','','5-revision-v1','','','2019-10-04 09:55:15','2019-10-04 09:55:15','',5,'https://captainschairit.com/5-revision-v1/',0,'revision','',0),(418,1,'2019-10-04 13:24:39','2019-10-04 13:24:39','','logos','','inherit','open','closed','','logos','','','2019-10-15 14:56:32','2019-10-15 14:56:32','',443,'https://captainschairit.com/wp-content/uploads/2019/10/logos.png',0,'attachment','image/png',0),(421,1,'2019-10-04 13:55:30','2019-10-04 13:55:30','','Request A Demo','','inherit','closed','closed','','342-revision-v1','','','2019-10-04 13:55:30','2019-10-04 13:55:30','',342,'https://captainschairit.com/342-revision-v1/',0,'revision','',0),(422,1,'2019-10-04 13:56:04','2019-10-04 13:56:04','','Request A Demo','','inherit','closed','closed','','342-revision-v1','','','2019-10-04 13:56:04','2019-10-04 13:56:04','',342,'https://captainschairit.com/342-revision-v1/',0,'revision','',0),(423,1,'2019-10-04 13:56:31','2019-10-04 13:56:31','','Request a Demo','','inherit','closed','closed','','342-revision-v1','','','2019-10-04 13:56:31','2019-10-04 13:56:31','',342,'https://captainschairit.com/342-revision-v1/',0,'revision','',0),(424,1,'2019-10-04 14:02:22','2019-10-04 14:02:22','','Home','','inherit','closed','closed','','5-revision-v1','','','2019-10-04 14:02:22','2019-10-04 14:02:22','',5,'https://captainschairit.com/5-revision-v1/',0,'revision','',0),(425,1,'2019-10-04 14:10:50','2019-10-04 14:10:50','','Client Dashboard','','inherit','closed','closed','','55-revision-v1','','','2019-10-04 14:10:50','2019-10-04 14:10:50','',55,'https://captainschairit.com/55-revision-v1/',0,'revision','',0),(426,1,'2020-02-28 14:31:17','2020-02-28 14:31:17','The world of managed services isn\'t what it used to be. In the past, clients simply turned over the technical reins to their managed service provider (MSP), and the MSP would handle whatever IT functions were part of the agreement. Today, this sort of relationship just doesn\'t cut it. Clients want to take a more active role in their technology management, and they want an MSP who\'s going to act as a partner-- in other words, they want a <em>next-gen IT MSP</em>. How can you set yourself apart in a competitive MSP market and offer your clients the visibility and reporting that they want? With Captain\'s Chair, you can put clients in control, offering them a new level of transparency and accountability-- a digital transformation.\r\n\r\n<strong>Captain\'s Chair and the Next-Gen IT MSP</strong>\r\n\r\nCaptain\'s Chair offers clients a “single pane of glass” view of their IT environment: software, hardware and infrastructure. With this level of transparency, clients can feel confident that their IT resources are being managed effectively. Even better, it provides the insights they need to figure out if they\'re getting the most from their IT investment.\r\n\r\nBeing a next-gen IT MSP is all about being more efficient and proactive. It\'s about acting as a <em>trusted advisor</em> to your clients, not just a source of technical support. Captain\'s Chair helps facilitate that relationship by offering a number of valuable benefits:\r\n<ul>\r\n <li><strong>A Global View of Their IT Environment:</strong> A consolidated view into all aspects of the IT ecosystem gives organizations unprecedented levels of transparency. This complete transparency also helps MSPs work with their clients to meet their business needs, whether it\'s reducing expenses or scaling their business.</li>\r\n <li><strong>IT Accountability:</strong> Clients deserve to know if their IT provider is doing its job. The Captain’s Chair platform provides that accountability, ensuring that all service levels are met or exceeded.</li>\r\n <li><strong>Actionable Insights:</strong> Captain’s Chair provides clear insights into the performance of an organization\'s IT environment. Clients can determine if their IT environment is achieving optimal performance and make sure they\'re getting peak value from their IT spend.</li>\r\n <li><strong>Control:</strong> When organizations outsource their IT services, they often feel like they\'re losing control of the entire IT environment. Captain’s Chair puts that control back in their hands so that they can take the reins and maximize their IT ROI.</li>\r\n</ul>\r\nThe Captain’s Chair platform ties in well with the next-gen movement from hardware to software. Organizations are looking to move away from the usual capital expense model of purchasing new hardware every few years; they can budget more effectively by utilizing cloud services and software that come with consistent operating expenses. Captain’s Chair delivers information and insights on all things digital to clients-- from server statuses to web analytics to project roadmaps. It\'s all there, ready for organizations to harness and use to gain a competitive edge in their respective industries.\r\n\r\n<strong>Putting Clients in the Captain\'s Chair</strong>\r\n\r\nFor next-gen IT MSPs, the key to success in this rapidly-evolving business landscape can be summed up with two words: <em>communication</em> and <em>transparency</em>. When you open up communication channels with your clients and provide the visibility they need to feel comfortable with your service, you\'ll boost client retention and stand out from the crowd of competitors. If you want to help your clients enable their own digital transformation, put them in the Captain\'s Chair. They won\'t want to leave.','Creating the Next-Generation IT Managed Services Provider Using Captain’s Chair','','publish','open','open','','creating-the-next-generation-it-managed-services-provider-using-captains-chair','','','2020-06-29 18:41:12','2020-06-29 18:41:12','',0,'https://captainschairit.com/?p=426',0,'post','',2),(427,1,'2019-10-04 14:31:17','2019-10-04 14:31:17','The world of managed services isn\'t what it used to be. In the past, clients simply turned over the technical reins to their managed service provider (MSP), and the MSP would handle whatever IT functions were part of the agreement. Today, this sort of relationship just doesn\'t cut it. Clients want to take a more active role in their technology management, and they want an MSP who\'s going to act as a partner-- in other words, they want a <em>next-gen IT MSP</em>. How can you set yourself apart in a competitive MSP market and offer your clients the visibility and reporting that they want? With Captain\'s Chair, you can put clients in control, offering them a new level of transparency and accountability-- a digital transformation.\r\n\r\nCaptain\'s Chair and the Next-Gen IT MSP\r\n\r\nCaptain\'s Chair offers clients a “single pane of glass” view of their IT environment: software, hardware and infrastructure. With this level of transparency, clients can feel confident that their IT resources are being managed effectively. Even better, it provides the insights they need to figure out if they\'re getting the most from their IT investment.\r\n\r\nBeing a next-gen IT MSP is all about being more efficient and proactive. It\'s about acting as a <em>trusted advisor</em> to your clients, not just a source of technical support. Captain\'s Chair helps facilitate that relationship by offering a number of valuable benefits:\r\n<ul>\r\n <li><strong>A Global View of Their IT Environment:</strong> A consolidated view into all aspects of the IT ecosystem gives organizations unprecedented levels of transparency. This complete transparency also helps MSPs work with their clients to meet their business needs, whether it\'s reducing expenses or scaling their business.</li>\r\n <li><strong>IT Accountability:</strong> Clients deserve to know if their IT provider is doing its job. The Captain’s Chair platform provides that accountability, ensuring that all service levels are met or exceeded.</li>\r\n <li><strong>Actionable Insights:</strong> Captain’s Chair provides clear insights into the performance of an organization\'s IT environment. Clients can determine if their IT environment is achieving optimal performance and make sure they\'re getting peak value from their IT spend.</li>\r\n <li><strong>Control:</strong> When organizations outsource their IT services, they often feel like they\'re losing control of the entire IT environment. Captain’s Chair puts that control back in their hands so that they can take the reins and maximize their IT ROI.</li>\r\n</ul>\r\nThe Captain’s Chair platform ties in well with the next-gen movement from hardware to software. Organizations are looking to move away from the usual capital expense model of purchasing new hardware every few years; they can budget more effectively by utilizing cloud services and software that come with consistent operating expenses. Captain’s Chair delivers information and insights on all things digital to clients-- from server statuses to web analytics to project roadmaps. It\'s all there, ready for organizations to harness and use to gain a competitive edge in their respective industries.\r\n\r\nPutting Clients in the Captain\'s Chair\r\n\r\nFor next-gen IT MSPs, the key to success in this rapidly-evolving business landscape can be summed up with two words: <em>communication</em> and <em>transparency</em>. When you open up communication channels with your clients and provide the visibility they need to feel comfortable with your service, you\'ll boost client retention and stand out from the crowd of competitors. If you want to help your clients enable their own digital transformation, put them in the Captain\'s Chair. They won\'t want to leave.','Creating the Next-Generation IT Managed Services Provider Using Captain’s Chair','','inherit','closed','closed','','426-revision-v1','','','2019-10-04 14:31:17','2019-10-04 14:31:17','',426,'https://captainschairit.com/426-revision-v1/',0,'revision','',0),(428,1,'2019-10-04 14:33:07','2019-10-04 14:33:07','The world of managed services isn\'t what it used to be. In the past, clients simply turned over the technical reins to their managed service provider (MSP), and the MSP would handle whatever IT functions were part of the agreement. Today, this sort of relationship just doesn\'t cut it. Clients want to take a more active role in their technology management, and they want an MSP who\'s going to act as a partner-- in other words, they want a <em>next-gen IT MSP</em>. How can you set yourself apart in a competitive MSP market and offer your clients the visibility and reporting that they want? With Captain\'s Chair, you can put clients in control, offering them a new level of transparency and accountability-- a digital transformation.\r\n\r\nCaptain\'s Chair and the Next-Gen IT MSP\r\n\r\nCaptain\'s Chair offers clients a “single pane of glass” view of their IT environment: software, hardware and infrastructure. With this level of transparency, clients can feel confident that their IT resources are being managed effectively. Even better, it provides the insights they need to figure out if they\'re getting the most from their IT investment.\r\n\r\nBeing a next-gen IT MSP is all about being more efficient and proactive. It\'s about acting as a <em>trusted advisor</em> to your clients, not just a source of technical support. Captain\'s Chair helps facilitate that relationship by offering a number of valuable benefits:\r\n<ul>\r\n <li><strong>A Global View of Their IT Environment:</strong> A consolidated view into all aspects of the IT ecosystem gives organizations unprecedented levels of transparency. This complete transparency also helps MSPs work with their clients to meet their business needs, whether it\'s reducing expenses or scaling their business.</li>\r\n <li><strong>IT Accountability:</strong> Clients deserve to know if their IT provider is doing its job. The Captain’s Chair platform provides that accountability, ensuring that all service levels are met or exceeded.</li>\r\n <li><strong>Actionable Insights:</strong> Captain’s Chair provides clear insights into the performance of an organization\'s IT environment. Clients can determine if their IT environment is achieving optimal performance and make sure they\'re getting peak value from their IT spend.</li>\r\n <li><strong>Control:</strong> When organizations outsource their IT services, they often feel like they\'re losing control of the entire IT environment. Captain’s Chair puts that control back in their hands so that they can take the reins and maximize their IT ROI.</li>\r\n</ul>\r\nThe Captain’s Chair platform ties in well with the next-gen movement from hardware to software. Organizations are looking to move away from the usual capital expense model of purchasing new hardware every few years; they can budget more effectively by utilizing cloud services and software that come with consistent operating expenses. Captain’s Chair delivers information and insights on all things digital to clients-- from server statuses to web analytics to project roadmaps. It\'s all there, ready for organizations to harness and use to gain a competitive edge in their respective industries.\r\n\r\nPutting Clients in the Captain\'s Chair\r\n\r\nFor next-gen IT MSPs, the key to success in this rapidly-evolving business landscape can be summed up with two words: <em>communication</em> and <em>transparency</em>. When you open up communication channels with your clients and provide the visibility they need to feel comfortable with your service, you\'ll boost client retention and stand out from the crowd of competitors. If you want to help your clients enable their own digital transformation, put them in the Captain\'s Chair. They won\'t want to leave.','Creating the Next-Generation IT Managed Services Provider Using Captain’s Chair','','inherit','closed','closed','','426-revision-v1','','','2019-10-04 14:33:07','2019-10-04 14:33:07','',426,'https://captainschairit.com/426-revision-v1/',0,'revision','',0),(429,1,'2019-10-04 14:34:20','2019-10-04 14:34:20','The world of managed services isn\'t what it used to be. In the past, clients simply turned over the technical reins to their managed service provider (MSP), and the MSP would handle whatever IT functions were part of the agreement. Today, this sort of relationship just doesn\'t cut it. Clients want to take a more active role in their technology management, and they want an MSP who\'s going to act as a partner-- in other words, they want a <em>next-gen IT MSP</em>. How can you set yourself apart in a competitive MSP market and offer your clients the visibility and reporting that they want? With Captain\'s Chair, you can put clients in control, offering them a new level of transparency and accountability-- a digital transformation.\r\n\r\nCaptain\'s Chair and the Next-Gen IT MSP\r\n\r\nCaptain\'s Chair offers clients a “single pane of glass” view of their IT environment: software, hardware and infrastructure. With this level of transparency, clients can feel confident that their IT resources are being managed effectively. Even better, it provides the insights they need to figure out if they\'re getting the most from their IT investment.\r\n\r\nBeing a next-gen IT MSP is all about being more efficient and proactive. It\'s about acting as a <em>trusted advisor</em> to your clients, not just a source of technical support. Captain\'s Chair helps facilitate that relationship by offering a number of valuable benefits:\r\n<ul>\r\n <li><strong>A Global View of Their IT Environment:</strong> A consolidated view into all aspects of the IT ecosystem gives organizations unprecedented levels of transparency. This complete transparency also helps MSPs work with their clients to meet their business needs, whether it\'s reducing expenses or scaling their business.</li>\r\n <li><strong>IT Accountability:</strong> Clients deserve to know if their IT provider is doing its job. The Captain’s Chair platform provides that accountability, ensuring that all service levels are met or exceeded.</li>\r\n <li><strong>Actionable Insights:</strong> Captain’s Chair provides clear insights into the performance of an organization\'s IT environment. Clients can determine if their IT environment is achieving optimal performance and make sure they\'re getting peak value from their IT spend.</li>\r\n <li><strong>Control:</strong> When organizations outsource their IT services, they often feel like they\'re losing control of the entire IT environment. Captain’s Chair puts that control back in their hands so that they can take the reins and maximize their IT ROI.</li>\r\n</ul>\r\nThe Captain’s Chair platform ties in well with the next-gen movement from hardware to software. Organizations are looking to move away from the usual capital expense model of purchasing new hardware every few years; they can budget more effectively by utilizing cloud services and software that come with consistent operating expenses. Captain’s Chair delivers information and insights on all things digital to clients-- from server statuses to web analytics to project roadmaps. It\'s all there, ready for organizations to harness and use to gain a competitive edge in their respective industries.\r\n\r\nPutting Clients in the Captain\'s Chair\r\n\r\nFor next-gen IT MSPs, the key to success in this rapidly-evolving business landscape can be summed up with two words: <em>communication</em> and <em>transparency</em>. When you open up communication channels with your clients and provide the visibility they need to feel comfortable with your service, you\'ll boost client retention and stand out from the crowd of competitors. If you want to help your clients enable their own digital transformation, put them in the Captain\'s Chair. They won\'t want to leave.','Creating the Next-Generation IT Managed Services Provider Using Captain’s Chair','','inherit','closed','closed','','426-autosave-v1','','','2019-10-04 14:34:20','2019-10-04 14:34:20','',426,'https://captainschairit.com/426-autosave-v1/',0,'revision','',0),(430,1,'2019-10-04 14:37:41','2019-10-04 14:37:41','The world of managed services isn\'t what it used to be. In the past, clients simply turned over the technical reins to their managed service provider (MSP), and the MSP would handle whatever IT functions were part of the agreement. Today, this sort of relationship just doesn\'t cut it. Clients want to take a more active role in their technology management, and they want an MSP who\'s going to act as a partner-- in other words, they want a <em>next-gen IT MSP</em>. How can you set yourself apart in a competitive MSP market and offer your clients the visibility and reporting that they want? With Captain\'s Chair, you can put clients in control, offering them a new level of transparency and accountability-- a digital transformation.\r\n\r\n<strong>Captain\'s Chair and the Next-Gen IT MSP</strong>\r\n\r\nCaptain\'s Chair offers clients a “single pane of glass” view of their IT environment: software, hardware and infrastructure. With this level of transparency, clients can feel confident that their IT resources are being managed effectively. Even better, it provides the insights they need to figure out if they\'re getting the most from their IT investment.\r\n\r\nBeing a next-gen IT MSP is all about being more efficient and proactive. It\'s about acting as a <em>trusted advisor</em> to your clients, not just a source of technical support. Captain\'s Chair helps facilitate that relationship by offering a number of valuable benefits:\r\n<ul>\r\n <li><strong>A Global View of Their IT Environment:</strong> A consolidated view into all aspects of the IT ecosystem gives organizations unprecedented levels of transparency. This complete transparency also helps MSPs work with their clients to meet their business needs, whether it\'s reducing expenses or scaling their business.</li>\r\n <li><strong>IT Accountability:</strong> Clients deserve to know if their IT provider is doing its job. The Captain’s Chair platform provides that accountability, ensuring that all service levels are met or exceeded.</li>\r\n <li><strong>Actionable Insights:</strong> Captain’s Chair provides clear insights into the performance of an organization\'s IT environment. Clients can determine if their IT environment is achieving optimal performance and make sure they\'re getting peak value from their IT spend.</li>\r\n <li><strong>Control:</strong> When organizations outsource their IT services, they often feel like they\'re losing control of the entire IT environment. Captain’s Chair puts that control back in their hands so that they can take the reins and maximize their IT ROI.</li>\r\n</ul>\r\nThe Captain’s Chair platform ties in well with the next-gen movement from hardware to software. Organizations are looking to move away from the usual capital expense model of purchasing new hardware every few years; they can budget more effectively by utilizing cloud services and software that come with consistent operating expenses. Captain’s Chair delivers information and insights on all things digital to clients-- from server statuses to web analytics to project roadmaps. It\'s all there, ready for organizations to harness and use to gain a competitive edge in their respective industries.\r\n\r\n<strong>Putting Clients in the Captain\'s Chair</strong>\r\n\r\nFor next-gen IT MSPs, the key to success in this rapidly-evolving business landscape can be summed up with two words: <em>communication</em> and <em>transparency</em>. When you open up communication channels with your clients and provide the visibility they need to feel comfortable with your service, you\'ll boost client retention and stand out from the crowd of competitors. If you want to help your clients enable their own digital transformation, put them in the Captain\'s Chair. They won\'t want to leave.','Creating the Next-Generation IT Managed Services Provider Using Captain’s Chair','','inherit','closed','closed','','426-revision-v1','','','2019-10-04 14:37:41','2019-10-04 14:37:41','',426,'https://captainschairit.com/426-revision-v1/',0,'revision','',0),(431,1,'2019-10-04 14:48:30','2019-10-04 14:48:30','Captain’s Chair offers clients a real-time view into their IT environments with complete visibility of servers (on premises and cloud-based), network elements, hardware assets, software applications and websites.\r\n\r\nHere is a great article by Channel Partners that covered our recently launched SaaS product Captain’s Chair.\r\n\r\n<a href=\"https://www.channelpartnersonline.com/article/how-one-partner-tinkered-with-its-business-model-and-conquered-commoditization/\" target=\"_blank\" rel=\"noopener noreferrer\">https://www.channelpartnersonline.com/article/how-one-partner-tinkered-with-its-business-model-and-conquered-commoditization/</a>','How One Partner Tinkered with Its Business Model and Conquered Commoditization','','publish','closed','closed','','how-one-partner-tinkered-with-its-business-model-and-conquered-commoditization','','','2019-11-12 21:39:34','2019-11-12 21:39:34','',0,'https://captainschairit.com/?post_type=cc-press-releases&p=431',0,'cc-press-releases','',0),(433,1,'2019-10-10 08:09:09','2019-10-10 08:09:09','','Home','','inherit','closed','closed','','5-revision-v1','','','2019-10-10 08:09:09','2019-10-10 08:09:09','',5,'https://captainschairit.com/5-revision-v1/',0,'revision','',0),(435,1,'2019-10-10 11:39:11','2019-10-10 11:39:11','','Home','','inherit','closed','closed','','5-revision-v1','','','2019-10-10 11:39:11','2019-10-10 11:39:11','',5,'https://captainschairit.com/5-revision-v1/',0,'revision','',0),(437,1,'2019-10-10 18:48:52','2019-10-10 18:48:52','','banner-image','','inherit','open','closed','','banner-image','','','2019-10-10 18:48:52','2019-10-10 18:48:52','',0,'https://captainschairit.com/wp-content/uploads/2019/10/banner-image.jpg',0,'attachment','image/jpeg',0),(438,1,'2019-10-10 18:51:42','2019-10-10 18:51:42','','email-icon','','inherit','open','closed','','email-icon','','','2019-10-10 18:51:42','2019-10-10 18:51:42','',0,'https://captainschairit.com/wp-content/uploads/2019/10/email-icon.png',0,'attachment','image/png',0),(439,1,'2019-10-10 18:53:45','2019-10-10 18:53:45','','phone-icon','','inherit','open','closed','','phone-icon','','','2019-10-10 18:53:45','2019-10-10 18:53:45','',0,'https://captainschairit.com/wp-content/uploads/2019/10/phone-icon.png',0,'attachment','image/png',0),(440,1,'2019-10-10 18:55:15','2019-10-10 18:55:15','','linkedin','','inherit','open','closed','','linkedin','','','2019-10-10 18:55:15','2019-10-10 18:55:15','',0,'https://captainschairit.com/wp-content/uploads/2019/10/linkedin.png',0,'attachment','image/png',0),(442,1,'2019-10-10 19:34:42','2019-10-10 19:34:42','These terms of service, together with our Privacy Policy which can be found <a href=\"https://captainschairit.com/privacy-policy/\">here</a> (collectively, the “Terms of Service”), govern your or the entity on whose behalf you are agreeing to these Terms of Service (\"Customer\")’s access to and use of the Services (as defined below) provided by Concertium. or any of its affiliates (collectively, \"Concertium\").\r\n\r\nIn the event that these Terms of Service conflict with the provisions of any Order, the provisions of these Terms of Service shall prevail unless Concertium and Customer expressly agree otherwise in writing and this is signed by both parties.\r\n\r\nConcertium may update these Terms of Service from time to time and will notify Customer of such updates either via email or by posting notice of such changes on its website, or by any other reasonable means. Customer’s continued use of the Services after Concertium’s provision of a notice of an updated version of the Terms of Service shall constitute Customer’s consent to such updated Terms of Service.\r\n<h3 class=\"heading05\">Customer Access to and Use of the Services</h3>\r\nCustomer may access and use the Services and the Website solely subject to and in accordance with these Terms of Service. Customer will comply with all applicable laws, rules, and regulations in connection with Customer\'s use of the Services and the Application. As used in these Terms of Service, the term \"Services\" means the data made available by Captain’s Chair to Customer together with any other product or service that may be provided by Concertium to Customer from time to time under these Terms of Service.\r\n<h3 class=\"heading05\">Availability of the Services</h3>\r\nConcertium will make commercially reasonable efforts to:\r\n<ol>\r\n <li>Maintain a 90% dashboard uptime and 99% data warehouse uptime.</li>\r\n <li>provide a Resolution to Critical Errors within 4 business days of receipt of an error call.</li>\r\n</ol>\r\n“Critical Error” means a condition resulting in the inability of Customer to obtain Customer Results. “Error” means a condition that:\r\n<ul class=\"right-list-pan02\">\r\n <li>(A) meets the definition of Critical Error, but that can be circumvented or avoided on a temporary basis, or</li>\r\n <li>(B) results in the Services being or performing outside the specified functionality but is not a Critical Error. “Resolution” includes a resolution that is a work-around or emergency fix. If the Critical Error can be circumvented or avoided on a temporary basis the severity classification will drop to Error.</li>\r\n</ul>\r\n<h3 class=\"heading05\">Third Party Cloud Infrastructure</h3>\r\nCustomer acknowledges and agrees that, in connection with the Services, Customer\'s data will be stored on the cloud infrastructure of a Third-Party Service Provider (the \"Cloud Infrastructure Provider\").\r\n<h3 class=\"heading05\">Right to Terminate or Suspend Services</h3>\r\nIf Concertium believes in its sole discretion that there may have been or may be a violation of Customer’s warranties or obligations under these Terms of Service, Concertium is authorized in its sole discretion and without any liability to monitor Customer\'s compliance, to immediately suspend or terminate the provision of Services to Customer, and/or to block the transmission of Customer Content which in Concertium’s reasonable opinion could violate applicable law, violate the rights of others, or subject Concertium to liability. In addition, if Concertium believes in its sole discretion that any Customer Content may have been or is at risk of being accessed by a third party without authorization, Concertium may take such Customer Content offline until the intrusion is resolved.\r\n<h3 class=\"heading05\">Termination</h3>\r\nCustomer may terminate these Terms of Service by providing written notice to their Concertium Relationship Manager (RM). Once written notice is provided, the cancellation will take effect upon the last day of the current Term. Concertium may terminate these Terms of Service immediately and without liability upon providing notice to Customer:\r\n<ol>\r\n <li>If Concertium believes that Customer has violated any provision of these Terms of Service or applicable law.</li>\r\n <li>If Concertium is threatened with a legal claim related to the provision of the Services.</li>\r\n <li>If Concertium’s relationship with a Third -Party Services Provider terminates or requires Concertium to change, suspend or terminate the Services.</li>\r\n <li>If Concertium believes providing the Services could create a substantial economic or technical burden or material security risk.</li>\r\n <li>In order to comply with applicable law or requests of governmental entities, or</li>\r\n <li>If Concertium determines that the use of the Services by Customer or Concertium’s provision of any of the Services has become impractical or unfeasible. Customer may terminate these Terms of Service by providing written notice in form of email to your Concertium Relationship Manager (RM). Once written notice is provided, the Cancellation will take effect upon the last day of the current Term.</li>\r\n</ol>\r\n<h3 class=\"heading05\">Effect of Termination</h3>\r\nUpon termination of these Terms of Service, Concertium will provide Customer with reasonable access to, and the ability to extract, Customer Content for a period of 7 days of the effective date of termination. Following such 7-day period, Concertium will delete Customer Content and Customer\'s access to the Services. Applicable provisionsshall survive termination of these Terms of Service for any reason.\r\n<h3 class=\"heading05\">Customer Representations and Warranties</h3>\r\nCustomer represents and warrants to Concertium that:\r\n<ol>\r\n <li>Customer has the requisite power and authority to enter into these Terms of Service and to perform all of its obligations under these Terms of Service.</li>\r\n <li>All Account information Customer has provided Concertium for the purpose of receiving the Services is complete and accurate, and Customer shall update its Account information to maintain the accuracy thereof throughout the Term.</li>\r\n <li>If Customer makes use of software not provided by Concertium, Customer has a written license agreement permitting Customer to use such software in connection with the Services, and Concertium shall have no responsibility for any liability or any problems caused to the Services in connection with Customer’s use of any such software, and</li>\r\n <li>Customer is and will remain throughout the Term in compliance with all applicable information security, data protection, privacy and/or other statutes, acts, laws, regulations and directives relating to its use of the Services.</li>\r\n</ol>\r\n<h3 class=\"heading05\">Concertium Representations and Warranties</h3>\r\nConcertium represents and warrants to Customer that Concertium has the requisite power and authority to enter into these Terms of Service and to perform all of its obligations under these Terms of Service.\r\n\r\nCaptain’s Chair, or its licensors, Concertium owns and reserves all rights, title and interest in and to the Services, the Application, Captain’s Chair trademarks and service marks and all modifications to any of the forgoing, and all related worldwide intellectual property rights, whether registered or not and whether registerable or not.\r\n<h3 class=\"heading05\">Customer\'s License</h3>\r\nIn consideration for Customer’s full and punctual payment of the Fees (as defined below) and subject to Customer’s ongoing compliance with these Terms of Service, Concertium hereby grants Customer a limited, non-exclusive, non-transferable and non-sublicensable license to access and use the Services.\r\n<h3 class=\"heading05\">Restrictions</h3>\r\nCustomer may not use the Services in any manner or for any purpose other than for its own internal use and as expressly permitted by these Terms of Service. Customer may not, and may not attempt to, and will not allow third parties to:\r\n<ol>\r\n <li>Modify, alter, tamper with, repair, or otherwise create derivative works of any software included in the Services.</li>\r\n <li>Reverse engineer, disassemble, or decompile the Service or apply any other process or procedure to derive the source code of any software included in the Services.</li>\r\n <li>Create multiple Accounts to simulate or act as a single Account or otherwise access the Services in a manner intended to avoid incurring Fees or otherwise breach these Terms of Service.</li>\r\n <li>Resell, sublicense, or otherwise allow a third party\'s access to the Services.</li>\r\n <li>Copy any ideas, features, functions or content of the Services (other than Customer Content), or use the Services to create a competitive product or service.</li>\r\n <li>Remove, alter or obscure any proprietary notices contained on or within the Services or the Application, (7.) monitor the availability, performance or functionality of the Services, or</li>\r\n <li>Gain or attempt to gain unauthorized access to Concertium’s systems or network. Customer shall be fully responsible for its Representatives’ adherence to these Terms of Service. As a condition to making the Services available to Customer, Customer undertakes that it will not assert, authorize, assist or encourage any third party to assert against Concertium or its licensors, affiliates or users, any infringement or other claim in connection with the Services.</li>\r\n</ol>\r\n<h3 class=\"heading05\">Suggestions</h3>\r\nShould Customer provide Concertium with any ideas, feedback or suggestions (“Suggestions”) regarding the Services, including without limitation, bug fixes or improvements, Concertium will irrevocably own all right, title and interest in and to the Suggestions and will be free to use the Suggestions without any liability or payment to Customer and without Customer’s prior written consent. Customer hereby irrevocably assigns to Concertium all right, title and interest in and to Suggestions and agrees to provide Concertium with such reasonable assistance required in order to document, perfect and maintain Concertium’s rights in and to the Suggestions, at Concertium’s cost.\r\n<h3 class=\"heading05\">Confidentiality</h3>\r\nCustomer agrees to hold in confidence and not to use or disclose any of Concertium’s Confidential Information except solely for the purpose of Customer’s authorized use of the Services in accordance with these Terms of Service. “Confidential Information” means the pricing terms contained in these Terms of Service and any and all non-public data or information, including all third-party data or information, disclosed by or on behalf of Concertium to Customer in connection with the Services.\r\n<h3 class=\"heading05\">Indemnification</h3>\r\nCustomer will defend, indemnify, and hold harmless Concertium and its licensors, Concertium and each of their respective officers, directors, employees, advisors and representatives, from and against any claims, damages, losses, liabilities, costs, fines and expenses (including attorneys’ fees) arising out of or relating to:\r\n<ol>\r\n <li>Customer’s actual or alleged breach of any provisions of these Terms of Services, the Cloud Infrastructure Provider Terms or of any applicable law.</li>\r\n <li>Any activities held under Customer’s Account, including by unauthorized third parties; or.</li>\r\n <li>Customer Content or the combination of Customer Content with other applications, content or processes, including any claim involving actual or alleged infringement or misappropriation of third-party rights arising out of or in connection with Customer Content and including any actual or alleged claim that appropriate consents were not obtained from data subject to the collection or processing of their personal data. Concertium shall notify Customer of any claim subject to indemnification, provided that Concertium\'s failure to do so shall not affect Customer obligations hereunder, except to the extent that Concertium\'s failure to promptly notify Customer materially delays or prejudices Customer ability to defend the claim. At Concertium\'s option, Customer will have the right to defend against any such claim with counsel of Customer’s choosing (subject to Concertium written consent) and to settle such claim as Customer deems appropriate, provided that Customer shall not enter into any settlement without Concertium’s prior written consent and provided that Concertium may at any time elect to take over control of the defense and settlement of the claim upon written notice to Customer.</li>\r\n</ol>\r\n<h3 class=\"heading05\">US Government Rights</h3>\r\nIf Customer is using the Services on behalf of the US Government, the Services, any related software and related documentation are provided to the US Government as \"commercial items\", \"commercial computer software\", \"commercial computer software documentation\" and \"technical data\" with the same rights and restrictions generally applicable to the Services, and if these terms fail to meet the US Government\'s needs or are inconsistent in any respect with federal law, Customer will immediately discontinue Customer\'s use of the Services. The terms \"commercial items\", \"commercial computer software\", \"commercial computer software documentation\" and \"technical data\" are defined in the Defense Acquisition regulation and the Defense Federal Acquisition Regulation Supplement.\r\n<h3 class=\"heading05\">No Third-Party Beneficiary</h3>\r\nThese Terms of Service do not create any third-party beneficiary rights in any individual or entity that is not a party to these Terms of Service.\r\n\r\nThese Terms of Service, together with the Privacy Policy to the extent applicable and entered into between Customer and Concertium, by Concertiumconstitute the entire agreement between Customer and Concertium. These Terms of Service shall be governed by the internal laws of the State of Florida without regard of its conflict of laws rules, and the parties hereby submit to the exclusive jurisdiction of the courts of Hillsborough County, Florida in connection with any dispute in connection with these Terms of Service, provided that Concertium shall be entitled to institute an action in any court of competent jurisdiction to obtain injunctive relief or otherwise protect or enforce its intellectual property rights or interests.\r\n<h3 class=\"heading05\">All rights are cumulative</h3>\r\nConcertium may freely assign any of its rights and obligations under these Terms of Service. Customer may not assign these Terms of Service without the prior written consent of Concertium. No delay or failure to take any action with respect to any breach of these Terms of Service shall constitute a waiver of such breach or any subsequent or other breach. All waivers must be in writing to be effective. If any provision of these Terms of Service is declared invalid or unenforceable, the remaining provisions of these Terms of Service shall not be affected thereby, and shall remain in full force.','Terms & Conditions','','inherit','closed','closed','','82-revision-v1','','','2019-10-10 19:34:42','2019-10-10 19:34:42','',82,'https://captainschairit.com/82-revision-v1/',0,'revision','',0),(443,1,'2020-02-27 14:55:06','2020-02-27 14:55:06','If you\'re already part of the ConnectWise ecosystem, you know how this suite of complementary solutions can streamline and automate your work as a managed service provider (MSP). In today\'s competitive MSP market, however, it\'s no longer enough to simply provide services to your client. Clients want to take a more active role in their relationship with a technology MSP, and they want increased levels of transparency from their service provider. How can you reinforce your role as a trusted partner to your clients and give them the visibility they want? The solution is simple: Harness the power of ConnectWise and put your clients in the Captain\'s Chair.\r\n\r\n<strong>What is Captain\'s Chair?</strong>\r\n\r\nCaptain\'s Chair is an industry-first proprietary software designed to solve one of the most common causes of client frustration – the “black box” of outsourced IT. MSP’s sell Captain’s Chair to generate additional recurring revenue, reduce client churn and have the ability to work with larger, more lucrative clients. The platform presents a summary of information for clients on all aspects of their IT environment: tickets, backups, servers, network elements, websites and applications. In addition, the application also provides at-a-glance information on assets such as workstations, servers and subscriptions. Clients can also view quotes, reports and roadmaps that will help drive digital transformation.\r\n\r\n<strong>The ConnectWise Connection</strong>\r\n\r\nFor ConnectWise users, Captain\'s Chair is a natural partner. The platform pulls its information from multiple ConnectWise products, including:\r\n• ConnectWise Manage: This Professional Services Automation tool can transform an organization\'s help desk, automating tasks and keeping the flow of communication going. Through Manage, Captain’s Chair pulls information so clients can view the status of tickets, assets and warranty information at a glance to set their mind at ease. Going forward, Captain\'s Chair will include additional features from the Manage product, including one that allows clients to see the status of project tickets.\r\n• ConnectWise Automate: With this remote monitoring management tool, agents are deployed on all servers and workstations. The tool reports the health status for each device; using this information, the dashboard can generate automatic alerts when a device has issues or requires proactive maintenance. Through Automate, Captain’s Chair pulls information related to on-premise servers and workstations to give clients the ability to see the health status along with any downtime or trouble history.\r\n\r\nAdditional integrations are planned for other tools within the ecosystem, including ConnectWise Sell, which streamlines the proposal process and automates billing and collections.\r\n\r\n<strong>Driving Digital Transformation</strong>\r\n\r\nIt\'s clear that ConnectWise can help MSPs streamline their processes and create efficiencies. With Captain\'s Chair, you can embrace the role of a <a href=\"https://captainschairit.com/creating-the-next-generation-it-managed-services-provider-using-captains-chair/\">next-gen MSP</a>, offering clients complete visibility, transparency and accountability. Take advantage of the synergy between these two powerful platforms, and help your clients drive their digital transformation.','Captain\'s Chair - Partnering with the ConnectWise Ecosystem','','publish','open','open','','captains-chair-partnering-with-the-connectwise-ecosystem','','\nhttps://captainschairit.com/creating-the-next-generation-it-managed-services-provider-using-captains-chair/','2020-05-28 16:51:04','2020-05-28 16:51:04','',0,'https://captainschairit.com/?p=443',0,'post','',0),(444,1,'2019-10-15 14:52:12','2019-10-15 14:52:12','If you\'re already part of the ConnectWise ecosystem, you know how this suite of complementary solutions can streamline and automate your work as a managed service provider (MSP). In today\'s competitive MSP market, however, it\'s no longer enough to simply provide services to your client. Clients want to take a more active role in their relationship with a technology MSP, and they want increased levels of transparency from their service provider. How can you reinforce your role as a trusted partner to your clients and give them the visibility they want? The solution is simple: Harness the power of ConnectWise and put your clients in the Captain\'s Chair.\r\n\r\n<strong>What is Captain\'s Chair?</strong>\r\n\r\nCaptain\'s Chair is an industry-first proprietary software designed to solve one of the most common causes of client frustration – the “black box” of outsourced IT. MSP’s sell Captain’s Chair to generate additional recurring revenue, reduce client churn and have the ability to work with larger, more lucrative clients. The platform presents a summary of information for clients on all aspects of their IT environment: tickets, backups, servers, network elements, websites and applications. In addition, the application also provides at-a-glance information on assets such as workstations, servers and subscriptions. Clients can also view quotes, reports and roadmaps that will help drive digital transformation.\r\n\r\n<strong>The ConnectWise Connection</strong>\r\n\r\nFor ConnectWise users, Captain\'s Chair is a natural partner. The platform pulls its information from multiple ConnectWise products, including:\r\n• ConnectWise Manage: This Professional Services Automation tool can transform an organization\'s help desk, automating tasks and keeping the flow of communication going. Through Manage, Captain’s Chair pulls information so clients can view the status of tickets, assets and warranty information at a glance to set their mind at ease. Going forward, Captain\'s Chair will include additional features from the Manage product, including one that allows clients to see the status of project tickets.\r\n• ConnectWise Automate: With this remote monitoring management tool, agents are deployed on all servers and workstations. The tool reports the health status for each device; using this information, the dashboard can generate automatic alerts when a device has issues or requires proactive maintenance. Through Automate, Captain’s Chair pulls information related to on-premise servers and workstations to give clients the ability to see the health status along with any downtime or trouble history.\r\n\r\nAdditional integrations are planned for other tools within the ecosystem, including ConnectWise Sell, which streamlines the proposal process and automates billing and collections.\r\n\r\n<strong>Driving Digital Transformation</strong>\r\n\r\nIt\'s clear that ConnectWise can help MSPs streamline their processes and create efficiencies. With Captain\'s Chair, you can embrace the role of a next-gen MSP, offering clients complete visibility, transparency and accountability. Take advantage of the synergy between these two powerful platforms, and help your clients drive their digital transformation.','Captain\'s Chair - Partnering with the ConnectWise Ecosystem','','inherit','closed','closed','','443-revision-v1','','','2019-10-15 14:52:12','2019-10-15 14:52:12','',443,'https://captainschairit.com/443-revision-v1/',0,'revision','',0),(445,1,'2019-10-15 14:52:33','2019-10-15 14:52:33','If you\'re already part of the ConnectWise ecosystem, you know how this suite of complementary solutions can streamline and automate your work as a managed service provider (MSP). In today\'s competitive MSP market, however, it\'s no longer enough to simply provide services to your client. Clients want to take a more active role in their relationship with a technology MSP, and they want increased levels of transparency from their service provider. How can you reinforce your role as a trusted partner to your clients and give them the visibility they want? The solution is simple: Harness the power of ConnectWise and put your clients in the Captain\'s Chair.\r\n\r\n<strong>What is Captain\'s Chair?</strong>\r\n\r\nCaptain\'s Chair is an industry-first proprietary software designed to solve one of the most common causes of client frustration – the “black box” of outsourced IT. MSP’s sell Captain’s Chair to generate additional recurring revenue, reduce client churn and have the ability to work with larger, more lucrative clients. The platform presents a summary of information for clients on all aspects of their IT environment: tickets, backups, servers, network elements, websites and applications. In addition, the application also provides at-a-glance information on assets such as workstations, servers and subscriptions. Clients can also view quotes, reports and roadmaps that will help drive digital transformation.\r\n\r\n<strong>The ConnectWise Connection</strong>\r\n\r\nFor ConnectWise users, Captain\'s Chair is a natural partner. The platform pulls its information from multiple ConnectWise products, including:\r\n• ConnectWise Manage: This Professional Services Automation tool can transform an organization\'s help desk, automating tasks and keeping the flow of communication going. Through Manage, Captain’s Chair pulls information so clients can view the status of tickets, assets and warranty information at a glance to set their mind at ease. Going forward, Captain\'s Chair will include additional features from the Manage product, including one that allows clients to see the status of project tickets.\r\n• ConnectWise Automate: With this remote monitoring management tool, agents are deployed on all servers and workstations. The tool reports the health status for each device; using this information, the dashboard can generate automatic alerts when a device has issues or requires proactive maintenance. Through Automate, Captain’s Chair pulls information related to on-premise servers and workstations to give clients the ability to see the health status along with any downtime or trouble history.\r\n\r\nAdditional integrations are planned for other tools within the ecosystem, including ConnectWise Sell, which streamlines the proposal process and automates billing and collections.\r\n\r\n<strong>Driving Digital Transformation</strong>\r\n\r\nIt\'s clear that ConnectWise can help MSPs streamline their processes and create efficiencies. With Captain\'s Chair, you can embrace the role of a next-gen MSP, offering clients complete visibility, transparency and accountability. Take advantage of the synergy between these two powerful platforms, and help your clients drive their digital transformation.','Captain\'s Chair - Partnering with the ConnectWise Ecosystem','','inherit','closed','closed','','443-revision-v1','','','2019-10-15 14:52:33','2019-10-15 14:52:33','',443,'https://captainschairit.com/443-revision-v1/',0,'revision','',0),(446,1,'2019-10-15 14:54:46','2019-10-15 14:54:46','If you\'re already part of the ConnectWise ecosystem, you know how this suite of complementary solutions can streamline and automate your work as a managed service provider (MSP). In today\'s competitive MSP market, however, it\'s no longer enough to simply provide services to your client. Clients want to take a more active role in their relationship with a technology MSP, and they want increased levels of transparency from their service provider. How can you reinforce your role as a trusted partner to your clients and give them the visibility they want? The solution is simple: Harness the power of ConnectWise and put your clients in the Captain\'s Chair.\r\n\r\n<strong>What is Captain\'s Chair?</strong>\r\n\r\nCaptain\'s Chair is an industry-first proprietary software designed to solve one of the most common causes of client frustration – the “black box” of outsourced IT. MSP’s sell Captain’s Chair to generate additional recurring revenue, reduce client churn and have the ability to work with larger, more lucrative clients. The platform presents a summary of information for clients on all aspects of their IT environment: tickets, backups, servers, network elements, websites and applications. In addition, the application also provides at-a-glance information on assets such as workstations, servers and subscriptions. Clients can also view quotes, reports and roadmaps that will help drive digital transformation.\r\n\r\n<strong>The ConnectWise Connection</strong>\r\n\r\nFor ConnectWise users, Captain\'s Chair is a natural partner. The platform pulls its information from multiple ConnectWise products, including:\r\n• ConnectWise Manage: This Professional Services Automation tool can transform an organization\'s help desk, automating tasks and keeping the flow of communication going. Through Manage, Captain’s Chair pulls information so clients can view the status of tickets, assets and warranty information at a glance to set their mind at ease. Going forward, Captain\'s Chair will include additional features from the Manage product, including one that allows clients to see the status of project tickets.\r\n• ConnectWise Automate: With this remote monitoring management tool, agents are deployed on all servers and workstations. The tool reports the health status for each device; using this information, the dashboard can generate automatic alerts when a device has issues or requires proactive maintenance. Through Automate, Captain’s Chair pulls information related to on-premise servers and workstations to give clients the ability to see the health status along with any downtime or trouble history.\r\n\r\nAdditional integrations are planned for other tools within the ecosystem, including ConnectWise Sell, which streamlines the proposal process and automates billing and collections.\r\n\r\n<strong>Driving Digital Transformation</strong>\r\n\r\nIt\'s clear that ConnectWise can help MSPs streamline their processes and create efficiencies. With Captain\'s Chair, you can embrace the role of a <a href=\"https://captainschairit.com/creating-the-next-generation-it-managed-services-provider-using-captains-chair/\">next-gen MSP</a>, offering clients complete visibility, transparency and accountability. Take advantage of the synergy between these two powerful platforms, and help your clients drive their digital transformation.','Captain\'s Chair - Partnering with the ConnectWise Ecosystem','','inherit','closed','closed','','443-revision-v1','','','2019-10-15 14:54:46','2019-10-15 14:54:46','',443,'https://captainschairit.com/443-revision-v1/',0,'revision','',0),(447,1,'2019-10-15 14:55:06','2019-10-15 14:55:06','If you\'re already part of the ConnectWise ecosystem, you know how this suite of complementary solutions can streamline and automate your work as a managed service provider (MSP). In today\'s competitive MSP market, however, it\'s no longer enough to simply provide services to your client. Clients want to take a more active role in their relationship with a technology MSP, and they want increased levels of transparency from their service provider. How can you reinforce your role as a trusted partner to your clients and give them the visibility they want? The solution is simple: Harness the power of ConnectWise and put your clients in the Captain\'s Chair.\r\n\r\n<strong>What is Captain\'s Chair?</strong>\r\n\r\nCaptain\'s Chair is an industry-first proprietary software designed to solve one of the most common causes of client frustration – the “black box” of outsourced IT. MSP’s sell Captain’s Chair to generate additional recurring revenue, reduce client churn and have the ability to work with larger, more lucrative clients. The platform presents a summary of information for clients on all aspects of their IT environment: tickets, backups, servers, network elements, websites and applications. In addition, the application also provides at-a-glance information on assets such as workstations, servers and subscriptions. Clients can also view quotes, reports and roadmaps that will help drive digital transformation.\r\n\r\n<strong>The ConnectWise Connection</strong>\r\n\r\nFor ConnectWise users, Captain\'s Chair is a natural partner. The platform pulls its information from multiple ConnectWise products, including:\r\n• ConnectWise Manage: This Professional Services Automation tool can transform an organization\'s help desk, automating tasks and keeping the flow of communication going. Through Manage, Captain’s Chair pulls information so clients can view the status of tickets, assets and warranty information at a glance to set their mind at ease. Going forward, Captain\'s Chair will include additional features from the Manage product, including one that allows clients to see the status of project tickets.\r\n• ConnectWise Automate: With this remote monitoring management tool, agents are deployed on all servers and workstations. The tool reports the health status for each device; using this information, the dashboard can generate automatic alerts when a device has issues or requires proactive maintenance. Through Automate, Captain’s Chair pulls information related to on-premise servers and workstations to give clients the ability to see the health status along with any downtime or trouble history.\r\n\r\nAdditional integrations are planned for other tools within the ecosystem, including ConnectWise Sell, which streamlines the proposal process and automates billing and collections.\r\n\r\n<strong>Driving Digital Transformation</strong>\r\n\r\nIt\'s clear that ConnectWise can help MSPs streamline their processes and create efficiencies. With Captain\'s Chair, you can embrace the role of a <a href=\"https://captainschairit.com/creating-the-next-generation-it-managed-services-provider-using-captains-chair/\">next-gen MSP</a>, offering clients complete visibility, transparency and accountability. Take advantage of the synergy between these two powerful platforms, and help your clients drive their digital transformation.','Captain\'s Chair - Partnering with the ConnectWise Ecosystem','','inherit','closed','closed','','443-revision-v1','','','2019-10-15 14:55:06','2019-10-15 14:55:06','',443,'https://captainschairit.com/443-revision-v1/',0,'revision','',0),(448,1,'2019-09-11 13:42:15','2019-09-11 13:42:15','','ConnectWise Automate','','publish','closed','closed','','connectwise-automate','','','2020-05-20 20:27:12','2020-05-20 20:27:12','',0,'https://captainschairit.com/?post_type=cc-connectors&p=448',0,'cc-connectors','',0),(450,1,'2019-10-15 20:47:25','2019-10-15 20:47:25','','491028-connectwise-automate-logo','','inherit','open','closed','','491028-connectwise-automate-logo','','','2019-10-15 20:47:25','2019-10-15 20:47:25','',448,'https://captainschairit.com/wp-content/uploads/2019/10/491028-connectwise-automate-logo.jpg',0,'attachment','image/jpeg',0),(456,1,'2019-09-11 13:56:00','2019-09-11 13:56:00','','Auvik','','publish','closed','closed','','auvik','','','2020-05-20 20:32:48','2020-05-20 20:32:48','',0,'https://captainschairit.com/?post_type=cc-connectors&p=456',0,'cc-connectors','',0),(458,1,'2019-11-05 13:49:12','2019-11-05 13:49:12','https://channelbuzz.ca/2019/11/captains-chair-it-launches-with-solution-that-gives-msp-customers-visibility-into-services-and-value-32354/','Captain\'s Chair Coverage from IT Nation','','publish','closed','closed','','captains-chair-coverage-from-it-nation','','','2019-11-12 21:39:42','2019-11-12 21:39:42','',0,'https://captainschairit.com/?post_type=cc-press-releases&p=458',0,'cc-press-releases','',0),(460,1,'2019-11-12 21:31:35','2019-11-12 21:31:35','https://www.softwaretestingnews.co.uk/demand-a-data-driven-review-session-pratik-roychoudhury-on-picking-the-right-msp/','Client Demand for an Objective, Data-Driven Approach to MSP Services','','publish','closed','closed','','client-demand-for-an-objective-data-driven-approach-to-msp-services','','','2019-11-12 21:31:35','2019-11-12 21:31:35','',0,'https://captainschairit.com/?post_type=cc-press-releases&p=460',0,'cc-press-releases','',0),(461,1,'2020-02-26 19:19:58','2020-02-26 19:19:58','Every MSP knows how it important it is to maintain positive relationships with clients; after all, it\'s a lot harder and more expensive to acquire a new client than it is to retain an existing one. Understanding the most common reasons why companies leave their MSPs is the first step toward achieving client loyalty-- implementing a solution that addresses those issues will take you the rest of the way there. Let\'s look at some of the top reasons why companies end up ditching their MSPs and talk about how Captain\'s Chair can solve those problems.\r\n\r\n<strong>Problem:</strong> Communication and response time\r\n<strong>The Captain\'s Chair Solution:</strong> Clients can get frustrated when there\'s a seeming lack of communication regarding issues related to incidents. If an organization feels that response times for open tickets are lagging, it won\'t be long until they find themselves a new MSP. Captain\'s Chair can bridge the communication gap, giving clients the opportunity to see their full ticket history along with any notes associated with those tickets. The platform even allows them to add their own notes to tickets. This level of visibility and communication sets a client\'s mind at ease and can reduce calls to the service desk.\r\n\r\n<strong>Problem:</strong> Lack of transparency\r\n<strong>The Captain\'s Chair Solution:</strong> Clients often feel like they need to blindly trust their MSP to do the right thing; however, most organizations would prefer a more active partnership with their service provider. With Captain\'s Chair, clients can \"trust but verify\". Organizations don\'t have to worry that their MSP is selling them products and services that aren\'t necessary just to increase revenue; instead, they can feel confident that their MSP is acting as a trusted partner.\r\n\r\n<strong>Problem:</strong> Unclear expectations\r\n<strong>The Captain\'s Chair Solution:</strong> Over time, client infrastructure inevitably becomes out of date or out of warranty. As an organization\'s servers, workstations and networking elements age, their environments are likely to fail more often. Unfortunately, these situations often cause friction with IT MSPs as clients blame them for the issues. With the help of Captain\'s Chair, MSPs can proactively communicate and set expectations for clients. They can provide their clients with clear roadmaps for hardware and software refreshes and set the stage for their digital transformation through regular business reviews.\r\n\r\nIt\'s no surprise that clients are quick to leave their MSP if they feel they\'re left out of the loop. <a href=\"https://captainschairit.com/creating-the-next-generation-it-managed-services-provider-using-captains-chair/\">Organizations are no longer content to simply outsource certain functions to a managed service provider-- they want to take a more active role in the management of these functions.</a> The Captain\'s Chair platform provides the transparency, visibility and accountability clients need to feel confident in your service. Put your clients in the Captain\'s Chair and watch your client retention rates grow.','Top Reasons Why Companies Leave Their MSP\'s - The Captain\'s Chair Solution','','publish','open','open','','top-reasons-why-companies-leave-their-msps-the-captains-chair-solution','','\nhttps://captainschairit.com/creating-the-next-generation-it-managed-services-provider-using-captains-chair/','2020-05-28 16:51:24','2020-05-28 16:51:24','',0,'https://captainschairit.com/?p=461',0,'post','',1),(463,1,'2019-11-15 19:15:15','2019-11-15 19:15:15','Every MSP knows how it important it is to maintain positive relationships with clients; after all, it\'s a lot harder and more expensive to acquire a new client than it is to retain an existing one. Understanding the most common reasons why companies leave their MSPs is the first step toward achieving client loyalty-- implementing a solution that addresses those issues will take you the rest of the way there. Let\'s look at some of the top reasons why companies end up ditching their MSPs and talk about how Captain\'s Chair can solve those problems.\r\n\r\n<strong>Problem:</strong> Communication and response time\r\n<strong>The Captain\'s Chair Solution:</strong> Clients can get frustrated when there\'s a seeming lack of communication regarding issues related to incidents. If an organization feels that response times for open tickets are lagging, it won\'t be long until they find themselves a new MSP. Captain\'s Chair can bridge the communication gap, giving clients the opportunity to see their full ticket history along with any notes associated with those tickets. The platform even allows them to add their own notes to tickets. This level of visibility and communication sets a client\'s mind at ease and can reduce calls to the service desk.\r\n\r\n<strong>Problem:</strong> Lack of transparency\r\n<strong>The Captain\'s Chair Solution:</strong> Clients often feel like they need to blindly trust their MSP to do the right thing; however, most organizations would prefer a more active partnership with their service provider. With Captain\'s Chair, clients can \"trust but verify\". Organizations don\'t have to worry that their MSP is selling them products and services that aren\'t necessary just to increase revenue; instead, they can feel confident that their MSP is acting as a trusted partner.\r\n\r\n<strong>Problem:</strong> Unclear expectations\r\n<strong>The Captain\'s Chair Solution:</strong> Over time, client infrastructure inevitably becomes out of date or out of warranty. As an organization\'s servers, workstations and networking elements age, their environments are likely to fail more often. Unfortunately, these situations often cause friction with IT MSPs as clients blame them for the issues. With the help of Captain\'s Chair, MSPs can proactively communicate and set expectations for clients. They can provide their clients with clear roadmaps for hardware and software refreshes and set the stage for their digital transformation through regular business reviews.\r\n\r\nIt\'s no surprise that clients are quick to leave their MSP if they feel they\'re left out of the loop. Organizations are no longer content to simply outsource certain functions to a managed service provider-- they want to take a more active role in the management of these functions. The Captain\'s Chair platform provides the transparency, visibility and accountability clients need to feel confident in your service. Put your clients in the Captain\'s Chair and watch your client retention rates grow.','Top Reasons Why Companies Leave Their MSP\'s - The Captain\'s Chair Solution','','inherit','closed','closed','','461-revision-v1','','','2019-11-15 19:15:15','2019-11-15 19:15:15','',461,'https://captainschairit.com/461-revision-v1/',0,'revision','',0),(464,1,'2019-11-15 19:15:49','2019-11-15 19:15:49','Every MSP knows how it important it is to maintain positive relationships with clients; after all, it\'s a lot harder and more expensive to acquire a new client than it is to retain an existing one. Understanding the most common reasons why companies leave their MSPs is the first step toward achieving client loyalty-- implementing a solution that addresses those issues will take you the rest of the way there. Let\'s look at some of the top reasons why companies end up ditching their MSPs and talk about how Captain\'s Chair can solve those problems.\r\n\r\n<strong>Problem:</strong> Communication and response time\r\n<strong>The Captain\'s Chair Solution:</strong> Clients can get frustrated when there\'s a seeming lack of communication regarding issues related to incidents. If an organization feels that response times for open tickets are lagging, it won\'t be long until they find themselves a new MSP. Captain\'s Chair can bridge the communication gap, giving clients the opportunity to see their full ticket history along with any notes associated with those tickets. The platform even allows them to add their own notes to tickets. This level of visibility and communication sets a client\'s mind at ease and can reduce calls to the service desk.\r\n\r\n<strong>Problem:</strong> Lack of transparency\r\n<strong>The Captain\'s Chair Solution:</strong> Clients often feel like they need to blindly trust their MSP to do the right thing; however, most organizations would prefer a more active partnership with their service provider. With Captain\'s Chair, clients can \"trust but verify\". Organizations don\'t have to worry that their MSP is selling them products and services that aren\'t necessary just to increase revenue; instead, they can feel confident that their MSP is acting as a trusted partner.\r\n\r\n<strong>Problem:</strong> Unclear expectations\r\n<strong>The Captain\'s Chair Solution:</strong> Over time, client infrastructure inevitably becomes out of date or out of warranty. As an organization\'s servers, workstations and networking elements age, their environments are likely to fail more often. Unfortunately, these situations often cause friction with IT MSPs as clients blame them for the issues. With the help of Captain\'s Chair, MSPs can proactively communicate and set expectations for clients. They can provide their clients with clear roadmaps for hardware and software refreshes and set the stage for their digital transformation through regular business reviews.\r\n\r\nIt\'s no surprise that clients are quick to leave their MSP if they feel they\'re left out of the loop. Organizations are no longer content to simply outsource certain functions to a managed service provider-- they want to take a more active role in the management of these functions. The Captain\'s Chair platform provides the transparency, visibility and accountability clients need to feel confident in your service. Put your clients in the Captain\'s Chair and watch your client retention rates grow.','Top Reasons Why Companies Leave Their MSP\'s - The Captain\'s Chair Solution','','inherit','closed','closed','','461-revision-v1','','','2019-11-15 19:15:49','2019-11-15 19:15:49','',461,'https://captainschairit.com/461-revision-v1/',0,'revision','',0),(465,1,'2019-11-15 19:19:23','2019-11-15 19:19:23','Every MSP knows how it important it is to maintain positive relationships with clients; after all, it\'s a lot harder and more expensive to acquire a new client than it is to retain an existing one. Understanding the most common reasons why companies leave their MSPs is the first step toward achieving client loyalty-- implementing a solution that addresses those issues will take you the rest of the way there. Let\'s look at some of the top reasons why companies end up ditching their MSPs and talk about how Captain\'s Chair can solve those problems.\r\n\r\n<strong>Problem:</strong> Communication and response time\r\n<strong>The Captain\'s Chair Solution:</strong> Clients can get frustrated when there\'s a seeming lack of communication regarding issues related to incidents. If an organization feels that response times for open tickets are lagging, it won\'t be long until they find themselves a new MSP. Captain\'s Chair can bridge the communication gap, giving clients the opportunity to see their full ticket history along with any notes associated with those tickets. The platform even allows them to add their own notes to tickets. This level of visibility and communication sets a client\'s mind at ease and can reduce calls to the service desk.\r\n\r\n<strong>Problem:</strong> Lack of transparency\r\n<strong>The Captain\'s Chair Solution:</strong> Clients often feel like they need to blindly trust their MSP to do the right thing; however, most organizations would prefer a more active partnership with their service provider. With Captain\'s Chair, clients can \"trust but verify\". Organizations don\'t have to worry that their MSP is selling them products and services that aren\'t necessary just to increase revenue; instead, they can feel confident that their MSP is acting as a trusted partner.\r\n\r\n<strong>Problem:</strong> Unclear expectations\r\n<strong>The Captain\'s Chair Solution:</strong> Over time, client infrastructure inevitably becomes out of date or out of warranty. As an organization\'s servers, workstations and networking elements age, their environments are likely to fail more often. Unfortunately, these situations often cause friction with IT MSPs as clients blame them for the issues. With the help of Captain\'s Chair, MSPs can proactively communicate and set expectations for clients. They can provide their clients with clear roadmaps for hardware and software refreshes and set the stage for their digital transformation through regular business reviews.\r\n\r\nIt\'s no surprise that clients are quick to leave their MSP if they feel they\'re left out of the loop. <a href=\"https://captainschairit.com/creating-the-next-generation-it-managed-services-provider-using-captains-chair/\">Organizations are no longer content to simply outsource certain functions to a managed service provider-- they want to take a more active role in the management of these functions.</a> The Captain\'s Chair platform provides the transparency, visibility and accountability clients need to feel confident in your service. Put your clients in the Captain\'s Chair and watch your client retention rates grow.','Top Reasons Why Companies Leave Their MSP\'s - The Captain\'s Chair Solution','','inherit','closed','closed','','461-revision-v1','','','2019-11-15 19:19:23','2019-11-15 19:19:23','',461,'https://captainschairit.com/461-revision-v1/',0,'revision','',0),(466,1,'2019-11-15 19:19:58','2019-11-15 19:19:58','Every MSP knows how it important it is to maintain positive relationships with clients; after all, it\'s a lot harder and more expensive to acquire a new client than it is to retain an existing one. Understanding the most common reasons why companies leave their MSPs is the first step toward achieving client loyalty-- implementing a solution that addresses those issues will take you the rest of the way there. Let\'s look at some of the top reasons why companies end up ditching their MSPs and talk about how Captain\'s Chair can solve those problems.\r\n\r\n<strong>Problem:</strong> Communication and response time\r\n<strong>The Captain\'s Chair Solution:</strong> Clients can get frustrated when there\'s a seeming lack of communication regarding issues related to incidents. If an organization feels that response times for open tickets are lagging, it won\'t be long until they find themselves a new MSP. Captain\'s Chair can bridge the communication gap, giving clients the opportunity to see their full ticket history along with any notes associated with those tickets. The platform even allows them to add their own notes to tickets. This level of visibility and communication sets a client\'s mind at ease and can reduce calls to the service desk.\r\n\r\n<strong>Problem:</strong> Lack of transparency\r\n<strong>The Captain\'s Chair Solution:</strong> Clients often feel like they need to blindly trust their MSP to do the right thing; however, most organizations would prefer a more active partnership with their service provider. With Captain\'s Chair, clients can \"trust but verify\". Organizations don\'t have to worry that their MSP is selling them products and services that aren\'t necessary just to increase revenue; instead, they can feel confident that their MSP is acting as a trusted partner.\r\n\r\n<strong>Problem:</strong> Unclear expectations\r\n<strong>The Captain\'s Chair Solution:</strong> Over time, client infrastructure inevitably becomes out of date or out of warranty. As an organization\'s servers, workstations and networking elements age, their environments are likely to fail more often. Unfortunately, these situations often cause friction with IT MSPs as clients blame them for the issues. With the help of Captain\'s Chair, MSPs can proactively communicate and set expectations for clients. They can provide their clients with clear roadmaps for hardware and software refreshes and set the stage for their digital transformation through regular business reviews.\r\n\r\nIt\'s no surprise that clients are quick to leave their MSP if they feel they\'re left out of the loop. <a href=\"https://captainschairit.com/creating-the-next-generation-it-managed-services-provider-using-captains-chair/\">Organizations are no longer content to simply outsource certain functions to a managed service provider-- they want to take a more active role in the management of these functions.</a> The Captain\'s Chair platform provides the transparency, visibility and accountability clients need to feel confident in your service. Put your clients in the Captain\'s Chair and watch your client retention rates grow.','Top Reasons Why Companies Leave Their MSP\'s - The Captain\'s Chair Solution','','inherit','closed','closed','','461-revision-v1','','','2019-11-15 19:19:58','2019-11-15 19:19:58','',461,'https://captainschairit.com/461-revision-v1/',0,'revision','',0),(468,1,'2019-11-21 18:43:20','2019-11-21 18:43:20','','auvik-network-management-outline (1)','','inherit','open','closed','','auvik-network-management-outline-1','','','2019-11-21 18:43:20','2019-11-21 18:43:20','',456,'https://captainschairit.com/wp-content/uploads/2019/11/auvik-network-management-outline-1.png',0,'attachment','image/png',0),(470,1,'2019-12-06 16:35:17','2019-12-06 16:35:17','Check out our coverage from ChannelPro Network at IT Nation! You can find us between the 15:20-18:30 minute mark. <a href=\"https://www.channelpronetwork.com/download/voice-vendor-it-nation-connect-2019\">Voice of the Vendor: IT Nation Connect 2019</a>','ChannelPro Network\'s Voice of the Vendor: IT Nation Connect 2019','','publish','closed','closed','','channelpro-networks-voice-of-the-vendor-it-nation-connect-2019','','','2019-12-06 16:35:17','2019-12-06 16:35:17','',0,'https://captainschairit.com/?post_type=cc-press-releases&p=470',0,'cc-press-releases','',0),(472,1,'2020-02-25 17:57:31','2020-02-25 17:57:31','Your clients are your MSP business\'s most valuable assets, and <a href=\"https://captainschairit.com/top-reasons-why-companies-leave-their-msps-the-captains-chair-solution/\">lost clients can impact your business</a> in a big way. If you\'re not tracking these critical client-related metrics, there\'s no better time to start:\r\n\r\n \r\n<ul>\r\n <li><strong>Lifetime Value of a Client:</strong> This value can be calculated by averaging the number of months that you have a client and multiplying that number by their MRR (monthly recurring revenue).</li>\r\n <li><strong>Client Acquisition Cost:</strong> You can establish this value by examining the current cost of your sales and marketing teams and any campaigns designed to drive new business. Take these costs and divide the total by the number of clients that have been acquired in a given timeframe.</li>\r\n <li><strong>Client Churn Rates:</strong> This value can be defined as the loss of clients or reduction of services over a given period of time.</li>\r\n</ul>\r\n \r\n\r\nHigh churn rates reduce customer ‘lifetime value’; even worse, they drive up the cost of customer acquisition due to the need to replace lost customers. The result is less profit for your business and a negative impact on your bottom line.\r\n\r\n \r\n\r\nAs an MSP, what can you do to reduce churn rates?\r\n\r\n \r\n<ul>\r\n <li>Make your value visible</li>\r\n <li>Improve client experience</li>\r\n <li>Track client satisfaction</li>\r\n</ul>\r\n \r\n\r\nAt Captain’s Chair, we’re working to make these areas of improvement as seamless as possible for our MSP partners. The Captain\'s Chair platform provides clients with two of the most important factors in a successful ongoing relationship with your business: transparency and communication. When you keep the lines of communication open with your clients and provide the visibility and transparency they need to feel informed, you\'ll stand out in the competitive MSP market. Put your clients in the Captain\'s Chair to reduce your churn rates and help them achieve their digital transformation.','The True Cost of Client Churn','','publish','open','open','','the-true-cost-of-client-churn','','\nhttps://captainschairit.com/top-reasons-why-companies-leave-their-msps-the-captains-chair-solution/','2020-05-28 16:51:47','2020-05-28 16:51:47','',0,'https://captainschairit.com/?p=472',0,'post','',0),(473,1,'2019-12-17 17:54:39','2019-12-17 17:54:39','Your clients are your MSP business\'s most valuable assets, and lost clients can impact your business in a big way. If you\'re not tracking these critical client-related metrics, there\'s no better time to start:\r\n<ul>\r\n <li><strong>Lifetime Value of a Client:</strong> This value can be calculated by averaging the number of months that you have a client and multiplying that number by their MRR (monthly recurring revenue).</li>\r\n <li><strong>Client Acquisition Cost:</strong> You can establish this value by examining the current cost of your sales and marketing teams and any campaigns designed to drive new business. Take these costs and divide the total by the number of clients that have been acquired in a given timeframe.</li>\r\n <li><strong>Client Churn Rates:</strong> This value can be defined as the loss of clients or reduction of services over a given period of time.</li>\r\n</ul>\r\nHigh churn rates reduce customer ‘lifetime value’; even worse, they drive up the cost of customer acquisition due to the need to replace lost customers. The result is less profit for your business and a negative impact on your bottom line.\r\n\r\nAs an MSP, what can you do to reduce churn rates?\r\n<ul>\r\n <li>Make your value visible</li>\r\n <li>Improve client experience</li>\r\n <li>Track client satisfaction</li>\r\n</ul>\r\nAt Captain’s Chair, we’re working to make these areas of improvement as seamless as possible for our MSP partners. The Captain\'s Chair platform provides clients with two of the most important factors in a successful ongoing relationship with your business: transparency and communication. When you keep the lines of communication open with your clients and provide the visibility and transparency they need to feel informed, you\'ll stand out in the competitive MSP market. Put your clients in the Captain\'s Chair to reduce your churn rates and help them achieve their digital transformation.','The True Cost of Client Churn','','inherit','closed','closed','','472-revision-v1','','','2019-12-17 17:54:39','2019-12-17 17:54:39','',472,'https://captainschairit.com/472-revision-v1/',0,'revision','',0),(474,1,'2019-12-17 17:56:09','2019-12-17 17:56:09','Your clients are your MSP business\'s most valuable assets, and lost clients can impact your business in a big way. If you\'re not tracking these critical client-related metrics, there\'s no better time to start:\r\n\r\n \r\n<ul>\r\n <li><strong>Lifetime Value of a Client:</strong> This value can be calculated by averaging the number of months that you have a client and multiplying that number by their MRR (monthly recurring revenue).</li>\r\n <li><strong>Client Acquisition Cost:</strong> You can establish this value by examining the current cost of your sales and marketing teams and any campaigns designed to drive new business. Take these costs and divide the total by the number of clients that have been acquired in a given timeframe.</li>\r\n <li><strong>Client Churn Rates:</strong> This value can be defined as the loss of clients or reduction of services over a given period of time.</li>\r\n</ul>\r\n \r\n\r\nHigh churn rates reduce customer ‘lifetime value’; even worse, they drive up the cost of customer acquisition due to the need to replace lost customers. The result is less profit for your business and a negative impact on your bottom line.\r\n\r\n \r\n\r\nAs an MSP, what can you do to reduce churn rates?\r\n\r\n \r\n<ul>\r\n <li>Make your value visible</li>\r\n <li>Improve client experience</li>\r\n <li>Track client satisfaction</li>\r\n</ul>\r\n \r\n\r\nAt Captain’s Chair, we’re working to make these areas of improvement as seamless as possible for our MSP partners. The Captain\'s Chair platform provides clients with two of the most important factors in a successful ongoing relationship with your business: transparency and communication. When you keep the lines of communication open with your clients and provide the visibility and transparency they need to feel informed, you\'ll stand out in the competitive MSP market. Put your clients in the Captain\'s Chair to reduce your churn rates and help them achieve their digital transformation.','The True Cost of Client Churn','','inherit','closed','closed','','472-revision-v1','','','2019-12-17 17:56:09','2019-12-17 17:56:09','',472,'https://captainschairit.com/472-revision-v1/',0,'revision','',0),(475,1,'2019-12-17 17:57:20','2019-12-17 17:57:20','Your clients are your MSP business\'s most valuable assets, and <a href=\"https://captainschairit.com/top-reasons-why-companies-leave-their-msps-the-captains-chair-solution/\">lost clients can impact your business</a> in a big way. If you\'re not tracking these critical client-related metrics, there\'s no better time to start:\r\n\r\n \r\n<ul>\r\n <li><strong>Lifetime Value of a Client:</strong> This value can be calculated by averaging the number of months that you have a client and multiplying that number by their MRR (monthly recurring revenue).</li>\r\n <li><strong>Client Acquisition Cost:</strong> You can establish this value by examining the current cost of your sales and marketing teams and any campaigns designed to drive new business. Take these costs and divide the total by the number of clients that have been acquired in a given timeframe.</li>\r\n <li><strong>Client Churn Rates:</strong> This value can be defined as the loss of clients or reduction of services over a given period of time.</li>\r\n</ul>\r\n \r\n\r\nHigh churn rates reduce customer ‘lifetime value’; even worse, they drive up the cost of customer acquisition due to the need to replace lost customers. The result is less profit for your business and a negative impact on your bottom line.\r\n\r\n \r\n\r\nAs an MSP, what can you do to reduce churn rates?\r\n\r\n \r\n<ul>\r\n <li>Make your value visible</li>\r\n <li>Improve client experience</li>\r\n <li>Track client satisfaction</li>\r\n</ul>\r\n \r\n\r\nAt Captain’s Chair, we’re working to make these areas of improvement as seamless as possible for our MSP partners. The Captain\'s Chair platform provides clients with two of the most important factors in a successful ongoing relationship with your business: transparency and communication. When you keep the lines of communication open with your clients and provide the visibility and transparency they need to feel informed, you\'ll stand out in the competitive MSP market. Put your clients in the Captain\'s Chair to reduce your churn rates and help them achieve their digital transformation.','The True Cost of Client Churn','','inherit','closed','closed','','472-revision-v1','','','2019-12-17 17:57:20','2019-12-17 17:57:20','',472,'https://captainschairit.com/472-revision-v1/',0,'revision','',0),(476,1,'2019-12-17 17:57:31','2019-12-17 17:57:31','Your clients are your MSP business\'s most valuable assets, and <a href=\"https://captainschairit.com/top-reasons-why-companies-leave-their-msps-the-captains-chair-solution/\">lost clients can impact your business</a> in a big way. If you\'re not tracking these critical client-related metrics, there\'s no better time to start:\r\n\r\n \r\n<ul>\r\n <li><strong>Lifetime Value of a Client:</strong> This value can be calculated by averaging the number of months that you have a client and multiplying that number by their MRR (monthly recurring revenue).</li>\r\n <li><strong>Client Acquisition Cost:</strong> You can establish this value by examining the current cost of your sales and marketing teams and any campaigns designed to drive new business. Take these costs and divide the total by the number of clients that have been acquired in a given timeframe.</li>\r\n <li><strong>Client Churn Rates:</strong> This value can be defined as the loss of clients or reduction of services over a given period of time.</li>\r\n</ul>\r\n \r\n\r\nHigh churn rates reduce customer ‘lifetime value’; even worse, they drive up the cost of customer acquisition due to the need to replace lost customers. The result is less profit for your business and a negative impact on your bottom line.\r\n\r\n \r\n\r\nAs an MSP, what can you do to reduce churn rates?\r\n\r\n \r\n<ul>\r\n <li>Make your value visible</li>\r\n <li>Improve client experience</li>\r\n <li>Track client satisfaction</li>\r\n</ul>\r\n \r\n\r\nAt Captain’s Chair, we’re working to make these areas of improvement as seamless as possible for our MSP partners. The Captain\'s Chair platform provides clients with two of the most important factors in a successful ongoing relationship with your business: transparency and communication. When you keep the lines of communication open with your clients and provide the visibility and transparency they need to feel informed, you\'ll stand out in the competitive MSP market. Put your clients in the Captain\'s Chair to reduce your churn rates and help them achieve their digital transformation.','The True Cost of Client Churn','','inherit','closed','closed','','472-revision-v1','','','2019-12-17 17:57:31','2019-12-17 17:57:31','',472,'https://captainschairit.com/472-revision-v1/',0,'revision','',0),(478,1,'2020-01-08 20:24:54','2020-01-08 20:24:54','','About','','inherit','closed','closed','','47-revision-v1','','','2020-01-08 20:24:54','2020-01-08 20:24:54','',47,'https://captainschairit.com/47-revision-v1/',0,'revision','',0),(479,1,'2020-01-09 18:28:20','2020-01-09 18:28:20','Your clients are your MSP business\'s most valuable assets, and <a href=\"https://captainschairit.com/top-reasons-why-companies-leave-their-msps-the-captains-chair-solution/\">lost clients can impact your business</a> in a big way. If you\'re not tracking these critical client-related metrics, there\'s no better time to start:\r\n\r\n \r\n<ul>\r\n <li><strong>Lifetime Value of a Client:</strong> This value can be calculated by averaging the number of months that you have a client and multiplying that number by their MRR (monthly recurring revenue).</li>\r\n <li><strong>Client Acquisition Cost:</strong> You can establish this value by examining the current cost of your sales and marketing teams and any campaigns designed to drive new business. Take these costs and divide the total by the number of clients that have been acquired in a given timeframe.</li>\r\n <li><strong>Client Churn Rates:</strong> This value can be defined as the loss of clients or reduction of services over a given period of time.</li>\r\n</ul>\r\n \r\n\r\nHigh churn rates reduce customer ‘lifetime value’; even worse, they drive up the cost of customer acquisition due to the need to replace lost customers. The result is less profit for your business and a negative impact on your bottom line.\r\n\r\n \r\n\r\nAs an MSP, what can you do to reduce churn rates?\r\n\r\n \r\n<ul>\r\n <li>Make your value visible</li>\r\n <li>Improve client experience</li>\r\n <li>Track client satisfaction</li>\r\n</ul>\r\n \r\n\r\nAt Captain’s Chair, we’re working to make these areas of improvement as seamless as possible for our MSP partners. The Captain\'s Chair platform provides clients with two of the most important factors in a successful ongoing relationship with your business: transparency and communication. When you keep the lines of communication open with your clients and provide the visibility and transparency they need to feel informed, you\'ll stand out in the competitive MSP market. Put your clients in the Captain\'s Chair to reduce your churn rates and help them achieve their digital transformation.','The True Cost of Client Churn','','inherit','closed','closed','','472-revision-v1','','','2020-01-09 18:28:20','2020-01-09 18:28:20','',472,'https://captainschairit.com/472-revision-v1/',0,'revision','',0),(480,1,'2020-01-09 18:28:40','2020-01-09 18:28:40','Every MSP knows how it important it is to maintain positive relationships with clients; after all, it\'s a lot harder and more expensive to acquire a new client than it is to retain an existing one. Understanding the most common reasons why companies leave their MSPs is the first step toward achieving client loyalty-- implementing a solution that addresses those issues will take you the rest of the way there. Let\'s look at some of the top reasons why companies end up ditching their MSPs and talk about how Captain\'s Chair can solve those problems.\r\n\r\n<strong>Problem:</strong> Communication and response time\r\n<strong>The Captain\'s Chair Solution:</strong> Clients can get frustrated when there\'s a seeming lack of communication regarding issues related to incidents. If an organization feels that response times for open tickets are lagging, it won\'t be long until they find themselves a new MSP. Captain\'s Chair can bridge the communication gap, giving clients the opportunity to see their full ticket history along with any notes associated with those tickets. The platform even allows them to add their own notes to tickets. This level of visibility and communication sets a client\'s mind at ease and can reduce calls to the service desk.\r\n\r\n<strong>Problem:</strong> Lack of transparency\r\n<strong>The Captain\'s Chair Solution:</strong> Clients often feel like they need to blindly trust their MSP to do the right thing; however, most organizations would prefer a more active partnership with their service provider. With Captain\'s Chair, clients can \"trust but verify\". Organizations don\'t have to worry that their MSP is selling them products and services that aren\'t necessary just to increase revenue; instead, they can feel confident that their MSP is acting as a trusted partner.\r\n\r\n<strong>Problem:</strong> Unclear expectations\r\n<strong>The Captain\'s Chair Solution:</strong> Over time, client infrastructure inevitably becomes out of date or out of warranty. As an organization\'s servers, workstations and networking elements age, their environments are likely to fail more often. Unfortunately, these situations often cause friction with IT MSPs as clients blame them for the issues. With the help of Captain\'s Chair, MSPs can proactively communicate and set expectations for clients. They can provide their clients with clear roadmaps for hardware and software refreshes and set the stage for their digital transformation through regular business reviews.\r\n\r\nIt\'s no surprise that clients are quick to leave their MSP if they feel they\'re left out of the loop. <a href=\"https://captainschairit.com/creating-the-next-generation-it-managed-services-provider-using-captains-chair/\">Organizations are no longer content to simply outsource certain functions to a managed service provider-- they want to take a more active role in the management of these functions.</a> The Captain\'s Chair platform provides the transparency, visibility and accountability clients need to feel confident in your service. Put your clients in the Captain\'s Chair and watch your client retention rates grow.','Top Reasons Why Companies Leave Their MSP\'s - The Captain\'s Chair Solution','','inherit','closed','closed','','461-revision-v1','','','2020-01-09 18:28:40','2020-01-09 18:28:40','',461,'https://captainschairit.com/461-revision-v1/',0,'revision','',0),(481,1,'2020-01-09 18:29:01','2020-01-09 18:29:01','If you\'re already part of the ConnectWise ecosystem, you know how this suite of complementary solutions can streamline and automate your work as a managed service provider (MSP). In today\'s competitive MSP market, however, it\'s no longer enough to simply provide services to your client. Clients want to take a more active role in their relationship with a technology MSP, and they want increased levels of transparency from their service provider. How can you reinforce your role as a trusted partner to your clients and give them the visibility they want? The solution is simple: Harness the power of ConnectWise and put your clients in the Captain\'s Chair.\r\n\r\n<strong>What is Captain\'s Chair?</strong>\r\n\r\nCaptain\'s Chair is an industry-first proprietary software designed to solve one of the most common causes of client frustration – the “black box” of outsourced IT. MSP’s sell Captain’s Chair to generate additional recurring revenue, reduce client churn and have the ability to work with larger, more lucrative clients. The platform presents a summary of information for clients on all aspects of their IT environment: tickets, backups, servers, network elements, websites and applications. In addition, the application also provides at-a-glance information on assets such as workstations, servers and subscriptions. Clients can also view quotes, reports and roadmaps that will help drive digital transformation.\r\n\r\n<strong>The ConnectWise Connection</strong>\r\n\r\nFor ConnectWise users, Captain\'s Chair is a natural partner. The platform pulls its information from multiple ConnectWise products, including:\r\n• ConnectWise Manage: This Professional Services Automation tool can transform an organization\'s help desk, automating tasks and keeping the flow of communication going. Through Manage, Captain’s Chair pulls information so clients can view the status of tickets, assets and warranty information at a glance to set their mind at ease. Going forward, Captain\'s Chair will include additional features from the Manage product, including one that allows clients to see the status of project tickets.\r\n• ConnectWise Automate: With this remote monitoring management tool, agents are deployed on all servers and workstations. The tool reports the health status for each device; using this information, the dashboard can generate automatic alerts when a device has issues or requires proactive maintenance. Through Automate, Captain’s Chair pulls information related to on-premise servers and workstations to give clients the ability to see the health status along with any downtime or trouble history.\r\n\r\nAdditional integrations are planned for other tools within the ecosystem, including ConnectWise Sell, which streamlines the proposal process and automates billing and collections.\r\n\r\n<strong>Driving Digital Transformation</strong>\r\n\r\nIt\'s clear that ConnectWise can help MSPs streamline their processes and create efficiencies. With Captain\'s Chair, you can embrace the role of a <a href=\"https://captainschairit.com/creating-the-next-generation-it-managed-services-provider-using-captains-chair/\">next-gen MSP</a>, offering clients complete visibility, transparency and accountability. Take advantage of the synergy between these two powerful platforms, and help your clients drive their digital transformation.','Captain\'s Chair - Partnering with the ConnectWise Ecosystem','','inherit','closed','closed','','443-revision-v1','','','2020-01-09 18:29:01','2020-01-09 18:29:01','',443,'https://captainschairit.com/443-revision-v1/',0,'revision','',0),(482,1,'2020-01-09 18:29:19','2020-01-09 18:29:19','The world of managed services isn\'t what it used to be. In the past, clients simply turned over the technical reins to their managed service provider (MSP), and the MSP would handle whatever IT functions were part of the agreement. Today, this sort of relationship just doesn\'t cut it. Clients want to take a more active role in their technology management, and they want an MSP who\'s going to act as a partner-- in other words, they want a <em>next-gen IT MSP</em>. How can you set yourself apart in a competitive MSP market and offer your clients the visibility and reporting that they want? With Captain\'s Chair, you can put clients in control, offering them a new level of transparency and accountability-- a digital transformation.\r\n\r\n<strong>Captain\'s Chair and the Next-Gen IT MSP</strong>\r\n\r\nCaptain\'s Chair offers clients a “single pane of glass” view of their IT environment: software, hardware and infrastructure. With this level of transparency, clients can feel confident that their IT resources are being managed effectively. Even better, it provides the insights they need to figure out if they\'re getting the most from their IT investment.\r\n\r\nBeing a next-gen IT MSP is all about being more efficient and proactive. It\'s about acting as a <em>trusted advisor</em> to your clients, not just a source of technical support. Captain\'s Chair helps facilitate that relationship by offering a number of valuable benefits:\r\n<ul>\r\n <li><strong>A Global View of Their IT Environment:</strong> A consolidated view into all aspects of the IT ecosystem gives organizations unprecedented levels of transparency. This complete transparency also helps MSPs work with their clients to meet their business needs, whether it\'s reducing expenses or scaling their business.</li>\r\n <li><strong>IT Accountability:</strong> Clients deserve to know if their IT provider is doing its job. The Captain’s Chair platform provides that accountability, ensuring that all service levels are met or exceeded.</li>\r\n <li><strong>Actionable Insights:</strong> Captain’s Chair provides clear insights into the performance of an organization\'s IT environment. Clients can determine if their IT environment is achieving optimal performance and make sure they\'re getting peak value from their IT spend.</li>\r\n <li><strong>Control:</strong> When organizations outsource their IT services, they often feel like they\'re losing control of the entire IT environment. Captain’s Chair puts that control back in their hands so that they can take the reins and maximize their IT ROI.</li>\r\n</ul>\r\nThe Captain’s Chair platform ties in well with the next-gen movement from hardware to software. Organizations are looking to move away from the usual capital expense model of purchasing new hardware every few years; they can budget more effectively by utilizing cloud services and software that come with consistent operating expenses. Captain’s Chair delivers information and insights on all things digital to clients-- from server statuses to web analytics to project roadmaps. It\'s all there, ready for organizations to harness and use to gain a competitive edge in their respective industries.\r\n\r\n<strong>Putting Clients in the Captain\'s Chair</strong>\r\n\r\nFor next-gen IT MSPs, the key to success in this rapidly-evolving business landscape can be summed up with two words: <em>communication</em> and <em>transparency</em>. When you open up communication channels with your clients and provide the visibility they need to feel comfortable with your service, you\'ll boost client retention and stand out from the crowd of competitors. If you want to help your clients enable their own digital transformation, put them in the Captain\'s Chair. They won\'t want to leave.','Creating the Next-Generation IT Managed Services Provider Using Captain’s Chair','','inherit','closed','closed','','426-revision-v1','','','2020-01-09 18:29:19','2020-01-09 18:29:19','',426,'https://captainschairit.com/426-revision-v1/',0,'revision','',0),(484,1,'2020-01-22 20:09:20','2020-01-22 20:09:20','','02osTn3BwTPZdOpupcatZA4-8.fit_scale.size_2698x1517','','inherit','open','closed','','02ostn3bwtpzdopupcatza4-8-fit_scale-size_2698x1517','','','2020-01-22 20:09:20','2020-01-22 20:09:20','',0,'https://captainschairit.com/wp-content/uploads/2020/01/02osTn3BwTPZdOpupcatZA4-8.fit_scale.size_2698x1517.png',0,'attachment','image/png',0),(486,1,'2019-09-11 13:57:33','2019-09-11 13:57:33','','Webroot','','publish','closed','closed','','webroot','','','2020-05-20 20:33:32','2020-05-20 20:33:32','',0,'https://captainschairit.com/?post_type=cc-connectors&p=486',0,'cc-connectors','',0),(488,1,'2020-01-23 18:20:56','2020-01-23 18:20:56','Check out our very own, Phil Myers, on Channel Happy Hour with Mike Vizard!\r\n\r\nhttps://channelhappyhour.com/2020/01/21/channel-happy-hour-interview-260-maximum-msp/','Channel Happy Hour Interview 260: Maximum MSP','','publish','closed','closed','','channel-happy-hour-interview-260-maximum-msp','','','2020-01-23 18:21:18','2020-01-23 18:21:18','',0,'https://captainschairit.com/?post_type=cc-press-releases&p=488',0,'cc-press-releases','',0),(491,1,'2020-02-24 21:24:18','2020-02-24 21:24:18','As cybersecurity and threat protection becomes more pertinent to small and medium businesses, we realized there is a need for our managed services partners to share threat data with their clients. We are excited to release a new integration with Webroot AntiVirus to provide just that! In addition, we have some great features with Meraki\'s Security Center and enhanced two-factor authentication.\r\n\r\nThis is a top-level summary of the most important updates:\r\n\r\n \r\n<ul>\r\n <li>2FA is now an option for every user and works with Google Authenticator.</li>\r\n <li>Asset mapping in the getting started process now supports additional asset types.</li>\r\n <li>Webroot AntiVirus and Cisco Meraki Security Center have been added.</li>\r\n <li>New log history information to show change activity and user login history.</li>\r\n <li>Roles and permissions have been significantly enhanced.</li>\r\n</ul>\r\n \r\n\r\nCheck out the video below for a summary on these new features and functionality!\r\n\r\n[embed]https://vimeo.com/386567331[/embed]\r\n\r\n ','Captain\'s Chair v2.4 Release Notes','','publish','open','open','','captains-chair-v2-4-release-notes','','\nhttps://vimeo.com/386567331','2020-05-28 16:51:56','2020-05-28 16:51:56','',0,'https://captainschairit.com/?p=491',0,'post','',0),(492,1,'2020-01-29 21:18:26','2020-01-29 21:18:26','As cybersecurity and threat protection becomes more pertinent to small and medium businesses, we realized there is a need for our managed services partners to share threat data with their clients. We are excited to release a new integration with Webroot AntiVirus to provide just that! In addition, we have some great features with Meraki\'s Security Center and enhanced two-factor authentication.\r\n\r\nThis is a top-level summary of the most important updates:\r\n\r\n-2FA is now an option for every user and works with Google Authenticator.\r\n\r\n-Asset mapping in the getting started process now supports additional asset types.\r\n\r\n-Webroot AV and Meraki Security have been added.\r\n\r\n-New log history information to show change activity and user login history.\r\n\r\n-Roles and permissions have been significantly enhanced.\r\n\r\nCheck the link below for a video of these top items.\r\n\r\n[embed]https://vimeo.com/386567331[/embed]\r\n\r\n ','Captain\'s Chair v2.4 Release Notes','','inherit','closed','closed','','491-revision-v1','','','2020-01-29 21:18:26','2020-01-29 21:18:26','',491,'https://captainschairit.com/491-revision-v1/',0,'revision','',0),(493,1,'2020-01-29 21:22:22','2020-01-29 21:22:22','As cybersecurity and threat protection becomes more pertinent to small and medium businesses, we realized there is a need for our managed services partners to share threat data with their clients. We are excited to release a new integration with Webroot AntiVirus to provide just that! In addition, we have some great features with Meraki\'s Security Center and enhanced two-factor authentication.\r\n\r\nThis is a top-level summary of the most important updates:\r\n<ul>\r\n <li>2FA is now an option for every user and works with Google Authenticator.</li>\r\n <li>Asset mapping in the getting started process now supports additional asset types.</li>\r\n <li>Webroot AntiVirus and Cisco Meraki Security Center have been added.</li>\r\n <li>New log history information to show change activity and user login history.</li>\r\n <li>Roles and permissions have been significantly enhanced.\r\n\r\nCheck out the video below for a summary on these new features and functionality!</li>\r\n</ul>\r\n[embed]https://vimeo.com/386567331[/embed]\r\n\r\n ','Captain\'s Chair v2.4 Release Notes','','inherit','closed','closed','','491-revision-v1','','','2020-01-29 21:22:22','2020-01-29 21:22:22','',491,'https://captainschairit.com/491-revision-v1/',0,'revision','',0),(494,1,'2020-01-29 21:23:13','2020-01-29 21:23:13','As cybersecurity and threat protection becomes more pertinent to small and medium businesses, we realized there is a need for our managed services partners to share threat data with their clients. We are excited to release a new integration with Webroot AntiVirus to provide just that! In addition, we have some great features with Meraki\'s Security Center and enhanced two-factor authentication.\r\n\r\nThis is a top-level summary of the most important updates:\r\n\r\n \r\n<ul>\r\n <li>2FA is now an option for every user and works with Google Authenticator.</li>\r\n <li>Asset mapping in the getting started process now supports additional asset types.</li>\r\n <li>Webroot AntiVirus and Cisco Meraki Security Center have been added.</li>\r\n <li>New log history information to show change activity and user login history.</li>\r\n <li>Roles and permissions have been significantly enhanced.</li>\r\n</ul>\r\n \r\n\r\nCheck out the video below for a summary on these new features and functionality!\r\n\r\n[embed]https://vimeo.com/386567331[/embed]\r\n\r\n ','Captain\'s Chair v2.4 Release Notes','','inherit','closed','closed','','491-revision-v1','','','2020-01-29 21:23:13','2020-01-29 21:23:13','',491,'https://captainschairit.com/491-revision-v1/',0,'revision','',0),(495,1,'2020-01-29 21:24:18','2020-01-29 21:24:18','As cybersecurity and threat protection becomes more pertinent to small and medium businesses, we realized there is a need for our managed services partners to share threat data with their clients. We are excited to release a new integration with Webroot AntiVirus to provide just that! In addition, we have some great features with Meraki\'s Security Center and enhanced two-factor authentication.\r\n\r\nThis is a top-level summary of the most important updates:\r\n\r\n \r\n<ul>\r\n <li>2FA is now an option for every user and works with Google Authenticator.</li>\r\n <li>Asset mapping in the getting started process now supports additional asset types.</li>\r\n <li>Webroot AntiVirus and Cisco Meraki Security Center have been added.</li>\r\n <li>New log history information to show change activity and user login history.</li>\r\n <li>Roles and permissions have been significantly enhanced.</li>\r\n</ul>\r\n \r\n\r\nCheck out the video below for a summary on these new features and functionality!\r\n\r\n[embed]https://vimeo.com/386567331[/embed]\r\n\r\n ','Captain\'s Chair v2.4 Release Notes','','inherit','closed','closed','','491-revision-v1','','','2020-01-29 21:24:18','2020-01-29 21:24:18','',491,'https://captainschairit.com/491-revision-v1/',0,'revision','',0),(496,1,'2020-02-03 19:25:35','2020-02-03 19:25:35','','About','','inherit','closed','closed','','47-revision-v1','','','2020-02-03 19:25:35','2020-02-03 19:25:35','',47,'https://captainschairit.com/47-revision-v1/',0,'revision','',0),(497,1,'2020-02-04 21:49:33','2020-02-04 21:49:33','','Request a Demo','','inherit','closed','closed','','342-revision-v1','','','2020-02-04 21:49:33','2020-02-04 21:49:33','',342,'https://captainschairit.com/342-revision-v1/',0,'revision','',0),(500,1,'2020-02-23 21:08:15','2020-02-23 21:08:15','[embed]https://www.youtube.com/watch?v=BH7c3R2gA6A&t=6s[/embed]','Captain\'s Vlog Episode 1: Establishing a Better Customer Experience','','publish','open','open','','captains-vlog-episode-1-establishing-a-better-customer-experience','','','2020-05-28 16:52:04','2020-05-28 16:52:04','',0,'https://captainschairit.com/?p=500',0,'post','',0),(501,1,'2020-02-27 21:07:54','2020-02-27 21:07:54','[embed]https://www.youtube.com/watch?v=BH7c3R2gA6A&t=6s[/embed]','Captain\'s Vlog Episode 1: Establishing a Better Customer Experience','','inherit','closed','closed','','500-revision-v1','','','2020-02-27 21:07:54','2020-02-27 21:07:54','',500,'https://captainschairit.com/500-revision-v1/',0,'revision','',0),(502,1,'2020-02-27 21:08:15','2020-02-27 21:08:15','[embed]https://www.youtube.com/watch?v=BH7c3R2gA6A&t=6s[/embed]','Captain\'s Vlog Episode 1: Establishing a Better Customer Experience','','inherit','closed','closed','','500-revision-v1','','','2020-02-27 21:08:15','2020-02-27 21:08:15','',500,'https://captainschairit.com/500-revision-v1/',0,'revision','',0),(504,1,'2020-02-23 20:42:11','2020-02-23 20:42:11','If you\'re a managed service provider (MSP), you know the importance of communication and engagement to ensure a good customer experience. When touch points with your clients are few and far between, your quarterly business reviews (QBR) may be your main opportunity to make sure clients stay updated on the work you\'re handling for them. The only problem is, a QBR takes <em>time</em> to prepare, and busy account managers don\'t always get these reviews completed as often as they\'d like. How can you maintain consistent engagement with your clients and deliver a quality customer experience?\r\n\r\n \r\n<h2>Understanding the Problem</h2>\r\n \r\n\r\nThere are many vendors who offer services to account managers, claiming that they can help them generate a QBR more efficiently. While these companies can be helpful in formulating a more efficient QBR \"plan of attack\" for account managers, they don\'t address the real problem-- aggregating the necessary data. Captain\'s Chair offers a simple but powerful solution to this issue, aggregating data in our platform so that account managers can easily consolidate all the information they need for a QBR.\r\n\r\n \r\n<h2>Thinking beyond Quarterly Business Reviews</h2>\r\n \r\n\r\nEven with the ease of having data consolidated in one place, why limit your client engagement to a rigid routine of quarterly business reviews? What if it was possible to expand your engagement with customers beyond quarterly business reviews and give your customers the ability to consume this data in real time? That\'s where the Captain\'s Chair platform can be a game changer for account managers. We live in a world where we\'re accustomed to having information at our fingertips. With this platform, you can provide your customers with information on demand and bridge the engagement gap.\r\n\r\n \r\n<h2>Revolutionize the Customer Experience</h2>\r\n \r\n\r\nIt\'s time for MSPs to move beyond quarterly business reviews and <a href=\"https://captainschairit.com/creating-the-next-generation-it-managed-services-provider-using-captains-chair/\">transform the customer experience</a>. The solution is simple: a platform that gives your clients more access to data and helps them better understand the true value that you\'re delivering. When you put your customers in the Captain\'s Chair and help them stay informed, they\'re far more likely to stick around for the long term.','Transforming Your Customer\'s Experience','','publish','open','open','','transforming-your-customers-experience','','\nhttps://captainschairit.com/creating-the-next-generation-it-managed-services-provider-using-captains-chair/','2020-05-28 16:52:15','2020-05-28 16:52:15','',0,'https://captainschairit.com/?p=504',0,'post','',0),(505,1,'2020-03-17 19:58:33','2020-03-17 19:58:33','If you\'re a managed service provider (MSP), you know the importance of communication and engagement to ensure a good customer experience. When touch points with your clients are few and far between, your quarterly business reviews (QBR) may be your main opportunity to make sure clients stay updated on the work you\'re handling for them. The only problem is, a QBR takes <em>time</em> to prepare, and busy account managers don\'t always get these reviews completed as often as they\'d like. How can you maintain consistent engagement with your clients and deliver a quality customer experience?\r\n<h2>Understanding the Problem</h2>\r\nMany companies offer their services to account managers, claiming that they can help them generate a QBR more efficiently. While these companies can be helpful in formulating a more efficient QBR \"plan of attack\" for account managers, they don\'t address the real problem-- aggregating the necessary data. Captain\'s Chair offers a simple but powerful solution to this issue, aggregating data in our platform so that account managers can easily consolidate all the information they need for a QBR.\r\n<h2>Thinking beyond Quarterly Business Reviews</h2>\r\nEven with the ease of having data consolidated in one place, why limit your client engagement to a rigid routine of quarterly business reviews? What if it was possible to expand your engagement with customers beyond quarterly business reviews and give your customers the ability to consume this data in real time? That\'s where the Captain\'s Chair platform can be a game changer for account managers. We live in a world where we\'re accustomed to having information at our fingertips. With this platform, you can provide your customers with information on demand and bridge the engagement gap.\r\n<h2>Revolutionize the Customer Experience</h2>\r\nIt\'s time for MSPs to move beyond quarterly business reviews and transform the customer experience. The solution is simple: a platform that gives your clients more access to data and helps them better understand the true value that you\'re delivering. When you put your customers in the Captain\'s Chair and help them stay informed, they\'re far more likely to stick around for the long term.','Transforming Your Customer\'s Experience','','inherit','closed','closed','','504-revision-v1','','','2020-03-17 19:58:33','2020-03-17 19:58:33','',504,'https://captainschairit.com/504-revision-v1/',0,'revision','',0),(506,1,'2020-03-17 19:59:01','2020-03-17 19:59:01','If you\'re a managed service provider (MSP), you know the importance of communication and engagement to ensure a good customer experience. When touch points with your clients are few and far between, your quarterly business reviews (QBR) may be your main opportunity to make sure clients stay updated on the work you\'re handling for them. The only problem is, a QBR takes <em>time</em> to prepare, and busy account managers don\'t always get these reviews completed as often as they\'d like. How can you maintain consistent engagement with your clients and deliver a quality customer experience?\r\n<h2>Understanding the Problem</h2>\r\n \r\n\r\nMany companies offer their services to account managers, claiming that they can help them generate a QBR more efficiently. While these companies can be helpful in formulating a more efficient QBR \"plan of attack\" for account managers, they don\'t address the real problem-- aggregating the necessary data. Captain\'s Chair offers a simple but powerful solution to this issue, aggregating data in our platform so that account managers can easily consolidate all the information they need for a QBR.\r\n<h2>Thinking beyond Quarterly Business Reviews</h2>\r\n \r\n\r\nEven with the ease of having data consolidated in one place, why limit your client engagement to a rigid routine of quarterly business reviews? What if it was possible to expand your engagement with customers beyond quarterly business reviews and give your customers the ability to consume this data in real time? That\'s where the Captain\'s Chair platform can be a game changer for account managers. We live in a world where we\'re accustomed to having information at our fingertips. With this platform, you can provide your customers with information on demand and bridge the engagement gap.\r\n<h2>Revolutionize the Customer Experience</h2>\r\n \r\n\r\nIt\'s time for MSPs to move beyond quarterly business reviews and transform the customer experience. The solution is simple: a platform that gives your clients more access to data and helps them better understand the true value that you\'re delivering. When you put your customers in the Captain\'s Chair and help them stay informed, they\'re far more likely to stick around for the long term.','Transforming Your Customer\'s Experience','','inherit','closed','closed','','504-revision-v1','','','2020-03-17 19:59:01','2020-03-17 19:59:01','',504,'https://captainschairit.com/504-revision-v1/',0,'revision','',0),(507,1,'2020-03-17 19:59:23','2020-03-17 19:59:23','If you\'re a managed service provider (MSP), you know the importance of communication and engagement to ensure a good customer experience. When touch points with your clients are few and far between, your quarterly business reviews (QBR) may be your main opportunity to make sure clients stay updated on the work you\'re handling for them. The only problem is, a QBR takes <em>time</em> to prepare, and busy account managers don\'t always get these reviews completed as often as they\'d like. How can you maintain consistent engagement with your clients and deliver a quality customer experience?\r\n\r\n \r\n<h2>Understanding the Problem</h2>\r\n \r\n\r\nMany companies offer their services to account managers, claiming that they can help them generate a QBR more efficiently. While these companies can be helpful in formulating a more efficient QBR \"plan of attack\" for account managers, they don\'t address the real problem-- aggregating the necessary data. Captain\'s Chair offers a simple but powerful solution to this issue, aggregating data in our platform so that account managers can easily consolidate all the information they need for a QBR.\r\n\r\n \r\n<h2>Thinking beyond Quarterly Business Reviews</h2>\r\n \r\n\r\nEven with the ease of having data consolidated in one place, why limit your client engagement to a rigid routine of quarterly business reviews? What if it was possible to expand your engagement with customers beyond quarterly business reviews and give your customers the ability to consume this data in real time? That\'s where the Captain\'s Chair platform can be a game changer for account managers. We live in a world where we\'re accustomed to having information at our fingertips. With this platform, you can provide your customers with information on demand and bridge the engagement gap.\r\n\r\n \r\n<h2>Revolutionize the Customer Experience</h2>\r\n \r\n\r\nIt\'s time for MSPs to move beyond quarterly business reviews and transform the customer experience. The solution is simple: a platform that gives your clients more access to data and helps them better understand the true value that you\'re delivering. When you put your customers in the Captain\'s Chair and help them stay informed, they\'re far more likely to stick around for the long term.','Transforming Your Customer\'s Experience','','inherit','closed','closed','','504-revision-v1','','','2020-03-17 19:59:23','2020-03-17 19:59:23','',504,'https://captainschairit.com/504-revision-v1/',0,'revision','',0),(508,1,'2020-03-17 20:38:54','2020-03-17 20:38:54','If you\'re a managed service provider (MSP), you know the importance of communication and engagement to ensure a good customer experience. When touch points with your clients are few and far between, your quarterly business reviews (QBR) may be your main opportunity to make sure clients stay updated on the work you\'re handling for them. The only problem is, a QBR takes <em>time</em> to prepare, and busy account managers don\'t always get these reviews completed as often as they\'d like. How can you maintain consistent engagement with your clients and deliver a quality customer experience?\r\n\r\n \r\n<h2>Understanding the Problem</h2>\r\n \r\n\r\nThere are many vendors who offer their services to account managers, claiming that they can help them generate a QBR more efficiently. While these companies can be helpful in formulating a more efficient QBR \"plan of attack\" for account managers, they don\'t address the real problem-- aggregating the necessary data. Captain\'s Chair offers a simple but powerful solution to this issue, aggregating data in our platform so that account managers can easily consolidate all the information they need for a QBR.\r\n\r\n \r\n<h2>Thinking beyond Quarterly Business Reviews</h2>\r\n \r\n\r\nEven with the ease of having data consolidated in one place, why limit your client engagement to a rigid routine of quarterly business reviews? What if it was possible to expand your engagement with customers beyond quarterly business reviews and give your customers the ability to consume this data in real time? That\'s where the Captain\'s Chair platform can be a game changer for account managers. We live in a world where we\'re accustomed to having information at our fingertips. With this platform, you can provide your customers with information on demand and bridge the engagement gap.\r\n\r\n \r\n<h2>Revolutionize the Customer Experience</h2>\r\n \r\n\r\nIt\'s time for MSPs to move beyond quarterly business reviews and transform the customer experience. The solution is simple: a platform that gives your clients more access to data and helps them better understand the true value that you\'re delivering. When you put your customers in the Captain\'s Chair and help them stay informed, they\'re far more likely to stick around for the long term.','Transforming Your Customer\'s Experience','','inherit','closed','closed','','504-revision-v1','','','2020-03-17 20:38:54','2020-03-17 20:38:54','',504,'https://captainschairit.com/504-revision-v1/',0,'revision','',0),(509,1,'2020-03-17 20:39:20','2020-03-17 20:39:20','If you\'re a managed service provider (MSP), you know the importance of communication and engagement to ensure a good customer experience. When touch points with your clients are few and far between, your quarterly business reviews (QBR) may be your main opportunity to make sure clients stay updated on the work you\'re handling for them. The only problem is, a QBR takes <em>time</em> to prepare, and busy account managers don\'t always get these reviews completed as often as they\'d like. How can you maintain consistent engagement with your clients and deliver a quality customer experience?\r\n\r\n \r\n<h2>Understanding the Problem</h2>\r\n \r\n\r\nThere are many vendors who offer services to account managers, claiming that they can help them generate a QBR more efficiently. While these companies can be helpful in formulating a more efficient QBR \"plan of attack\" for account managers, they don\'t address the real problem-- aggregating the necessary data. Captain\'s Chair offers a simple but powerful solution to this issue, aggregating data in our platform so that account managers can easily consolidate all the information they need for a QBR.\r\n\r\n \r\n<h2>Thinking beyond Quarterly Business Reviews</h2>\r\n \r\n\r\nEven with the ease of having data consolidated in one place, why limit your client engagement to a rigid routine of quarterly business reviews? What if it was possible to expand your engagement with customers beyond quarterly business reviews and give your customers the ability to consume this data in real time? That\'s where the Captain\'s Chair platform can be a game changer for account managers. We live in a world where we\'re accustomed to having information at our fingertips. With this platform, you can provide your customers with information on demand and bridge the engagement gap.\r\n\r\n \r\n<h2>Revolutionize the Customer Experience</h2>\r\n \r\n\r\nIt\'s time for MSPs to move beyond quarterly business reviews and transform the customer experience. The solution is simple: a platform that gives your clients more access to data and helps them better understand the true value that you\'re delivering. When you put your customers in the Captain\'s Chair and help them stay informed, they\'re far more likely to stick around for the long term.','Transforming Your Customer\'s Experience','','inherit','closed','closed','','504-revision-v1','','','2020-03-17 20:39:20','2020-03-17 20:39:20','',504,'https://captainschairit.com/504-revision-v1/',0,'revision','',0),(510,1,'2020-03-17 20:42:11','2020-03-17 20:42:11','If you\'re a managed service provider (MSP), you know the importance of communication and engagement to ensure a good customer experience. When touch points with your clients are few and far between, your quarterly business reviews (QBR) may be your main opportunity to make sure clients stay updated on the work you\'re handling for them. The only problem is, a QBR takes <em>time</em> to prepare, and busy account managers don\'t always get these reviews completed as often as they\'d like. How can you maintain consistent engagement with your clients and deliver a quality customer experience?\r\n\r\n \r\n<h2>Understanding the Problem</h2>\r\n \r\n\r\nThere are many vendors who offer services to account managers, claiming that they can help them generate a QBR more efficiently. While these companies can be helpful in formulating a more efficient QBR \"plan of attack\" for account managers, they don\'t address the real problem-- aggregating the necessary data. Captain\'s Chair offers a simple but powerful solution to this issue, aggregating data in our platform so that account managers can easily consolidate all the information they need for a QBR.\r\n\r\n \r\n<h2>Thinking beyond Quarterly Business Reviews</h2>\r\n \r\n\r\nEven with the ease of having data consolidated in one place, why limit your client engagement to a rigid routine of quarterly business reviews? What if it was possible to expand your engagement with customers beyond quarterly business reviews and give your customers the ability to consume this data in real time? That\'s where the Captain\'s Chair platform can be a game changer for account managers. We live in a world where we\'re accustomed to having information at our fingertips. With this platform, you can provide your customers with information on demand and bridge the engagement gap.\r\n\r\n \r\n<h2>Revolutionize the Customer Experience</h2>\r\n \r\n\r\nIt\'s time for MSPs to move beyond quarterly business reviews and <a href=\"https://captainschairit.com/creating-the-next-generation-it-managed-services-provider-using-captains-chair/\">transform the customer experience</a>. The solution is simple: a platform that gives your clients more access to data and helps them better understand the true value that you\'re delivering. When you put your customers in the Captain\'s Chair and help them stay informed, they\'re far more likely to stick around for the long term.','Transforming Your Customer\'s Experience','','inherit','closed','closed','','504-revision-v1','','','2020-03-17 20:42:11','2020-03-17 20:42:11','',504,'https://captainschairit.com/504-revision-v1/',0,'revision','',0),(513,1,'2019-09-11 13:58:13','2019-09-11 13:58:13','','SmileBack','','publish','closed','closed','','smileback','','','2020-05-20 20:34:05','2020-05-20 20:34:05','',0,'https://captainschairit.com/?post_type=cc-connectors&p=513',0,'cc-connectors','',0),(515,1,'2020-04-07 19:19:47','2020-04-07 19:19:47','','infrascale','','inherit','open','closed','','infrascale','','','2020-04-07 19:19:47','2020-04-07 19:19:47','',513,'https://captainschairit.com/wp-content/uploads/2020/04/infrascale.png',0,'attachment','image/png',0),(516,1,'2019-09-11 13:54:00','2019-09-11 13:54:00','','Infrascale','','publish','closed','closed','','infrascale','','','2020-05-20 20:31:33','2020-05-20 20:31:33','',0,'https://captainschairit.com/?post_type=cc-connectors&p=516',0,'cc-connectors','',0),(517,1,'2020-04-07 19:25:31','2020-04-07 19:25:31','','smileback','','inherit','open','closed','','smileback-2','','','2020-04-07 19:25:31','2020-04-07 19:25:31','',0,'https://captainschairit.com/wp-content/uploads/2020/04/smileback.png',0,'attachment','image/png',0),(519,1,'2020-02-23 15:53:24','2020-02-23 15:53:24','Our own, Phillip Myers, sat down with the <a href=\"http://www.smileback.com\">SmileBack</a> team to discuss the purpose of the Captain\'s Chair dashboard and how our newest integration with their software can help MSP partners to better display their value to clients. Check out the content <a href=\"https://blog.smileback.com/captain-s-chair-gives-more-transparency-for-msp-customers/\">here</a>!','Captain\'s Chair gives more transparency for MSP customers','','publish','open','open','','captains-chair-gives-more-transparency-for-msp-customers','','','2020-05-28 16:52:24','2020-05-28 16:52:24','',0,'https://captainschairit.com/?p=519',0,'post','',0),(520,1,'2020-04-14 15:53:07','2020-04-14 15:53:07','Our own, Phillip Myers, sat down with the <a href=\"http://www.smileback.com\">SmileBack</a> team to discuss the purpose of the Captain\'s Chair dashboard and how our newest integration with their software can help MSP partners to better display their value to clients. Check out the content <a href=\"https://blog.smileback.com/captain-s-chair-gives-more-transparency-for-msp-customers/\">here</a>!','Captain\'s Chair gives more transparency for MSP customers','','inherit','closed','closed','','519-revision-v1','','','2020-04-14 15:53:07','2020-04-14 15:53:07','',519,'https://captainschairit.com/519-revision-v1/',0,'revision','',0),(521,1,'2020-04-14 15:53:24','2020-04-14 15:53:24','Our own, Phillip Myers, sat down with the <a href=\"http://www.smileback.com\">SmileBack</a> team to discuss the purpose of the Captain\'s Chair dashboard and how our newest integration with their software can help MSP partners to better display their value to clients. Check out the content <a href=\"https://blog.smileback.com/captain-s-chair-gives-more-transparency-for-msp-customers/\">here</a>!','Captain\'s Chair gives more transparency for MSP customers','','inherit','closed','closed','','519-revision-v1','','','2020-04-14 15:53:24','2020-04-14 15:53:24','',519,'https://captainschairit.com/519-revision-v1/',0,'revision','',0),(524,1,'2020-05-20 20:17:52','2020-05-20 20:17:52','','msp360cloudberry','','inherit','open','closed','','msp360cloudberry','','','2020-05-20 20:17:52','2020-05-20 20:17:52','',0,'https://captainschairit.com/wp-content/uploads/2020/05/msp360cloudberry.png',0,'attachment','image/png',0),(525,1,'2019-09-11 13:55:55','2019-09-11 13:55:55','','MSP360','','publish','closed','closed','','msp360','','','2020-05-20 20:31:42','2020-05-20 20:31:42','',0,'https://captainschairit.com/?post_type=cc-connectors&p=525',0,'cc-connectors','',0),(526,1,'2020-05-20 20:19:00','2020-05-20 20:19:00','','MSP360','','inherit','closed','closed','','525-autosave-v1','','','2020-05-20 20:19:00','2020-05-20 20:19:00','',525,'https://captainschairit.com/525-autosave-v1/',0,'revision','',0),(528,1,'2019-09-11 13:41:52','2019-09-11 13:41:52','','Kaseya BMS','','publish','closed','closed','','kaseya-bms','','','2020-10-21 07:30:40','2020-10-21 07:30:40','',0,'https://captainschairit.com/?post_type=cc-connectors&p=528',0,'cc-connectors','',0),(529,1,'2020-06-04 15:05:13','2020-06-04 15:05:13','','kaseya-bms-logo','','inherit','open','closed','','kaseya-bms-logo','','','2020-06-04 15:05:13','2020-06-04 15:05:13','',528,'https://captainschairit.com/wp-content/uploads/2020/06/kaseya-bms-logo.png',0,'attachment','image/png',0),(552,1,'2020-06-19 06:26:58','2020-06-19 06:26:58','<h2>Where does it come from?</h2>\r\nContrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of \"de Finibus Bonorum et Malorum\" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. <strong>The first line of Lorem Ipsum, \"Lorem ipsum dolor sit amet..\", comes from a line in section 1.10.32.</strong>\r\n\r\n<em>The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from \"de Finibus Bonorum et Malorum\" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.</em>\r\n\r\n \r\n<h2 style=\"text-align: center;\">Where does it come from?</h2>\r\nContrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of \"de Finibus Bonorum et Malorum\" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, \"Lorem ipsum dolor sit amet..\", comes from a line in section 1.10.32.\r\n\r\nThe standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from \"de Finibus Bonorum et Malorum\" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.\r\n\r\n \r\n<h2 style=\"text-align: right;\">Where does it come from?</h2>\r\n<blockquote>Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of \"de Finibus Bonorum et Malorum\" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, \"Lorem ipsum dolor sit amet..\", comes from a line in section 1.10.32.</blockquote>\r\n<strong>The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from \"de Finibus Bonorum et Malorum\" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.</strong>\r\n\r\n \r\n<h2>Where does it come from?</h2>\r\n<ul>\r\n <li>Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of \"de Finibus Bonorum et Malorum\" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, \"Lorem ipsum dolor sit amet..\", comes from a line in section 1.10.32.</li>\r\n <li>The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from \"de Finibus Bonorum et Malorum\" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.</li>\r\n</ul>\r\n<h2>Where does it come from?</h2>\r\n<ol>\r\n <li>Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of \"de Finibus Bonorum et Malorum\" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, \"Lorem ipsum dolor sit amet..\", comes from a line in section 1.10.32.</li>\r\n <li>The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from \"de Finibus Bonorum et Malorum\" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.</li>\r\n</ol>','Test','','publish','closed','closed','','test','','','2020-06-19 06:26:58','2020-06-19 06:26:58','',0,'https://captainschairit.com/?page_id=552',0,'page','',0),(553,1,'2020-06-19 06:26:58','2020-06-19 06:26:58','<h2>Where does it come from?</h2>\r\nContrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of \"de Finibus Bonorum et Malorum\" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. <strong>The first line of Lorem Ipsum, \"Lorem ipsum dolor sit amet..\", comes from a line in section 1.10.32.</strong>\r\n\r\n<em>The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from \"de Finibus Bonorum et Malorum\" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.</em>\r\n\r\n \r\n<h2 style=\"text-align: center;\">Where does it come from?</h2>\r\nContrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of \"de Finibus Bonorum et Malorum\" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, \"Lorem ipsum dolor sit amet..\", comes from a line in section 1.10.32.\r\n\r\nThe standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from \"de Finibus Bonorum et Malorum\" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.\r\n\r\n \r\n<h2 style=\"text-align: right;\">Where does it come from?</h2>\r\n<blockquote>Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of \"de Finibus Bonorum et Malorum\" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, \"Lorem ipsum dolor sit amet..\", comes from a line in section 1.10.32.</blockquote>\r\n<strong>The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from \"de Finibus Bonorum et Malorum\" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.</strong>\r\n\r\n \r\n<h2>Where does it come from?</h2>\r\n<ul>\r\n <li>Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of \"de Finibus Bonorum et Malorum\" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, \"Lorem ipsum dolor sit amet..\", comes from a line in section 1.10.32.</li>\r\n <li>The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from \"de Finibus Bonorum et Malorum\" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.</li>\r\n</ul>\r\n<h2>Where does it come from?</h2>\r\n<ol>\r\n <li>Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of \"de Finibus Bonorum et Malorum\" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, \"Lorem ipsum dolor sit amet..\", comes from a line in section 1.10.32.</li>\r\n <li>The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from \"de Finibus Bonorum et Malorum\" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.</li>\r\n</ol>','Test','','inherit','closed','closed','','552-revision-v1','','','2020-06-19 06:26:58','2020-06-19 06:26:58','',552,'https://captainschairit.com/552-revision-v1/',0,'revision','',0),(556,1,'2020-06-22 13:20:44','2020-06-22 13:20:44','','Request a Demo','','inherit','closed','closed','','342-revision-v1','','','2020-06-22 13:20:44','2020-06-22 13:20:44','',342,'https://captainschairit.com/342-revision-v1/',0,'revision','',0),(557,1,'2020-06-22 13:21:01','2020-06-22 13:21:01','','Request a Demo','','inherit','closed','closed','','342-revision-v1','','','2020-06-22 13:21:01','2020-06-22 13:21:01','',342,'https://captainschairit.com/342-revision-v1/',0,'revision','',0),(558,1,'2020-06-22 18:46:03','2020-06-22 18:46:03','','Home','','inherit','closed','closed','','5-revision-v1','','','2020-06-22 18:46:03','2020-06-22 18:46:03','',5,'https://captainschairit.com/5-revision-v1/',0,'revision','',0),(559,1,'2020-06-22 18:47:57','2020-06-22 18:47:57','','Home','','inherit','closed','closed','','5-revision-v1','','','2020-06-22 18:47:57','2020-06-22 18:47:57','',5,'https://captainschairit.com/5-revision-v1/',0,'revision','',0),(560,1,'2020-06-22 18:52:16','2020-06-22 18:52:16','','About','','inherit','closed','closed','','47-revision-v1','','','2020-06-22 18:52:16','2020-06-22 18:52:16','',47,'https://captainschairit.com/47-revision-v1/',0,'revision','',0),(566,1,'2019-09-11 13:57:45','2019-09-11 13:57:45','','BitDefender','','publish','closed','closed','','bitdefender','','','2020-07-08 13:36:53','2020-07-08 13:36:53','',0,'https://captainschairit.com/?post_type=cc-connectors&p=566',0,'cc-connectors','',0),(567,1,'2020-07-08 13:34:41','2020-07-08 13:34:41','','BitDefender','','inherit','open','closed','','bitdefender','','','2020-07-08 13:34:41','2020-07-08 13:34:41','',566,'https://captainschairit.com/wp-content/uploads/2020/07/BitDefender.png',0,'attachment','image/png',0),(568,1,'2020-07-08 13:34:50','2020-07-08 13:34:50','','Veeam','','inherit','open','closed','','veeam','','','2020-07-08 13:34:50','2020-07-08 13:34:50','',566,'https://captainschairit.com/wp-content/uploads/2020/07/Veeam.png',0,'attachment','image/png',0),(571,1,'2019-09-11 13:53:10','2019-09-11 13:53:10','','Veeam','','publish','closed','closed','','veeam','','','2020-07-08 13:37:48','2020-07-08 13:37:48','',0,'https://captainschairit.com/?post_type=cc-connectors&p=571',0,'cc-connectors','',0),(573,1,'2020-07-13 10:50:24','2020-07-13 10:50:24','','Thank You','','publish','closed','closed','','thank-you','','','2020-07-13 14:51:56','2020-07-13 14:51:56','',0,'https://captainschairit.com/?page_id=573',0,'page','',0),(574,1,'2020-07-13 10:47:04','2020-07-13 10:47:04','','Thank You','','inherit','closed','closed','','573-revision-v1','','','2020-07-13 10:47:04','2020-07-13 10:47:04','',573,'https://captainschairit.com/573-revision-v1/',0,'revision','',0),(575,1,'2020-07-13 10:48:18','2020-07-13 10:48:18','a:7:{s:8:\"location\";a:2:{i:0;a:1:{i:0;a:3:{s:5:\"param\";s:13:\"post_template\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:32:\"template-parts/thankyou-page.php\";}}i:1;a:1:{i:0;a:3:{s:5:\"param\";s:13:\"post_template\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:38:\"template-parts/thankyou-page-other.php\";}}}s:8:\"position\";s:6:\"normal\";s:5:\"style\";s:7:\"default\";s:15:\"label_placement\";s:3:\"top\";s:21:\"instruction_placement\";s:5:\"label\";s:14:\"hide_on_screen\";a:1:{i:0;s:11:\"the_content\";}s:11:\"description\";s:0:\"\";}','Thank You Page','thank-you-page','publish','closed','closed','','group_5e5cc3a0c3070','','','2020-10-21 08:39:07','2020-10-21 08:39:07','',0,'https://captainschairit.com/?p=575',0,'acf-field-group','',0),(576,1,'2020-07-13 10:48:18','2020-07-13 10:48:18','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}','Page Heading','page_heading','publish','closed','closed','','field_5e5cc3c48b4f7','','','2020-10-21 08:38:23','2020-10-21 08:38:23','',575,'https://captainschairit.com/?post_type=acf-field&p=576',0,'acf-field','',0),(577,1,'2020-07-13 10:48:18','2020-07-13 10:48:18','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}','Thank You Text','thank_you_text','publish','closed','closed','','field_5e5cc3da8b4f8','','','2020-10-21 08:38:23','2020-10-21 08:38:23','',575,'https://captainschairit.com/?post_type=acf-field&p=577',1,'acf-field','',0),(578,1,'2020-07-13 10:48:18','2020-07-13 10:48:18','a:10:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";i:3;s:9:\"new_lines\";s:0:\"\";}','Thank You Content','thank_you_content','publish','closed','closed','','field_5e5cc42a8b4f9','','','2020-10-21 08:38:23','2020-10-21 08:38:23','',575,'https://captainschairit.com/?post_type=acf-field&p=578',2,'acf-field','',0),(579,1,'2020-07-13 10:50:24','2020-07-13 10:50:24','','Thank You','','inherit','closed','closed','','573-revision-v1','','','2020-07-13 10:50:24','2020-07-13 10:50:24','',573,'https://captainschairit.com/573-revision-v1/',0,'revision','',0),(580,1,'2020-07-13 11:50:34','2020-07-13 11:50:34','','Thank You','','inherit','closed','closed','','573-revision-v1','','','2020-07-13 11:50:34','2020-07-13 11:50:34','',573,'https://captainschairit.com/573-revision-v1/',0,'revision','',0),(581,1,'2020-07-13 11:51:07','2020-07-13 11:51:07','','Thank You','','inherit','closed','closed','','573-revision-v1','','','2020-07-13 11:51:07','2020-07-13 11:51:07','',573,'https://captainschairit.com/573-revision-v1/',0,'revision','',0),(582,1,'2020-07-13 12:26:43','2020-07-13 12:26:43','','Thank You','','inherit','closed','closed','','573-revision-v1','','','2020-07-13 12:26:43','2020-07-13 12:26:43','',573,'https://captainschairit.com/573-revision-v1/',0,'revision','',0),(583,1,'2020-07-13 14:49:45','2020-07-13 14:49:45','','Thank You Contact Us','','publish','closed','closed','','thank-you-contact-us','','','2020-07-13 14:52:12','2020-07-13 14:52:12','',0,'https://captainschairit.com/?page_id=583',0,'page','',0),(584,1,'2020-07-13 14:49:45','2020-07-13 14:49:45','','Thank You Contact Us','','inherit','closed','closed','','583-revision-v1','','','2020-07-13 14:49:45','2020-07-13 14:49:45','',583,'https://captainschairit.com/583-revision-v1/',0,'revision','',0),(585,1,'2020-07-13 14:51:51','2020-07-13 14:51:51','','Thank You Contact Us','','inherit','closed','closed','','583-revision-v1','','','2020-07-13 14:51:51','2020-07-13 14:51:51','',583,'https://captainschairit.com/583-revision-v1/',0,'revision','',0),(599,1,'2020-08-21 11:33:14','2020-08-21 11:33:14','','Captains Chair Overview for Requests','','inherit','open','closed','','captains-chair-overview-for-requests','','','2020-08-21 11:33:14','2020-08-21 11:33:14','',0,'https://captainschairit.com/wp-content/uploads/2020/08/Captains-Chair-Overview-for-Requests.pdf',0,'attachment','application/pdf',0),(601,1,'2020-09-01 05:55:38','2020-09-01 05:55:38','','About','','inherit','closed','closed','','47-revision-v1','','','2020-09-01 05:55:38','2020-09-01 05:55:38','',47,'https://captainschairit.com/47-revision-v1/',0,'revision','',0),(603,1,'2020-09-10 07:39:09','2020-09-10 07:39:09','','banner-laptop','','inherit','open','closed','','banner-laptop-2','','','2020-09-10 07:39:09','2020-09-10 07:39:09','',5,'https://captainschairit.com/wp-content/uploads/2020/09/banner-laptop.png',0,'attachment','image/png',0),(604,1,'2020-09-10 07:41:00','2020-09-10 07:41:00','a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:3:\"url\";s:12:\"preview_size\";s:4:\"full\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";}','Front Image Popup','front_image_popup','publish','closed','closed','','field_5f59d86ba4113','','','2020-09-10 07:41:00','2020-09-10 07:41:00','',11,'https://captainschairit.com/?post_type=acf-field&p=604',2,'acf-field','',0),(605,1,'2020-09-10 07:41:07','2020-09-10 07:41:07','','Home','','inherit','closed','closed','','5-revision-v1','','','2020-09-10 07:41:07','2020-09-10 07:41:07','',5,'https://captainschairit.com/5-revision-v1/',0,'revision','',0),(606,1,'2020-09-10 07:41:33','2020-09-10 07:41:33','','client-dashboard','','inherit','open','closed','','client-dashboard-2','','','2020-09-10 07:41:33','2020-09-10 07:41:33','',5,'https://captainschairit.com/wp-content/uploads/2020/09/client-dashboard.jpg',0,'attachment','image/jpeg',0),(607,1,'2020-09-10 07:45:03','2020-09-10 07:45:03','','Home','','inherit','closed','closed','','5-revision-v1','','','2020-09-10 07:45:03','2020-09-10 07:45:03','',5,'https://captainschairit.com/5-revision-v1/',0,'revision','',0),(608,1,'2020-09-10 07:51:50','2020-09-10 07:51:50','Save time on reporting activities, improve client engagement and drive new client acquisition from the industry’s first client focused dashboard platform.','Why do I need it?','','inherit','closed','closed','','27-autosave-v1','','','2020-09-10 07:51:50','2020-09-10 07:51:50','',27,'https://captainschairit.com/27-autosave-v1/',0,'revision','',0),(609,1,'2020-09-10 10:19:02','2020-09-10 10:19:02','Clients have 24/7 access to see the work you are doing for them. The engagement around data they view from their dashboard builds trust\r\nand an understanding of the value of IT services.','Customizable Client Dashboard','','publish','closed','closed','','customizable-client-dashboard','','','2020-09-10 10:19:24','2020-09-10 10:19:24','',0,'https://captainschairit.com/?post_type=cc-features&p=609',0,'cc-features','',0),(610,1,'2020-09-10 10:20:29','2020-09-10 10:20:29','MSPs and their clients love the ticket support feature. Tickets can be created and managed from Captain’s Chair. Custom forms can be created for onboarding new employees as an example and approval tickets can be created that clients can approve from their email.','Client Ticket Portal','','publish','closed','closed','','client-ticket-portal','','','2020-09-10 10:22:06','2020-09-10 10:22:06','',0,'https://captainschairit.com/?post_type=cc-features&p=610',0,'cc-features','',0),(611,1,'2020-09-10 10:20:47','2020-09-10 10:20:47','','ticket','','inherit','open','closed','','ticket','','','2020-09-10 10:20:47','2020-09-10 10:20:47','',610,'https://captainschairit.com/wp-content/uploads/2020/09/ticket.jpg',0,'attachment','image/jpeg',0),(612,1,'2020-09-10 10:23:36','2020-09-10 10:23:36','This API integration provides the fastest and most accurate visibility to Office 365 users and licenses. The time required to pull this information has been reduced to zero.','Microsoft O365 Licenses','','publish','closed','closed','','microsoft-o365-licenses','','','2020-09-10 10:23:36','2020-09-10 10:23:36','',0,'https://captainschairit.com/?post_type=cc-features&p=612',0,'cc-features','',0),(613,1,'2020-09-10 10:23:18','2020-09-10 10:23:18','','office','','inherit','open','closed','','office','','','2020-09-10 10:23:18','2020-09-10 10:23:18','',612,'https://captainschairit.com/wp-content/uploads/2020/09/office.jpg',0,'attachment','image/jpeg',0),(614,1,'2020-09-10 10:26:46','2020-09-10 10:26:46','Clients are no longer frustrated by the lack of visibility to their assets. The information they need for planning is now immediately available and easily exported for deeper analysis and sharing.','Assets','','publish','closed','closed','','assets','','','2020-09-10 10:26:46','2020-09-10 10:26:46','',0,'https://captainschairit.com/?post_type=cc-features&p=614',0,'cc-features','',0),(615,1,'2020-09-10 10:26:37','2020-09-10 10:26:37','','assets','','inherit','open','closed','','assets','','','2020-09-10 10:26:37','2020-09-10 10:26:37','',614,'https://captainschairit.com/wp-content/uploads/2020/09/assets.jpg',0,'attachment','image/jpeg',0),(616,1,'2020-09-10 10:27:26','2020-09-10 10:27:26','The consolidated view of key service-related data quickly identifies items out of tolerance. Significantly improve the customer experience by being prepared and proactively addressing client concerns more strategically.','Account Management','','publish','closed','closed','','account-management','','','2020-09-10 11:20:00','2020-09-10 11:20:00','',0,'https://captainschairit.com/?post_type=cc-features&p=616',0,'cc-features','',0),(617,1,'2020-09-10 10:30:14','2020-09-10 10:30:14','','Features','','publish','closed','closed','','features','','','2020-09-10 10:30:14','2020-09-10 10:30:14','',0,'https://captainschairit.com/?page_id=617',0,'page','',0),(618,1,'2020-09-10 10:30:14','2020-09-10 10:30:14','','Features','','inherit','closed','closed','','617-revision-v1','','','2020-09-10 10:30:14','2020-09-10 10:30:14','',617,'https://captainschairit.com/617-revision-v1/',0,'revision','',0),(619,1,'2020-09-10 10:32:23','2020-09-10 10:32:23',' ','','','publish','closed','closed','','619','','','2020-10-21 09:42:22','2020-10-21 09:42:22','',0,'https://captainschairit.com/?p=619',1,'nav_menu_item','',0),(620,1,'2020-09-10 10:40:39','2020-09-10 10:40:39','a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:3:\"url\";s:12:\"preview_size\";s:4:\"full\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";}','Client Dashboard','client_dashboard','publish','closed','closed','','field_5f5a0284841a7','','','2020-09-10 10:40:39','2020-09-10 10:40:39','',348,'https://captainschairit.com/?post_type=acf-field&p=620',3,'acf-field','',0),(621,1,'2020-09-10 10:42:16','2020-09-10 10:42:16','','Request a Demo','','inherit','closed','closed','','342-revision-v1','','','2020-09-10 10:42:16','2020-09-10 10:42:16','',342,'https://captainschairit.com/342-revision-v1/',0,'revision','',0),(622,1,'2020-09-10 10:44:05','2020-09-10 10:44:05','','client-dashboard-demo','','inherit','open','closed','','client-dashboard-demo','','','2020-09-10 10:44:05','2020-09-10 10:44:05','',342,'https://captainschairit.com/wp-content/uploads/2020/09/client-dashboard-demo.jpg',0,'attachment','image/jpeg',0),(623,1,'2020-09-10 10:44:34','2020-09-10 10:44:34','','clients','','inherit','open','closed','','clients','','','2020-09-10 10:44:34','2020-09-10 10:44:34','',0,'https://captainschairit.com/wp-content/uploads/2020/09/clients.png',0,'attachment','image/png',0),(624,1,'2020-09-10 10:44:35','2020-09-10 10:44:35','','efficiency','','inherit','open','closed','','efficiency','','','2020-09-10 10:44:35','2020-09-10 10:44:35','',0,'https://captainschairit.com/wp-content/uploads/2020/09/efficiency.png',0,'attachment','image/png',0),(625,1,'2020-09-10 10:44:35','2020-09-10 10:44:35','','engagement','','inherit','open','closed','','engagement','','','2020-09-10 10:44:35','2020-09-10 10:44:35','',0,'https://captainschairit.com/wp-content/uploads/2020/09/engagement.png',0,'attachment','image/png',0),(626,1,'2020-09-10 10:44:35','2020-09-10 10:44:35','','revenue','','inherit','open','closed','','revenue','','','2020-09-10 10:44:35','2020-09-10 10:44:35','',0,'https://captainschairit.com/wp-content/uploads/2020/09/revenue.png',0,'attachment','image/png',0),(627,1,'2020-09-10 10:44:50','2020-09-10 10:44:50','','Request a Demo','','inherit','closed','closed','','342-revision-v1','','','2020-09-10 10:44:50','2020-09-10 10:44:50','',342,'https://captainschairit.com/342-revision-v1/',0,'revision','',0),(628,1,'2020-09-10 11:00:47','2020-09-10 11:00:47','','Home','','inherit','closed','closed','','5-revision-v1','','','2020-09-10 11:00:47','2020-09-10 11:00:47','',5,'https://captainschairit.com/5-revision-v1/',0,'revision','',0),(629,1,'2020-09-10 11:19:55','2020-09-10 11:19:55','','am-dashboard','','inherit','open','closed','','am-dashboard','','','2020-09-10 11:19:55','2020-09-10 11:19:55','',616,'https://captainschairit.com/wp-content/uploads/2020/09/am-dashboard.jpg',0,'attachment','image/jpeg',0),(630,1,'2020-09-10 11:24:49','2020-09-10 11:24:49','','Request a Demo','','inherit','closed','closed','','342-revision-v1','','','2020-09-10 11:24:49','2020-09-10 11:24:49','',342,'https://captainschairit.com/342-revision-v1/',0,'revision','',0),(633,1,'2020-10-21 07:08:19','2020-10-21 07:08:19','a:7:{s:8:\"location\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"param\";s:9:\"post_type\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:11:\"cc-pricings\";}}}s:8:\"position\";s:6:\"normal\";s:5:\"style\";s:7:\"default\";s:15:\"label_placement\";s:3:\"top\";s:21:\"instruction_placement\";s:5:\"label\";s:14:\"hide_on_screen\";s:0:\"\";s:11:\"description\";s:0:\"\";}','Pricing Post Type','pricing-post-type','trash','closed','closed','','group_5e469f6f9964b__trashed','','','2020-12-03 06:42:40','2020-12-03 06:42:40','',0,'https://captainschairit.com/?p=633',0,'acf-field-group','',0),(634,1,'2020-10-21 07:08:19','2020-10-21 07:08:19','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}','Amount Monthly','amount_monthly','trash','closed','closed','','field_5e469fa075050__trashed','','','2020-12-03 06:42:40','2020-12-03 06:42:40','',633,'https://captainschairit.com/?post_type=acf-field&p=634',0,'acf-field','',0),(635,1,'2020-10-21 07:08:19','2020-10-21 07:08:19','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}','Amount Yearly','amount_yearly','trash','closed','closed','','field_5f845ab9d6ba7__trashed','','','2020-12-03 06:42:40','2020-12-03 06:42:40','',633,'https://captainschairit.com/?post_type=acf-field&p=635',1,'acf-field','',0),(636,1,'2020-10-21 07:08:19','2020-10-21 07:08:19','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}','Minimum Active Clients','minimum_active_clients','trash','closed','closed','','field_5e57d86d74085__trashed','','','2020-12-03 06:42:40','2020-12-03 06:42:40','',633,'https://captainschairit.com/?post_type=acf-field&p=636',2,'acf-field','',0),(637,1,'2020-10-21 07:08:19','2020-10-21 07:08:19','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}','Additional Clients Billed At','additional_clients_billed_at','trash','closed','closed','','field_5e57d88874086__trashed','','','2020-12-03 06:42:40','2020-12-03 06:42:40','',633,'https://captainschairit.com/?post_type=acf-field&p=637',3,'acf-field','',0),(638,1,'2020-10-21 07:08:19','2020-10-21 07:08:19','a:10:{s:4:\"type\";s:10:\"true_false\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:7:\"message\";s:0:\"\";s:13:\"default_value\";i:0;s:2:\"ui\";i:0;s:10:\"ui_on_text\";s:0:\"\";s:11:\"ui_off_text\";s:0:\"\";}','30-Day Preview','30-day_preview','trash','closed','closed','','field_5e57d8d174087__trashed','','','2020-12-03 06:42:40','2020-12-03 06:42:40','',633,'https://captainschairit.com/?post_type=acf-field&p=638',4,'acf-field','',0),(639,1,'2020-10-21 07:08:19','2020-10-21 07:08:19','a:10:{s:4:\"type\";s:10:\"true_false\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:7:\"message\";s:0:\"\";s:13:\"default_value\";i:0;s:2:\"ui\";i:0;s:10:\"ui_on_text\";s:0:\"\";s:11:\"ui_off_text\";s:0:\"\";}','PSA + Unlimited Connectors','psa_+_unlimited_connectors','trash','closed','closed','','field_5f845bb3b6fe5__trashed','','','2020-12-03 06:42:40','2020-12-03 06:42:40','',633,'https://captainschairit.com/?post_type=acf-field&p=639',5,'acf-field','',0),(640,1,'2020-10-21 07:08:19','2020-10-21 07:08:19','a:10:{s:4:\"type\";s:10:\"true_false\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:7:\"message\";s:0:\"\";s:13:\"default_value\";i:0;s:2:\"ui\";i:0;s:10:\"ui_on_text\";s:0:\"\";s:11:\"ui_off_text\";s:0:\"\";}','Unlimited Internal Subscribers','unlimited_internal_subscribers','trash','closed','closed','','field_5f845bece61ce__trashed','','','2020-12-03 06:42:40','2020-12-03 06:42:40','',633,'https://captainschairit.com/?post_type=acf-field&p=640',6,'acf-field','',0),(641,1,'2020-10-21 07:08:19','2020-10-21 07:08:19','a:10:{s:4:\"type\";s:10:\"true_false\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:7:\"message\";s:0:\"\";s:13:\"default_value\";i:0;s:2:\"ui\";i:0;s:10:\"ui_on_text\";s:0:\"\";s:11:\"ui_off_text\";s:0:\"\";}','Unlimited Access to Client Dashboards','unlimited_access_to_client_dashboards','trash','closed','closed','','field_5f845c0efbe84__trashed','','','2020-12-03 06:42:40','2020-12-03 06:42:40','',633,'https://captainschairit.com/?post_type=acf-field&p=641',7,'acf-field','',0),(642,1,'2020-10-21 07:08:19','2020-10-21 07:08:19','a:7:{s:8:\"location\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"param\";s:13:\"page_template\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:26:\"template-parts/pricing.php\";}}}s:8:\"position\";s:6:\"normal\";s:5:\"style\";s:7:\"default\";s:15:\"label_placement\";s:3:\"top\";s:21:\"instruction_placement\";s:5:\"label\";s:14:\"hide_on_screen\";a:1:{i:0;s:11:\"the_content\";}s:11:\"description\";s:0:\"\";}','Pricing Page','pricing-page','publish','closed','closed','','group_5f55fcd9b6136','','','2020-10-21 11:06:52','2020-10-21 11:06:52','',0,'https://captainschairit.com/?p=642',0,'acf-field-group','',0),(643,1,'2020-10-21 07:08:19','2020-10-21 07:08:19','a:7:{s:4:\"type\";s:5:\"group\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:6:\"layout\";s:5:\"block\";s:10:\"sub_fields\";a:0:{}}','Banner Section','banner_section','publish','closed','closed','','field_5f55fcd9cc74c','','','2020-10-21 07:08:19','2020-10-21 07:08:19','',642,'https://captainschairit.com/?post_type=acf-field&p=643',0,'acf-field','',0),(644,1,'2020-10-21 07:08:19','2020-10-21 07:08:19','a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:3:\"url\";s:12:\"preview_size\";s:4:\"full\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";}','Background Image','background_image','publish','closed','closed','','field_5f55fcd9df780','','','2020-10-21 07:08:19','2020-10-21 07:08:19','',643,'https://captainschairit.com/?post_type=acf-field&p=644',0,'acf-field','',0),(645,1,'2020-10-21 07:08:19','2020-10-21 07:08:19','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}','Text','text','publish','closed','closed','','field_5f55fcd9df7bd','','','2020-10-21 07:08:19','2020-10-21 07:08:19','',643,'https://captainschairit.com/?post_type=acf-field&p=645',1,'acf-field','',0),(646,1,'2020-10-21 07:08:19','2020-10-21 07:08:19','a:7:{s:8:\"location\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"param\";s:9:\"post_type\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:13:\"cc-connectors\";}}}s:8:\"position\";s:6:\"normal\";s:5:\"style\";s:7:\"default\";s:15:\"label_placement\";s:3:\"top\";s:21:\"instruction_placement\";s:5:\"label\";s:14:\"hide_on_screen\";s:0:\"\";s:11:\"description\";s:0:\"\";}','Connectors Post Type','connectors-post-type','publish','closed','closed','','group_5ebbd8574c910','','','2020-10-21 07:08:19','2020-10-21 07:08:19','',0,'https://captainschairit.com/?p=646',0,'acf-field-group','',0),(647,1,'2020-10-21 07:08:19','2020-10-21 07:08:19','a:12:{s:4:\"type\";s:6:\"number\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:3:\"min\";s:0:\"\";s:3:\"max\";s:0:\"\";s:4:\"step\";s:0:\"\";}','Connector ID','connector_id','publish','closed','closed','','field_5ebbd86220ec5','','','2020-10-21 07:08:19','2020-10-21 07:08:19','',646,'https://captainschairit.com/?post_type=acf-field&p=647',0,'acf-field','',0),(648,1,'2020-10-21 07:08:19','2020-10-21 07:08:19','a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:3:\"url\";s:12:\"preview_size\";s:6:\"medium\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";i:130;s:10:\"min_height\";i:86;s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";i:130;s:10:\"max_height\";i:86;s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";}','Image','image','publish','closed','closed','','field_5ec36f84c84a7','','','2020-10-21 07:08:19','2020-10-21 07:08:19','',646,'https://captainschairit.com/?post_type=acf-field&p=648',1,'acf-field','',0),(649,1,'2020-10-21 07:08:19','2020-10-21 07:08:19','a:7:{s:8:\"location\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"param\";s:13:\"post_template\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:36:\"template-parts/confirmation-page.php\";}}}s:8:\"position\";s:6:\"normal\";s:5:\"style\";s:7:\"default\";s:15:\"label_placement\";s:3:\"top\";s:21:\"instruction_placement\";s:5:\"label\";s:14:\"hide_on_screen\";a:1:{i:0;s:11:\"the_content\";}s:11:\"description\";s:0:\"\";}','Confirmation Page','confirmation-page','publish','closed','closed','','group_5e592d2759964','','','2020-10-21 07:08:19','2020-10-21 07:08:19','',0,'https://captainschairit.com/?p=649',0,'acf-field-group','',0),(650,1,'2020-10-21 07:08:19','2020-10-21 07:08:19','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}','Page Heading','page_heading','publish','closed','closed','','field_5e592d8608cb4','','','2020-10-21 07:08:19','2020-10-21 07:08:19','',649,'https://captainschairit.com/?post_type=acf-field&p=650',0,'acf-field','',0),(651,1,'2020-10-21 07:08:19','2020-10-21 07:08:19','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}','Content Heading','content_heading','publish','closed','closed','','field_5e592d9808cb5','','','2020-10-21 07:08:19','2020-10-21 07:08:19','',649,'https://captainschairit.com/?post_type=acf-field&p=651',1,'acf-field','',0),(652,1,'2020-10-21 07:08:19','2020-10-21 07:08:19','a:10:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";i:6;s:9:\"new_lines\";s:7:\"wpautop\";}','Content Part','content_part','publish','closed','closed','','field_5e592db708cb6','','','2020-10-21 07:08:19','2020-10-21 07:08:19','',649,'https://captainschairit.com/?post_type=acf-field&p=652',2,'acf-field','',0),(653,1,'2020-10-21 07:08:19','2020-10-21 07:08:19','a:7:{s:8:\"location\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"param\";s:13:\"post_template\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:36:\"template-parts/choose-connectors.php\";}}}s:8:\"position\";s:6:\"normal\";s:5:\"style\";s:7:\"default\";s:15:\"label_placement\";s:3:\"top\";s:21:\"instruction_placement\";s:5:\"label\";s:14:\"hide_on_screen\";a:1:{i:0;s:11:\"the_content\";}s:11:\"description\";s:0:\"\";}','Choose Connectors Page','choose-connectors-page','publish','closed','closed','','group_5e5796498032f','','','2020-10-21 07:08:19','2020-10-21 07:08:19','',0,'https://captainschairit.com/?p=653',0,'acf-field-group','',0),(654,1,'2020-10-21 07:08:19','2020-10-21 07:08:19','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}','Page Heading','page_heading','publish','closed','closed','','field_5e5796c9e52aa','','','2020-10-21 07:08:19','2020-10-21 07:08:19','',653,'https://captainschairit.com/?post_type=acf-field&p=654',0,'acf-field','',0),(655,1,'2020-10-21 07:08:19','2020-10-21 07:08:19','a:10:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";i:6;s:9:\"new_lines\";s:7:\"wpautop\";}','Content Part','content_part','publish','closed','closed','','field_5e5796e2e52ab','','','2020-10-21 07:08:19','2020-10-21 07:08:19','',653,'https://captainschairit.com/?post_type=acf-field&p=655',1,'acf-field','',0),(656,1,'2020-10-21 07:08:19','2020-10-21 07:08:19','a:7:{s:8:\"location\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"param\";s:13:\"page_template\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:35:\"template-parts/collect-data-msp.php\";}}}s:8:\"position\";s:6:\"normal\";s:5:\"style\";s:7:\"default\";s:15:\"label_placement\";s:3:\"top\";s:21:\"instruction_placement\";s:5:\"label\";s:14:\"hide_on_screen\";a:1:{i:0;s:11:\"the_content\";}s:11:\"description\";s:0:\"\";}','Collerct data MSP Page','collerct-data-msp-page','publish','closed','closed','','group_5e465b52b462f','','','2020-10-21 07:08:19','2020-10-21 07:08:19','',0,'https://captainschairit.com/?p=656',0,'acf-field-group','',0),(657,1,'2020-10-21 07:08:19','2020-10-21 07:08:19','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}','Page Heading','page_heading','publish','closed','closed','','field_5e5775ae95327','','','2020-10-21 07:08:19','2020-10-21 07:08:19','',656,'https://captainschairit.com/?post_type=acf-field&p=657',0,'acf-field','',0),(658,1,'2020-10-21 07:08:19','2020-10-21 07:08:19','a:10:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";i:4;s:9:\"new_lines\";s:7:\"wpautop\";}','Captain\'s Charis URL Instructions','captains_charis_url_instructions','publish','closed','closed','','field_5e6b8a77bd16e','','','2020-10-21 07:08:19','2020-10-21 07:08:19','',656,'https://captainschairit.com/?post_type=acf-field&p=658',1,'acf-field','',0),(659,1,'2020-10-21 07:08:19','2020-10-21 07:08:19','a:10:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";i:2;s:9:\"new_lines\";s:0:\"\";}','Content Big Font','content_big_font','publish','closed','closed','','field_5e5775b695328','','','2020-10-21 07:08:19','2020-10-21 07:08:19','',656,'https://captainschairit.com/?post_type=acf-field&p=659',2,'acf-field','',0),(660,1,'2020-10-21 07:08:19','2020-10-21 07:08:19','a:10:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";i:4;s:9:\"new_lines\";s:0:\"\";}','Content Small Font','content_small_font','publish','closed','closed','','field_5e5775c695329','','','2020-10-21 07:08:19','2020-10-21 07:08:19','',656,'https://captainschairit.com/?post_type=acf-field&p=660',3,'acf-field','',0),(661,1,'2020-10-21 07:08:19','2020-10-21 07:08:19','a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:3:\"url\";s:12:\"preview_size\";s:4:\"full\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";}','Image','image','publish','closed','closed','','field_5e5775ca9532b','','','2020-10-21 07:08:19','2020-10-21 07:08:19','',656,'https://captainschairit.com/?post_type=acf-field&p=661',4,'acf-field','',0),(662,1,'2020-10-21 07:10:37','2020-10-21 07:10:37','','Pricing','','publish','closed','closed','','pricing','','','2020-10-21 11:07:45','2020-10-21 11:07:45','',0,'https://captainschairit.com/?page_id=662',0,'page','',0),(663,1,'2020-10-21 07:10:22','2020-10-21 07:10:22','','price-banner','','inherit','open','closed','','price-banner','','','2020-10-21 07:10:22','2020-10-21 07:10:22','',662,'https://captainschairit.com/wp-content/uploads/2020/10/price-banner.jpg',0,'attachment','image/jpeg',0),(664,1,'2020-10-21 07:10:37','2020-10-21 07:10:37','','Pricing','','inherit','closed','closed','','662-revision-v1','','','2020-10-21 07:10:37','2020-10-21 07:10:37','',662,'https://captainschairit.com/662-revision-v1/',0,'revision','',0),(665,1,'2020-10-21 07:13:48','2020-10-21 07:13:48','','Crewman','','trash','closed','closed','','crewman__trashed','','','2020-12-03 06:49:01','2020-12-03 06:49:01','',0,'https://captainschairit.com/?post_type=cc-pricings&p=665',0,'cc-pricings','',0),(666,1,'2020-10-21 07:14:41','2020-10-21 07:14:41','','Lieutenant','','trash','closed','closed','','lieutenant__trashed','','','2020-12-03 06:49:00','2020-12-03 06:49:00','',0,'https://captainschairit.com/?post_type=cc-pricings&p=666',0,'cc-pricings','',0),(667,1,'2020-10-21 07:15:42','2020-10-21 07:15:42','','Captain','','trash','closed','closed','','captain__trashed','','','2020-12-03 06:48:57','2020-12-03 06:48:57','',0,'https://captainschairit.com/?post_type=cc-pricings&p=667',0,'cc-pricings','',0),(668,1,'2020-10-21 07:23:29','2020-10-21 07:23:29','','Collect Data for MSP','','publish','closed','closed','','collect-data-for-msp','','','2020-10-21 07:26:25','2020-10-21 07:26:25','',0,'https://captainschairit.com/?page_id=668',0,'page','',0),(669,1,'2020-10-21 07:23:19','2020-10-21 07:23:19','','msp-content-img','','inherit','open','closed','','msp-content-img','','','2020-10-21 07:23:19','2020-10-21 07:23:19','',668,'https://captainschairit.com/wp-content/uploads/2020/10/msp-content-img.jpg',0,'attachment','image/jpeg',0),(670,1,'2020-10-21 07:23:29','2020-10-21 07:23:29','','Collect Data for MSP','','inherit','closed','closed','','668-revision-v1','','','2020-10-21 07:23:29','2020-10-21 07:23:29','',668,'https://captainschairit.com/668-revision-v1/',0,'revision','',0),(671,1,'2020-10-21 07:26:25','2020-10-21 07:26:25','','Collect Data for MSP','','inherit','closed','closed','','668-revision-v1','','','2020-10-21 07:26:25','2020-10-21 07:26:25','',668,'https://captainschairit.com/668-revision-v1/',0,'revision','',0),(672,1,'2020-10-21 07:27:36','2020-10-21 07:27:36','','Choose Connectors','','publish','closed','closed','','choose-connectors','','','2020-10-21 07:27:36','2020-10-21 07:27:36','',0,'https://captainschairit.com/?page_id=672',0,'page','',0),(673,1,'2020-10-21 07:27:36','2020-10-21 07:27:36','','Choose Connectors','','inherit','closed','closed','','672-revision-v1','','','2020-10-21 07:27:36','2020-10-21 07:27:36','',672,'https://captainschairit.com/672-revision-v1/',0,'revision','',0),(674,1,'2020-10-21 07:29:49','2020-10-21 07:29:49','','ConnectWiseManage-2','','inherit','open','closed','','connectwisemanage-2','','','2020-10-21 07:29:49','2020-10-21 07:29:49','',104,'https://captainschairit.com/wp-content/uploads/2019/09/ConnectWiseManage-2.png',0,'attachment','image/png',0),(675,1,'2020-10-21 07:29:49','2020-10-21 07:29:49','','kaseya-bms-3','','inherit','open','closed','','kaseya-bms-3','','','2020-10-21 07:29:49','2020-10-21 07:29:49','',104,'https://captainschairit.com/wp-content/uploads/2019/09/kaseya-bms-3.png',0,'attachment','image/png',0),(676,1,'2020-10-21 07:44:34','2020-10-21 07:44:34','','Confirm Order','','publish','closed','closed','','confirm-order','','','2020-10-21 07:44:34','2020-10-21 07:44:34','',0,'https://captainschairit.com/?page_id=676',0,'page','',0),(677,1,'2020-10-21 07:44:34','2020-10-21 07:44:34','','Confirm Order','','inherit','closed','closed','','676-revision-v1','','','2020-10-21 07:44:34','2020-10-21 07:44:34','',676,'https://captainschairit.com/676-revision-v1/',0,'revision','',0),(678,1,'2020-10-21 08:33:49','2020-10-21 08:33:49','','Thank You Other MSP','','publish','closed','closed','','thanks-other-msp','','','2020-10-21 10:21:35','2020-10-21 10:21:35','',0,'https://captainschairit.com/?page_id=678',0,'page','',0),(679,1,'2020-10-21 08:33:49','2020-10-21 08:33:49','','Thank You Other MSP','','inherit','closed','closed','','678-revision-v1','','','2020-10-21 08:33:49','2020-10-21 08:33:49','',678,'https://captainschairit.com/678-revision-v1/',0,'revision','',0),(680,1,'2020-10-21 08:39:44','2020-10-21 08:39:44','','Thank You Other MSP','','inherit','closed','closed','','678-revision-v1','','','2020-10-21 08:39:44','2020-10-21 08:39:44','',678,'https://captainschairit.com/678-revision-v1/',0,'revision','',0),(681,1,'2020-10-21 09:42:22','2020-10-21 09:42:22',' ','','','publish','closed','closed','','681','','','2020-10-21 09:42:22','2020-10-21 09:42:22','',0,'https://captainschairit.com/?p=681',2,'nav_menu_item','',0),(683,1,'2020-10-21 11:06:52','2020-10-21 11:06:52','a:10:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";i:6;s:9:\"new_lines\";s:0:\"\";}','Content','content','publish','closed','closed','','field_5f901635fa14f','','','2020-10-21 11:06:52','2020-10-21 11:06:52','',642,'https://captainschairit.com/?post_type=acf-field&p=683',1,'acf-field','',0),(684,1,'2020-10-21 11:07:45','2020-10-21 11:07:45','','Pricing','','inherit','closed','closed','','662-revision-v1','','','2020-10-21 11:07:45','2020-10-21 11:07:45','',662,'https://captainschairit.com/662-revision-v1/',0,'revision','',0),(687,1,'2020-11-02 05:18:03','2020-11-02 05:18:03','','saas-agreement','','inherit','open','closed','','saas-agreement','','','2020-11-02 05:18:03','2020-11-02 05:18:03','',0,'https://captainschairit.com/wp-content/uploads/2020/11/saas-agreement.pdf',0,'attachment','application/pdf',0),(688,1,'2020-11-05 08:09:51','2020-11-05 08:09:51','','Thank You Confirmation','','publish','closed','closed','','thank-you-confirmation','','','2020-11-05 08:09:51','2020-11-05 08:09:51','',0,'https://captainschairit.com/?page_id=688',0,'page','',0),(689,1,'2020-11-05 08:09:51','2020-11-05 08:09:51','','Thank You Confirmation','','inherit','closed','closed','','688-revision-v1','','','2020-11-05 08:09:51','2020-11-05 08:09:51','',688,'https://captainschairit.com/688-revision-v1/',0,'revision','',0),(693,1,'2020-12-03 06:44:00','2020-12-03 06:44:00','a:7:{s:8:\"location\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"param\";s:9:\"post_type\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:11:\"cc-pricings\";}}}s:8:\"position\";s:6:\"normal\";s:5:\"style\";s:7:\"default\";s:15:\"label_placement\";s:3:\"top\";s:21:\"instruction_placement\";s:5:\"label\";s:14:\"hide_on_screen\";s:0:\"\";s:11:\"description\";s:0:\"\";}','Pricing Post Type','pricing-post-type','publish','closed','closed','','group_5e469f6f9964b','','','2020-12-03 06:44:00','2020-12-03 06:44:00','',0,'https://captainschairit.com/?p=693',0,'acf-field-group','',0),(694,1,'2020-12-03 06:44:00','2020-12-03 06:44:00','a:7:{s:4:\"type\";s:5:\"group\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:6:\"layout\";s:5:\"block\";s:10:\"sub_fields\";a:0:{}}','Crewman','crewman','publish','closed','closed','','field_5fb75c68c74e6','','','2020-12-03 06:44:00','2020-12-03 06:44:00','',693,'https://captainschairit.com/?post_type=acf-field&p=694',0,'acf-field','',0),(695,1,'2020-12-03 06:44:00','2020-12-03 06:44:00','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}','Text','text','publish','closed','closed','','field_5fb75c87c74e7','','','2020-12-03 06:44:00','2020-12-03 06:44:00','',694,'https://captainschairit.com/?post_type=acf-field&p=695',0,'acf-field','',0),(696,1,'2020-12-03 06:44:00','2020-12-03 06:44:00','a:10:{s:4:\"type\";s:10:\"true_false\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:7:\"message\";s:0:\"\";s:13:\"default_value\";i:0;s:2:\"ui\";i:0;s:10:\"ui_on_text\";s:0:\"\";s:11:\"ui_off_text\";s:0:\"\";}','Eligible','eligible','publish','closed','closed','','field_5fb75ca2c74e8','','','2020-12-03 06:44:00','2020-12-03 06:44:00','',694,'https://captainschairit.com/?post_type=acf-field&p=696',1,'acf-field','',0),(697,1,'2020-12-03 06:44:00','2020-12-03 06:44:00','a:7:{s:4:\"type\";s:5:\"group\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:6:\"layout\";s:5:\"block\";s:10:\"sub_fields\";a:0:{}}','Lieutenant','lieutenant','publish','closed','closed','','field_5fb75ceab6b8b','','','2020-12-03 06:44:00','2020-12-03 06:44:00','',693,'https://captainschairit.com/?post_type=acf-field&p=697',1,'acf-field','',0),(698,1,'2020-12-03 06:44:00','2020-12-03 06:44:00','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}','Text','text','publish','closed','closed','','field_5fb75ceab6b8c','','','2020-12-03 06:44:00','2020-12-03 06:44:00','',697,'https://captainschairit.com/?post_type=acf-field&p=698',0,'acf-field','',0),(699,1,'2020-12-03 06:44:00','2020-12-03 06:44:00','a:10:{s:4:\"type\";s:10:\"true_false\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:7:\"message\";s:0:\"\";s:13:\"default_value\";i:0;s:2:\"ui\";i:0;s:10:\"ui_on_text\";s:0:\"\";s:11:\"ui_off_text\";s:0:\"\";}','Eligible','eligible','publish','closed','closed','','field_5fb75ceab6b8d','','','2020-12-03 06:44:00','2020-12-03 06:44:00','',697,'https://captainschairit.com/?post_type=acf-field&p=699',1,'acf-field','',0),(700,1,'2020-12-03 06:44:00','2020-12-03 06:44:00','a:7:{s:4:\"type\";s:5:\"group\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:6:\"layout\";s:5:\"block\";s:10:\"sub_fields\";a:0:{}}','Captain','captain','publish','closed','closed','','field_5fb75d353c32d','','','2020-12-03 06:44:00','2020-12-03 06:44:00','',693,'https://captainschairit.com/?post_type=acf-field&p=700',2,'acf-field','',0),(701,1,'2020-12-03 06:44:00','2020-12-03 06:44:00','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}','Text','text','publish','closed','closed','','field_5fb75d353c32e','','','2020-12-03 06:44:00','2020-12-03 06:44:00','',700,'https://captainschairit.com/?post_type=acf-field&p=701',0,'acf-field','',0),(702,1,'2020-12-03 06:44:00','2020-12-03 06:44:00','a:10:{s:4:\"type\";s:10:\"true_false\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:7:\"message\";s:0:\"\";s:13:\"default_value\";i:0;s:2:\"ui\";i:0;s:10:\"ui_on_text\";s:0:\"\";s:11:\"ui_off_text\";s:0:\"\";}','Eligible','eligible','publish','closed','closed','','field_5fb75d353c32f','','','2020-12-03 06:44:00','2020-12-03 06:44:00','',700,'https://captainschairit.com/?post_type=acf-field&p=702',1,'acf-field','',0),(703,1,'2020-12-03 06:49:32','2020-12-03 06:49:32','','Price Per Month','','publish','closed','closed','','price-per-month','','','2020-12-03 06:49:32','2020-12-03 06:49:32','',0,'https://captainschairit.com/?post_type=cc-pricings&p=703',0,'cc-pricings','',0),(704,1,'2020-12-03 06:50:03','2020-12-03 06:50:03','','Free \"Preview\" Period (30 Days)','','publish','closed','closed','','free-preview-period-30-days','','','2020-12-03 06:50:03','2020-12-03 06:50:03','',0,'https://captainschairit.com/?post_type=cc-pricings&p=704',1,'cc-pricings','',0),(705,1,'2020-12-03 06:50:42','2020-12-03 06:50:42','','Annual Pricing (10% discount)','','publish','closed','closed','','annual-pricing-10-discount','','','2020-12-03 06:50:42','2020-12-03 06:50:42','',0,'https://captainschairit.com/?post_type=cc-pricings&p=705',2,'cc-pricings','',0),(706,1,'2020-12-03 06:51:18','2020-12-03 06:51:18','','Minimum Active Clients','','publish','closed','closed','','minimum-active-clients','','','2020-12-03 06:51:18','2020-12-03 06:51:18','',0,'https://captainschairit.com/?post_type=cc-pricings&p=706',4,'cc-pricings','',0),(707,1,'2020-12-03 06:52:25','2020-12-03 06:52:25','','Additional Clients Billed At:','','publish','closed','closed','','additional-clients-billed-at','','','2020-12-03 06:52:25','2020-12-03 06:52:25','',0,'https://captainschairit.com/?post_type=cc-pricings&p=707',3,'cc-pricings','',0),(708,1,'2020-12-03 06:53:38','2020-12-03 06:53:38','','PSA + Unlimited Connectors','','publish','closed','closed','','psa-unlimited-connectors','','','2020-12-03 06:53:38','2020-12-03 06:53:38','',0,'https://captainschairit.com/?post_type=cc-pricings&p=708',5,'cc-pricings','',0),(709,1,'2020-12-03 06:54:00','2020-12-03 06:54:00','','Unlimited Internal Subscribers','','publish','closed','closed','','unlimited-internal-subscribers','','','2020-12-03 06:54:00','2020-12-03 06:54:00','',0,'https://captainschairit.com/?post_type=cc-pricings&p=709',6,'cc-pricings','',0),(710,1,'2020-12-03 06:54:28','2020-12-03 06:54:28','','Unlimited Access to Client Dashboards','','publish','closed','closed','','unlimited-access-to-client-dashboards','','','2020-12-03 06:54:28','2020-12-03 06:54:28','',0,'https://captainschairit.com/?post_type=cc-pricings&p=710',7,'cc-pricings','',0),(711,1,'2020-12-03 07:12:24','2020-12-03 07:12:24','','Test','','trash','closed','closed','','test__trashed','','','2020-12-03 07:12:47','2020-12-03 07:12:47','',0,'https://captainschairit.com/?post_type=cc-pricings&p=711',8,'cc-pricings','',0);
/*!40000 ALTER TABLE `wp_posts` 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_520_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 (52,2,0),(77,3,0),(79,3,0),(81,3,0),(87,3,0),(88,3,0),(103,5,0),(104,4,0),(107,5,0),(108,6,0),(109,7,0),(110,7,0),(111,8,0),(117,9,0),(119,10,0),(121,7,0),(121,11,0),(225,12,0),(225,13,0),(243,2,0),(245,2,0),(248,2,0),(287,13,0),(288,13,0),(289,13,0),(291,13,0),(292,13,0),(293,13,0),(294,12,0),(296,12,0),(298,12,0),(300,12,0),(302,12,0),(307,2,0),(426,1,0),(426,14,0),(426,15,0),(426,16,0),(426,18,0),(426,19,0),(426,24,0),(426,25,0),(426,26,0),(426,27,0),(426,35,0),(426,36,0),(426,37,0),(443,1,0),(443,14,0),(443,16,0),(443,18,0),(443,19,0),(443,20,0),(443,21,0),(443,24,0),(443,25,0),(443,26,0),(443,27,0),(443,35,0),(443,36,0),(443,37,0),(448,5,0),(456,10,0),(461,1,0),(461,14,0),(461,18,0),(461,19,0),(461,22,0),(461,23,0),(461,24,0),(461,25,0),(461,35,0),(461,36,0),(461,37,0),(472,1,0),(472,14,0),(472,17,0),(472,18,0),(472,19,0),(472,20,0),(472,24,0),(472,25,0),(472,35,0),(472,36,0),(472,37,0),(491,1,0),(491,14,0),(491,18,0),(491,19,0),(491,24,0),(491,25,0),(491,26,0),(491,27,0),(491,35,0),(491,36,0),(491,37,0),(500,1,0),(500,14,0),(500,15,0),(500,18,0),(500,19,0),(500,24,0),(500,28,0),(500,29,0),(500,30,0),(500,31,0),(500,35,0),(500,36,0),(500,37,0),(504,1,0),(504,18,0),(504,19,0),(504,24,0),(504,29,0),(504,30,0),(504,31,0),(504,32,0),(504,33,0),(504,35,0),(504,36,0),(504,37,0),(513,9,0),(516,8,0),(519,1,0),(519,14,0),(519,19,0),(519,22,0),(519,24,0),(519,25,0),(519,29,0),(519,30,0),(519,31,0),(519,32,0),(519,34,0),(519,35,0),(519,36,0),(519,37,0),(525,8,0),(528,4,0),(566,8,0),(571,8,0),(575,1,0),(619,2,0),(633,1,0),(642,1,0),(646,1,0),(649,1,0),(653,1,0),(656,1,0),(681,2,0),(693,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_520_ci NOT NULL DEFAULT '',
`description` longtext COLLATE utf8mb4_unicode_520_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=41 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_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,8),(2,2,'nav_menu','',0,7),(3,3,'nav_menu','',0,5),(4,4,'cc-connector-types','',0,2),(5,5,'cc-connector-types','',0,3),(6,6,'cc-connector-types','',0,1),(7,7,'cc-connector-types','',0,3),(8,8,'cc-connector-types','',0,5),(9,9,'cc-connector-types','',0,2),(10,10,'cc-connector-types','',0,2),(11,11,'cc-connector-types','',0,1),(12,12,'cc-leadership-types','',0,6),(13,13,'cc-leadership-types','',0,7),(14,14,'post_tag','',0,7),(15,15,'post_tag','',0,2),(16,16,'post_tag','',0,2),(17,17,'post_tag','',0,1),(18,18,'post_tag','',0,7),(19,19,'post_tag','',0,8),(20,20,'post_tag','',0,2),(21,21,'post_tag','',0,1),(22,22,'post_tag','',0,2),(23,23,'post_tag','',0,1),(24,24,'post_tag','',0,8),(25,25,'post_tag','',0,6),(26,26,'post_tag','',0,3),(27,27,'post_tag','',0,3),(28,28,'post_format','',0,1),(29,29,'post_tag','',0,3),(30,30,'post_tag','',0,3),(31,31,'post_tag','',0,3),(32,32,'post_tag','',0,2),(33,33,'post_tag','',0,1),(34,34,'post_tag','',0,1),(35,35,'post_tag','',0,8),(36,36,'post_tag','',0,8),(37,37,'post_tag','',0,8),(38,38,'cc-pricing-plans','',0,0),(39,39,'cc-pricing-plans','',0,0),(40,40,'cc-pricing-plans','',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_520_ci DEFAULT NULL,
`meta_value` longtext COLLATE utf8mb4_unicode_520_ci,
PRIMARY KEY (`meta_id`),
KEY `term_id` (`term_id`),
KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_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_520_ci NOT NULL DEFAULT '',
`slug` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`term_group` bigint(10) NOT NULL DEFAULT '0',
`term_order` int(4) DEFAULT '0',
PRIMARY KEY (`term_id`),
KEY `slug` (`slug`(191)),
KEY `name` (`name`(191))
) ENGINE=InnoDB AUTO_INCREMENT=41 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_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,0),(2,'Header Menu','header-menu',0,0),(3,'Footer Menu','footer-menu',0,0),(4,'PSA','psa',0,0),(5,'RMM','rmm',0,0),(6,'APM','apm',0,0),(7,'CLOUD SERVICES','cloud-services',0,0),(8,'BACKUP','backup',0,0),(9,'CSAT','csat',0,0),(10,'NETWORK ELEMENTS','network-elements',0,0),(11,'EMAIL','email',0,0),(12,'Board Of Directors','boardofdirectors',0,0),(13,'Executive Team','executiveteam',0,0),(14,'Managed Services','managed-services',0,0),(15,'next-gen IT MSP','next-gen-it-msp',0,0),(16,'digital transformation','digital-transformation',0,0),(17,'client churn','client-churn',0,0),(18,'MSP','msp',0,0),(19,'Captain\'s Chair','captains-chair',0,0),(20,'ConnectWise','connectwise',0,0),(21,'ConnectWise Manage','connectwise-manage',0,0),(22,'transparency','transparency',0,0),(23,'IT','it',0,0),(24,'Captain\'s Chair Dashboard','captains-chair-dashboard',0,0),(25,'IT Dashboard','it-dashboard',0,0),(26,'Webroot','webroot',0,0),(27,'Cisco Meraki','cisco-meraki',0,0),(28,'post-format-video','post-format-video',0,0),(29,'Captain\'s Chair IT','captains-chair-it',0,0),(30,'Managed Services Dashboard','managed-services-dashboard',0,0),(31,'ConnectWise Dashboard','connectwise-dashboard',0,0),(32,'MSP Dashboard','msp-dashboard',0,0),(33,'IT Managed Services','it-managed-services',0,0),(34,'SmileBack','smileback',0,0),(35,'client portal','client-portal',0,0),(36,'msp client portal','msp-client-portal',0,0),(37,'connectwise portal','connectwise-portal',0,0),(38,'Captain','captain',0,3),(39,'Lieutenant','lieutenant',0,2),(40,'Crewman','crewman',0,1);
/*!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_520_ci DEFAULT NULL,
`meta_value` longtext COLLATE utf8mb4_unicode_520_ci,
PRIMARY KEY (`umeta_id`),
KEY `user_id` (`user_id`),
KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB AUTO_INCREMENT=139 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_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','cc_admin'),(2,1,'first_name',''),(3,1,'last_name',''),(4,1,'description',''),(5,1,'rich_editing','true'),(6,1,'syntax_highlighting','true'),(7,1,'comment_shortcuts','false'),(8,1,'admin_color','fresh'),(9,1,'use_ssl','0'),(10,1,'show_admin_bar_front','true'),(11,1,'locale',''),(12,1,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(13,1,'wp_user_level','10'),(14,1,'dismissed_wp_pointers','theme_editor_notice'),(15,1,'show_welcome_panel','1'),(17,1,'wp_dashboard_quick_press_last_post_id','692'),(18,1,'community-events-location','a:1:{s:2:\"ip\";s:12:\"111.93.226.0\";}'),(19,1,'wp_user-settings','libraryContent=browse&editor=html&imgsize=full&mfold=o'),(20,1,'wp_user-settings-time','1596008144'),(21,1,'managenav-menuscolumnshidden','a:4:{i:0;s:11:\"link-target\";i:1;s:15:\"title-attribute\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";}'),(22,1,'metaboxhidden_nav-menus','a:2:{i:0;s:12:\"add-post_tag\";i:1;s:15:\"add-post_format\";}'),(23,1,'nav_menu_recently_edited','2'),(26,1,'closedpostboxes_post','a:0:{}'),(27,1,'metaboxhidden_post','a:5:{i:0;s:11:\"postexcerpt\";i:1;s:13:\"trackbacksdiv\";i:2;s:16:\"commentstatusdiv\";i:3;s:7:\"slugdiv\";i:4;s:9:\"authordiv\";}'),(28,1,'managetoplevel_page_{vxcf_leads}columnshidden','a:4:{i:0;s:17:\"cf_224-vxvx-vxurl\";i:1;s:20:\"cf_224-vxvx-vxscreen\";i:2;s:21:\"cf_224-vxvx-vxupdated\";i:3;s:16:\"cf_224-vxvx-vxxx\";}'),(29,1,'closedpostboxes_page','a:0:{}'),(30,1,'metaboxhidden_page','a:5:{i:0;s:12:\"revisionsdiv\";i:1;s:16:\"commentstatusdiv\";i:2;s:11:\"commentsdiv\";i:3;s:7:\"slugdiv\";i:4;s:9:\"authordiv\";}'),(31,1,'manageedit-cc-press-releasescolumnshidden','a:0:{}'),(34,2,'nickname','tyana.daley@gmail.com'),(35,2,'first_name','Tyana'),(36,2,'last_name','Daley'),(37,2,'description',''),(38,2,'rich_editing','true'),(39,2,'syntax_highlighting','true'),(40,2,'comment_shortcuts','false'),(41,2,'admin_color','fresh'),(42,2,'use_ssl','0'),(43,2,'show_admin_bar_front','true'),(44,2,'locale',''),(45,2,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(46,2,'wp_user_level','10'),(47,2,'dismissed_wp_pointers',''),(48,2,'session_tokens','a:1:{s:64:\"f16a24cc75b7345f4a7d35cafd83e589915361fa8b7d706116ed376f9dbee4a0\";a:4:{s:10:\"expiration\";i:1593345430;s:2:\"ip\";s:9:\"127.0.0.1\";s:2:\"ua\";s:121:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.106 Safari/537.36\";s:5:\"login\";i:1593172630;}}'),(49,2,'wp_dashboard_quick_press_last_post_id','561'),(50,2,'community-events-location','a:1:{s:2:\"ip\";s:9:\"127.0.0.0\";}'),(51,2,'managetoplevel_page_{vxcf_leads}columnshidden','a:4:{i:0;s:17:\"cf_224-vxvx-vxurl\";i:1;s:20:\"cf_224-vxvx-vxscreen\";i:2;s:21:\"cf_224-vxvx-vxupdated\";i:3;s:16:\"cf_224-vxvx-vxxx\";}'),(54,1,'aioseop_notice_time_set_review_plugin_cta','1600269717'),(55,1,'aioseop_notice_display_time_review_plugin_cta','1915838976'),(57,2,'aioseop_notice_time_set_review_plugin_cta','1593172631'),(58,2,'aioseop_notice_display_time_review_plugin_cta','1594382230'),(67,3,'nickname','mkemp@skywaygroupfunds.com'),(68,3,'first_name','Matt'),(69,3,'last_name','Kemp'),(70,3,'description',''),(71,3,'rich_editing','true'),(72,3,'syntax_highlighting','true'),(73,3,'comment_shortcuts','false'),(74,3,'admin_color','fresh'),(75,3,'use_ssl','0'),(76,3,'show_admin_bar_front','true'),(77,3,'locale',''),(78,3,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(79,3,'wp_user_level','10'),(80,3,'dismissed_wp_pointers',''),(81,3,'default_password_nag',''),(82,3,'session_tokens','a:1:{s:64:\"5f66f9ebe0f5f5ae2d5fdae0b1ad436a91a317cb0e86d057030973162979c749\";a:4:{s:10:\"expiration\";i:1596894388;s:2:\"ip\";s:9:\"127.0.0.1\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36\";s:5:\"login\";i:1596721588;}}'),(83,3,'aioseop_notice_time_set_review_plugin_cta','1596721588'),(84,3,'aioseop_notice_display_time_review_plugin_cta','1597931187'),(85,3,'wp_dashboard_quick_press_last_post_id','594'),(86,3,'community-events-location','a:1:{s:2:\"ip\";s:9:\"127.0.0.0\";}'),(88,4,'nickname','dleininger@captainschairit.com'),(89,4,'first_name','Dwayne'),(90,4,'last_name','Leininger'),(91,4,'description',''),(92,4,'rich_editing','true'),(93,4,'syntax_highlighting','true'),(94,4,'comment_shortcuts','false'),(95,4,'admin_color','fresh'),(96,4,'use_ssl','0'),(97,4,'show_admin_bar_front','true'),(98,4,'locale',''),(99,4,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(100,4,'wp_user_level','10'),(101,4,'dismissed_wp_pointers',''),(112,4,'default_password_nag',''),(113,4,'session_tokens','a:1:{s:64:\"8af5d8b1dd00c1cc36de349b601005c33f3dea92066c749aa22e37a5d247932f\";a:4:{s:10:\"expiration\";i:1604954361;s:2:\"ip\";s:11:\"24.96.16.13\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0 Safari/605.1.15\";s:5:\"login\";i:1603744761;}}'),(114,4,'aioseop_notice_time_set_review_plugin_cta','1603744761'),(115,4,'aioseop_notice_display_time_review_plugin_cta','1604954360'),(116,4,'wp_dashboard_quick_press_last_post_id','685'),(117,4,'community-events-location','a:1:{s:2:\"ip\";s:10:\"24.96.16.0\";}'),(138,1,'session_tokens','a:1:{s:64:\"39e696c4c809c974c75cb38d58ae00435f9c8c1f3b1a5d1418bc4763530d7334\";a:4:{s:10:\"expiration\";i:1607760242;s:2:\"ip\";s:13:\"111.93.226.66\";s:2:\"ua\";s:128:\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36 OPR/72.0.3815.400\";s:5:\"login\";i:1607587442;}}');
/*!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_520_ci NOT NULL DEFAULT '',
`user_pass` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`user_nicename` varchar(50) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`user_email` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`user_url` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`user_activation_key` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`user_status` int(11) NOT NULL DEFAULT '0',
`display_name` varchar(250) COLLATE utf8mb4_unicode_520_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=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_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,'cc_admin','$P$BI2FrqN5OwjmLs1xIazeILDThYPv2F.','cc_admin','arnabchakraborty@codeuridea.com','','2019-09-10 08:22:29','',0,'cc_admin'),(2,'tyana.daley@gmail.com','$P$BZX6LLGZPQ8gfOzAeiNmTdEFJ2Cz5C1','tyana-daleygmail-com','tyana.daley@gmail.com','','2020-06-01 16:56:53','1591030615:$P$BkV7NiqLzwa4SGcjCr8l8tPjpvuCXX0',0,'Tyana Daley'),(3,'mkemp@skywaygroupfunds.com','$P$BYdnbhqTdjaWc/Gwz7Ty69bjREwXMI/','mkempskywaygroupfunds-com','mkemp@skywaygroupfunds.com','','2020-08-05 16:05:34','',0,'Matt Kemp'),(4,'dleininger@captainschairit.com','$P$Bmf6yxOL9HnzeXVoZTBoqeLw9cHCeI1','dleiningercaptainschairit-com','dleininger@captainschairit.com','http://www.captainschairit.com','2020-08-14 18:15:39','',0,'Dwayne Leininger');
/*!40000 ALTER TABLE `wp_users` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_vxcf_leads`
--
DROP TABLE IF EXISTS `wp_vxcf_leads`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_vxcf_leads` (
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`form_id` varchar(50) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`status` int(4) NOT NULL DEFAULT '0',
`type` int(4) NOT NULL DEFAULT '0',
`is_read` tinyint(1) NOT NULL DEFAULT '0',
`is_star` tinyint(1) NOT NULL DEFAULT '0',
`user_id` bigint(20) unsigned NOT NULL DEFAULT '0',
`ip` varchar(50) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`browser` varchar(50) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`screen` varchar(50) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`os` varchar(50) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`vis_id` varchar(250) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`url` varchar(250) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`meta` text COLLATE utf8mb4_unicode_520_ci,
`created` datetime DEFAULT NULL,
`updated` datetime DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `form_id` (`form_id`),
KEY `status` (`status`),
KEY `type` (`type`)
) ENGINE=InnoDB AUTO_INCREMENT=84 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_vxcf_leads`
--
LOCK TABLES `wp_vxcf_leads` WRITE;
/*!40000 ALTER TABLE `wp_vxcf_leads` DISABLE KEYS */;
INSERT INTO `wp_vxcf_leads` VALUES (1,'cf_358',0,0,1,0,1,'10.4.0.97','Chrome','1366 x 768','Windows','5db17716d92dd157191144678072010','https://captainschairit.com/request-a-demo/',NULL,'2019-10-24 10:04:06','2019-10-24 10:04:06'),(2,'cf_358',0,0,1,0,1,'10.4.0.97','Chrome','1366 x 768','Windows','5db17716d92dd157191144678072010','https://captainschairit.com/request-a-demo/',NULL,'2019-10-24 10:16:32','2019-10-24 10:16:32'),(3,'cf_358',0,0,1,0,1,'10.4.0.97','Chrome','1366 x 768','Windows','5db17716d92dd157191144678072010','https://captainschairit.com/request-a-demo/',NULL,'2019-10-24 10:20:34','2019-10-24 10:20:34'),(4,'cf_242',0,0,1,0,1,'10.4.0.97','Chrome','1366 x 768','Windows','5db17716d92dd157191144678072010','https://captainschairit.com/about/#ContactUs',NULL,'2019-10-24 10:30:11','2019-10-24 10:30:11'),(5,'cf_242',1,0,0,0,1,'10.4.0.97','Chrome','1366 x 768','Windows','5db17716d92dd157191144678072010','https://captainschairit.com/about/#ContactUs',NULL,'2019-10-24 10:34:19','2019-10-24 10:34:19'),(6,'cf_242',1,0,0,0,1,'10.4.0.97','Chrome','1366 x 768','Windows','5db17716d92dd157191144678072010','https://captainschairit.com/about/#ContactUs',NULL,'2019-10-24 10:45:47','2019-10-24 10:45:47'),(7,'cf_358',0,0,1,0,1,'10.4.0.84','Chrome','1536 x 864','Windows','5db22162668ff157195504248749177','https://captainschairit.com/request-a-demo/',NULL,'2019-10-24 22:10:42','2019-10-24 22:10:42'),(8,'cf_358',0,0,1,0,1,'10.4.0.84','Chrome','1536 x 864','Windows','5db22162668ff157195504248749177','https://captainschairit.com/request-a-demo/',NULL,'2019-10-24 22:14:37','2019-10-24 22:14:37'),(9,'cf_358',0,0,1,0,0,'10.4.0.84','Chrome','1920 x 1080','Windows','5db3243c0e87b157202130813831366','https://captainschairit.com/request-a-demo/',NULL,'2019-10-25 16:35:08','2019-10-25 16:35:08'),(10,'cf_358',0,0,1,0,0,'10.4.0.84','Chrome','1600 x 1200','Windows','5db3284a657be157202234638498510','https://captainschairit.com/request-a-demo/',NULL,'2019-10-25 16:52:26','2019-10-25 16:52:26'),(11,'cf_358',0,0,1,0,0,'10.4.0.97','Safari','375 x 812','iPhone','5db32d5d310af157202364539918471','https://captainschairit.com/request-a-demo/',NULL,'2019-10-25 17:14:05','2019-10-25 17:14:05'),(12,'cf_358',0,0,1,0,0,'10.4.0.97','Chrome','1920 x 1080','Windows','5db3471220916157203022684390983','https://captainschairit.com/request-a-demo/',NULL,'2019-10-25 19:03:46','2019-10-25 19:03:46'),(13,'cf_358',0,0,1,0,0,'10.4.0.84','Chrome','1920 x 1080','Windows','5db4e98b92e8d157213735532616244','https://captainschairit.com/request-a-demo/',NULL,'2019-10-27 00:49:15','2019-10-27 00:49:15'),(14,'cf_358',0,0,1,0,0,'10.4.0.97','Chrome','412 x 846','Android','5db885fb8b924157237401160498449','https://captainschairit.com/request-a-demo/',NULL,'2019-10-29 18:33:31','2019-10-29 18:33:31'),(15,'cf_358',0,0,1,0,0,'10.4.0.84','Safari','375 x 812','iPhone','5db996ab180a315724438191467927','https://captainschairit.com/request-a-demo/',NULL,'2019-10-30 13:56:59','2019-10-30 13:56:59'),(16,'cf_358',0,0,1,0,0,'10.4.0.84','Chrome','1680 x 1050','Mac','5db9cc67afe36157245757542191271','https://captainschairit.com/request-a-demo/',NULL,'2019-10-30 17:46:15','2019-10-30 17:46:15'),(17,'cf_358',0,0,1,0,0,'10.4.0.97','Chrome','1920 x 1080','Windows','5dbc33a50138a157261507769747152','https://captainschairit.com/request-a-demo/',NULL,'2019-11-01 13:31:17','2019-11-01 13:31:17'),(18,'cf_358',0,0,1,0,0,'10.4.0.84','Chrome','2560 x 1440','Windows','5dbc3d0b9faf3157261748328718214','https://captainschairit.com/request-a-demo/',NULL,'2019-11-01 14:11:23','2019-11-01 14:11:23'),(19,'cf_358',0,0,1,0,0,'10.4.0.97','Chrome','1920 x 1080','Windows','5dbc8361a9e64157263548933075330','https://captainschairit.com/request-a-demo/',NULL,'2019-11-01 19:11:29','2019-11-01 19:11:29'),(20,'cf_358',0,0,0,0,0,'10.4.0.97','Chrome','1920 x 1080','Windows','5dc325b727870157307026352190600','https://captainschairit.com/request-a-demo/',NULL,'2019-11-06 19:57:43','2019-11-06 19:57:43'),(21,'cf_358',0,0,0,0,0,'10.4.0.84','Chrome','3008 x 1692','Mac','5dc38f99c9d8c157309736910045309','https://captainschairit.com/request-a-demo/',NULL,'2019-11-07 03:29:29','2019-11-07 03:29:29'),(22,'cf_242',0,0,1,0,0,'127.0.0.1','Chrome','1504 x 1003','Windows','5e1d9e9f8249715789994551917333','https://captainschairit.com/about/#ContactUs',NULL,'2020-01-14 10:57:35','2020-01-14 10:57:35'),(23,'cf_358',0,0,0,0,0,'127.0.0.1','Firefox','1366 x 768','linux','5e29509c3d517157976591628858417','https://captainschairit.com/request-a-demo/',NULL,'2020-01-23 07:51:56','2020-01-23 07:51:56'),(24,'cf_358',0,0,0,0,0,'127.0.0.1','Chrome','2048 x 1280','Windows','5e298da87b11b157978154478478681','https://captainschairit.com/request-a-demo/',NULL,'2020-01-23 12:12:24','2020-01-23 12:12:24'),(25,'cf_358',0,0,0,0,0,'127.0.0.1','Safari','414 x 896','iPhone','5e31aa934afeb158031323571277893','https://captainschairit.com/request-a-demo/',NULL,'2020-01-29 15:53:55','2020-01-29 15:53:55'),(26,'cf_358',0,0,0,0,0,'127.0.0.1','Chrome','412 x 869','Android','5e398003abec5158082662729231263','https://captainschairit.com/request-a-demo/',NULL,'2020-02-04 14:30:27','2020-02-04 14:30:27'),(27,'cf_358',0,0,0,0,0,'127.0.0.1','Chrome','412 x 869','Android','5e398003abec5158082662729231263','https://captainschairit.com/request-a-demo/',NULL,'2020-02-04 14:30:35','2020-02-04 14:30:35'),(28,'cf_358',0,0,0,0,0,'127.0.0.1','Chrome','412 x 869','Android','5e398003abec5158082662729231263','https://captainschairit.com/request-a-demo/',NULL,'2020-02-04 14:30:54','2020-02-04 14:30:54'),(29,'cf_358',0,0,0,0,0,'127.0.0.1','Chrome','1366 x 768','Windows','5e3abafd7bea6158090726157371691','https://captainschairit.com/request-a-demo/',NULL,'2020-02-05 12:54:21','2020-02-05 12:54:21'),(30,'cf_242',0,0,0,0,0,'127.0.0.1','Chrome','1366 x 768','Windows','5e3abd411b51a158090784159723318','https://captainschairit.com/about/#ContactUs',NULL,'2020-02-05 13:04:01','2020-02-05 13:04:01'),(31,'cf_358',0,0,0,0,0,'127.0.0.1','Chrome','2560 x 1440','Windows','5e62964ee987a15835193104355405','https://captainschairit.com/request-a-demo/',NULL,'2020-03-06 18:28:31','2020-03-06 18:28:31'),(32,'cf_242',0,0,0,0,0,'127.0.0.1','Chrome','1920 x 1080','Windows','5e68ff6079b5b158393942436107446','https://captainschairit.com/about/#CompanyInfo',NULL,'2020-03-11 15:10:24','2020-03-11 15:10:24'),(33,'cf_242',0,0,1,0,0,'127.0.0.1','Chrome','1280 x 720','Windows','5e74143688a33158466565449616566','https://captainschairit.com/about/#ContactUs',NULL,'2020-03-20 00:54:14','2020-03-20 00:54:14'),(34,'cf_358',0,0,0,0,0,'127.0.0.1','Chrome','2560 x 1440','Windows','5e7ded02ad01315853109787785187','https://captainschairit.com/request-a-demo/',NULL,'2020-03-27 12:09:38','2020-03-27 12:09:38'),(35,'cf_358',0,0,0,0,0,'127.0.0.1','Chrome','1920 x 1080','Mac','5e95d71b27055158687823595732935','https://captainschairit.com/request-a-demo/',NULL,'2020-04-14 15:30:35','2020-04-14 15:30:35'),(36,'cf_358',0,0,0,0,0,'127.0.0.1','Chrome','1920 x 1080','Windows','5e960a151aabe158689128556384167','https://captainschairit.com/request-a-demo/',NULL,'2020-04-14 19:08:05','2020-04-14 19:08:05'),(37,'cf_358',0,0,0,0,0,'127.0.0.1','Chrome','1920 x 1080','Mac','5e95d71b27055158687823595732935','https://captainschairit.com/request-a-demo/',NULL,'2020-04-16 01:04:02','2020-04-16 01:04:02'),(38,'cf_358',0,0,0,0,0,'127.0.0.1','Chrome','1920 x 1080','Windows','5e960a151aabe158689128556384167','https://captainschairit.com/request-a-demo/',NULL,'2020-04-16 19:54:35','2020-04-16 19:54:35'),(39,'cf_358',0,0,0,0,0,'127.0.0.1','Chrome','1440 x 900','Mac','5e9f55f178863158750052910942485','https://captainschairit.com/request-a-demo/',NULL,'2020-04-21 20:22:09','2020-04-21 20:22:09'),(40,'cf_358',0,0,0,0,0,'127.0.0.1','Chrome','2560 x 1440','Windows','5ea245ecda575158769303614092459','https://captainschairit.com/request-a-demo/',NULL,'2020-04-24 01:50:37','2020-04-24 01:50:37'),(41,'cf_358',0,0,0,0,0,'127.0.0.1','Chrome','3840 x 2160','Mac','5eb2e83cee016158878316483940608','https://captainschairit.com/request-a-demo/',NULL,'2020-05-06 16:39:25','2020-05-06 16:39:25'),(42,'cf_358',0,0,0,0,0,'127.0.0.1','Chrome','1920 x 1080','Windows','5ebc9a3f3f36b158941855944095777','https://captainschairit.com/request-a-demo/',NULL,'2020-05-14 01:09:19','2020-05-14 01:09:19'),(43,'cf_358',0,0,0,0,0,'127.0.0.1','Chrome','1920 x 1080','Windows','5ec31d8da3370158984538951850327','https://captainschairit.com/request-a-demo/',NULL,'2020-05-18 23:43:09','2020-05-18 23:43:09'),(44,'cf_358',0,0,0,0,0,'127.0.0.1','Chrome','1344 x 840','Windows','5ec452c9a58a6158992455365216788','https://captainschairit.com/request-a-demo/',NULL,'2020-05-19 21:42:33','2020-05-19 21:42:33'),(45,'cf_358',0,0,0,0,0,'127.0.0.1','Chrome','1920 x 1080','Windows','5ec6cb2ce128e159008644477938934','https://captainschairit.com/request-a-demo/',NULL,'2020-05-21 18:40:44','2020-05-21 18:40:44'),(46,'cf_358',0,0,0,0,0,'127.0.0.1','','375 x 812','iPhone','5ece6a543f96a159058594025886279','https://captainschairit.com/request-a-demo/',NULL,'2020-05-27 13:25:40','2020-05-27 13:25:40'),(47,'cf_358',0,0,0,0,0,'127.0.0.1','Chrome','1440 x 900','Mac','5ed15e8de888c159077953380701440','https://captainschairit.com/request-a-demo/',NULL,'2020-05-29 19:12:13','2020-05-29 19:12:13'),(48,'cf_358',0,0,0,0,0,'127.0.0.1','Chrome','1920 x 1080','Windows','5ed51c400d6e8159102470458782315','https://captainschairit.com/request-a-demo/',NULL,'2020-06-01 15:18:24','2020-06-01 15:18:24'),(49,'cf_358',0,0,0,0,0,'127.0.0.1','Chrome','1536 x 864','Windows','5ed79efcac00f15911892446845819','https://captainschairit.com/request-a-demo/',NULL,'2020-06-03 13:00:44','2020-06-03 13:00:44'),(50,'cf_358',0,0,0,0,0,'127.0.0.1','Chrome','1536 x 864','Windows','5ede20b2ead81159161566628650956','https://captainschairit.com/request-a-demo/',NULL,'2020-06-08 11:27:46','2020-06-08 11:27:46'),(51,'cf_358',0,0,0,0,0,'127.0.0.1','Chrome','1536 x 864','Windows','5ee110c909993159180820148550462','https://captainschairit.com/request-a-demo/',NULL,'2020-06-10 16:56:41','2020-06-10 16:56:41'),(52,'cf_358',0,0,0,0,0,'127.0.0.1','Chrome','1920 x 1080','Windows','5ee417d758ffd15920066153899631','https://captainschairit.com/request-a-demo/',NULL,'2020-06-13 00:03:35','2020-06-13 00:03:35'),(53,'cf_358',0,0,0,0,0,'127.0.0.1','Chrome','1920 x 1080','Windows','5eeb83a1e6787159249296153855004','https://captainschairit.com/request-a-demo/',NULL,'2020-06-18 15:09:21','2020-06-18 15:09:21'),(54,'cf_358',0,0,0,0,0,'127.0.0.1','Chrome','1500 x 1000','Windows','5efffcc1bc96b159383468967618655','https://captainschairit.com/request-a-demo/',NULL,'2020-07-04 03:51:29','2020-07-04 03:51:29'),(55,'cf_358',0,0,0,0,0,'127.0.0.1','Chrome','1920 x 1080','Windows','5f0320f4a9294159404056477806383','https://captainschairit.com/request-a-demo/',NULL,'2020-07-06 13:02:44','2020-07-06 13:02:44'),(56,'cf_358',0,0,0,0,0,'127.0.0.1','Chrome','1920 x 1080','Windows','5f056819c0faf159418984957218896','https://captainschairit.com/request-a-demo/',NULL,'2020-07-08 06:30:49','2020-07-08 06:30:49'),(57,'cf_242',1,0,0,0,1,'127.0.0.1','Opera','1920 x 1080','Windows','5f0c3d27dcb3c159463760796224316','https://captainschairit.com/about/#ContactUs',NULL,'2020-07-13 10:53:27','2020-07-13 10:53:27'),(58,'cf_242',1,0,0,0,1,'127.0.0.1','Opera','1920 x 1080','Windows','5f0c3d27dcb3c159463760796224316','https://captainschairit.com/about/#ContactUs',NULL,'2020-07-13 12:02:29','2020-07-13 12:02:29'),(59,'cf_358',0,0,0,0,1,'127.0.0.1','Opera','1920 x 1080','Windows','5f0c3d27dcb3c159463760796224316','https://captainschairit.com/request-a-demo/',NULL,'2020-07-13 12:05:51','2020-07-13 12:05:51'),(60,'cf_358',0,0,0,0,0,'127.0.0.1','Chrome','1366 x 768','Windows','5f0c7162d60f9159465097831646087','https://captainschairit.com/request-a-demo/',NULL,'2020-07-13 14:36:18','2020-07-13 14:36:18'),(61,'cf_242',1,0,0,0,0,'127.0.0.1','Chrome','1366 x 768','Windows','5f0c7162d60f9159465097831646087','https://captainschairit.com/about/#ContactUs',NULL,'2020-07-13 14:39:45','2020-07-13 14:39:45'),(62,'cf_242',1,0,0,0,1,'127.0.0.1','Opera','1920 x 1080','Windows','5f0c3d27dcb3c159463760796224316','https://captainschairit.com/about/#ContactUs',NULL,'2020-07-14 06:18:14','2020-07-14 06:18:14'),(63,'cf_358',0,0,0,0,1,'127.0.0.1','Opera','1920 x 1080','Windows','5f0c3d27dcb3c159463760796224316','https://captainschairit.com/request-a-demo/',NULL,'2020-07-14 06:18:57','2020-07-14 06:18:57'),(64,'cf_242',1,0,0,0,1,'127.0.0.1','Opera','1920 x 1080','Windows','5f0c3d27dcb3c159463760796224316','https://captainschairit.com/about/#ContactUs',NULL,'2020-07-14 06:49:44','2020-07-14 06:49:44'),(65,'cf_358',0,0,0,0,1,'127.0.0.1','Opera','1920 x 1080','Windows','5f0c3d27dcb3c159463760796224316','https://captainschairit.com/request-a-demo/',NULL,'2020-07-14 06:49:56','2020-07-14 06:49:56'),(66,'cf_358',0,0,0,0,0,'127.0.0.1','Chrome','1440 x 900','Windows','5f100ba6e047f159488707831212318','https://captainschairit.com/request-a-demo/',NULL,'2020-07-16 08:11:18','2020-07-16 08:11:18'),(67,'cf_358',0,0,0,0,0,'127.0.0.1','Chrome','1920 x 1080','Windows','5f1ae288415d0159559744854599555','https://captainschairit.com/request-a-demo/',NULL,'2020-07-24 13:30:48','2020-07-24 13:30:48'),(68,'cf_358',0,0,0,0,1,'127.0.0.1','Chrome','1366 x 768','Windows','5f0c7162d60f9159465097831646087','https://captainschairit.com/request-a-demo/',NULL,'2020-07-29 07:34:25','2020-07-29 07:34:25'),(69,'cf_358',0,0,0,0,1,'127.0.0.1','Chrome','1366 x 768','Windows','5f0c7162d60f9159465097831646087','https://captainschairit.com/request-a-demo/',NULL,'2020-07-29 07:42:30','2020-07-29 07:42:30'),(70,'cf_358',0,0,1,0,1,'127.0.0.1','Chrome','1366 x 768','Windows','5f0c7162d60f9159465097831646087','https://captainschairit.com/request-a-demo/',NULL,'2020-07-29 07:59:07','2020-07-29 07:59:07'),(71,'cf_242',0,0,0,0,0,'127.0.0.1','Chrome','1920 x 1200','Windows','5f23dc924ab27159618574653685715','https://captainschairit.com/about/#ContactUs',NULL,'2020-07-31 08:55:46','2020-07-31 08:55:46'),(72,'cf_358',0,0,0,0,0,'127.0.0.1','Chrome','1280 x 720','Windows','5f2a90960dbe5159662504630056409','https://captainschairit.com/request-a-demo/',NULL,'2020-08-05 10:57:26','2020-08-05 10:57:26'),(73,'cf_358',0,0,0,0,0,'127.0.0.1','Chrome','1536 x 864','Windows','5f2c0b31b8a6f15967219699887083','https://captainschairit.com/request-a-demo/',NULL,'2020-08-06 13:52:49','2020-08-06 13:52:49'),(74,'cf_358',0,0,0,0,0,'127.0.0.1','Chrome','1680 x 1050','Mac','5f2db6876e2e9159683136783359292','https://captainschairit.com/request-a-demo/',NULL,'2020-08-07 20:16:07','2020-08-07 20:16:07'),(75,'cf_242',1,0,0,0,1,'115.187.56.163','Opera','1920 x 1080','Windows','5f0c3d27dcb3c159463760796224316','https://captainschairit.com/about/#ContactUs',NULL,'2020-08-08 07:15:35','2020-08-08 07:15:35'),(76,'cf_242',0,0,0,0,0,'213.83.112.106','Chrome','2233 x 1256','Windows','5f350d70df5a1159731236896359817','https://captainschairit.com/about/#ContactUs',NULL,'2020-08-13 09:52:48','2020-08-13 09:52:48'),(77,'cf_242',1,0,0,0,0,'24.96.16.13','Chrome','1920 x 1200','Mac','5f4d3d3654bb5159889746267413999','https://captainschairit.com/about/#CompanyInfo',NULL,'2020-08-31 18:11:02','2020-08-31 18:11:02'),(78,'cf_242',1,0,0,0,1,'115.187.56.127','Opera','1920 x 1080','Windows','5f0c3d27dcb3c159463760796224316','https://captainschairit.com/about/#CompanyInfo',NULL,'2020-09-01 05:47:47','2020-09-01 05:47:47'),(79,'cf_242',1,0,0,0,1,'115.187.56.127','Opera','1920 x 1080','Windows','5f0c3d27dcb3c159463760796224316','https://captainschairit.com/about/#CompanyInfo',NULL,'2020-09-02 05:40:00','2020-09-02 05:40:00'),(80,'cf_242',0,0,0,0,0,'199.27.249.15','Chrome','3440 x 1440','Mac','5f60048dad719160012814158075310','https://captainschairit.com/about/#CompanyInfo',NULL,'2020-09-15 00:02:21','2020-09-15 00:02:21'),(81,'cf_242',0,0,0,0,0,'116.118.253.121','Chrome','1920 x 1080','Windows','5f7d5fffbcf5e160205209553754500','https://captainschairit.com/about/#ContactUs',NULL,'2020-10-07 06:28:15','2020-10-07 06:28:15'),(82,'cf_242',0,0,0,0,0,'144.134.1.27','Chrome','1920 x 1080','Windows','5f7fbd94bbe50160220712423854179','https://captainschairit.com/about/#ContactUs',NULL,'2020-10-09 01:32:04','2020-10-09 01:32:04'),(83,'cf_242',1,0,0,0,1,'103.76.211.85','Opera','1920 x 1080','Windows','5f0c3d27dcb3c159463760796224316','https://captainschairit.com/about/#ContactUs',NULL,'2020-10-22 17:35:29','2020-10-22 17:35:29');
/*!40000 ALTER TABLE `wp_vxcf_leads` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_vxcf_leads_detail`
--
DROP TABLE IF EXISTS `wp_vxcf_leads_detail`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_vxcf_leads_detail` (
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`lead_id` bigint(20) unsigned NOT NULL DEFAULT '0',
`name` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`value` longtext COLLATE utf8mb4_unicode_520_ci,
PRIMARY KEY (`id`),
KEY `lead_id` (`lead_id`),
KEY `name` (`name`(190))
) ENGINE=InnoDB AUTO_INCREMENT=394 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_vxcf_leads_detail`
--
LOCK TABLES `wp_vxcf_leads_detail` WRITE;
/*!40000 ALTER TABLE `wp_vxcf_leads_detail` DISABLE KEYS */;
INSERT INTO `wp_vxcf_leads_detail` VALUES (1,1,'FirstName','Ariyam'),(2,1,'LastName','Mukherjee'),(3,1,'CompanyName','Test SWI'),(4,1,'BusinessE-mail','shieldwatch007@gmail.com'),(5,1,'PhoneNumber','9876543210'),(6,2,'FirstName','Biman'),(7,2,'LastName','Ghoshal'),(8,2,'CompanyName','Test SWI 1'),(9,2,'BusinessE-mail','shieldwatch007@gmail.com'),(10,2,'PhoneNumber','9876543210'),(11,3,'FirstName','Ariyam'),(12,3,'LastName','Mukherjee'),(13,3,'CompanyName','Test SWI'),(14,3,'BusinessE-mail','shieldwatch007@gmail.com'),(15,3,'PhoneNumber','9876543210'),(16,4,'Name','Ariyam Mukhherjee'),(17,4,'Title','Test SWI Company'),(18,4,'Phone','9876543210'),(19,4,'Email','shieldwatch007@gmail.com'),(20,5,'Name','Test 1'),(21,5,'Title','Test Company'),(22,5,'Phone','9876543210'),(23,5,'Email','shieldwatch007@gmail.com'),(24,6,'Name','Testing Name'),(25,6,'Title','Testing Company'),(26,6,'Phone','9876543210'),(27,6,'Email','shieldwatch007@gmail.com'),(28,7,'FirstName','Phillip'),(29,7,'LastName','Myers'),(30,7,'CompanyName','Concertium'),(31,7,'BusinessE-mail','pmyers@concertium.com'),(32,7,'PhoneNumber','8134904216'),(33,8,'FirstName','Phillip'),(34,8,'LastName','Myers'),(35,8,'CompanyName','Concertium'),(36,8,'BusinessE-mail','pmyers@concertium.com'),(37,8,'PhoneNumber','8134904216'),(38,9,'FirstName','Vincent'),(39,9,'LastName','Smith'),(40,9,'CompanyName','Highpoint Technology Group'),(41,9,'BusinessE-mail','Vincent.Smith@gohighpoint.net'),(42,9,'PhoneNumber','713-587-9904'),(43,10,'FirstName','Ron'),(44,10,'LastName','Vaughn'),(45,10,'CompanyName','EMSCO Solutions'),(46,10,'BusinessE-mail','ron@emscosolutions.com'),(47,10,'PhoneNumber','4058134455'),(48,11,'FirstName','Tom'),(49,11,'LastName','Kirkham'),(50,11,'CompanyName','Kirkham'),(51,11,'BusinessE-mail','tom@Kirkham.it'),(52,11,'PhoneNumber','4792422796'),(53,12,'FirstName','Nathan'),(54,12,'LastName','Berger'),(55,12,'CompanyName','Digacore Technology'),(56,12,'BusinessE-mail','nberger@digacore.com'),(57,12,'PhoneNumber','7326465725'),(58,13,'FirstName','Steven'),(59,13,'LastName','Frech'),(60,13,'CompanyName','STC Managed Services'),(61,13,'BusinessE-mail','steven@stcmb.com'),(62,13,'PhoneNumber','8434678837'),(63,14,'FirstName','Brian'),(64,14,'LastName','Molder'),(65,14,'CompanyName','Aspire Technical Solutions'),(66,14,'BusinessE-mail','brian@aspiretech.com'),(67,14,'PhoneNumber','4692720777'),(68,15,'FirstName','Domenick'),(69,15,'LastName','Landriscina'),(70,15,'CompanyName','Diversified IS'),(71,15,'BusinessE-mail','domenick@diversified-is.com'),(72,15,'PhoneNumber','12128459281'),(73,16,'FirstName','Tanmay'),(74,16,'LastName','sasvadkar'),(75,16,'CompanyName','Immersive '),(76,16,'BusinessE-mail','tanmaysasvadkar@gmail.com'),(77,16,'PhoneNumber','9009789123'),(78,17,'FirstName','Brian'),(79,17,'LastName','Roets'),(80,17,'CompanyName','SMP'),(81,17,'BusinessE-mail','broets@smp-corp.com'),(82,17,'PhoneNumber','5853240858'),(83,18,'FirstName','Karl'),(84,18,'LastName','Fulljames'),(85,18,'CompanyName','nucleus networks'),(86,18,'BusinessE-mail','karl@yournucleus.ca'),(87,18,'PhoneNumber','6046823444'),(88,19,'FirstName','Scott'),(89,19,'LastName','Harris'),(90,19,'CompanyName','Computer Transition Services, Inc.'),(91,19,'BusinessE-mail','sharris@ctsinet.com'),(92,19,'PhoneNumber','8067938961'),(93,20,'FirstName','Andrew'),(94,20,'LastName','Robinson'),(95,20,'CompanyName','Envision Technology Advisors'),(96,20,'BusinessE-mail','andrewr@envisionsuccess.net'),(97,20,'PhoneNumber','4014790357'),(98,21,'FirstName','Michael'),(99,21,'LastName','Daley'),(100,21,'CompanyName','tech2bit'),(101,21,'BusinessE-mail','michael@tech2bit.com'),(102,21,'PhoneNumber','9374770493'),(103,22,'Name','willem ellemeet'),(104,22,'Title','WilroffReitsma'),(105,22,'Phone','+31653125520'),(106,22,'Email','wel@wilroffreitsma.nl'),(107,23,'FirstName','Arnab'),(108,23,'LastName','Chakraborty'),(109,23,'CompanyName','Concertium'),(110,23,'BusinessE-mail','arnabchakraborty@codeuridea.com'),(111,23,'PhoneNumber','9706061632'),(112,24,'FirstName','Michael'),(113,24,'LastName','Wates'),(114,24,'CompanyName','Managed IT Pty Ltd'),(115,24,'BusinessE-mail','michael.wates@managedit.com.au'),(116,24,'PhoneNumber','08 9200 4256'),(117,25,'FirstName','Lyf'),(118,25,'LastName','Wildenberg'),(119,25,'CompanyName','Mytech Partners'),(120,25,'BusinessE-mail','lwildenberg@mytech.com'),(121,25,'PhoneNumber','6512480995'),(122,26,'FirstName','Doug'),(123,26,'LastName','Goglio'),(124,26,'CompanyName','Choice Technology Group, LLC'),(125,26,'BusinessE-mail','Doug@choicetg.com'),(126,26,'PhoneNumber','4109294247'),(127,27,'FirstName','Doug'),(128,27,'LastName','Goglio'),(129,27,'CompanyName','Choice Technology Group, LLC'),(130,27,'BusinessE-mail','Doug@choicetg.com'),(131,27,'PhoneNumber','4109294247'),(132,28,'FirstName','Doug'),(133,28,'LastName','Goglio'),(134,28,'CompanyName','Choice Technology Group, LLC'),(135,28,'BusinessE-mail','Doug@choicetg.com'),(136,28,'PhoneNumber','410-929-4247'),(137,29,'FirstName','test'),(138,29,'LastName','test'),(139,29,'CompanyName','test'),(140,29,'BusinessE-mail','test@gmail.com'),(141,29,'PhoneNumber','8697466752'),(142,30,'Name','Sushant Roy'),(143,30,'Title','test'),(144,30,'Phone','12223'),(145,30,'Email','test@gmail.com'),(146,31,'FirstName','Petr'),(147,31,'LastName','Horak'),(148,31,'CompanyName','Art In Communications, Inc.'),(149,31,'BusinessE-mail','phorak@artincommunications.com'),(150,31,'PhoneNumber','8479990444'),(151,32,'Name','Mark Marley'),(152,32,'Title','Network Computer Solutions'),(153,32,'Phone','5742682482'),(154,32,'Email','mark@ncshelpdesk.coM'),(155,33,'Name','Davina Lettau'),(156,33,'Title','N/A'),(157,33,'Phone','314-780-5829'),(158,33,'Email','vinalettau@gmail.com'),(159,34,'FirstName','Brandon'),(160,34,'LastName','Bowers'),(161,34,'CompanyName','ZenTek Data Systems'),(162,34,'BusinessE-mail','bbowers@zentekds.com'),(163,34,'PhoneNumber','9547796510'),(164,35,'FirstName','Stephen'),(165,35,'LastName','Sheasby'),(166,35,'CompanyName','Unicom Technologies'),(167,35,'BusinessE-mail','ssheasby@unicom-tech.com'),(168,35,'PhoneNumber','2814963606'),(169,36,'FirstName','Marc'),(170,36,'LastName','Hiller'),(171,36,'CompanyName','Lincoln Computer Services'),(172,36,'BusinessE-mail','mhiller@lincolnit.com'),(173,36,'PhoneNumber','5165206463'),(174,37,'FirstName','Stephen'),(175,37,'LastName','Sheasby'),(176,37,'CompanyName','Unicom Technologies'),(177,37,'BusinessE-mail','ssheasby@unicom-tech.com'),(178,37,'PhoneNumber','2814963606'),(179,38,'FirstName','Marc'),(180,38,'LastName','Hiller'),(181,38,'CompanyName','Lincoln Computer Services'),(182,38,'BusinessE-mail','mhiller@lincolnit.com'),(183,38,'PhoneNumber','5165206463'),(184,39,'FirstName','Estefania'),(185,39,'LastName','Anaya'),(186,39,'CompanyName','Nearsoft'),(187,39,'BusinessE-mail','eanaya@nearsoft.com'),(188,39,'PhoneNumber','6628477188'),(189,40,'FirstName','Rick'),(190,40,'LastName','Agnew'),(191,40,'CompanyName','MyWorkspace, LLC'),(192,40,'BusinessE-mail','RAgnew@MyWorkspace.net'),(193,40,'PhoneNumber','8475590880'),(194,41,'FirstName','Richard'),(195,41,'LastName','Juliano'),(196,41,'CompanyName','SugarShot'),(197,41,'BusinessE-mail','rjuliano@sugarshot.io'),(198,41,'PhoneNumber','3106413274'),(199,42,'FirstName','David'),(200,42,'LastName','Schulz'),(201,42,'CompanyName','Rivercity Solutions'),(202,42,'BusinessE-mail','david@rivercity.net.au'),(203,42,'PhoneNumber','61410430384'),(204,43,'FirstName','Stephen'),(205,43,'LastName','Reyes'),(206,43,'CompanyName','Saltmarsh'),(207,43,'BusinessE-mail','stephen@saltmarshcpa.com'),(208,43,'PhoneNumber','8502021351'),(209,44,'FirstName','Gina'),(210,44,'LastName','Carter'),(211,44,'CompanyName','CalTech'),(212,44,'BusinessE-mail','gina.carter@caltech.com'),(213,44,'PhoneNumber','325 223 6100'),(214,45,'FirstName','Keith'),(215,45,'LastName','Wrubleski'),(216,45,'CompanyName','Systems Management Planning'),(217,45,'BusinessE-mail','kwrubleski@smp-corp.com'),(218,45,'PhoneNumber','5853338126'),(219,46,'FirstName','Krishan'),(220,46,'LastName','Odedra'),(221,46,'CompanyName','Right Click'),(222,46,'BusinessE-mail','krishan@rclick.com'),(223,46,'PhoneNumber','6194033899'),(224,47,'FirstName','Mitchell'),(225,47,'LastName','Weller'),(226,47,'CompanyName','Info Advantage Inc'),(227,47,'BusinessE-mail','mweller@info-adv.com'),(228,47,'PhoneNumber','5853318701'),(229,48,'FirstName','Matt'),(230,48,'LastName','Abner'),(231,48,'CompanyName','InTrust IT'),(232,48,'BusinessE-mail','matt.abner@intrust-it.com'),(233,48,'PhoneNumber','5134696500'),(234,49,'FirstName','Scott'),(235,49,'LastName','Davidson'),(236,49,'CompanyName','Opal Business Solutions'),(237,49,'BusinessE-mail','sdavidson@opalbiz.com'),(238,49,'PhoneNumber','7249427100'),(239,50,'FirstName','Matt'),(240,50,'LastName','Kemp'),(241,50,'CompanyName','BlueGrace Logistics'),(242,50,'BusinessE-mail','mkemp@bluegracegroup.com'),(243,50,'PhoneNumber','813-465-8614'),(244,51,'FirstName','Sam'),(245,51,'LastName','Gridley'),(246,51,'CompanyName','Integration Technologies, Inc.'),(247,51,'BusinessE-mail','sgridley@intech-support.com'),(248,51,'PhoneNumber','808-596-9500'),(249,52,'FirstName','Alexander'),(250,52,'LastName','Vandersteen'),(251,52,'CompanyName','B4 Networks'),(252,52,'BusinessE-mail','alex@b4networks.ca'),(253,52,'PhoneNumber','19053464966'),(254,53,'FirstName','Drayton'),(255,53,'LastName','Mayers'),(256,53,'CompanyName','TeamLogic IT - Memphis'),(257,53,'BusinessE-mail','dmayers@teamlogicit.com'),(258,53,'PhoneNumber','9015721355'),(259,54,'FirstName','Jared'),(260,54,'LastName','Humiston'),(261,54,'CompanyName','Adirondack Technical Solutions'),(262,54,'BusinessE-mail','jhumiston@adktechs.com'),(263,54,'PhoneNumber','15187911494'),(264,55,'FirstName','Gabriel'),(265,55,'LastName','Miller'),(266,55,'CompanyName','TechHoncho'),(267,55,'BusinessE-mail','gmiller@techhoncho.com'),(268,55,'PhoneNumber','9782671010'),(269,56,'FirstName','Johan'),(270,56,'LastName','Zeelie'),(271,56,'CompanyName','Altron'),(272,56,'BusinessE-mail','johan.zeelie@altron.com'),(273,56,'PhoneNumber','+27113734709'),(274,57,'Name','Arnab'),(275,57,'Title','Concertium'),(276,57,'Phone','9706016163'),(277,57,'Email','imarnab123@gmail.com'),(278,58,'Name','Arnab'),(279,58,'Title','Concertium'),(280,58,'Phone','9706016163'),(281,58,'Email','imarnab123@gmail.com'),(282,59,'FirstName','Arnab'),(283,59,'LastName','Chakraborty'),(284,59,'CompanyName','Concertium'),(285,59,'BusinessE-mail','imromot@gmail.com'),(286,59,'PhoneNumber','9706016163'),(287,60,'FirstName','Ari'),(288,60,'LastName','Test'),(289,60,'CompanyName','Test SWI'),(290,60,'BusinessE-mail','abc@gmail.com'),(291,60,'PhoneNumber','9876543210'),(292,61,'Name','Ariyam'),(293,61,'Title','Test Company'),(294,61,'Phone','9876543219'),(295,61,'Email','a@gmail.com'),(296,62,'Name','Arnab'),(297,62,'Title','Concertium'),(298,62,'Phone','9706016163'),(299,62,'Email','imarnab123@gmail.com'),(300,63,'FirstName','Arnab'),(301,63,'LastName','Chakraborty'),(302,63,'CompanyName','Concertium'),(303,63,'BusinessE-mail','imromot@gmail.com'),(304,63,'PhoneNumber','9706016163'),(305,64,'Name','Arnab'),(306,64,'Title','Concertium'),(307,64,'Phone','9706016163'),(308,64,'Email','imarnab123@gmail.com'),(309,65,'FirstName','Arnab'),(310,65,'LastName','Chakraborty'),(311,65,'CompanyName','Concertium'),(312,65,'BusinessE-mail','imromot@gmail.com'),(313,65,'PhoneNumber','9706016163'),(314,66,'FirstName','mike'),(315,66,'LastName','oneill'),(316,66,'CompanyName','newcmi'),(317,66,'BusinessE-mail','mike@newcmi.com'),(318,66,'PhoneNumber','02890735600'),(319,67,'FirstName','Brian'),(320,67,'LastName','Edelman'),(321,67,'CompanyName','FCI'),(322,67,'BusinessE-mail','bedelman@fcicyber.com'),(323,67,'PhoneNumber','9736701300'),(324,68,'FirstName','Test Swi'),(325,68,'LastName','Test Name'),(326,68,'CompanyName','Test Company SWI`'),(327,68,'BusinessE-mail','shieldwatch007@gmail.com'),(328,68,'PhoneNumber','9876543210'),(329,69,'FirstName','Test Swi'),(330,69,'LastName','Test'),(331,69,'CompanyName','Test Company'),(332,69,'BusinessE-mail','shieldwatch005@gmail.com'),(333,69,'PhoneNumber','9876543219'),(334,70,'FirstName','Testing SWI'),(335,70,'LastName','Test name'),(336,70,'CompanyName','Testing SWI'),(337,70,'BusinessE-mail','shieldwatch005@gmail.com'),(338,70,'PhoneNumber','9876543210'),(339,71,'Name','Walter Van Hecke'),(340,71,'Title','techne'),(341,71,'Phone','+3226690030'),(342,71,'Email','walter.van.hecke@techne.be'),(343,72,'FirstName','Iain'),(344,72,'LastName','Godding'),(345,72,'CompanyName','Inflection Point MSP Ltd'),(346,72,'BusinessE-mail','iain.godding@inflectionpoint.uk'),(347,72,'PhoneNumber','08444142611'),(348,73,'FirstName','Matthew'),(349,73,'LastName','Kemp'),(350,73,'CompanyName','Skyway'),(351,73,'BusinessE-mail','matt.j.kemp@gmail.com'),(352,73,'PhoneNumber','8134658614'),(353,74,'FirstName','Jonathon'),(354,74,'LastName','Craig'),(355,74,'CompanyName','Blackbottle'),(356,74,'BusinessE-mail','jon.craig@blackbottle.io'),(357,74,'PhoneNumber','4128779259'),(358,75,'Name','Arnab'),(359,75,'Title','Concertium'),(360,75,'Phone','9706016163'),(361,75,'Email','shieldwatch006@gmail.com'),(362,76,'Name','Keith Cleverley'),(363,76,'Title','IMEX'),(364,76,'Phone','01793781800'),(365,76,'Email','info@imextechnical.co.uk'),(366,77,'Name','Test'),(367,77,'Title','test'),(368,77,'Phone','654654'),(369,77,'Email','test@test.com'),(370,78,'Name','Arnab'),(371,78,'Title','Concertium'),(372,78,'Phone','9706016163'),(373,78,'Email','shieldwatch006@gmail.com'),(374,79,'Name','Arnab'),(375,79,'Title','Concertium'),(376,79,'Phone','9706016163'),(377,79,'Email','shieldwatch006@gmail.com'),(378,80,'Name','Kyle Benningfield'),(379,80,'Title','I.T. Eutopia'),(380,80,'Phone','833-388-6742'),(381,80,'Email','kyle@iteutopia.com'),(382,81,'Name','David Perrett'),(383,81,'Title','efex'),(384,81,'Phone','0280398700'),(385,81,'Email','dp@efex.com.au'),(386,82,'Name','Christine Tan'),(387,82,'Title','Sentrian Pty Ltd'),(388,82,'Phone','+61 7 3708 0005'),(389,82,'Email','chrsitine@sentrian.com.au'),(390,83,'Name','Arnab'),(391,83,'Title','Concertium'),(392,83,'Phone','9706016163'),(393,83,'Email','shieldwatch006@gmail.com');
/*!40000 ALTER TABLE `wp_vxcf_leads_detail` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_vxcf_leads_notes`
--
DROP TABLE IF EXISTS `wp_vxcf_leads_notes`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_vxcf_leads_notes` (
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`lead_id` bigint(20) unsigned NOT NULL DEFAULT '0',
`user_id` bigint(20) unsigned NOT NULL DEFAULT '0',
`color` int(1) NOT NULL DEFAULT '0',
`email` varchar(150) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`note` text COLLATE utf8mb4_unicode_520_ci,
`created` datetime DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `lead_id` (`lead_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_vxcf_leads_notes`
--
LOCK TABLES `wp_vxcf_leads_notes` WRITE;
/*!40000 ALTER TABLE `wp_vxcf_leads_notes` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_vxcf_leads_notes` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_vxcf_sales`
--
DROP TABLE IF EXISTS `wp_vxcf_sales`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_vxcf_sales` (
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
`form_id` varchar(60) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`account` mediumint(8) NOT NULL,
`is_active` tinyint(1) NOT NULL DEFAULT '1',
`sort` mediumint(8) NOT NULL DEFAULT '0',
`name` varchar(240) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`object` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`meta` longtext COLLATE utf8mb4_unicode_520_ci,
`data` longtext COLLATE utf8mb4_unicode_520_ci,
`time` datetime DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `form_id` (`form_id`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_vxcf_sales`
--
LOCK TABLES `wp_vxcf_sales` WRITE;
/*!40000 ALTER TABLE `wp_vxcf_sales` DISABLE KEYS */;
INSERT INTO `wp_vxcf_sales` VALUES (1,'cf_358',1,1,0,'Feed #1','Lead','{\"fields\":{\"LastName\":{\"name\":\"LastName\",\"type\":\"string\",\"label\":\"Last Name\",\"req\":\"true\",\"maxlength\":80,\"custom\":false},\"FirstName\":{\"name\":\"FirstName\",\"type\":\"string\",\"label\":\"First Name\",\"req\":\"\",\"maxlength\":40,\"custom\":false},\"Salutation\":{\"name\":\"Salutation\",\"type\":\"picklist\",\"label\":\"Salutation\",\"req\":\"\",\"maxlength\":40,\"custom\":false,\"options\":[{\"active\":true,\"defaultValue\":false,\"label\":\"Mr.\",\"validFor\":null,\"value\":\"Mr.\"},{\"active\":true,\"defaultValue\":false,\"label\":\"Ms.\",\"validFor\":null,\"value\":\"Ms.\"},{\"active\":true,\"defaultValue\":false,\"label\":\"Mrs.\",\"validFor\":null,\"value\":\"Mrs.\"},{\"active\":true,\"defaultValue\":false,\"label\":\"Dr.\",\"validFor\":null,\"value\":\"Dr.\"},{\"active\":true,\"defaultValue\":false,\"label\":\"Prof.\",\"validFor\":null,\"value\":\"Prof.\"}],\"eg\":\"Mr.=Mr., Ms.=Ms., Mrs.=Mrs., Dr.=Dr., Prof.=Prof.\"},\"MiddleName\":{\"name\":\"MiddleName\",\"type\":\"string\",\"label\":\"Middle Name\",\"req\":\"\",\"maxlength\":40,\"custom\":false},\"Suffix\":{\"name\":\"Suffix\",\"type\":\"string\",\"label\":\"Suffix\",\"req\":\"\",\"maxlength\":40,\"custom\":false},\"Title\":{\"name\":\"Title\",\"type\":\"string\",\"label\":\"Title\",\"req\":\"\",\"maxlength\":128,\"custom\":false},\"Company\":{\"name\":\"Company\",\"type\":\"string\",\"label\":\"Company\",\"req\":\"true\",\"maxlength\":255,\"custom\":false},\"Street\":{\"name\":\"Street\",\"type\":\"textarea\",\"label\":\"Street\",\"req\":\"\",\"maxlength\":255,\"custom\":false},\"City\":{\"name\":\"City\",\"type\":\"string\",\"label\":\"City\",\"req\":\"\",\"maxlength\":40,\"custom\":false},\"State\":{\"name\":\"State\",\"type\":\"string\",\"label\":\"State\\/Province\",\"req\":\"\",\"maxlength\":80,\"custom\":false},\"PostalCode\":{\"name\":\"PostalCode\",\"type\":\"string\",\"label\":\"Zip\\/Postal Code\",\"req\":\"\",\"maxlength\":20,\"custom\":false},\"Country\":{\"name\":\"Country\",\"type\":\"string\",\"label\":\"Country\",\"req\":\"\",\"maxlength\":80,\"custom\":false},\"Latitude\":{\"name\":\"Latitude\",\"type\":\"double\",\"label\":\"Latitude\",\"req\":\"\",\"maxlength\":0,\"custom\":false},\"Longitude\":{\"name\":\"Longitude\",\"type\":\"double\",\"label\":\"Longitude\",\"req\":\"\",\"maxlength\":0,\"custom\":false},\"GeocodeAccuracy\":{\"name\":\"GeocodeAccuracy\",\"type\":\"picklist\",\"label\":\"Geocode Accuracy\",\"req\":\"\",\"maxlength\":40,\"custom\":false,\"options\":[{\"active\":true,\"defaultValue\":false,\"label\":\"Address\",\"validFor\":null,\"value\":\"Address\"},{\"active\":true,\"defaultValue\":false,\"label\":\"NearAddress\",\"validFor\":null,\"value\":\"NearAddress\"},{\"active\":true,\"defaultValue\":false,\"label\":\"Block\",\"validFor\":null,\"value\":\"Block\"},{\"active\":true,\"defaultValue\":false,\"label\":\"Street\",\"validFor\":null,\"value\":\"Street\"},{\"active\":true,\"defaultValue\":false,\"label\":\"ExtendedZip\",\"validFor\":null,\"value\":\"ExtendedZip\"},{\"active\":true,\"defaultValue\":false,\"label\":\"Zip\",\"validFor\":null,\"value\":\"Zip\"},{\"active\":true,\"defaultValue\":false,\"label\":\"Neighborhood\",\"validFor\":null,\"value\":\"Neighborhood\"},{\"active\":true,\"defaultValue\":false,\"label\":\"City\",\"validFor\":null,\"value\":\"City\"},{\"active\":true,\"defaultValue\":false,\"label\":\"County\",\"validFor\":null,\"value\":\"County\"},{\"active\":true,\"defaultValue\":false,\"label\":\"State\",\"validFor\":null,\"value\":\"State\"},{\"active\":true,\"defaultValue\":false,\"label\":\"Unknown\",\"validFor\":null,\"value\":\"Unknown\"}],\"eg\":\"Address=Address, NearAddress=NearAddress, Block=Block, Street=Street, ExtendedZip=ExtendedZip, Zip=Zip, Neighborhood=Neighborhood, City=City, County=County, State=State, Unknown=Unknown\"},\"Email\":{\"name\":\"Email\",\"type\":\"email\",\"label\":\"Email\",\"req\":\"\",\"maxlength\":80,\"custom\":false},\"Website\":{\"name\":\"Website\",\"type\":\"url\",\"label\":\"Website\",\"req\":\"\",\"maxlength\":255,\"custom\":false},\"LeadSource\":{\"name\":\"LeadSource\",\"type\":\"picklist\",\"label\":\"Lead Source\",\"req\":\"\",\"maxlength\":40,\"custom\":false,\"options\":[{\"active\":true,\"defaultValue\":false,\"label\":\"Advertisement\",\"validFor\":null,\"value\":\"Advertisement\"},{\"active\":true,\"defaultValue\":false,\"label\":\"Customer Event\",\"validFor\":null,\"value\":\"Customer Event\"},{\"active\":true,\"defaultValue\":false,\"label\":\"Employee Referral\",\"validFor\":null,\"value\":\"Employee Referral\"},{\"active\":true,\"defaultValue\":false,\"label\":\"Google AdWords\",\"validFor\":null,\"value\":\"Google AdWords\"},{\"active\":true,\"defaultValue\":false,\"label\":\"Other\",\"validFor\":null,\"value\":\"Other\"},{\"active\":true,\"defaultValue\":false,\"label\":\"Partner\",\"validFor\":null,\"value\":\"Partner\"},{\"active\":true,\"defaultValue\":false,\"label\":\"Purchased List\",\"validFor\":null,\"value\":\"Purchased List\"},{\"active\":true,\"defaultValue\":false,\"label\":\"Trade Show\",\"validFor\":null,\"value\":\"Trade Show\"},{\"active\":true,\"defaultValue\":false,\"label\":\"Webinar\",\"validFor\":null,\"value\":\"Webinar\"},{\"active\":true,\"defaultValue\":false,\"label\":\"Website\",\"validFor\":null,\"value\":\"Website\"},{\"active\":true,\"defaultValue\":false,\"label\":\"Sales Genie\",\"validFor\":null,\"value\":\"Sales Genie\"},{\"active\":true,\"defaultValue\":false,\"label\":\"Growbots\",\"validFor\":null,\"value\":\"Growbots\"},{\"active\":true,\"defaultValue\":false,\"label\":\"Lead Gen Team\",\"validFor\":null,\"value\":\"Lead Gen Team\"},{\"active\":true,\"defaultValue\":false,\"label\":\"Marketopia\",\"validFor\":null,\"value\":\"Marketopia\"},{\"active\":true,\"defaultValue\":false,\"label\":\"MarkITelligence\",\"validFor\":null,\"value\":\"MarkITelligence\"},{\"active\":true,\"defaultValue\":false,\"label\":\"Sapper Consulting\",\"validFor\":null,\"value\":\"Sapper Consulting\"}],\"eg\":\"Advertisement=Advertisement, Customer Event=Customer Event, Employee Referral=Employee Referral, Google AdWords=Google AdWords, Other=Other, Partner=Partner, Purchased List=Purchased List, Trade Show=Trade Show, Webinar=Webinar, Website=Website, Sales Genie=Sales Genie, Growbots=Growbots, Lead Gen Team=Lead Gen Team, Marketopia=Marketopia, MarkITelligence=MarkITelligence, Sapper Consulting=Sapper Consulting\"},\"Status\":{\"name\":\"Status\",\"type\":\"picklist\",\"label\":\"Status\",\"req\":\"\",\"maxlength\":40,\"custom\":false,\"options\":[{\"active\":true,\"defaultValue\":true,\"label\":\"Unqualified\",\"validFor\":null,\"value\":\"Unqualified\"},{\"active\":true,\"defaultValue\":false,\"label\":\"Qualified Lead\",\"validFor\":null,\"value\":\"Qualified_Lead\"},{\"active\":true,\"defaultValue\":false,\"label\":\"POC Confirmed\",\"validFor\":null,\"value\":\"POC_Confirmed\"},{\"active\":true,\"defaultValue\":false,\"label\":\"Schedule Web Meeting\",\"validFor\":null,\"value\":\"Schedule_Web_Meeting\"},{\"active\":true,\"defaultValue\":false,\"label\":\"Web Presentation - Handoff\",\"validFor\":null,\"value\":\"Web_Presentation_Handoff\"}],\"eg\":\"Unqualified=Unqualified, Qualified_Lead=Qualified Lead, POC_Confirmed=POC Confirmed, Schedule_Web_Meeting=Schedule Web Meeting, Web_Presentation_Handoff=Web Presentation - Handoff\"},\"Industry\":{\"name\":\"Industry\",\"type\":\"picklist\",\"label\":\"Industry\",\"req\":\"\",\"maxlength\":40,\"custom\":false,\"options\":[{\"active\":true,\"defaultValue\":false,\"label\":\"Agriculture\",\"validFor\":null,\"value\":\"Agriculture\"},{\"active\":true,\"defaultValue\":false,\"label\":\"Apparel\",\"validFor\":null,\"value\":\"Apparel\"},{\"active\":true,\"defaultValue\":false,\"label\":\"Banking\",\"validFor\":null,\"value\":\"Banking\"},{\"active\":true,\"defaultValue\":false,\"label\":\"Biotechnology\",\"validFor\":null,\"value\":\"Biotechnology\"},{\"active\":true,\"defaultValue\":false,\"label\":\"Chemicals\",\"validFor\":null,\"value\":\"Chemicals\"},{\"active\":true,\"defaultValue\":false,\"label\":\"Communications\",\"validFor\":null,\"value\":\"Communications\"},{\"active\":true,\"defaultValue\":false,\"label\":\"Construction\",\"validFor\":null,\"value\":\"Construction\"},{\"active\":true,\"defaultValue\":false,\"label\":\"Consulting\",\"validFor\":null,\"value\":\"Consulting\"},{\"active\":true,\"defaultValue\":false,\"label\":\"Education\",\"validFor\":null,\"value\":\"Education\"},{\"active\":true,\"defaultValue\":false,\"label\":\"Electronics\",\"validFor\":null,\"value\":\"Electronics\"},{\"active\":true,\"defaultValue\":false,\"label\":\"Energy\",\"validFor\":null,\"value\":\"Energy\"},{\"active\":true,\"defaultValue\":false,\"label\":\"Engineering\",\"validFor\":null,\"value\":\"Engineering\"},{\"active\":true,\"defaultValue\":false,\"label\":\"Entertainment\",\"validFor\":null,\"value\":\"Entertainment\"},{\"active\":true,\"defaultValue\":false,\"label\":\"Environmental\",\"validFor\":null,\"value\":\"Environmental\"},{\"active\":true,\"defaultValue\":false,\"label\":\"Finance\",\"validFor\":null,\"value\":\"Finance\"},{\"active\":true,\"defaultValue\":false,\"label\":\"Food & Beverage\",\"validFor\":null,\"value\":\"Food & Beverage\"},{\"active\":true,\"defaultValue\":false,\"label\":\"Government\",\"validFor\":null,\"value\":\"Government\"},{\"active\":true,\"defaultValue\":false,\"label\":\"Healthcare\",\"validFor\":null,\"value\":\"Healthcare\"},{\"active\":true,\"defaultValue\":false,\"label\":\"Hospitality\",\"validFor\":null,\"value\":\"Hospitality\"},{\"active\":true,\"defaultValue\":false,\"label\":\"Insurance\",\"validFor\":null,\"value\":\"Insurance\"},{\"active\":true,\"defaultValue\":false,\"label\":\"Legal\",\"validFor\":null,\"value\":\"Legal\"},{\"active\":true,\"defaultValue\":false,\"label\":\"Machinery\",\"validFor\":null,\"value\":\"Machinery\"},{\"active\":true,\"defaultValue\":false,\"label\":\"Manufacturing\",\"validFor\":null,\"value\":\"Manufacturing\"},{\"active\":true,\"defaultValue\":false,\"label\":\"Media\",\"validFor\":null,\"value\":\"Media\"},{\"active\":true,\"defaultValue\":false,\"label\":\"Not For Profit\",\"validFor\":null,\"value\":\"Not For Profit\"},{\"active\":true,\"defaultValue\":false,\"label\":\"Other\",\"validFor\":null,\"value\":\"Other\"},{\"active\":true,\"defaultValue\":false,\"label\":\"Recreation\",\"validFor\":null,\"value\":\"Recreation\"},{\"active\":true,\"defaultValue\":false,\"label\":\"Retail\",\"validFor\":null,\"value\":\"Retail\"},{\"active\":true,\"defaultValue\":false,\"label\":\"Shipping\",\"validFor\":null,\"value\":\"Shipping\"},{\"active\":true,\"defaultValue\":false,\"label\":\"Technology\",\"validFor\":null,\"value\":\"Technology\"},{\"active\":true,\"defaultValue\":false,\"label\":\"Telecommunications\",\"validFor\":null,\"value\":\"Telecommunications\"},{\"active\":true,\"defaultValue\":false,\"label\":\"Transportation\",\"validFor\":null,\"value\":\"Transportation\"},{\"active\":true,\"defaultValue\":false,\"label\":\"Utilities\",\"validFor\":null,\"value\":\"Utilities\"},{\"active\":true,\"defaultValue\":false,\"label\":\"HOA\",\"validFor\":null,\"value\":\"HOA\"}],\"eg\":\"Agriculture=Agriculture, Apparel=Apparel, Banking=Banking, Biotechnology=Biotechnology, Chemicals=Chemicals, Communications=Communications, Construction=Construction, Consulting=Consulting, Education=Education, Electronics=Electronics, Energy=Energy, Engineering=Engineering, Entertainment=Entertainment, Environmental=Environmental, Finance=Finance, Food & Beverage=Food & Beverage, Government=Government, Healthcare=Healthcare, Hospitality=Hospitality, Insurance=Insurance, Legal=Legal, Machinery=Machinery, Manufacturing=Manufacturing, Media=Media, Not For Profit=Not For Profit, Other=Other, Recreation=Recreation, Retail=Retail, Shipping=Shipping, Technology=Technology\"},\"Rating\":{\"name\":\"Rating\",\"type\":\"picklist\",\"label\":\"Rating\",\"req\":\"\",\"maxlength\":40,\"custom\":false,\"options\":[{\"active\":true,\"defaultValue\":false,\"label\":\"1\",\"validFor\":null,\"value\":\"1\"},{\"active\":true,\"defaultValue\":false,\"label\":\"2\",\"validFor\":null,\"value\":\"2\"},{\"active\":true,\"defaultValue\":false,\"label\":\"3\",\"validFor\":null,\"value\":\"3\"},{\"active\":true,\"defaultValue\":false,\"label\":\"4\",\"validFor\":null,\"value\":\"4\"},{\"active\":true,\"defaultValue\":false,\"label\":\"5\",\"validFor\":null,\"value\":\"5\"}],\"eg\":\"1=1, 2=2, 3=3, 4=4, 5=5\"},\"NumberOfEmployees\":{\"name\":\"NumberOfEmployees\",\"type\":\"int\",\"label\":\"Employees\",\"req\":\"\",\"maxlength\":0,\"custom\":false},\"OwnerId\":{\"name\":\"OwnerId\",\"type\":\"Group\",\"label\":\"Owner ID\",\"req\":\"\",\"maxlength\":18,\"custom\":false},\"IsConverted\":{\"name\":\"IsConverted\",\"type\":\"boolean\",\"label\":\"Converted\",\"req\":\"\",\"maxlength\":0,\"custom\":false},\"IsUnreadByOwner\":{\"name\":\"IsUnreadByOwner\",\"type\":\"boolean\",\"label\":\"Unread By Owner\",\"req\":\"\",\"maxlength\":0,\"custom\":false},\"Jigsaw\":{\"name\":\"Jigsaw\",\"type\":\"string\",\"label\":\"Data.com Key\",\"req\":\"\",\"maxlength\":20,\"custom\":false},\"Id\":{\"name\":\"Id\",\"type\":\"id\",\"label\":\"Lead ID\",\"req\":\"\",\"maxlength\":18,\"custom\":false}}}','{\"map\":{\"LastName\":{\"type\":\"\",\"value\":\"\",\"field\":\"LastName\"},\"Company\":{\"type\":\"\",\"value\":\"\",\"field\":\"CompanyName\"},\"FirstName\":{\"type\":\"\",\"value\":\"\",\"field\":\"FirstName\"},\"Title\":{\"type\":\"\",\"value\":\"\",\"field\":\"_vx_form_name\"},\"Email\":{\"type\":\"\",\"value\":\"\",\"field\":\"BusinessE-mail\"}},\"optin_enabled\":\"1\",\"filters\":{\"1\":{\"1\":{\"field\":\"_vx_url\",\"op\":\"is\",\"value\":\"https:\\/\\/captainschairit.com\\/request-a-demo\\/\"}}},\"primary_key\":\"\",\"primary_key2\":\"\",\"note_val\":\"\",\"note_list\":\"\"}','2019-10-24 10:16:00'),(2,'cf_242',1,1,0,'Feed #2','Lead','{\"fields\":{\"LastName\":{\"name\":\"LastName\",\"type\":\"string\",\"label\":\"Last Name\",\"req\":\"true\",\"maxlength\":80,\"custom\":false},\"FirstName\":{\"name\":\"FirstName\",\"type\":\"string\",\"label\":\"First Name\",\"req\":\"\",\"maxlength\":40,\"custom\":false},\"Salutation\":{\"name\":\"Salutation\",\"type\":\"picklist\",\"label\":\"Salutation\",\"req\":\"\",\"maxlength\":40,\"custom\":false,\"options\":[{\"active\":true,\"defaultValue\":false,\"label\":\"Mr.\",\"validFor\":null,\"value\":\"Mr.\"},{\"active\":true,\"defaultValue\":false,\"label\":\"Ms.\",\"validFor\":null,\"value\":\"Ms.\"},{\"active\":true,\"defaultValue\":false,\"label\":\"Mrs.\",\"validFor\":null,\"value\":\"Mrs.\"},{\"active\":true,\"defaultValue\":false,\"label\":\"Dr.\",\"validFor\":null,\"value\":\"Dr.\"},{\"active\":true,\"defaultValue\":false,\"label\":\"Prof.\",\"validFor\":null,\"value\":\"Prof.\"}],\"eg\":\"Mr.=Mr., Ms.=Ms., Mrs.=Mrs., Dr.=Dr., Prof.=Prof.\"},\"MiddleName\":{\"name\":\"MiddleName\",\"type\":\"string\",\"label\":\"Middle Name\",\"req\":\"\",\"maxlength\":40,\"custom\":false},\"Suffix\":{\"name\":\"Suffix\",\"type\":\"string\",\"label\":\"Suffix\",\"req\":\"\",\"maxlength\":40,\"custom\":false},\"Title\":{\"name\":\"Title\",\"type\":\"string\",\"label\":\"Title\",\"req\":\"\",\"maxlength\":128,\"custom\":false},\"Company\":{\"name\":\"Company\",\"type\":\"string\",\"label\":\"Company\",\"req\":\"true\",\"maxlength\":255,\"custom\":false},\"Street\":{\"name\":\"Street\",\"type\":\"textarea\",\"label\":\"Street\",\"req\":\"\",\"maxlength\":255,\"custom\":false},\"City\":{\"name\":\"City\",\"type\":\"string\",\"label\":\"City\",\"req\":\"\",\"maxlength\":40,\"custom\":false},\"State\":{\"name\":\"State\",\"type\":\"string\",\"label\":\"State\\/Province\",\"req\":\"\",\"maxlength\":80,\"custom\":false},\"PostalCode\":{\"name\":\"PostalCode\",\"type\":\"string\",\"label\":\"Zip\\/Postal Code\",\"req\":\"\",\"maxlength\":20,\"custom\":false},\"Country\":{\"name\":\"Country\",\"type\":\"string\",\"label\":\"Country\",\"req\":\"\",\"maxlength\":80,\"custom\":false},\"Latitude\":{\"name\":\"Latitude\",\"type\":\"double\",\"label\":\"Latitude\",\"req\":\"\",\"maxlength\":0,\"custom\":false},\"Longitude\":{\"name\":\"Longitude\",\"type\":\"double\",\"label\":\"Longitude\",\"req\":\"\",\"maxlength\":0,\"custom\":false},\"GeocodeAccuracy\":{\"name\":\"GeocodeAccuracy\",\"type\":\"picklist\",\"label\":\"Geocode Accuracy\",\"req\":\"\",\"maxlength\":40,\"custom\":false,\"options\":[{\"active\":true,\"defaultValue\":false,\"label\":\"Address\",\"validFor\":null,\"value\":\"Address\"},{\"active\":true,\"defaultValue\":false,\"label\":\"NearAddress\",\"validFor\":null,\"value\":\"NearAddress\"},{\"active\":true,\"defaultValue\":false,\"label\":\"Block\",\"validFor\":null,\"value\":\"Block\"},{\"active\":true,\"defaultValue\":false,\"label\":\"Street\",\"validFor\":null,\"value\":\"Street\"},{\"active\":true,\"defaultValue\":false,\"label\":\"ExtendedZip\",\"validFor\":null,\"value\":\"ExtendedZip\"},{\"active\":true,\"defaultValue\":false,\"label\":\"Zip\",\"validFor\":null,\"value\":\"Zip\"},{\"active\":true,\"defaultValue\":false,\"label\":\"Neighborhood\",\"validFor\":null,\"value\":\"Neighborhood\"},{\"active\":true,\"defaultValue\":false,\"label\":\"City\",\"validFor\":null,\"value\":\"City\"},{\"active\":true,\"defaultValue\":false,\"label\":\"County\",\"validFor\":null,\"value\":\"County\"},{\"active\":true,\"defaultValue\":false,\"label\":\"State\",\"validFor\":null,\"value\":\"State\"},{\"active\":true,\"defaultValue\":false,\"label\":\"Unknown\",\"validFor\":null,\"value\":\"Unknown\"}],\"eg\":\"Address=Address, NearAddress=NearAddress, Block=Block, Street=Street, ExtendedZip=ExtendedZip, Zip=Zip, Neighborhood=Neighborhood, City=City, County=County, State=State, Unknown=Unknown\"},\"Email\":{\"name\":\"Email\",\"type\":\"email\",\"label\":\"Email\",\"req\":\"\",\"maxlength\":80,\"custom\":false},\"Website\":{\"name\":\"Website\",\"type\":\"url\",\"label\":\"Website\",\"req\":\"\",\"maxlength\":255,\"custom\":false},\"LeadSource\":{\"name\":\"LeadSource\",\"type\":\"picklist\",\"label\":\"Lead Source\",\"req\":\"\",\"maxlength\":40,\"custom\":false,\"options\":[{\"active\":true,\"defaultValue\":false,\"label\":\"Advertisement\",\"validFor\":null,\"value\":\"Advertisement\"},{\"active\":true,\"defaultValue\":false,\"label\":\"Customer Event\",\"validFor\":null,\"value\":\"Customer Event\"},{\"active\":true,\"defaultValue\":false,\"label\":\"Employee Referral\",\"validFor\":null,\"value\":\"Employee Referral\"},{\"active\":true,\"defaultValue\":false,\"label\":\"Google AdWords\",\"validFor\":null,\"value\":\"Google AdWords\"},{\"active\":true,\"defaultValue\":false,\"label\":\"Other\",\"validFor\":null,\"value\":\"Other\"},{\"active\":true,\"defaultValue\":false,\"label\":\"Partner\",\"validFor\":null,\"value\":\"Partner\"},{\"active\":true,\"defaultValue\":false,\"label\":\"Purchased List\",\"validFor\":null,\"value\":\"Purchased List\"},{\"active\":true,\"defaultValue\":false,\"label\":\"Trade Show\",\"validFor\":null,\"value\":\"Trade Show\"},{\"active\":true,\"defaultValue\":false,\"label\":\"Webinar\",\"validFor\":null,\"value\":\"Webinar\"},{\"active\":true,\"defaultValue\":false,\"label\":\"Website\",\"validFor\":null,\"value\":\"Website\"},{\"active\":true,\"defaultValue\":false,\"label\":\"Sales Genie\",\"validFor\":null,\"value\":\"Sales Genie\"},{\"active\":true,\"defaultValue\":false,\"label\":\"Growbots\",\"validFor\":null,\"value\":\"Growbots\"},{\"active\":true,\"defaultValue\":false,\"label\":\"Lead Gen Team\",\"validFor\":null,\"value\":\"Lead Gen Team\"},{\"active\":true,\"defaultValue\":false,\"label\":\"Marketopia\",\"validFor\":null,\"value\":\"Marketopia\"},{\"active\":true,\"defaultValue\":false,\"label\":\"MarkITelligence\",\"validFor\":null,\"value\":\"MarkITelligence\"},{\"active\":true,\"defaultValue\":false,\"label\":\"Sapper Consulting\",\"validFor\":null,\"value\":\"Sapper Consulting\"}],\"eg\":\"Advertisement=Advertisement, Customer Event=Customer Event, Employee Referral=Employee Referral, Google AdWords=Google AdWords, Other=Other, Partner=Partner, Purchased List=Purchased List, Trade Show=Trade Show, Webinar=Webinar, Website=Website, Sales Genie=Sales Genie, Growbots=Growbots, Lead Gen Team=Lead Gen Team, Marketopia=Marketopia, MarkITelligence=MarkITelligence, Sapper Consulting=Sapper Consulting\"},\"Status\":{\"name\":\"Status\",\"type\":\"picklist\",\"label\":\"Status\",\"req\":\"\",\"maxlength\":40,\"custom\":false,\"options\":[{\"active\":true,\"defaultValue\":true,\"label\":\"Unqualified\",\"validFor\":null,\"value\":\"Unqualified\"},{\"active\":true,\"defaultValue\":false,\"label\":\"Qualified Lead\",\"validFor\":null,\"value\":\"Qualified_Lead\"},{\"active\":true,\"defaultValue\":false,\"label\":\"POC Confirmed\",\"validFor\":null,\"value\":\"POC_Confirmed\"},{\"active\":true,\"defaultValue\":false,\"label\":\"Schedule Web Meeting\",\"validFor\":null,\"value\":\"Schedule_Web_Meeting\"},{\"active\":true,\"defaultValue\":false,\"label\":\"Web Presentation - Handoff\",\"validFor\":null,\"value\":\"Web_Presentation_Handoff\"}],\"eg\":\"Unqualified=Unqualified, Qualified_Lead=Qualified Lead, POC_Confirmed=POC Confirmed, Schedule_Web_Meeting=Schedule Web Meeting, Web_Presentation_Handoff=Web Presentation - Handoff\"},\"Industry\":{\"name\":\"Industry\",\"type\":\"picklist\",\"label\":\"Industry\",\"req\":\"\",\"maxlength\":40,\"custom\":false,\"options\":[{\"active\":true,\"defaultValue\":false,\"label\":\"Agriculture\",\"validFor\":null,\"value\":\"Agriculture\"},{\"active\":true,\"defaultValue\":false,\"label\":\"Apparel\",\"validFor\":null,\"value\":\"Apparel\"},{\"active\":true,\"defaultValue\":false,\"label\":\"Banking\",\"validFor\":null,\"value\":\"Banking\"},{\"active\":true,\"defaultValue\":false,\"label\":\"Biotechnology\",\"validFor\":null,\"value\":\"Biotechnology\"},{\"active\":true,\"defaultValue\":false,\"label\":\"Chemicals\",\"validFor\":null,\"value\":\"Chemicals\"},{\"active\":true,\"defaultValue\":false,\"label\":\"Communications\",\"validFor\":null,\"value\":\"Communications\"},{\"active\":true,\"defaultValue\":false,\"label\":\"Construction\",\"validFor\":null,\"value\":\"Construction\"},{\"active\":true,\"defaultValue\":false,\"label\":\"Consulting\",\"validFor\":null,\"value\":\"Consulting\"},{\"active\":true,\"defaultValue\":false,\"label\":\"Education\",\"validFor\":null,\"value\":\"Education\"},{\"active\":true,\"defaultValue\":false,\"label\":\"Electronics\",\"validFor\":null,\"value\":\"Electronics\"},{\"active\":true,\"defaultValue\":false,\"label\":\"Energy\",\"validFor\":null,\"value\":\"Energy\"},{\"active\":true,\"defaultValue\":false,\"label\":\"Engineering\",\"validFor\":null,\"value\":\"Engineering\"},{\"active\":true,\"defaultValue\":false,\"label\":\"Entertainment\",\"validFor\":null,\"value\":\"Entertainment\"},{\"active\":true,\"defaultValue\":false,\"label\":\"Environmental\",\"validFor\":null,\"value\":\"Environmental\"},{\"active\":true,\"defaultValue\":false,\"label\":\"Finance\",\"validFor\":null,\"value\":\"Finance\"},{\"active\":true,\"defaultValue\":false,\"label\":\"Food & Beverage\",\"validFor\":null,\"value\":\"Food & Beverage\"},{\"active\":true,\"defaultValue\":false,\"label\":\"Government\",\"validFor\":null,\"value\":\"Government\"},{\"active\":true,\"defaultValue\":false,\"label\":\"Healthcare\",\"validFor\":null,\"value\":\"Healthcare\"},{\"active\":true,\"defaultValue\":false,\"label\":\"Hospitality\",\"validFor\":null,\"value\":\"Hospitality\"},{\"active\":true,\"defaultValue\":false,\"label\":\"Insurance\",\"validFor\":null,\"value\":\"Insurance\"},{\"active\":true,\"defaultValue\":false,\"label\":\"Legal\",\"validFor\":null,\"value\":\"Legal\"},{\"active\":true,\"defaultValue\":false,\"label\":\"Machinery\",\"validFor\":null,\"value\":\"Machinery\"},{\"active\":true,\"defaultValue\":false,\"label\":\"Manufacturing\",\"validFor\":null,\"value\":\"Manufacturing\"},{\"active\":true,\"defaultValue\":false,\"label\":\"Media\",\"validFor\":null,\"value\":\"Media\"},{\"active\":true,\"defaultValue\":false,\"label\":\"Not For Profit\",\"validFor\":null,\"value\":\"Not For Profit\"},{\"active\":true,\"defaultValue\":false,\"label\":\"Other\",\"validFor\":null,\"value\":\"Other\"},{\"active\":true,\"defaultValue\":false,\"label\":\"Recreation\",\"validFor\":null,\"value\":\"Recreation\"},{\"active\":true,\"defaultValue\":false,\"label\":\"Retail\",\"validFor\":null,\"value\":\"Retail\"},{\"active\":true,\"defaultValue\":false,\"label\":\"Shipping\",\"validFor\":null,\"value\":\"Shipping\"},{\"active\":true,\"defaultValue\":false,\"label\":\"Technology\",\"validFor\":null,\"value\":\"Technology\"},{\"active\":true,\"defaultValue\":false,\"label\":\"Telecommunications\",\"validFor\":null,\"value\":\"Telecommunications\"},{\"active\":true,\"defaultValue\":false,\"label\":\"Transportation\",\"validFor\":null,\"value\":\"Transportation\"},{\"active\":true,\"defaultValue\":false,\"label\":\"Utilities\",\"validFor\":null,\"value\":\"Utilities\"},{\"active\":true,\"defaultValue\":false,\"label\":\"HOA\",\"validFor\":null,\"value\":\"HOA\"}],\"eg\":\"Agriculture=Agriculture, Apparel=Apparel, Banking=Banking, Biotechnology=Biotechnology, Chemicals=Chemicals, Communications=Communications, Construction=Construction, Consulting=Consulting, Education=Education, Electronics=Electronics, Energy=Energy, Engineering=Engineering, Entertainment=Entertainment, Environmental=Environmental, Finance=Finance, Food & Beverage=Food & Beverage, Government=Government, Healthcare=Healthcare, Hospitality=Hospitality, Insurance=Insurance, Legal=Legal, Machinery=Machinery, Manufacturing=Manufacturing, Media=Media, Not For Profit=Not For Profit, Other=Other, Recreation=Recreation, Retail=Retail, Shipping=Shipping, Technology=Technology\"},\"Rating\":{\"name\":\"Rating\",\"type\":\"picklist\",\"label\":\"Rating\",\"req\":\"\",\"maxlength\":40,\"custom\":false,\"options\":[{\"active\":true,\"defaultValue\":false,\"label\":\"1\",\"validFor\":null,\"value\":\"1\"},{\"active\":true,\"defaultValue\":false,\"label\":\"2\",\"validFor\":null,\"value\":\"2\"},{\"active\":true,\"defaultValue\":false,\"label\":\"3\",\"validFor\":null,\"value\":\"3\"},{\"active\":true,\"defaultValue\":false,\"label\":\"4\",\"validFor\":null,\"value\":\"4\"},{\"active\":true,\"defaultValue\":false,\"label\":\"5\",\"validFor\":null,\"value\":\"5\"}],\"eg\":\"1=1, 2=2, 3=3, 4=4, 5=5\"},\"NumberOfEmployees\":{\"name\":\"NumberOfEmployees\",\"type\":\"int\",\"label\":\"Employees\",\"req\":\"\",\"maxlength\":0,\"custom\":false},\"OwnerId\":{\"name\":\"OwnerId\",\"type\":\"Group\",\"label\":\"Owner ID\",\"req\":\"\",\"maxlength\":18,\"custom\":false},\"IsConverted\":{\"name\":\"IsConverted\",\"type\":\"boolean\",\"label\":\"Converted\",\"req\":\"\",\"maxlength\":0,\"custom\":false},\"IsUnreadByOwner\":{\"name\":\"IsUnreadByOwner\",\"type\":\"boolean\",\"label\":\"Unread By Owner\",\"req\":\"\",\"maxlength\":0,\"custom\":false},\"Jigsaw\":{\"name\":\"Jigsaw\",\"type\":\"string\",\"label\":\"Data.com Key\",\"req\":\"\",\"maxlength\":20,\"custom\":false},\"Id\":{\"name\":\"Id\",\"type\":\"id\",\"label\":\"Lead ID\",\"req\":\"\",\"maxlength\":18,\"custom\":false}}}','{\"map\":{\"LastName\":{\"type\":\"\",\"value\":\"\",\"field\":\"Name\"},\"Company\":{\"type\":\"\",\"value\":\"\",\"field\":\"Title\"},\"Title\":{\"type\":\"\",\"value\":\"\",\"field\":\"_vx_form_name\"},\"Email\":{\"type\":\"\",\"value\":\"\",\"field\":\"Email\"}},\"optin_enabled\":\"1\",\"filters\":{\"1\":{\"1\":{\"field\":\"_vx_form_id\",\"op\":\"is\",\"value\":\"cf_242\"}}},\"primary_key\":\"\",\"primary_key2\":\"\",\"note_val\":\"\",\"note_list\":\"\"}','2019-10-24 10:45:10'),(3,'',0,1,0,'','',NULL,NULL,NULL);
/*!40000 ALTER TABLE `wp_vxcf_sales` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_vxcf_sales_accounts`
--
DROP TABLE IF EXISTS `wp_vxcf_sales_accounts`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_vxcf_sales_accounts` (
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
`name` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`data` longtext COLLATE utf8mb4_unicode_520_ci,
`meta` longtext COLLATE utf8mb4_unicode_520_ci,
`status` int(1) NOT NULL DEFAULT '0',
`time` datetime DEFAULT NULL,
`updated` datetime DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_vxcf_sales_accounts`
--
LOCK TABLES `wp_vxcf_sales_accounts` WRITE;
/*!40000 ALTER TABLE `wp_vxcf_sales_accounts` DISABLE KEYS */;
INSERT INTO `wp_vxcf_sales_accounts` VALUES (1,'Account #1','ZzJ5MEI2KzN2dnFNNlN1ajdwVXBUUWNFd3EzaHdXWkU2T2JWSG40OFpxa01IMWRpeHE5TTN4YUI5bHlKRmxHKy8wVjkwbUZmSzdSQWVzcEtJVUY2cEJUMG9qOXArOGdhMkZPV0E1UEgwWDBDbHg3MTZxRmtqdlBCTDdENk95UWNZMWRmZG5yTGk5UVhhMzJGNUhuVkdReWgySVBLeVpoSWNySC83QUk3ZytkazJ6aDRDSWtVTEN5MmN2UkVnbFpCZmpoUkY2ZUZ1L2J1KzdnZkFBUjh2ZmxWNmk1QXVDbUR0VDljVUZWUTlBNjhUWnVIREw0dElROFBOWVRSQ3FPNVE4eThlNnYzZTFpTUdFSjl2MkFWOUtFUml2dGVYVTlVZk54aWFJTmtMQStSbDMramdXcEZDcVQzQzNHOVZXQ3NZMXZ1TWZOQU9HR1pmVnRjWjhFNC84TCtuUFZBaEpLYm9kV3FFeitOdSt6R0hnZUltWTZiTnEyRW9xb2tBcnRZYktpQmRXY2REZzcwNnVzUlBYbE1VRlE2OHd4Vi9DVjNhSlJaREJ3aCtuSU14QWh2Y2tRdlpLWDE2VEwyZkJkOFF1dDVwdE5EVjROcnZGLzArS3pmcjRCK2t2aDdjOTdVUUlRMHJCNlVTV01jOExubHc5U1FUb09Pei9lbE5XenJzbXNwT01BS3BGcFFCbTFGNEcrS0VoUXJxeE5lSnBRZGNyUjRjQm1SWHZoei9mZVRDeDVZcld0UmxlQ0hVajNKd2M4VmtjRVdMc3Fma0V2VURmREM4dFBLSm42S0ZVZExGT1pMK1lYMVRTdUJOZ0VZbkZRS1k3SGVBQThaUEt1eHZpM2IxZy92Q2kyWDZKSThlNDl4aWZONXFvVHhTZWhaZkVwYjlBd0gxMC9ZRU5BaUtjUy9zMXJ0UlFPSmRnRjExdG5JWU9DclV2SktuTGpUc2xEMWZFWnBEdUcvY3JlM01hbURwQjMvYU0wdi84WHJlckZCdnNhRThkYjM3OTQvenlMdWJ1a3FvNXp1QURjODlWZ0ZzYXJLczluM3NQLzdoWmdIaC81cklzbUJvdU5xMnpPNUhqZGEweG9neko2SUpxY0toV1ZSWWszZ25DcE1FTGx4blA5ZGFYdEUvbHJuYmdzNCtyMTlWSHE0eENqcnlBQ2JpcU5BMmtId3M3RGZQWURHQ1lCTVM1UWE5VjgwbnVBUEN2N0pGSjJqUWpBenMybkRUcGFCQWQyUHhQeVlIcURPVWgvcmYybUJLNm0zYzJlZ2RRRzdRUkhFb2FGUzBiL1NzZlN1WU1xbHhqRVdGQXJnakVJRTUxK2o5STUxTDljOWhsV01pVS9kZFdnMVNMZUM0cjJ1QmYrVzlwRXlEdjhKUjB5NlV3M2haWWRVQlkzMmgrc3F4NUg1eWRkSk5ZK3h3Zll1SjRBRkZMclJtVCtidUpvdDdZbjhxczBET1BvZTJ4anJGeDQzRnBCU2c2WmZHS280ckZyU2xPZHZOdGpXRjNIZXJrNlg2dkVyVW9HaW5BREQwSHRMcWUxcndMVG1Ta29JTkkrbE13ZVBiZTJHT3JLL21vMEl1NzdodGpsbmR1bE91UUE2T3V4YUhLcGUwQ2VnMGhxYVhFbXJDMEY0aGc5UE0vQUY2WklIVVRNU3dZOERmOW89Onk5OUE4THpISkZ6MytzZWRiS04xWkE9PQ==','{\"objects\":{\"AVSFQB__Invoices__c\":\"Receivable\",\"Account\":\"Account\",\"AccountContactRelation\":\"Account Contact Relationship\",\"ActionLinkGroupTemplate\":\"Action Link Group Template\",\"ActionLinkTemplate\":\"Action Link Template\",\"Asset\":\"Asset\",\"Campaign\":\"Campaign\",\"CampaignInfluence\":\"Campaign Influence\",\"CampaignMember\":\"Campaign Member\",\"CampaignMemberStatus\":\"Campaign Member Status\",\"Case\":\"Case\",\"CollaborationGroup\":\"Group\",\"CollaborationGroupMember\":\"Group Member\",\"CollaborationGroupRecord\":\"Group Record\",\"Contact\":\"Contact\",\"ContentNote\":\"Note\",\"ContentVersion\":\"Content Version\",\"Contract\":\"Contract\",\"ContractContactRole\":\"Contract Contact Role\",\"DuplicateRecordItem\":\"Duplicate Record Item\",\"DuplicateRecordSet\":\"Duplicate Record Set\",\"EmailMessage\":\"Email Message\",\"Event\":\"Event\",\"FeedItem\":\"Feed Item\",\"Idea\":\"Idea\",\"Lead\":\"Lead\",\"Macro\":\"Macro\",\"Note\":\"Note\",\"Opportunity\":\"Opportunity\",\"OpportunityContactRole\":\"Opportunity Contact Role\",\"OpportunityLineItem\":\"Opportunity Product\",\"Order\":\"Order\",\"OrderItem\":\"Order Product\",\"Phone_Activity__c\":\"Phone Activity\",\"Pricebook2\":\"Price Book\",\"PricebookEntry\":\"Price Book Entry\",\"Product2\":\"Product\",\"ProfileSkill\":\"Skill\",\"ProfileSkillEndorsement\":\"Endorsement\",\"ProfileSkillUser\":\"Skill User\",\"QUOSAL__SellSettings__c\":\"Quosal Sell Settings\",\"QuickText\":\"Quick Text\",\"Quote\":\"Quote\",\"QuoteLineItem\":\"Quote Line Item\",\"SocialPersona\":\"Social Persona\",\"SocialPost\":\"Social Post\",\"Solution\":\"Solution\",\"StreamingChannel\":\"Streaming Channel\",\"Task\":\"Task\",\"Topic\":\"Topic\",\"User\":\"User\",\"WorkBadge\":\"Badge Received\",\"WorkBadgeDefinition\":\"Badge\",\"WorkThanks\":\"Thanks\",\"lead_opportunity_campaign__c\":\"lead, opportunity, campaign\"},\"fields\":{\"LastName\":{\"name\":\"LastName\",\"type\":\"string\",\"label\":\"Last Name\",\"req\":\"true\",\"maxlength\":80,\"custom\":false},\"FirstName\":{\"name\":\"FirstName\",\"type\":\"string\",\"label\":\"First Name\",\"req\":\"\",\"maxlength\":40,\"custom\":false},\"Salutation\":{\"name\":\"Salutation\",\"type\":\"picklist\",\"label\":\"Salutation\",\"req\":\"\",\"maxlength\":40,\"custom\":false,\"options\":[{\"active\":true,\"defaultValue\":false,\"label\":\"Mr.\",\"validFor\":null,\"value\":\"Mr.\"},{\"active\":true,\"defaultValue\":false,\"label\":\"Ms.\",\"validFor\":null,\"value\":\"Ms.\"},{\"active\":true,\"defaultValue\":false,\"label\":\"Mrs.\",\"validFor\":null,\"value\":\"Mrs.\"},{\"active\":true,\"defaultValue\":false,\"label\":\"Dr.\",\"validFor\":null,\"value\":\"Dr.\"},{\"active\":true,\"defaultValue\":false,\"label\":\"Prof.\",\"validFor\":null,\"value\":\"Prof.\"}],\"eg\":\"Mr.=Mr., Ms.=Ms., Mrs.=Mrs., Dr.=Dr., Prof.=Prof.\"},\"MiddleName\":{\"name\":\"MiddleName\",\"type\":\"string\",\"label\":\"Middle Name\",\"req\":\"\",\"maxlength\":40,\"custom\":false},\"Suffix\":{\"name\":\"Suffix\",\"type\":\"string\",\"label\":\"Suffix\",\"req\":\"\",\"maxlength\":40,\"custom\":false},\"Title\":{\"name\":\"Title\",\"type\":\"string\",\"label\":\"Title\",\"req\":\"\",\"maxlength\":128,\"custom\":false},\"Company\":{\"name\":\"Company\",\"type\":\"string\",\"label\":\"Company\",\"req\":\"true\",\"maxlength\":255,\"custom\":false},\"Street\":{\"name\":\"Street\",\"type\":\"textarea\",\"label\":\"Street\",\"req\":\"\",\"maxlength\":255,\"custom\":false},\"City\":{\"name\":\"City\",\"type\":\"string\",\"label\":\"City\",\"req\":\"\",\"maxlength\":40,\"custom\":false},\"State\":{\"name\":\"State\",\"type\":\"string\",\"label\":\"State\\/Province\",\"req\":\"\",\"maxlength\":80,\"custom\":false},\"PostalCode\":{\"name\":\"PostalCode\",\"type\":\"string\",\"label\":\"Zip\\/Postal Code\",\"req\":\"\",\"maxlength\":20,\"custom\":false},\"Country\":{\"name\":\"Country\",\"type\":\"string\",\"label\":\"Country\",\"req\":\"\",\"maxlength\":80,\"custom\":false},\"Latitude\":{\"name\":\"Latitude\",\"type\":\"double\",\"label\":\"Latitude\",\"req\":\"\",\"maxlength\":0,\"custom\":false},\"Longitude\":{\"name\":\"Longitude\",\"type\":\"double\",\"label\":\"Longitude\",\"req\":\"\",\"maxlength\":0,\"custom\":false},\"GeocodeAccuracy\":{\"name\":\"GeocodeAccuracy\",\"type\":\"picklist\",\"label\":\"Geocode Accuracy\",\"req\":\"\",\"maxlength\":40,\"custom\":false,\"options\":[{\"active\":true,\"defaultValue\":false,\"label\":\"Address\",\"validFor\":null,\"value\":\"Address\"},{\"active\":true,\"defaultValue\":false,\"label\":\"NearAddress\",\"validFor\":null,\"value\":\"NearAddress\"},{\"active\":true,\"defaultValue\":false,\"label\":\"Block\",\"validFor\":null,\"value\":\"Block\"},{\"active\":true,\"defaultValue\":false,\"label\":\"Street\",\"validFor\":null,\"value\":\"Street\"},{\"active\":true,\"defaultValue\":false,\"label\":\"ExtendedZip\",\"validFor\":null,\"value\":\"ExtendedZip\"},{\"active\":true,\"defaultValue\":false,\"label\":\"Zip\",\"validFor\":null,\"value\":\"Zip\"},{\"active\":true,\"defaultValue\":false,\"label\":\"Neighborhood\",\"validFor\":null,\"value\":\"Neighborhood\"},{\"active\":true,\"defaultValue\":false,\"label\":\"City\",\"validFor\":null,\"value\":\"City\"},{\"active\":true,\"defaultValue\":false,\"label\":\"County\",\"validFor\":null,\"value\":\"County\"},{\"active\":true,\"defaultValue\":false,\"label\":\"State\",\"validFor\":null,\"value\":\"State\"},{\"active\":true,\"defaultValue\":false,\"label\":\"Unknown\",\"validFor\":null,\"value\":\"Unknown\"}],\"eg\":\"Address=Address, NearAddress=NearAddress, Block=Block, Street=Street, ExtendedZip=ExtendedZip, Zip=Zip, Neighborhood=Neighborhood, City=City, County=County, State=State, Unknown=Unknown\"},\"Email\":{\"name\":\"Email\",\"type\":\"email\",\"label\":\"Email\",\"req\":\"\",\"maxlength\":80,\"custom\":false},\"Website\":{\"name\":\"Website\",\"type\":\"url\",\"label\":\"Website\",\"req\":\"\",\"maxlength\":255,\"custom\":false},\"LeadSource\":{\"name\":\"LeadSource\",\"type\":\"picklist\",\"label\":\"Lead Source\",\"req\":\"\",\"maxlength\":40,\"custom\":false,\"options\":[{\"active\":true,\"defaultValue\":false,\"label\":\"Advertisement\",\"validFor\":null,\"value\":\"Advertisement\"},{\"active\":true,\"defaultValue\":false,\"label\":\"Customer Event\",\"validFor\":null,\"value\":\"Customer Event\"},{\"active\":true,\"defaultValue\":false,\"label\":\"Employee Referral\",\"validFor\":null,\"value\":\"Employee Referral\"},{\"active\":true,\"defaultValue\":false,\"label\":\"Google AdWords\",\"validFor\":null,\"value\":\"Google AdWords\"},{\"active\":true,\"defaultValue\":false,\"label\":\"Other\",\"validFor\":null,\"value\":\"Other\"},{\"active\":true,\"defaultValue\":false,\"label\":\"Partner\",\"validFor\":null,\"value\":\"Partner\"},{\"active\":true,\"defaultValue\":false,\"label\":\"Purchased List\",\"validFor\":null,\"value\":\"Purchased List\"},{\"active\":true,\"defaultValue\":false,\"label\":\"Trade Show\",\"validFor\":null,\"value\":\"Trade Show\"},{\"active\":true,\"defaultValue\":false,\"label\":\"Webinar\",\"validFor\":null,\"value\":\"Webinar\"},{\"active\":true,\"defaultValue\":false,\"label\":\"Website\",\"validFor\":null,\"value\":\"Website\"},{\"active\":true,\"defaultValue\":false,\"label\":\"Sales Genie\",\"validFor\":null,\"value\":\"Sales Genie\"},{\"active\":true,\"defaultValue\":false,\"label\":\"Growbots\",\"validFor\":null,\"value\":\"Growbots\"},{\"active\":true,\"defaultValue\":false,\"label\":\"Lead Gen Team\",\"validFor\":null,\"value\":\"Lead Gen Team\"},{\"active\":true,\"defaultValue\":false,\"label\":\"Marketopia\",\"validFor\":null,\"value\":\"Marketopia\"},{\"active\":true,\"defaultValue\":false,\"label\":\"MarkITelligence\",\"validFor\":null,\"value\":\"MarkITelligence\"},{\"active\":true,\"defaultValue\":false,\"label\":\"Sapper Consulting\",\"validFor\":null,\"value\":\"Sapper Consulting\"}],\"eg\":\"Advertisement=Advertisement, Customer Event=Customer Event, Employee Referral=Employee Referral, Google AdWords=Google AdWords, Other=Other, Partner=Partner, Purchased List=Purchased List, Trade Show=Trade Show, Webinar=Webinar, Website=Website, Sales Genie=Sales Genie, Growbots=Growbots, Lead Gen Team=Lead Gen Team, Marketopia=Marketopia, MarkITelligence=MarkITelligence, Sapper Consulting=Sapper Consulting\"},\"Status\":{\"name\":\"Status\",\"type\":\"picklist\",\"label\":\"Status\",\"req\":\"\",\"maxlength\":40,\"custom\":false,\"options\":[{\"active\":true,\"defaultValue\":true,\"label\":\"Unqualified\",\"validFor\":null,\"value\":\"Unqualified\"},{\"active\":true,\"defaultValue\":false,\"label\":\"Qualified Lead\",\"validFor\":null,\"value\":\"Qualified_Lead\"},{\"active\":true,\"defaultValue\":false,\"label\":\"POC Confirmed\",\"validFor\":null,\"value\":\"POC_Confirmed\"},{\"active\":true,\"defaultValue\":false,\"label\":\"Schedule Web Meeting\",\"validFor\":null,\"value\":\"Schedule_Web_Meeting\"},{\"active\":true,\"defaultValue\":false,\"label\":\"Web Presentation - Handoff\",\"validFor\":null,\"value\":\"Web_Presentation_Handoff\"}],\"eg\":\"Unqualified=Unqualified, Qualified_Lead=Qualified Lead, POC_Confirmed=POC Confirmed, Schedule_Web_Meeting=Schedule Web Meeting, Web_Presentation_Handoff=Web Presentation - Handoff\"},\"Industry\":{\"name\":\"Industry\",\"type\":\"picklist\",\"label\":\"Industry\",\"req\":\"\",\"maxlength\":40,\"custom\":false,\"options\":[{\"active\":true,\"defaultValue\":false,\"label\":\"Agriculture\",\"validFor\":null,\"value\":\"Agriculture\"},{\"active\":true,\"defaultValue\":false,\"label\":\"Apparel\",\"validFor\":null,\"value\":\"Apparel\"},{\"active\":true,\"defaultValue\":false,\"label\":\"Banking\",\"validFor\":null,\"value\":\"Banking\"},{\"active\":true,\"defaultValue\":false,\"label\":\"Biotechnology\",\"validFor\":null,\"value\":\"Biotechnology\"},{\"active\":true,\"defaultValue\":false,\"label\":\"Chemicals\",\"validFor\":null,\"value\":\"Chemicals\"},{\"active\":true,\"defaultValue\":false,\"label\":\"Communications\",\"validFor\":null,\"value\":\"Communications\"},{\"active\":true,\"defaultValue\":false,\"label\":\"Construction\",\"validFor\":null,\"value\":\"Construction\"},{\"active\":true,\"defaultValue\":false,\"label\":\"Consulting\",\"validFor\":null,\"value\":\"Consulting\"},{\"active\":true,\"defaultValue\":false,\"label\":\"Education\",\"validFor\":null,\"value\":\"Education\"},{\"active\":true,\"defaultValue\":false,\"label\":\"Electronics\",\"validFor\":null,\"value\":\"Electronics\"},{\"active\":true,\"defaultValue\":false,\"label\":\"Energy\",\"validFor\":null,\"value\":\"Energy\"},{\"active\":true,\"defaultValue\":false,\"label\":\"Engineering\",\"validFor\":null,\"value\":\"Engineering\"},{\"active\":true,\"defaultValue\":false,\"label\":\"Entertainment\",\"validFor\":null,\"value\":\"Entertainment\"},{\"active\":true,\"defaultValue\":false,\"label\":\"Environmental\",\"validFor\":null,\"value\":\"Environmental\"},{\"active\":true,\"defaultValue\":false,\"label\":\"Finance\",\"validFor\":null,\"value\":\"Finance\"},{\"active\":true,\"defaultValue\":false,\"label\":\"Food & Beverage\",\"validFor\":null,\"value\":\"Food & Beverage\"},{\"active\":true,\"defaultValue\":false,\"label\":\"Government\",\"validFor\":null,\"value\":\"Government\"},{\"active\":true,\"defaultValue\":false,\"label\":\"Healthcare\",\"validFor\":null,\"value\":\"Healthcare\"},{\"active\":true,\"defaultValue\":false,\"label\":\"Hospitality\",\"validFor\":null,\"value\":\"Hospitality\"},{\"active\":true,\"defaultValue\":false,\"label\":\"Insurance\",\"validFor\":null,\"value\":\"Insurance\"},{\"active\":true,\"defaultValue\":false,\"label\":\"Legal\",\"validFor\":null,\"value\":\"Legal\"},{\"active\":true,\"defaultValue\":false,\"label\":\"Machinery\",\"validFor\":null,\"value\":\"Machinery\"},{\"active\":true,\"defaultValue\":false,\"label\":\"Manufacturing\",\"validFor\":null,\"value\":\"Manufacturing\"},{\"active\":true,\"defaultValue\":false,\"label\":\"Media\",\"validFor\":null,\"value\":\"Media\"},{\"active\":true,\"defaultValue\":false,\"label\":\"Not For Profit\",\"validFor\":null,\"value\":\"Not For Profit\"},{\"active\":true,\"defaultValue\":false,\"label\":\"Other\",\"validFor\":null,\"value\":\"Other\"},{\"active\":true,\"defaultValue\":false,\"label\":\"Recreation\",\"validFor\":null,\"value\":\"Recreation\"},{\"active\":true,\"defaultValue\":false,\"label\":\"Retail\",\"validFor\":null,\"value\":\"Retail\"},{\"active\":true,\"defaultValue\":false,\"label\":\"Shipping\",\"validFor\":null,\"value\":\"Shipping\"},{\"active\":true,\"defaultValue\":false,\"label\":\"Technology\",\"validFor\":null,\"value\":\"Technology\"},{\"active\":true,\"defaultValue\":false,\"label\":\"Telecommunications\",\"validFor\":null,\"value\":\"Telecommunications\"},{\"active\":true,\"defaultValue\":false,\"label\":\"Transportation\",\"validFor\":null,\"value\":\"Transportation\"},{\"active\":true,\"defaultValue\":false,\"label\":\"Utilities\",\"validFor\":null,\"value\":\"Utilities\"},{\"active\":true,\"defaultValue\":false,\"label\":\"HOA\",\"validFor\":null,\"value\":\"HOA\"}],\"eg\":\"Agriculture=Agriculture, Apparel=Apparel, Banking=Banking, Biotechnology=Biotechnology, Chemicals=Chemicals, Communications=Communications, Construction=Construction, Consulting=Consulting, Education=Education, Electronics=Electronics, Energy=Energy, Engineering=Engineering, Entertainment=Entertainment, Environmental=Environmental, Finance=Finance, Food & Beverage=Food & Beverage, Government=Government, Healthcare=Healthcare, Hospitality=Hospitality, Insurance=Insurance, Legal=Legal, Machinery=Machinery, Manufacturing=Manufacturing, Media=Media, Not For Profit=Not For Profit, Other=Other, Recreation=Recreation, Retail=Retail, Shipping=Shipping, Technology=Technology\"},\"Rating\":{\"name\":\"Rating\",\"type\":\"picklist\",\"label\":\"Rating\",\"req\":\"\",\"maxlength\":40,\"custom\":false,\"options\":[{\"active\":true,\"defaultValue\":false,\"label\":\"1\",\"validFor\":null,\"value\":\"1\"},{\"active\":true,\"defaultValue\":false,\"label\":\"2\",\"validFor\":null,\"value\":\"2\"},{\"active\":true,\"defaultValue\":false,\"label\":\"3\",\"validFor\":null,\"value\":\"3\"},{\"active\":true,\"defaultValue\":false,\"label\":\"4\",\"validFor\":null,\"value\":\"4\"},{\"active\":true,\"defaultValue\":false,\"label\":\"5\",\"validFor\":null,\"value\":\"5\"}],\"eg\":\"1=1, 2=2, 3=3, 4=4, 5=5\"},\"NumberOfEmployees\":{\"name\":\"NumberOfEmployees\",\"type\":\"int\",\"label\":\"Employees\",\"req\":\"\",\"maxlength\":0,\"custom\":false},\"OwnerId\":{\"name\":\"OwnerId\",\"type\":\"Group\",\"label\":\"Owner ID\",\"req\":\"\",\"maxlength\":18,\"custom\":false},\"IsConverted\":{\"name\":\"IsConverted\",\"type\":\"boolean\",\"label\":\"Converted\",\"req\":\"\",\"maxlength\":0,\"custom\":false},\"IsUnreadByOwner\":{\"name\":\"IsUnreadByOwner\",\"type\":\"boolean\",\"label\":\"Unread By Owner\",\"req\":\"\",\"maxlength\":0,\"custom\":false},\"Jigsaw\":{\"name\":\"Jigsaw\",\"type\":\"string\",\"label\":\"Data.com Key\",\"req\":\"\",\"maxlength\":20,\"custom\":false},\"Id\":{\"name\":\"Id\",\"type\":\"id\",\"label\":\"Lead ID\",\"req\":\"\",\"maxlength\":18,\"custom\":false}},\"object\":\"Lead\"}',1,'2019-10-24 09:15:40','2020-12-03 09:49:03'),(2,'',NULL,NULL,9,NULL,NULL);
/*!40000 ALTER TABLE `wp_vxcf_sales_accounts` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_vxcf_sales_log`
--
DROP TABLE IF EXISTS `wp_vxcf_sales_log`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_vxcf_sales_log` (
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
`entry_id` int(11) NOT NULL,
`form_id` varchar(60) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`feed_id` int(11) NOT NULL,
`parent_id` int(11) NOT NULL,
`crm_id` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`object` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`link` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`meta` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`event` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`data` text COLLATE utf8mb4_unicode_520_ci,
`response` text COLLATE utf8mb4_unicode_520_ci,
`extra` text COLLATE utf8mb4_unicode_520_ci,
`status` tinyint(1) NOT NULL DEFAULT '1',
`time` datetime DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `entry_id` (`entry_id`)
) ENGINE=InnoDB AUTO_INCREMENT=85 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_vxcf_sales_log`
--
LOCK TABLES `wp_vxcf_sales_log` WRITE;
/*!40000 ALTER TABLE `wp_vxcf_sales_log` DISABLE KEYS */;
INSERT INTO `wp_vxcf_sales_log` VALUES (1,1,'cf_358',1,0,'','Lead','','','submit','{\"first_name\":{\"value\":\"Ariyam\",\"label\":\"First Name\"},\"last_name\":{\"value\":\"Mukherjee\",\"label\":\"Last Name\"},\"email\":{\"value\":\"shieldwatch007@gmail.com\",\"label\":\"Email\"},\"company\":{\"value\":\"Test SWI\",\"label\":\"Company\"},\"title\":{\"value\":\"Request A Demo Form\",\"label\":\"Title\"}}','{\"entry created\":\"TRUE\"}','[]',3,'2019-10-24 10:04:07'),(2,2,'cf_358',1,0,'00Q3m00000tJ7HiEAK','Lead','https://na116.salesforce.com/00Q3m00000tJ7HiEAK','','submit','{\"LastName\":{\"value\":\"Ghoshal\",\"label\":\"Last Name\"},\"Company\":{\"value\":\"Test SWI 1\",\"label\":\"Company\"},\"FirstName\":{\"value\":\"Biman\",\"label\":\"First Name\"},\"Title\":{\"value\":\"Request A Demo Form\",\"label\":\"Title\"},\"Email\":{\"value\":\"shieldwatch007@gmail.com\",\"label\":\"Email\"}}','{\"id\":\"00Q3m00000tJ7HiEAK\",\"success\":true,\"errors\":[]}','[]',1,'2019-10-24 10:16:33'),(3,3,'cf_358',1,0,'00Q3m00000tJ7ICEA0','Lead','https://na116.salesforce.com/00Q3m00000tJ7ICEA0','','submit','{\"LastName\":{\"value\":\"Mukherjee\",\"label\":\"Last Name\"},\"Company\":{\"value\":\"Test SWI\",\"label\":\"Company\"},\"FirstName\":{\"value\":\"Ariyam\",\"label\":\"First Name\"},\"Title\":{\"value\":\"Request A Demo Form\",\"label\":\"Title\"},\"Email\":{\"value\":\"shieldwatch007@gmail.com\",\"label\":\"Email\"}}','{\"id\":\"00Q3m00000tJ7ICEA0\",\"success\":true,\"errors\":[]}','[]',1,'2019-10-24 10:20:34'),(7,6,'cf_242',2,0,'00Q3m00000tJ7KmEAK','Lead','https://na116.salesforce.com/00Q3m00000tJ7KmEAK','','submit','{\"LastName\":{\"value\":\"Testing Name\",\"label\":\"Last Name\"},\"Company\":{\"value\":\"Testing Company\",\"label\":\"Company\"},\"Title\":{\"value\":\"Contact Us\",\"label\":\"Title\"},\"Email\":{\"value\":\"shieldwatch007@gmail.com\",\"label\":\"Email\"}}','{\"id\":\"00Q3m00000tJ7KmEAK\",\"success\":true,\"errors\":[]}','[]',1,'2019-10-24 10:45:48'),(8,7,'cf_358',1,0,'00Q3m00000tJ9ScEAK','Lead','https://na116.salesforce.com/00Q3m00000tJ9ScEAK','','submit','{\"LastName\":{\"value\":\"Myers\",\"label\":\"Last Name\"},\"Company\":{\"value\":\"Concertium\",\"label\":\"Company\"},\"FirstName\":{\"value\":\"Phillip\",\"label\":\"First Name\"},\"Title\":{\"value\":\"Request A Demo Form\",\"label\":\"Title\"},\"Email\":{\"value\":\"pmyers@concertium.com\",\"label\":\"Email\"}}','{\"id\":\"00Q3m00000tJ9ScEAK\",\"success\":true,\"errors\":[]}','[]',1,'2019-10-24 22:10:43'),(9,8,'cf_358',1,0,'00Q3m00000tJ9T1EAK','Lead','https://na116.salesforce.com/00Q3m00000tJ9T1EAK','','submit','{\"LastName\":{\"value\":\"Myers\",\"label\":\"Last Name\"},\"Company\":{\"value\":\"Concertium\",\"label\":\"Company\"},\"FirstName\":{\"value\":\"Phillip\",\"label\":\"First Name\"},\"Title\":{\"value\":\"Request A Demo Form\",\"label\":\"Title\"},\"Email\":{\"value\":\"pmyers@concertium.com\",\"label\":\"Email\"}}','{\"id\":\"00Q3m00000tJ9T1EAK\",\"success\":true,\"errors\":[]}','[]',1,'2019-10-24 22:14:38'),(10,9,'cf_358',1,0,'00Q3m00000tJBPPEA4','Lead','https://na116.salesforce.com/00Q3m00000tJBPPEA4','','submit','{\"LastName\":{\"value\":\"Smith\",\"label\":\"Last Name\"},\"Company\":{\"value\":\"Highpoint Technology Group\",\"label\":\"Company\"},\"FirstName\":{\"value\":\"Vincent\",\"label\":\"First Name\"},\"Title\":{\"value\":\"Request A Demo Form\",\"label\":\"Title\"},\"Email\":{\"value\":\"Vincent.Smith@gohighpoint.net\",\"label\":\"Email\"}}','{\"id\":\"00Q3m00000tJBPPEA4\",\"success\":true,\"errors\":[]}','[]',1,'2019-10-25 16:35:09'),(11,10,'cf_358',1,0,'00Q3m00000tJBRWEA4','Lead','https://na116.salesforce.com/00Q3m00000tJBRWEA4','','submit','{\"LastName\":{\"value\":\"Vaughn\",\"label\":\"Last Name\"},\"Company\":{\"value\":\"EMSCO Solutions\",\"label\":\"Company\"},\"FirstName\":{\"value\":\"Ron\",\"label\":\"First Name\"},\"Title\":{\"value\":\"Request A Demo Form\",\"label\":\"Title\"},\"Email\":{\"value\":\"ron@emscosolutions.com\",\"label\":\"Email\"}}','{\"id\":\"00Q3m00000tJBRWEA4\",\"success\":true,\"errors\":[]}','[]',1,'2019-10-25 16:52:27'),(12,11,'cf_358',1,0,'00Q3m00000tJBWuEAO','Lead','https://na116.salesforce.com/00Q3m00000tJBWuEAO','','submit','{\"LastName\":{\"value\":\"Kirkham\",\"label\":\"Last Name\"},\"Company\":{\"value\":\"Kirkham\",\"label\":\"Company\"},\"FirstName\":{\"value\":\"Tom\",\"label\":\"First Name\"},\"Title\":{\"value\":\"Request A Demo Form\",\"label\":\"Title\"},\"Email\":{\"value\":\"tom@Kirkham.it\",\"label\":\"Email\"}}','{\"id\":\"00Q3m00000tJBWuEAO\",\"success\":true,\"errors\":[]}','[]',1,'2019-10-25 17:14:06'),(13,12,'cf_358',1,0,'00Q3m00000tJFmYEAW','Lead','https://na116.salesforce.com/00Q3m00000tJFmYEAW','','submit','{\"LastName\":{\"value\":\"Berger\",\"label\":\"Last Name\"},\"Company\":{\"value\":\"Digacore Technology\",\"label\":\"Company\"},\"FirstName\":{\"value\":\"Nathan\",\"label\":\"First Name\"},\"Title\":{\"value\":\"Request A Demo Form\",\"label\":\"Title\"},\"Email\":{\"value\":\"nberger@digacore.com\",\"label\":\"Email\"}}','{\"id\":\"00Q3m00000tJFmYEAW\",\"success\":true,\"errors\":[]}','[]',1,'2019-10-25 19:03:47'),(14,13,'cf_358',1,0,'00Q3m00000tJI3jEAG','Lead','https://na116.salesforce.com/00Q3m00000tJI3jEAG','','submit','{\"LastName\":{\"value\":\"Frech\",\"label\":\"Last Name\"},\"Company\":{\"value\":\"STC Managed Services\",\"label\":\"Company\"},\"FirstName\":{\"value\":\"Steven\",\"label\":\"First Name\"},\"Title\":{\"value\":\"Request A Demo Form\",\"label\":\"Title\"},\"Email\":{\"value\":\"steven@stcmb.com\",\"label\":\"Email\"}}','{\"id\":\"00Q3m00000tJI3jEAG\",\"success\":true,\"errors\":[]}','[]',1,'2019-10-27 00:49:16'),(15,14,'cf_358',1,0,'00Q3m00000tJPtxEAG','Lead','https://na116.salesforce.com/00Q3m00000tJPtxEAG','','submit','{\"LastName\":{\"value\":\"Molder\",\"label\":\"Last Name\"},\"Company\":{\"value\":\"Aspire Technical Solutions\",\"label\":\"Company\"},\"FirstName\":{\"value\":\"Brian\",\"label\":\"First Name\"},\"Title\":{\"value\":\"Request A Demo Form\",\"label\":\"Title\"},\"Email\":{\"value\":\"brian@aspiretech.com\",\"label\":\"Email\"}}','{\"id\":\"00Q3m00000tJPtxEAG\",\"success\":true,\"errors\":[]}','[]',1,'2019-10-29 18:33:32'),(16,15,'cf_358',1,0,'00Q3m00000tJSHAEA4','Lead','https://na116.salesforce.com/00Q3m00000tJSHAEA4','','submit','{\"LastName\":{\"value\":\"Landriscina\",\"label\":\"Last Name\"},\"Company\":{\"value\":\"Diversified IS\",\"label\":\"Company\"},\"FirstName\":{\"value\":\"Domenick\",\"label\":\"First Name\"},\"Title\":{\"value\":\"Request A Demo Form\",\"label\":\"Title\"},\"Email\":{\"value\":\"domenick@diversified-is.com\",\"label\":\"Email\"}}','{\"id\":\"00Q3m00000tJSHAEA4\",\"success\":true,\"errors\":[]}','[]',1,'2019-10-30 13:57:00'),(17,16,'cf_358',1,0,'00Q3m00000tJTFWEA4','Lead','https://na116.salesforce.com/00Q3m00000tJTFWEA4','','submit','{\"LastName\":{\"value\":\"sasvadkar\",\"label\":\"Last Name\"},\"Company\":{\"value\":\"Immersive \",\"label\":\"Company\"},\"FirstName\":{\"value\":\"Tanmay\",\"label\":\"First Name\"},\"Title\":{\"value\":\"Request A Demo Form\",\"label\":\"Title\"},\"Email\":{\"value\":\"tanmaysasvadkar@gmail.com\",\"label\":\"Email\"}}','{\"id\":\"00Q3m00000tJTFWEA4\",\"success\":true,\"errors\":[]}','[]',1,'2019-10-30 17:46:17'),(18,17,'cf_358',1,0,'00Q3m00000tJZ6dEAG','Lead','https://na116.salesforce.com/00Q3m00000tJZ6dEAG','','submit','{\"LastName\":{\"value\":\"Roets\",\"label\":\"Last Name\"},\"Company\":{\"value\":\"SMP\",\"label\":\"Company\"},\"FirstName\":{\"value\":\"Brian\",\"label\":\"First Name\"},\"Title\":{\"value\":\"Request A Demo Form\",\"label\":\"Title\"},\"Email\":{\"value\":\"broets@smp-corp.com\",\"label\":\"Email\"}}','{\"id\":\"00Q3m00000tJZ6dEAG\",\"success\":true,\"errors\":[]}','[]',1,'2019-11-01 13:31:18'),(19,18,'cf_358',1,0,'00Q3m00000tJZCCEA4','Lead','https://na116.salesforce.com/00Q3m00000tJZCCEA4','','submit','{\"LastName\":{\"value\":\"Fulljames\",\"label\":\"Last Name\"},\"Company\":{\"value\":\"nucleus networks\",\"label\":\"Company\"},\"FirstName\":{\"value\":\"Karl\",\"label\":\"First Name\"},\"Title\":{\"value\":\"Request A Demo Form\",\"label\":\"Title\"},\"Email\":{\"value\":\"karl@yournucleus.ca\",\"label\":\"Email\"}}','{\"id\":\"00Q3m00000tJZCCEA4\",\"success\":true,\"errors\":[]}','[]',1,'2019-11-01 14:11:24'),(20,19,'cf_358',1,0,'00Q3m00000tJa69EAC','Lead','https://na116.salesforce.com/00Q3m00000tJa69EAC','','submit','{\"LastName\":{\"value\":\"Harris\",\"label\":\"Last Name\"},\"Company\":{\"value\":\"Computer Transition Services, Inc.\",\"label\":\"Company\"},\"FirstName\":{\"value\":\"Scott\",\"label\":\"First Name\"},\"Title\":{\"value\":\"Request A Demo Form\",\"label\":\"Title\"},\"Email\":{\"value\":\"sharris@ctsinet.com\",\"label\":\"Email\"}}','{\"id\":\"00Q3m00000tJa69EAC\",\"success\":true,\"errors\":[]}','[]',1,'2019-11-01 19:11:30'),(21,20,'cf_358',1,0,'00Q3m00000tk3cJEAQ','Lead','https://na116.salesforce.com/00Q3m00000tk3cJEAQ','','submit','{\"LastName\":{\"value\":\"Robinson\",\"label\":\"Last Name\"},\"Company\":{\"value\":\"Envision Technology Advisors\",\"label\":\"Company\"},\"FirstName\":{\"value\":\"Andrew\",\"label\":\"First Name\"},\"Title\":{\"value\":\"Request A Demo Form\",\"label\":\"Title\"},\"Email\":{\"value\":\"andrewr@envisionsuccess.net\",\"label\":\"Email\"}}','{\"id\":\"00Q3m00000tk3cJEAQ\",\"success\":true,\"errors\":[]}','[]',1,'2019-11-06 19:57:44'),(22,21,'cf_358',1,0,'00Q3m00000tk51OEAQ','Lead','https://na116.salesforce.com/00Q3m00000tk51OEAQ','','submit','{\"LastName\":{\"value\":\"Daley\",\"label\":\"Last Name\"},\"Company\":{\"value\":\"tech2bit\",\"label\":\"Company\"},\"FirstName\":{\"value\":\"Michael\",\"label\":\"First Name\"},\"Title\":{\"value\":\"Request A Demo Form\",\"label\":\"Title\"},\"Email\":{\"value\":\"michael@tech2bit.com\",\"label\":\"Email\"}}','{\"id\":\"00Q3m00000tk51OEAQ\",\"success\":true,\"errors\":[]}','[]',1,'2019-11-07 03:29:31'),(23,22,'cf_242',2,0,'00Q3m00000u6dHtEAI','Lead','https://na116.salesforce.com/00Q3m00000u6dHtEAI','','submit','{\"LastName\":{\"value\":\"willem ellemeet\",\"label\":\"Last Name\"},\"Company\":{\"value\":\"WilroffReitsma\",\"label\":\"Company\"},\"Title\":{\"value\":\"Contact Us\",\"label\":\"Title\"},\"Email\":{\"value\":\"wel@wilroffreitsma.nl\",\"label\":\"Email\"}}','{\"id\":\"00Q3m00000u6dHtEAI\",\"success\":true,\"errors\":[]}','[]',1,'2020-01-14 10:57:37'),(24,23,'cf_358',1,0,'00Q3m00000u7BLDEA2','Lead','https://na116.salesforce.com/00Q3m00000u7BLDEA2','','submit','{\"LastName\":{\"value\":\"Chakraborty\",\"label\":\"Last Name\"},\"Company\":{\"value\":\"Concertium\",\"label\":\"Company\"},\"FirstName\":{\"value\":\"Arnab\",\"label\":\"First Name\"},\"Title\":{\"value\":\"Request A Demo Form\",\"label\":\"Title\"},\"Email\":{\"value\":\"arnabchakraborty@codeuridea.com\",\"label\":\"Email\"}}','{\"id\":\"00Q3m00000u7BLDEA2\",\"success\":true,\"errors\":[]}','[]',1,'2020-01-23 07:51:57'),(25,24,'cf_358',1,0,'','Lead','','You\'re creating a duplicate record. We recommend you use an existing record instead.','submit','{\"LastName\":{\"value\":\"Wates\",\"label\":\"Last Name\"},\"Company\":{\"value\":\"Managed IT Pty Ltd\",\"label\":\"Company\"},\"FirstName\":{\"value\":\"Michael\",\"label\":\"First Name\"},\"Title\":{\"value\":\"Request A Demo Form\",\"label\":\"Title\"},\"Email\":{\"value\":\"michael.wates@managedit.com.au\",\"label\":\"Email\"}}','{\"message\":\"You\'re creating a duplicate record. We recommend you use an existing record instead.\",\"errorCode\":\"DUPLICATES_DETECTED\",\"fields\":[]}','[]',0,'2020-01-23 12:12:27'),(26,25,'cf_358',1,0,'00Q3m00000u7VDSEA2','Lead','https://na116.salesforce.com/00Q3m00000u7VDSEA2','','submit','{\"LastName\":{\"value\":\"Wildenberg\",\"label\":\"Last Name\"},\"Company\":{\"value\":\"Mytech Partners\",\"label\":\"Company\"},\"FirstName\":{\"value\":\"Lyf\",\"label\":\"First Name\"},\"Title\":{\"value\":\"Request A Demo Form\",\"label\":\"Title\"},\"Email\":{\"value\":\"lwildenberg@mytech.com\",\"label\":\"Email\"}}','{\"id\":\"00Q3m00000u7VDSEA2\",\"success\":true,\"errors\":[]}','[]',1,'2020-01-29 15:53:56'),(27,26,'cf_358',1,0,'','Lead','','You\'re creating a duplicate record. We recommend you use an existing record instead.','submit','{\"LastName\":{\"value\":\"Goglio\",\"label\":\"Last Name\"},\"Company\":{\"value\":\"Choice Technology Group, LLC\",\"label\":\"Company\"},\"FirstName\":{\"value\":\"Doug\",\"label\":\"First Name\"},\"Title\":{\"value\":\"Request A Demo Form\",\"label\":\"Title\"},\"Email\":{\"value\":\"Doug@choicetg.com\",\"label\":\"Email\"}}','{\"message\":\"You\'re creating a duplicate record. We recommend you use an existing record instead.\",\"errorCode\":\"DUPLICATES_DETECTED\",\"fields\":[]}','[]',0,'2020-02-04 14:30:29'),(28,27,'cf_358',1,0,'','Lead','','You\'re creating a duplicate record. We recommend you use an existing record instead.','submit','{\"LastName\":{\"value\":\"Goglio\",\"label\":\"Last Name\"},\"Company\":{\"value\":\"Choice Technology Group, LLC\",\"label\":\"Company\"},\"FirstName\":{\"value\":\"Doug\",\"label\":\"First Name\"},\"Title\":{\"value\":\"Request A Demo Form\",\"label\":\"Title\"},\"Email\":{\"value\":\"Doug@choicetg.com\",\"label\":\"Email\"}}','{\"message\":\"You\'re creating a duplicate record. We recommend you use an existing record instead.\",\"errorCode\":\"DUPLICATES_DETECTED\",\"fields\":[]}','[]',0,'2020-02-04 14:30:36'),(29,28,'cf_358',1,0,'','Lead','','You\'re creating a duplicate record. We recommend you use an existing record instead.','submit','{\"LastName\":{\"value\":\"Goglio\",\"label\":\"Last Name\"},\"Company\":{\"value\":\"Choice Technology Group, LLC\",\"label\":\"Company\"},\"FirstName\":{\"value\":\"Doug\",\"label\":\"First Name\"},\"Title\":{\"value\":\"Request A Demo Form\",\"label\":\"Title\"},\"Email\":{\"value\":\"Doug@choicetg.com\",\"label\":\"Email\"}}','{\"message\":\"You\'re creating a duplicate record. We recommend you use an existing record instead.\",\"errorCode\":\"DUPLICATES_DETECTED\",\"fields\":[]}','[]',0,'2020-02-04 14:30:55'),(30,29,'cf_358',1,0,'00Q3m00000u7q9sEAA','Lead','https://na116.salesforce.com/00Q3m00000u7q9sEAA','','submit','{\"LastName\":{\"value\":\"test\",\"label\":\"Last Name\"},\"Company\":{\"value\":\"test\",\"label\":\"Company\"},\"FirstName\":{\"value\":\"test\",\"label\":\"First Name\"},\"Title\":{\"value\":\"Request A Demo Form\",\"label\":\"Title\"},\"Email\":{\"value\":\"test@gmail.com\",\"label\":\"Email\"}}','{\"id\":\"00Q3m00000u7q9sEAA\",\"success\":true,\"errors\":[]}','[]',1,'2020-02-05 12:54:22'),(31,30,'cf_242',2,0,'00Q3m00000u7qBSEAY','Lead','https://na116.salesforce.com/00Q3m00000u7qBSEAY','','submit','{\"LastName\":{\"value\":\"Sushant Roy\",\"label\":\"Last Name\"},\"Company\":{\"value\":\"test\",\"label\":\"Company\"},\"Title\":{\"value\":\"Contact Us\",\"label\":\"Title\"},\"Email\":{\"value\":\"test@gmail.com\",\"label\":\"Email\"}}','{\"id\":\"00Q3m00000u7qBSEAY\",\"success\":true,\"errors\":[]}','[]',1,'2020-02-05 13:04:01'),(32,31,'cf_358',1,0,'00Q3m00000utHGhEAM','Lead','https://na116.salesforce.com/00Q3m00000utHGhEAM','','submit','{\"LastName\":{\"value\":\"Horak\",\"label\":\"Last Name\"},\"Company\":{\"value\":\"Art In Communications, Inc.\",\"label\":\"Company\"},\"FirstName\":{\"value\":\"Petr\",\"label\":\"First Name\"},\"Title\":{\"value\":\"Request A Demo Form\",\"label\":\"Title\"},\"Email\":{\"value\":\"phorak@artincommunications.com\",\"label\":\"Email\"}}','{\"id\":\"00Q3m00000utHGhEAM\",\"success\":true,\"errors\":[]}','[]',1,'2020-03-06 18:28:33'),(33,32,'cf_242',2,0,'00Q3m00000uuaXZEAY','Lead','https://na116.salesforce.com/00Q3m00000uuaXZEAY','','submit','{\"LastName\":{\"value\":\"Mark Marley\",\"label\":\"Last Name\"},\"Company\":{\"value\":\"Network Computer Solutions\",\"label\":\"Company\"},\"Title\":{\"value\":\"Contact Us\",\"label\":\"Title\"},\"Email\":{\"value\":\"mark@ncshelpdesk.coM\",\"label\":\"Email\"}}','{\"id\":\"00Q3m00000uuaXZEAY\",\"success\":true,\"errors\":[]}','[]',1,'2020-03-11 15:10:26'),(34,33,'cf_242',2,0,'00Q3m00000uw6YJEAY','Lead','https://na116.salesforce.com/00Q3m00000uw6YJEAY','','submit','{\"LastName\":{\"value\":\"Davina Lettau\",\"label\":\"Last Name\"},\"Company\":{\"value\":\"N\\/A\",\"label\":\"Company\"},\"Title\":{\"value\":\"Contact Us\",\"label\":\"Title\"},\"Email\":{\"value\":\"vinalettau@gmail.com\",\"label\":\"Email\"}}','{\"id\":\"00Q3m00000uw6YJEAY\",\"success\":true,\"errors\":[]}','[]',1,'2020-03-20 00:54:16'),(35,34,'cf_358',1,0,'00Q3m00000uwXShEAM','Lead','https://na116.salesforce.com/00Q3m00000uwXShEAM','','submit','{\"LastName\":{\"value\":\"Bowers\",\"label\":\"Last Name\"},\"Company\":{\"value\":\"ZenTek Data Systems\",\"label\":\"Company\"},\"FirstName\":{\"value\":\"Brandon\",\"label\":\"First Name\"},\"Title\":{\"value\":\"Request A Demo Form\",\"label\":\"Title\"},\"Email\":{\"value\":\"bbowers@zentekds.com\",\"label\":\"Email\"}}','{\"id\":\"00Q3m00000uwXShEAM\",\"success\":true,\"errors\":[]}','[]',1,'2020-03-27 12:09:40'),(36,35,'cf_358',1,0,'00Q3m00000vQuzZEAS','Lead','https://na116.salesforce.com/00Q3m00000vQuzZEAS','','submit','{\"LastName\":{\"value\":\"Sheasby\",\"label\":\"Last Name\"},\"Company\":{\"value\":\"Unicom Technologies\",\"label\":\"Company\"},\"FirstName\":{\"value\":\"Stephen\",\"label\":\"First Name\"},\"Title\":{\"value\":\"Request A Demo Form\",\"label\":\"Title\"},\"Email\":{\"value\":\"ssheasby@unicom-tech.com\",\"label\":\"Email\"}}','{\"id\":\"00Q3m00000vQuzZEAS\",\"success\":true,\"errors\":[]}','[]',1,'2020-04-14 15:30:36'),(37,36,'cf_358',1,0,'','Lead','','You\'re creating a duplicate record. We recommend you use an existing record instead.','submit','{\"LastName\":{\"value\":\"Hiller\",\"label\":\"Last Name\"},\"Company\":{\"value\":\"Lincoln Computer Services\",\"label\":\"Company\"},\"FirstName\":{\"value\":\"Marc\",\"label\":\"First Name\"},\"Title\":{\"value\":\"Request A Demo Form\",\"label\":\"Title\"},\"Email\":{\"value\":\"mhiller@lincolnit.com\",\"label\":\"Email\"}}','{\"message\":\"You\'re creating a duplicate record. We recommend you use an existing record instead.\",\"errorCode\":\"DUPLICATES_DETECTED\",\"fields\":[]}','[]',0,'2020-04-14 19:08:08'),(38,37,'cf_358',1,0,'','Lead','','You\'re creating a duplicate record. We recommend you use an existing record instead.','submit','{\"LastName\":{\"value\":\"Sheasby\",\"label\":\"Last Name\"},\"Company\":{\"value\":\"Unicom Technologies\",\"label\":\"Company\"},\"FirstName\":{\"value\":\"Stephen\",\"label\":\"First Name\"},\"Title\":{\"value\":\"Request A Demo Form\",\"label\":\"Title\"},\"Email\":{\"value\":\"ssheasby@unicom-tech.com\",\"label\":\"Email\"}}','{\"message\":\"You\'re creating a duplicate record. We recommend you use an existing record instead.\",\"errorCode\":\"DUPLICATES_DETECTED\",\"fields\":[]}','[]',0,'2020-04-16 01:04:07'),(39,38,'cf_358',1,0,'','Lead','','You\'re creating a duplicate record. We recommend you use an existing record instead.','submit','{\"LastName\":{\"value\":\"Hiller\",\"label\":\"Last Name\"},\"Company\":{\"value\":\"Lincoln Computer Services\",\"label\":\"Company\"},\"FirstName\":{\"value\":\"Marc\",\"label\":\"First Name\"},\"Title\":{\"value\":\"Request A Demo Form\",\"label\":\"Title\"},\"Email\":{\"value\":\"mhiller@lincolnit.com\",\"label\":\"Email\"}}','{\"message\":\"You\'re creating a duplicate record. We recommend you use an existing record instead.\",\"errorCode\":\"DUPLICATES_DETECTED\",\"fields\":[]}','[]',0,'2020-04-16 19:54:38'),(40,39,'cf_358',1,0,'00Q3m00000vRLvAEAW','Lead','https://na116.salesforce.com/00Q3m00000vRLvAEAW','','submit','{\"LastName\":{\"value\":\"Anaya\",\"label\":\"Last Name\"},\"Company\":{\"value\":\"Nearsoft\",\"label\":\"Company\"},\"FirstName\":{\"value\":\"Estefania\",\"label\":\"First Name\"},\"Title\":{\"value\":\"Request A Demo Form\",\"label\":\"Title\"},\"Email\":{\"value\":\"eanaya@nearsoft.com\",\"label\":\"Email\"}}','{\"id\":\"00Q3m00000vRLvAEAW\",\"success\":true,\"errors\":[]}','[]',1,'2020-04-21 20:22:11'),(41,40,'cf_358',1,0,'00Q3m00000vSXKCEA4','Lead','https://na116.salesforce.com/00Q3m00000vSXKCEA4','','submit','{\"LastName\":{\"value\":\"Agnew\",\"label\":\"Last Name\"},\"Company\":{\"value\":\"MyWorkspace, LLC\",\"label\":\"Company\"},\"FirstName\":{\"value\":\"Rick\",\"label\":\"First Name\"},\"Title\":{\"value\":\"Request A Demo Form\",\"label\":\"Title\"},\"Email\":{\"value\":\"RAgnew@MyWorkspace.net\",\"label\":\"Email\"}}','{\"id\":\"00Q3m00000vSXKCEA4\",\"success\":true,\"errors\":[]}','[]',1,'2020-04-24 01:50:38'),(42,41,'cf_358',1,0,'','Lead','','You\'re creating a duplicate record. We recommend you use an existing record instead.','submit','{\"LastName\":{\"value\":\"Juliano\",\"label\":\"Last Name\"},\"Company\":{\"value\":\"SugarShot\",\"label\":\"Company\"},\"FirstName\":{\"value\":\"Richard\",\"label\":\"First Name\"},\"Title\":{\"value\":\"Request A Demo Form\",\"label\":\"Title\"},\"Email\":{\"value\":\"rjuliano@sugarshot.io\",\"label\":\"Email\"}}','{\"message\":\"You\'re creating a duplicate record. We recommend you use an existing record instead.\",\"errorCode\":\"DUPLICATES_DETECTED\",\"fields\":[]}','[]',0,'2020-05-06 16:39:28'),(43,42,'cf_358',1,0,'00Q3m00000v4zeYEAQ','Lead','https://na116.salesforce.com/00Q3m00000v4zeYEAQ','','submit','{\"LastName\":{\"value\":\"Schulz\",\"label\":\"Last Name\"},\"Company\":{\"value\":\"Rivercity Solutions\",\"label\":\"Company\"},\"FirstName\":{\"value\":\"David\",\"label\":\"First Name\"},\"Title\":{\"value\":\"Request A Demo Form\",\"label\":\"Title\"},\"Email\":{\"value\":\"david@rivercity.net.au\",\"label\":\"Email\"}}','{\"id\":\"00Q3m00000v4zeYEAQ\",\"success\":true,\"errors\":[]}','[]',1,'2020-05-14 01:09:21'),(44,43,'cf_358',1,0,'00Q3m00000vxnPgEAI','Lead','https://na116.salesforce.com/00Q3m00000vxnPgEAI','','submit','{\"LastName\":{\"value\":\"Reyes\",\"label\":\"Last Name\"},\"Company\":{\"value\":\"Saltmarsh\",\"label\":\"Company\"},\"FirstName\":{\"value\":\"Stephen\",\"label\":\"First Name\"},\"Title\":{\"value\":\"Request A Demo Form\",\"label\":\"Title\"},\"Email\":{\"value\":\"stephen@saltmarshcpa.com\",\"label\":\"Email\"}}','{\"id\":\"00Q3m00000vxnPgEAI\",\"success\":true,\"errors\":[]}','[]',1,'2020-05-18 23:43:10'),(45,44,'cf_358',1,0,'00Q3m00000vxr9nEAA','Lead','https://na116.salesforce.com/00Q3m00000vxr9nEAA','','submit','{\"LastName\":{\"value\":\"Carter\",\"label\":\"Last Name\"},\"Company\":{\"value\":\"CalTech\",\"label\":\"Company\"},\"FirstName\":{\"value\":\"Gina\",\"label\":\"First Name\"},\"Title\":{\"value\":\"Request A Demo Form\",\"label\":\"Title\"},\"Email\":{\"value\":\"gina.carter@caltech.com\",\"label\":\"Email\"}}','{\"id\":\"00Q3m00000vxr9nEAA\",\"success\":true,\"errors\":[]}','[]',1,'2020-05-19 21:42:35'),(46,45,'cf_358',1,0,'00Q3m00000vyNDlEAM','Lead','https://na116.salesforce.com/00Q3m00000vyNDlEAM','','submit','{\"LastName\":{\"value\":\"Wrubleski\",\"label\":\"Last Name\"},\"Company\":{\"value\":\"Systems Management Planning\",\"label\":\"Company\"},\"FirstName\":{\"value\":\"Keith\",\"label\":\"First Name\"},\"Title\":{\"value\":\"Request A Demo Form\",\"label\":\"Title\"},\"Email\":{\"value\":\"kwrubleski@smp-corp.com\",\"label\":\"Email\"}}','{\"id\":\"00Q3m00000vyNDlEAM\",\"success\":true,\"errors\":[]}','[]',1,'2020-05-21 18:40:46'),(47,46,'cf_358',1,0,'','Lead','','You\'re creating a duplicate record. We recommend you use an existing record instead.','submit','{\"LastName\":{\"value\":\"Odedra\",\"label\":\"Last Name\"},\"Company\":{\"value\":\"Right Click\",\"label\":\"Company\"},\"FirstName\":{\"value\":\"Krishan\",\"label\":\"First Name\"},\"Title\":{\"value\":\"Request A Demo Form\",\"label\":\"Title\"},\"Email\":{\"value\":\"krishan@rclick.com\",\"label\":\"Email\"}}','{\"message\":\"You\'re creating a duplicate record. We recommend you use an existing record instead.\",\"errorCode\":\"DUPLICATES_DETECTED\",\"fields\":[]}','[]',0,'2020-05-27 13:25:43'),(48,47,'cf_358',1,0,'00Q3m00000vygyIEAQ','Lead','https://na116.salesforce.com/00Q3m00000vygyIEAQ','','submit','{\"LastName\":{\"value\":\"Weller\",\"label\":\"Last Name\"},\"Company\":{\"value\":\"Info Advantage Inc\",\"label\":\"Company\"},\"FirstName\":{\"value\":\"Mitchell\",\"label\":\"First Name\"},\"Title\":{\"value\":\"Request A Demo Form\",\"label\":\"Title\"},\"Email\":{\"value\":\"mweller@info-adv.com\",\"label\":\"Email\"}}','{\"id\":\"00Q3m00000vygyIEAQ\",\"success\":true,\"errors\":[]}','[]',1,'2020-05-29 19:12:15'),(49,48,'cf_358',1,0,'00Q3m00000vylgkEAA','Lead','https://na116.salesforce.com/00Q3m00000vylgkEAA','','submit','{\"LastName\":{\"value\":\"Abner\",\"label\":\"Last Name\"},\"Company\":{\"value\":\"InTrust IT\",\"label\":\"Company\"},\"FirstName\":{\"value\":\"Matt\",\"label\":\"First Name\"},\"Title\":{\"value\":\"Request A Demo Form\",\"label\":\"Title\"},\"Email\":{\"value\":\"matt.abner@intrust-it.com\",\"label\":\"Email\"}}','{\"id\":\"00Q3m00000vylgkEAA\",\"success\":true,\"errors\":[]}','[]',1,'2020-06-01 15:18:25'),(50,49,'cf_358',1,0,'00Q3m00000vyr5OEAQ','Lead','https://na116.salesforce.com/00Q3m00000vyr5OEAQ','','submit','{\"LastName\":{\"value\":\"Davidson\",\"label\":\"Last Name\"},\"Company\":{\"value\":\"Opal Business Solutions\",\"label\":\"Company\"},\"FirstName\":{\"value\":\"Scott\",\"label\":\"First Name\"},\"Title\":{\"value\":\"Request A Demo Form\",\"label\":\"Title\"},\"Email\":{\"value\":\"sdavidson@opalbiz.com\",\"label\":\"Email\"}}','{\"id\":\"00Q3m00000vyr5OEAQ\",\"success\":true,\"errors\":[]}','[]',1,'2020-06-03 13:00:46'),(51,50,'cf_358',1,0,'00Q3m00000vz1xXEAQ','Lead','https://na116.salesforce.com/00Q3m00000vz1xXEAQ','','submit','{\"LastName\":{\"value\":\"Kemp\",\"label\":\"Last Name\"},\"Company\":{\"value\":\"BlueGrace Logistics\",\"label\":\"Company\"},\"FirstName\":{\"value\":\"Matt\",\"label\":\"First Name\"},\"Title\":{\"value\":\"Request A Demo Form\",\"label\":\"Title\"},\"Email\":{\"value\":\"mkemp@bluegracegroup.com\",\"label\":\"Email\"}}','{\"id\":\"00Q3m00000vz1xXEAQ\",\"success\":true,\"errors\":[]}','[]',1,'2020-06-08 11:27:48'),(52,51,'cf_358',1,0,'','Lead','','You\'re creating a duplicate record. We recommend you use an existing record instead.','submit','{\"LastName\":{\"value\":\"Gridley\",\"label\":\"Last Name\"},\"Company\":{\"value\":\"Integration Technologies, Inc.\",\"label\":\"Company\"},\"FirstName\":{\"value\":\"Sam\",\"label\":\"First Name\"},\"Title\":{\"value\":\"Request A Demo Form\",\"label\":\"Title\"},\"Email\":{\"value\":\"sgridley@intech-support.com\",\"label\":\"Email\"}}','{\"message\":\"You\'re creating a duplicate record. We recommend you use an existing record instead.\",\"errorCode\":\"DUPLICATES_DETECTED\",\"fields\":[]}','[]',0,'2020-06-10 16:56:44'),(53,52,'cf_358',1,0,'00Q3m00000vzNv7EAE','Lead','https://na116.salesforce.com/00Q3m00000vzNv7EAE','','submit','{\"LastName\":{\"value\":\"Vandersteen\",\"label\":\"Last Name\"},\"Company\":{\"value\":\"B4 Networks\",\"label\":\"Company\"},\"FirstName\":{\"value\":\"Alexander\",\"label\":\"First Name\"},\"Title\":{\"value\":\"Request A Demo Form\",\"label\":\"Title\"},\"Email\":{\"value\":\"alex@b4networks.ca\",\"label\":\"Email\"}}','{\"id\":\"00Q3m00000vzNv7EAE\",\"success\":true,\"errors\":[]}','[]',1,'2020-06-13 00:03:36'),(54,53,'cf_358',1,0,'00Q3m00000vzZkQEAU','Lead','https://na116.salesforce.com/00Q3m00000vzZkQEAU','','submit','{\"LastName\":{\"value\":\"Mayers\",\"label\":\"Last Name\"},\"Company\":{\"value\":\"TeamLogic IT - Memphis\",\"label\":\"Company\"},\"FirstName\":{\"value\":\"Drayton\",\"label\":\"First Name\"},\"Title\":{\"value\":\"Request A Demo Form\",\"label\":\"Title\"},\"Email\":{\"value\":\"dmayers@teamlogicit.com\",\"label\":\"Email\"}}','{\"id\":\"00Q3m00000vzZkQEAU\",\"success\":true,\"errors\":[]}','[]',1,'2020-06-18 15:09:23'),(55,54,'cf_358',1,0,'','Lead','','You\'re creating a duplicate record. We recommend you use an existing record instead.','submit','{\"LastName\":{\"value\":\"Humiston\",\"label\":\"Last Name\"},\"Company\":{\"value\":\"Adirondack Technical Solutions\",\"label\":\"Company\"},\"FirstName\":{\"value\":\"Jared\",\"label\":\"First Name\"},\"Title\":{\"value\":\"Request A Demo Form\",\"label\":\"Title\"},\"Email\":{\"value\":\"jhumiston@adktechs.com\",\"label\":\"Email\"}}','{\"message\":\"You\'re creating a duplicate record. We recommend you use an existing record instead.\",\"errorCode\":\"DUPLICATES_DETECTED\",\"fields\":[]}','[]',0,'2020-07-04 03:51:33'),(56,55,'cf_358',1,0,'00Q3m00000w0rxOEAQ','Lead','https://na116.salesforce.com/00Q3m00000w0rxOEAQ','','submit','{\"LastName\":{\"value\":\"Miller\",\"label\":\"Last Name\"},\"Company\":{\"value\":\"TechHoncho\",\"label\":\"Company\"},\"FirstName\":{\"value\":\"Gabriel\",\"label\":\"First Name\"},\"Title\":{\"value\":\"Request A Demo Form\",\"label\":\"Title\"},\"Email\":{\"value\":\"gmiller@techhoncho.com\",\"label\":\"Email\"}}','{\"id\":\"00Q3m00000w0rxOEAQ\",\"success\":true,\"errors\":[]}','[]',1,'2020-07-06 13:02:46'),(57,56,'cf_358',1,0,'00Q3m00000wZXQ0EAO','Lead','https://na116.salesforce.com/00Q3m00000wZXQ0EAO','','submit','{\"LastName\":{\"value\":\"Zeelie\",\"label\":\"Last Name\"},\"Company\":{\"value\":\"Altron\",\"label\":\"Company\"},\"FirstName\":{\"value\":\"Johan\",\"label\":\"First Name\"},\"Title\":{\"value\":\"Request A Demo Form\",\"label\":\"Title\"},\"Email\":{\"value\":\"johan.zeelie@altron.com\",\"label\":\"Email\"}}','{\"id\":\"00Q3m00000wZXQ0EAO\",\"success\":true,\"errors\":[]}','[]',1,'2020-07-08 06:30:51'),(58,57,'cf_242',2,0,'00Q3m00000wZupMEAS','Lead','https://na116.salesforce.com/00Q3m00000wZupMEAS','','submit','{\"LastName\":{\"value\":\"Arnab\",\"label\":\"Last Name\"},\"Company\":{\"value\":\"Concertium\",\"label\":\"Company\"},\"Title\":{\"value\":\"Contact Us\",\"label\":\"Title\"},\"Email\":{\"value\":\"imarnab123@gmail.com\",\"label\":\"Email\"}}','{\"id\":\"00Q3m00000wZupMEAS\",\"success\":true,\"errors\":[]}','[]',1,'2020-07-13 10:53:30'),(59,58,'cf_242',2,0,'','Lead','','You\'re creating a duplicate record. We recommend you use an existing record instead.','submit','{\"LastName\":{\"value\":\"Arnab\",\"label\":\"Last Name\"},\"Company\":{\"value\":\"Concertium\",\"label\":\"Company\"},\"Title\":{\"value\":\"Contact Us\",\"label\":\"Title\"},\"Email\":{\"value\":\"imarnab123@gmail.com\",\"label\":\"Email\"}}','{\"message\":\"You\'re creating a duplicate record. We recommend you use an existing record instead.\",\"errorCode\":\"DUPLICATES_DETECTED\",\"fields\":[]}','[]',0,'2020-07-13 12:02:32'),(60,59,'cf_358',1,0,'00Q3m00000wZutEEAS','Lead','https://na116.salesforce.com/00Q3m00000wZutEEAS','','submit','{\"LastName\":{\"value\":\"Chakraborty\",\"label\":\"Last Name\"},\"Company\":{\"value\":\"Concertium\",\"label\":\"Company\"},\"FirstName\":{\"value\":\"Arnab\",\"label\":\"First Name\"},\"Title\":{\"value\":\"Request A Demo Form\",\"label\":\"Title\"},\"Email\":{\"value\":\"imromot@gmail.com\",\"label\":\"Email\"}}','{\"id\":\"00Q3m00000wZutEEAS\",\"success\":true,\"errors\":[]}','[]',1,'2020-07-13 12:05:51'),(61,60,'cf_358',1,0,'00Q3m00000wZv8sEAC','Lead','https://na116.salesforce.com/00Q3m00000wZv8sEAC','','submit','{\"LastName\":{\"value\":\"Test\",\"label\":\"Last Name\"},\"Company\":{\"value\":\"Test SWI\",\"label\":\"Company\"},\"FirstName\":{\"value\":\"Ari\",\"label\":\"First Name\"},\"Title\":{\"value\":\"Request A Demo Form\",\"label\":\"Title\"},\"Email\":{\"value\":\"abc@gmail.com\",\"label\":\"Email\"}}','{\"id\":\"00Q3m00000wZv8sEAC\",\"success\":true,\"errors\":[]}','[]',1,'2020-07-13 14:36:20'),(62,61,'cf_242',2,0,'00Q3m00000wZv9CEAS','Lead','https://na116.salesforce.com/00Q3m00000wZv9CEAS','','submit','{\"LastName\":{\"value\":\"Ariyam\",\"label\":\"Last Name\"},\"Company\":{\"value\":\"Test Company\",\"label\":\"Company\"},\"Title\":{\"value\":\"Contact Us\",\"label\":\"Title\"},\"Email\":{\"value\":\"a@gmail.com\",\"label\":\"Email\"}}','{\"id\":\"00Q3m00000wZv9CEAS\",\"success\":true,\"errors\":[]}','[]',1,'2020-07-13 14:39:46'),(63,62,'cf_242',2,0,'','Lead','','You\'re creating a duplicate record. We recommend you use an existing record instead.','submit','{\"LastName\":{\"value\":\"Arnab\",\"label\":\"Last Name\"},\"Company\":{\"value\":\"Concertium\",\"label\":\"Company\"},\"Title\":{\"value\":\"Contact Us\",\"label\":\"Title\"},\"Email\":{\"value\":\"imarnab123@gmail.com\",\"label\":\"Email\"}}','{\"message\":\"You\'re creating a duplicate record. We recommend you use an existing record instead.\",\"errorCode\":\"DUPLICATES_DETECTED\",\"fields\":[]}','[]',0,'2020-07-14 06:18:17'),(64,63,'cf_358',1,0,'','Lead','','You\'re creating a duplicate record. We recommend you use an existing record instead.','submit','{\"LastName\":{\"value\":\"Chakraborty\",\"label\":\"Last Name\"},\"Company\":{\"value\":\"Concertium\",\"label\":\"Company\"},\"FirstName\":{\"value\":\"Arnab\",\"label\":\"First Name\"},\"Title\":{\"value\":\"Request A Demo Form\",\"label\":\"Title\"},\"Email\":{\"value\":\"imromot@gmail.com\",\"label\":\"Email\"}}','{\"message\":\"You\'re creating a duplicate record. We recommend you use an existing record instead.\",\"errorCode\":\"DUPLICATES_DETECTED\",\"fields\":[]}','[]',0,'2020-07-14 06:18:59'),(65,64,'cf_242',2,0,'','Lead','','You\'re creating a duplicate record. We recommend you use an existing record instead.','submit','{\"LastName\":{\"value\":\"Arnab\",\"label\":\"Last Name\"},\"Company\":{\"value\":\"Concertium\",\"label\":\"Company\"},\"Title\":{\"value\":\"Contact Us\",\"label\":\"Title\"},\"Email\":{\"value\":\"imarnab123@gmail.com\",\"label\":\"Email\"}}','{\"message\":\"You\'re creating a duplicate record. We recommend you use an existing record instead.\",\"errorCode\":\"DUPLICATES_DETECTED\",\"fields\":[]}','[]',0,'2020-07-14 06:49:46'),(66,65,'cf_358',1,0,'','Lead','','You\'re creating a duplicate record. We recommend you use an existing record instead.','submit','{\"LastName\":{\"value\":\"Chakraborty\",\"label\":\"Last Name\"},\"Company\":{\"value\":\"Concertium\",\"label\":\"Company\"},\"FirstName\":{\"value\":\"Arnab\",\"label\":\"First Name\"},\"Title\":{\"value\":\"Request A Demo Form\",\"label\":\"Title\"},\"Email\":{\"value\":\"imromot@gmail.com\",\"label\":\"Email\"}}','{\"message\":\"You\'re creating a duplicate record. We recommend you use an existing record instead.\",\"errorCode\":\"DUPLICATES_DETECTED\",\"fields\":[]}','[]',0,'2020-07-14 06:49:58'),(67,66,'cf_358',1,0,'00Q3m00000wa3mMEAQ','Lead','https://na116.salesforce.com/00Q3m00000wa3mMEAQ','','submit','{\"LastName\":{\"value\":\"oneill\",\"label\":\"Last Name\"},\"Company\":{\"value\":\"newcmi\",\"label\":\"Company\"},\"FirstName\":{\"value\":\"mike\",\"label\":\"First Name\"},\"Title\":{\"value\":\"Request A Demo Form\",\"label\":\"Title\"},\"Email\":{\"value\":\"mike@newcmi.com\",\"label\":\"Email\"}}','{\"id\":\"00Q3m00000wa3mMEAQ\",\"success\":true,\"errors\":[]}','[]',1,'2020-07-16 08:11:20'),(68,67,'cf_358',1,0,'00Q3m00000wbSmZEAU','Lead','https://na116.salesforce.com/00Q3m00000wbSmZEAU','','submit','{\"LastName\":{\"value\":\"Edelman\",\"label\":\"Last Name\"},\"Company\":{\"value\":\"FCI\",\"label\":\"Company\"},\"FirstName\":{\"value\":\"Brian\",\"label\":\"First Name\"},\"Title\":{\"value\":\"Request A Demo Form\",\"label\":\"Title\"},\"Email\":{\"value\":\"bedelman@fcicyber.com\",\"label\":\"Email\"}}','{\"id\":\"00Q3m00000wbSmZEAU\",\"success\":true,\"errors\":[]}','[]',1,'2020-07-24 13:30:49'),(69,68,'cf_358',1,0,'00Q3m00000wbeICEAY','Lead','https://na116.salesforce.com/00Q3m00000wbeICEAY','','submit','{\"LastName\":{\"value\":\"Test Name\",\"label\":\"Last Name\"},\"Company\":{\"value\":\"Test Company SWI`\",\"label\":\"Company\"},\"FirstName\":{\"value\":\"Test Swi\",\"label\":\"First Name\"},\"Title\":{\"value\":\"Request A Demo Form\",\"label\":\"Title\"},\"Email\":{\"value\":\"shieldwatch007@gmail.com\",\"label\":\"Email\"}}','{\"id\":\"00Q3m00000wbeICEAY\",\"success\":true,\"errors\":[]}','[]',1,'2020-07-29 07:34:27'),(70,69,'cf_358',1,0,'00Q3m00000wbeIgEAI','Lead','https://na116.salesforce.com/00Q3m00000wbeIgEAI','','submit','{\"LastName\":{\"value\":\"Test\",\"label\":\"Last Name\"},\"Company\":{\"value\":\"Test Company\",\"label\":\"Company\"},\"FirstName\":{\"value\":\"Test Swi\",\"label\":\"First Name\"},\"Title\":{\"value\":\"Request A Demo Form\",\"label\":\"Title\"},\"Email\":{\"value\":\"shieldwatch005@gmail.com\",\"label\":\"Email\"}}','{\"id\":\"00Q3m00000wbeIgEAI\",\"success\":true,\"errors\":[]}','[]',1,'2020-07-29 07:42:32'),(71,70,'cf_358',1,0,'','Lead','','You\'re creating a duplicate record. We recommend you use an existing record instead.','submit','{\"LastName\":{\"value\":\"Test name\",\"label\":\"Last Name\"},\"Company\":{\"value\":\"Testing SWI\",\"label\":\"Company\"},\"FirstName\":{\"value\":\"Testing SWI\",\"label\":\"First Name\"},\"Title\":{\"value\":\"Request A Demo Form\",\"label\":\"Title\"},\"Email\":{\"value\":\"shieldwatch005@gmail.com\",\"label\":\"Email\"}}','{\"message\":\"You\'re creating a duplicate record. We recommend you use an existing record instead.\",\"errorCode\":\"DUPLICATES_DETECTED\",\"fields\":[]}','[]',0,'2020-07-29 07:59:09'),(72,71,'cf_242',2,0,'00Q3m00000wbk08EAA','Lead','https://na116.salesforce.com/00Q3m00000wbk08EAA','','submit','{\"LastName\":{\"value\":\"Walter Van Hecke\",\"label\":\"Last Name\"},\"Company\":{\"value\":\"techne\",\"label\":\"Company\"},\"Title\":{\"value\":\"Contact Us\",\"label\":\"Title\"},\"Email\":{\"value\":\"walter.van.hecke@techne.be\",\"label\":\"Email\"}}','{\"id\":\"00Q3m00000wbk08EAA\",\"success\":true,\"errors\":[]}','[]',1,'2020-07-31 08:55:47'),(73,72,'cf_358',1,0,'00Q3m00000wbxDnEAI','Lead','https://na116.salesforce.com/00Q3m00000wbxDnEAI','','submit','{\"LastName\":{\"value\":\"Godding\",\"label\":\"Last Name\"},\"Company\":{\"value\":\"Inflection Point MSP Ltd\",\"label\":\"Company\"},\"FirstName\":{\"value\":\"Iain\",\"label\":\"First Name\"},\"Title\":{\"value\":\"Request A Demo Form\",\"label\":\"Title\"},\"Email\":{\"value\":\"iain.godding@inflectionpoint.uk\",\"label\":\"Email\"}}','{\"id\":\"00Q3m00000wbxDnEAI\",\"success\":true,\"errors\":[]}','[]',1,'2020-08-05 10:57:27'),(74,73,'cf_358',1,0,'00Q3m00000wc29BEAQ','Lead','https://na116.salesforce.com/00Q3m00000wc29BEAQ','','submit','{\"LastName\":{\"value\":\"Kemp\",\"label\":\"Last Name\"},\"Company\":{\"value\":\"Skyway\",\"label\":\"Company\"},\"FirstName\":{\"value\":\"Matthew\",\"label\":\"First Name\"},\"Title\":{\"value\":\"Request A Demo Form\",\"label\":\"Title\"},\"Email\":{\"value\":\"matt.j.kemp@gmail.com\",\"label\":\"Email\"}}','{\"id\":\"00Q3m00000wc29BEAQ\",\"success\":true,\"errors\":[]}','[]',1,'2020-08-06 13:52:51'),(75,74,'cf_358',1,0,'00Q3m00000wc8FfEAI','Lead','https://na116.salesforce.com/00Q3m00000wc8FfEAI','','submit','{\"LastName\":{\"value\":\"Craig\",\"label\":\"Last Name\"},\"Company\":{\"value\":\"Blackbottle\",\"label\":\"Company\"},\"FirstName\":{\"value\":\"Jonathon\",\"label\":\"First Name\"},\"Title\":{\"value\":\"Request A Demo Form\",\"label\":\"Title\"},\"Email\":{\"value\":\"jon.craig@blackbottle.io\",\"label\":\"Email\"}}','{\"id\":\"00Q3m00000wc8FfEAI\",\"success\":true,\"errors\":[]}','[]',1,'2020-08-07 20:16:08'),(76,75,'cf_242',2,0,'00Q3m00000wc9ujEAA','Lead','https://na116.salesforce.com/00Q3m00000wc9ujEAA','','submit','{\"LastName\":{\"value\":\"Arnab\",\"label\":\"Last Name\"},\"Company\":{\"value\":\"Concertium\",\"label\":\"Company\"},\"Title\":{\"value\":\"Contact Us\",\"label\":\"Title\"},\"Email\":{\"value\":\"shieldwatch006@gmail.com\",\"label\":\"Email\"}}','{\"id\":\"00Q3m00000wc9ujEAA\",\"success\":true,\"errors\":[]}','[]',1,'2020-08-08 07:15:37'),(77,76,'cf_242',2,0,'00Q3m00000wcOhiEAE','Lead','https://na116.salesforce.com/00Q3m00000wcOhiEAE','','submit','{\"LastName\":{\"value\":\"Keith Cleverley\",\"label\":\"Last Name\"},\"Company\":{\"value\":\"IMEX\",\"label\":\"Company\"},\"Title\":{\"value\":\"Contact Us\",\"label\":\"Title\"},\"Email\":{\"value\":\"info@imextechnical.co.uk\",\"label\":\"Email\"}}','{\"id\":\"00Q3m00000wcOhiEAE\",\"success\":true,\"errors\":[]}','[]',1,'2020-08-13 09:52:50'),(78,77,'cf_242',2,0,'00Q3m00000x8it0EAA','Lead','https://na116.salesforce.com/00Q3m00000x8it0EAA','','submit','{\"LastName\":{\"value\":\"Test\",\"label\":\"Last Name\"},\"Company\":{\"value\":\"test\",\"label\":\"Company\"},\"Title\":{\"value\":\"Contact Us\",\"label\":\"Title\"},\"Email\":{\"value\":\"test@test.com\",\"label\":\"Email\"}}','{\"id\":\"00Q3m00000x8it0EAA\",\"success\":true,\"errors\":[]}','[]',1,'2020-08-31 18:11:03'),(79,78,'cf_242',2,0,'00Q3m00000x8lM8EAI','Lead','https://na116.salesforce.com/00Q3m00000x8lM8EAI','','submit','{\"LastName\":{\"value\":\"Arnab\",\"label\":\"Last Name\"},\"Company\":{\"value\":\"Concertium\",\"label\":\"Company\"},\"Title\":{\"value\":\"Contact Us\",\"label\":\"Title\"},\"Email\":{\"value\":\"shieldwatch006@gmail.com\",\"label\":\"Email\"}}','{\"id\":\"00Q3m00000x8lM8EAI\",\"success\":true,\"errors\":[]}','[]',1,'2020-09-01 05:47:48'),(80,79,'cf_242',2,0,'00Q3m00000x8oNyEAI','Lead','https://na116.salesforce.com/00Q3m00000x8oNyEAI','','submit','{\"LastName\":{\"value\":\"Arnab\",\"label\":\"Last Name\"},\"Company\":{\"value\":\"Concertium\",\"label\":\"Company\"},\"Title\":{\"value\":\"Contact Us\",\"label\":\"Title\"},\"Email\":{\"value\":\"shieldwatch006@gmail.com\",\"label\":\"Email\"}}','{\"id\":\"00Q3m00000x8oNyEAI\",\"success\":true,\"errors\":[]}','[]',1,'2020-09-02 05:40:02'),(81,80,'cf_242',2,0,'00Q3m00000x9v5IEAQ','Lead','https://na116.salesforce.com/00Q3m00000x9v5IEAQ','','submit','{\"LastName\":{\"value\":\"Kyle Benningfield\",\"label\":\"Last Name\"},\"Company\":{\"value\":\"I.T. Eutopia\",\"label\":\"Company\"},\"Title\":{\"value\":\"Contact Us\",\"label\":\"Title\"},\"Email\":{\"value\":\"kyle@iteutopia.com\",\"label\":\"Email\"}}','{\"id\":\"00Q3m00000x9v5IEAQ\",\"success\":true,\"errors\":[]}','[]',1,'2020-09-15 00:02:23'),(82,81,'cf_242',2,0,'00Q3m00000yKWL8EAO','Lead','https://na116.salesforce.com/00Q3m00000yKWL8EAO','','submit','{\"LastName\":{\"value\":\"David Perrett\",\"label\":\"Last Name\"},\"Company\":{\"value\":\"efex\",\"label\":\"Company\"},\"Title\":{\"value\":\"Contact Us\",\"label\":\"Title\"},\"Email\":{\"value\":\"dp@efex.com.au\",\"label\":\"Email\"}}','{\"id\":\"00Q3m00000yKWL8EAO\",\"success\":true,\"errors\":[]}','[]',1,'2020-10-07 06:28:16'),(83,82,'cf_242',2,0,'00Q3m00000yKcr4EAC','Lead','https://na116.salesforce.com/00Q3m00000yKcr4EAC','','submit','{\"LastName\":{\"value\":\"Christine Tan\",\"label\":\"Last Name\"},\"Company\":{\"value\":\"Sentrian Pty Ltd\",\"label\":\"Company\"},\"Title\":{\"value\":\"Contact Us\",\"label\":\"Title\"},\"Email\":{\"value\":\"chrsitine@sentrian.com.au\",\"label\":\"Email\"}}','{\"id\":\"00Q3m00000yKcr4EAC\",\"success\":true,\"errors\":[]}','[]',1,'2020-10-09 01:32:05'),(84,83,'cf_242',2,0,'00Q3m00000yLJ8XEAW','Lead','https://na116.salesforce.com/00Q3m00000yLJ8XEAW','','submit','{\"LastName\":{\"value\":\"Arnab\",\"label\":\"Last Name\"},\"Company\":{\"value\":\"Concertium\",\"label\":\"Company\"},\"Title\":{\"value\":\"Contact Us\",\"label\":\"Title\"},\"Email\":{\"value\":\"shieldwatch006@gmail.com\",\"label\":\"Email\"}}','{\"id\":\"00Q3m00000yLJ8XEAW\",\"success\":true,\"errors\":[]}','[]',1,'2020-10-22 17:35:30');
/*!40000 ALTER TABLE `wp_vxcf_sales_log` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_wpmailsmtp_tasks_meta`
--
DROP TABLE IF EXISTS `wp_wpmailsmtp_tasks_meta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wpmailsmtp_tasks_meta` (
`id` bigint(20) NOT NULL AUTO_INCREMENT,
`action` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`data` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
`date` datetime NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_wpmailsmtp_tasks_meta`
--
LOCK TABLES `wp_wpmailsmtp_tasks_meta` WRITE;
/*!40000 ALTER TABLE `wp_wpmailsmtp_tasks_meta` DISABLE KEYS */;
INSERT INTO `wp_wpmailsmtp_tasks_meta` VALUES (1,'wp_mail_smtp_admin_notifications_update','W10=','2020-12-03 10:28:50'),(2,'wp_mail_smtp_admin_notifications_update','W10=','2020-12-04 13:10:42'),(3,'wp_mail_smtp_admin_notifications_update','W10=','2020-12-10 08:04:02');
/*!40000 ALTER TABLE `wp_wpmailsmtp_tasks_meta` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Dumping routines for database 'cc_sales_prod'
--
/*!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 2020-12-10 8:24:01