0byt3m1n1
Path:
/
data
/
18
/
3
/
137
/
1
/
3952653
/
meta
/
4389976
/
mysql.backup
/
[
Home
]
File: 1_03c1307_0.mysqlv114.bak.sql
-- MySQL dump 10.11 -- -- Host: mysqlv114 Database: 1_03c1307_0 -- ------------------------------------------------------ -- Server version 5.0.91 /*!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_commentmeta` -- DROP TABLE IF EXISTS `wp_commentmeta`; SET @saved_cs_client = @@character_set_client; 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) default NULL, `meta_value` longtext, PRIMARY KEY (`meta_id`), KEY `comment_id` (`comment_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; 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`; SET @saved_cs_client = @@character_set_client; 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 NOT NULL, `comment_author_email` varchar(100) NOT NULL default '', `comment_author_url` varchar(200) NOT NULL default '', `comment_author_IP` varchar(100) 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 NOT NULL, `comment_karma` int(11) NOT NULL default '0', `comment_approved` varchar(20) NOT NULL default '1', `comment_agent` varchar(255) NOT NULL default '', `comment_type` varchar(20) NOT NULL default '', `comment_parent` bigint(20) unsigned NOT NULL default '0', `user_id` bigint(20) unsigned NOT NULL default '0', PRIMARY KEY (`comment_ID`), KEY `comment_post_ID` (`comment_post_ID`), KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`), KEY `comment_date_gmt` (`comment_date_gmt`), KEY `comment_parent` (`comment_parent`), KEY `comment_author_email` (`comment_author_email`(10)) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_comments` -- LOCK TABLES `wp_comments` WRITE; /*!40000 ALTER TABLE `wp_comments` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_comments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_links` -- DROP TABLE IF EXISTS `wp_links`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_links` ( `link_id` bigint(20) unsigned NOT NULL auto_increment, `link_url` varchar(255) NOT NULL default '', `link_name` varchar(255) NOT NULL default '', `link_image` varchar(255) NOT NULL default '', `link_target` varchar(25) NOT NULL default '', `link_description` varchar(255) NOT NULL default '', `link_visible` varchar(20) 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) NOT NULL default '', `link_notes` mediumtext NOT NULL, `link_rss` varchar(255) NOT NULL default '', PRIMARY KEY (`link_id`), KEY `link_visible` (`link_visible`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_links` -- LOCK TABLES `wp_links` WRITE; /*!40000 ALTER TABLE `wp_links` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_links` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_options` -- DROP TABLE IF EXISTS `wp_options`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_options` ( `option_id` bigint(20) unsigned NOT NULL auto_increment, `option_name` varchar(191) default NULL, `option_value` longtext NOT NULL, `autoload` varchar(20) NOT NULL default 'yes', PRIMARY KEY (`option_id`), UNIQUE KEY `option_name` (`option_name`) ) ENGINE=MyISAM AUTO_INCREMENT=22325 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_options` -- LOCK TABLES `wp_options` WRITE; /*!40000 ALTER TABLE `wp_options` DISABLE KEYS */; INSERT INTO `wp_options` VALUES (1,'siteurl','http://03c1307.netsolhost.com/tccwordpress','yes'),(2,'blogname','Tropical Computer - Hobe Sound, FL','yes'),(3,'blogdescription','PC & Laptop Repair','yes'),(4,'users_can_register','0','yes'),(5,'admin_email','jim@tropicalcomputer.com','yes'),(6,'start_of_week','1','yes'),(7,'use_balanceTags','0','yes'),(8,'use_smilies','1','yes'),(9,'require_name_email','1','yes'),(10,'comments_notify','1','yes'),(11,'posts_per_rss','3','yes'),(12,'rss_use_excerpt','0','yes'),(13,'mailserver_url','mail.example.com','yes'),(14,'mailserver_login','login@example.com','yes'),(15,'mailserver_pass','password','yes'),(16,'mailserver_port','110','yes'),(17,'default_category','1','yes'),(18,'default_comment_status','closed','yes'),(19,'default_ping_status','open','yes'),(20,'default_pingback_flag','1','yes'),(21,'posts_per_page','3','yes'),(22,'date_format','F j, Y','yes'),(23,'time_format','g:i a','yes'),(24,'links_updated_date_format','F j, Y g:i a','yes'),(25,'comment_moderation','','yes'),(26,'moderation_notify','1','yes'),(27,'permalink_structure','/%postname%/','yes'),(29,'hack_file','0','yes'),(30,'blog_charset','UTF-8','yes'),(31,'moderation_keys','','no'),(32,'active_plugins','a:7:{i:0;s:19:\"akismet/akismet.php\";i:1;s:35:\"call-now-button/call-now-button.php\";i:2;s:53:\"coming-soon-maintenance-mode-from-acurax/acx_csma.php\";i:3;s:36:\"contact-form-7/wp-contact-form-7.php\";i:4;s:23:\"revslider/revslider.php\";i:5;s:41:\"wordpress-importer/wordpress-importer.php\";i:6;s:24:\"wordpress-seo/wp-seo.php\";}','yes'),(33,'home','http://03c1307.netsolhost.com/tccwordpress','yes'),(34,'category_base','','yes'),(35,'ping_sites','http://rpc.pingomatic.com/','yes'),(37,'comment_max_links','2','yes'),(38,'gmt_offset','0','yes'),(39,'default_email_category','1','yes'),(40,'recently_edited','a:5:{i:0;s:107:\"\\\\WDP\\DFS\\30\\4\\0\\6\\3030704604\\user\\sites\\4389976.site\\www\\tccwordpress/wp-content/themes/cleanbiz/style.css\";i:2;s:143:\"\\\\WDP\\DFS\\30\\4\\0\\6\\3030704604\\user\\sites\\4389976.site\\www\\tccwordpress/wp-content/plugins/coming-soon-maintenance-mode-from-acurax/acx_csma.php\";i:3;s:107:\"\\\\WDP\\DFS\\30\\4\\0\\6\\3030704604\\user\\sites\\4389976.site\\www\\tccwordpress/wp-content/themes/minamaze/style.css\";i:4;s:111:\"\\\\WDP\\DFS\\30\\4\\0\\6\\3030704604\\user\\sites\\4389976.site\\www\\tccwordpress/wp-content/themes/minamaze/functions.php\";i:5;s:108:\"\\\\WDP\\DFS\\30\\4\\0\\6\\3030704604\\user\\sites\\4389976.site\\www\\tccwordpress/wp-content/themes/minamaze/footer.php\";}','no'),(41,'template','cleanbiz','yes'),(42,'stylesheet','cleanbiz','yes'),(43,'comment_whitelist','1','yes'),(44,'blacklist_keys','','no'),(45,'comment_registration','','yes'),(46,'html_type','text/html','yes'),(47,'use_trackback','0','yes'),(48,'default_role','subscriber','yes'),(49,'db_version','35700','yes'),(50,'uploads_use_yearmonth_folders','1','yes'),(51,'upload_path','','yes'),(52,'blog_public','1','yes'),(53,'default_link_category','2','yes'),(54,'show_on_front','page','yes'),(55,'tag_base','','yes'),(56,'show_avatars','','yes'),(57,'avatar_rating','G','yes'),(58,'upload_url_path','','yes'),(59,'thumbnail_size_w','150','yes'),(60,'thumbnail_size_h','150','yes'),(61,'thumbnail_crop','1','yes'),(62,'medium_size_w','300','yes'),(63,'medium_size_h','300','yes'),(64,'avatar_default','mystery','yes'),(65,'large_size_w','1024','yes'),(66,'large_size_h','1024','yes'),(67,'image_default_link_type','file','yes'),(68,'image_default_size','','yes'),(69,'image_default_align','','yes'),(70,'close_comments_for_old_posts','','yes'),(71,'close_comments_days_old','14','yes'),(72,'thread_comments','1','yes'),(73,'thread_comments_depth','5','yes'),(74,'page_comments','','yes'),(75,'comments_per_page','50','yes'),(76,'default_comments_page','newest','yes'),(77,'comment_order','asc','yes'),(78,'sticky_posts','a:0:{}','yes'),(79,'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'),(80,'widget_text','a:6:{i:2;a:3:{s:5:\"title\";s:11:\"STORE HOURS\";s:4:\"text\";s:272:\"<strong>If the flags are out, we are open!</strong><br />\r\nMON-FRI: 9 AM - 5 PM<br />\r\n<br /><br/>\r\n<img src=\"http://03c1307.netsolhost.com/tccwordpress/wp-content/uploads/2015/04/10988275_10152576259180653_5542485206646291387_n-2.jpg\" height=\"150\" width=\"250\"> <br />\r\n\r\n\";s:6:\"filter\";b:0;}i:3;a:3:{s:5:\"title\";s:8:\"VISIT US\";s:4:\"text\";s:542:\"<strong>Tropical Computer Consultants</strong><br />\r\nUS 1 & 6425 SE Poinciana Lane<br />\r\nHobe Sound, FL 33455<br /><br />\r\n\r\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m23!1m12!1m3!1d56825.76058938382!2d-80.2025271320784!3d27.105589264458725!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!4m8!3e1!4m0!4m5!1s0x88ded94a30dc95ed%3A0x9101b8067de7476d!2stropical+computer+hobe+sound+fl!3m2!1d27.105517199999998!2d-80.1675076!5e0!3m2!1sen!2sus!4v1448235417287\" width=\"225\" height=\"150\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe>\";s:6:\"filter\";b:0;}i:4;a:3:{s:5:\"title\";s:13:\"Remote Access\";s:4:\"text\";s:415:\"<strong>Looking for remote access?</strong><br /> Connect with <a href=\"http://showmypc.com/users/appbuilder/showmypcauto.php?at=&ci=tcc&pr=1&tk=cbbf0d5f1a28\"><strong>ShowMyPC</strong>\r\n<br /><br /><br />\r\n \r\n<h3>Windows Only, Show PC</h3>\r\n\r\n<a href=\"http://showmypc.com/users/appbuilder/showmypcauto.php?at=&ci=tcc&pr=1&tk=cbbf0d5f1a28\"><img src=\'http://showmypc.com/images/buttons/button02.jpg\' border=0></a>\r\n\r\n\";s:6:\"filter\";b:0;}i:5;a:3:{s:5:\"title\";s:15:\"Payment Options\";s:4:\"text\";s:240:\"<strong>We proudly accept: </strong><br />\r\nVisa, Mastercard, American Express, and Discover\r\n<br /><br />\r\n\r\n<img src=\"http://03c1307.netsolhost.com/tccwordpress/wp-content/uploads/2013/05/square-reader-white.jpg\" height=\"150\" width=\"225\">\";s:6:\"filter\";b:0;}i:6;a:3:{s:5:\"title\";s:20:\"APPOINTMENT SCHEDULE\";s:4:\"text\";s:332:\"\"ON-SITE\" or \"IN-OUR-SHOP\":<br /> \r\nMON-FRI - 9AM-5PM <br />\r\n(limited after hour & weekend appointments available for an extra fee)<br /><br />\r\nCALL 772-288-6260<br />\r\nEMAIL <a href=\"mailto:support@tropicalcomputer.com\">support@tropicalcomputer.com</a><br/>\r\n- OR - <br />\r\nSpeak your request at our front door video window!<br/>\";s:6:\"filter\";b:0;}s:12:\"_multiwidget\";i:1;}','yes'),(81,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(82,'uninstall_plugins','a:0:{}','no'),(83,'timezone_string','','yes'),(84,'page_for_posts','0','yes'),(85,'page_on_front','13','yes'),(86,'default_post_format','0','yes'),(87,'link_manager_enabled','0','yes'),(88,'initial_db_version','27916','yes'),(89,'wp_user_roles','a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:62:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;s:15:\"wpseo_bulk_edit\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:35:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:15:\"wpseo_bulk_edit\";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;}}}','yes'),(90,'widget_search','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(91,'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'),(92,'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'),(93,'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'),(94,'widget_meta','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(95,'sidebars_widgets','a:11:{s:9:\"footer-w1\";a:7:{i:0;s:6:\"text-2\";i:1;s:8:\"search-2\";i:2;s:14:\"recent-posts-2\";i:3;s:17:\"recent-comments-2\";i:4;s:10:\"archives-2\";i:5;s:12:\"categories-2\";i:6;s:6:\"meta-2\";}s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:0:{}s:9:\"sidebar-2\";a:1:{i:0;s:6:\"text-6\";}s:9:\"sidebar-3\";a:1:{i:0;s:6:\"text-3\";}s:9:\"sidebar-4\";a:1:{i:0;s:6:\"text-5\";}s:9:\"sidebar-5\";a:1:{i:0;s:6:\"text-4\";}s:15:\"services-single\";a:0:{}s:8:\"services\";a:0:{}s:7:\"contact\";a:0:{}s:13:\"array_version\";i:3;}','yes'),(96,'cron','a:5:{i:1520681202;a:1:{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;}}}i:1520681248;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:1520685382;a:1:{s:29:\"akismet_schedule_cron_recheck\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1520686865;a:1:{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;}}}s:7:\"version\";i:2;}','yes'),(22107,'_transient_timeout_yst_sm_1_1:pWMu_7ffQ9','1519873116','no'),(22108,'_transient_yst_sm_1_1:pWMu_7ffQ9','C:24:\"WPSEO_Sitemap_Cache_Data\":878:{a:2:{s:6:\"status\";s:2:\"ok\";s:3:\"xml\";s:831:\"<sitemapindex xmlns=\"http://www.sitemaps.org/schemas/sitemap/0.9\">\n <sitemap>\n <loc>http://03c1307.netsolhost.com/tccwordpress/page-sitemap.xml</loc>\n <lastmod>2016-04-30T02:12:59+00:00</lastmod>\n </sitemap>\n <sitemap>\n <loc>http://03c1307.netsolhost.com/tccwordpress/services-sitemap.xml</loc>\n <lastmod>2015-11-22T22:30:57+00:00</lastmod>\n </sitemap>\n <sitemap>\n <loc>http://03c1307.netsolhost.com/tccwordpress/pi_portfolio-sitemap.xml</loc>\n <lastmod>2013-05-15T14:56:39+00:00</lastmod>\n </sitemap>\n <sitemap>\n <loc>http://03c1307.netsolhost.com/tccwordpress/team_members-sitemap.xml</loc>\n <lastmod>2013-05-16T11:34:33+00:00</lastmod>\n </sitemap>\n <sitemap>\n <loc>http://03c1307.netsolhost.com/tccwordpress/portfolio-category-sitemap.xml</loc>\n <lastmod>2013-05-15T14:56:39+00:00</lastmod>\n </sitemap>\n</sitemapindex>\";}}','no'),(113,'auth_key','xnuZ2C_B#&t~*Lz?Hgg;$XP*q`slJK0H6R=i43&)|9+Ju;2Qb.KzOh!~%c1WqL]K','yes'),(148,'db_upgraded','','yes'),(1297,'acx_csma_version','2.5','yes'),(152,'recently_activated','a:0:{}','yes'),(22323,'_site_transient_theme_roots','a:11:{s:17:\"appointment-green\";s:7:\"/themes\";s:11:\"appointment\";s:7:\"/themes\";s:9:\"chromatic\";s:7:\"/themes\";s:8:\"cleanbiz\";s:7:\"/themes\";s:7:\"i-excel\";s:7:\"/themes\";s:8:\"minamaze\";s:7:\"/themes\";s:13:\"twentyfifteen\";s:7:\"/themes\";s:14:\"twentyfourteen\";s:7:\"/themes\";s:14:\"twentythirteen\";s:7:\"/themes\";s:12:\"twentytwelve\";s:7:\"/themes\";s:13:\"wen-corporate\";s:7:\"/themes\";}','yes'),(22322,'_site_transient_timeout_theme_roots','1520648563','yes'),(106,'auto_core_update_notified','a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:24:\"jim@tropicalcomputer.com\";s:7:\"version\";s:6:\"4.4.14\";s:9:\"timestamp\";i:1516145326;}','yes'),(112,'_transient_random_seed','8081f5e745cbc86071a52050a6b01555','yes'),(114,'auth_salt','K$<e/q:A0Ca!I)oFYoFl{}%aqb8F$ycXFBj4viw]8&Ek)KMR}p?I^_*xvTx{&l2)','yes'),(115,'logged_in_key','PC5QV|1bBXx(]JkG_^*DjxfR,Tt>O6qL&ttw`F*_/~+|aPYQ1>ui=hKd^jugX^_V','yes'),(116,'logged_in_salt','7&|?hWI^XW>=RtRm1=C,$@6#uhv4syy!Bd606Rk_!{=%nc(Me_Y|$21h;#r6v>3)','yes'),(146,'_transient_twentyfourteen_category_count','1','yes'),(117,'nonce_key','ADZ4=G1@9V@sw1O#p%}3&T,]ZQ;Fg&eka6ZApwz^J_j+?)fOAM|.)]-k:I{@NupF','yes'),(118,'nonce_salt','WvQYwPEAPk$i>1lhaz|Pq]<S0YMhV1V1zzoINjW.`o6f)&lqbE28m(E@uA_G6H]7','yes'),(2988,'_site_transient_timeout_browser_6777ab2b6c7634746d0f3a2dfb16f3f0','1455214055','yes'),(1433,'revslider-latest-version','5.4.7.1','yes'),(1434,'revslider-notices','a:9:{i:0;O:8:\"stdClass\":7:{s:7:\"version\";s:5:\"5.0.9\";s:4:\"text\";s:230:\"<a href=\"http://revolution.themepunch.com/direct-customer-benefits/\" target=\"_blank\"><img src=\"http://updates.themepunch.tools/banners/updatenow51_banner.jpg\" style=\"min-width: 50%; max-width:100%\" alt=\"revslider 5.1 is out\" ></a>\";s:4:\"code\";s:9:\"TPRS51-01\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:10:\"additional\";a:0:{}}i:1;O:8:\"stdClass\":7:{s:7:\"version\";s:5:\"5.1.4\";s:4:\"text\";s:242:\"<a href=\"http://revolution.themepunch.com/direct-customer-benefits/?ref=515b\" target=\"_blank\"><img src=\"http://updates.themepunch.tools/banners/updatenow_banner515.jpg\" style=\"min-width: 50%; max-width:100%\" alt=\"revslider 5.1.5 is out\" ></a>\";s:4:\"code\";s:10:\"TPRS515-01\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:10:\"additional\";a:0:{}}i:2;O:8:\"stdClass\":7:{s:7:\"version\";s:5:\"5.1.6\";s:4:\"text\";s:240:\"<a href=\"http://revolution.themepunch.com/direct-customer-benefits/?ref=52b\" target=\"_blank\"><img src=\"http://updates.themepunch.tools/banners/updatenow_banner52.jpg\" style=\"min-width: 50%; max-width:100%\" alt=\"revslider 5.1.5 is out\" ></a>\";s:4:\"code\";s:10:\"TPRS515-01\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:10:\"additional\";a:0:{}}i:3;O:8:\"stdClass\":7:{s:7:\"version\";s:5:\"5.2.9\";s:4:\"text\";s:249:\"<a href=\"http://revolution.themepunch.com/direct-customer-benefits/?ref=530b\" target=\"_blank\"><img src=\"http://updates.themepunch.tools/banners/updatenow_banner_large_5.3.jpg\" style=\"min-width: 50%; max-width:100%\" alt=\"revslider 5.3.0 is out\" ></a>\";s:4:\"code\";s:10:\"TPRS530-01\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:10:\"additional\";a:0:{}}i:4;O:8:\"stdClass\":7:{s:7:\"version\";s:5:\"5.3.9\";s:4:\"text\";s:232:\"<a href=\"http://revolution.themepunch.com/direct-customer-benefits/?ref=54b\" target=\"_blank\"><img src=\"http://updates.themepunch.tools/banners/updatenow_54.jpg\" style=\"min-width: 50%; max-width:100%\" alt=\"revslider 5.4 is out\" ></a>\";s:4:\"code\";s:10:\"TPRS540-01\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:10:\"additional\";a:0:{}}i:5;O:8:\"stdClass\":7:{s:7:\"version\";s:5:\"5.4.1\";s:4:\"text\";s:249:\"<a href=\"http://revolution.themepunch.com/direct-customer-benefits/?ref=542b\" target=\"_blank\"><img src=\"http://updates.themepunch.tools/banners/updatenow_banner_large_542.jpg\" style=\"min-width: 50%; max-width:100%\" alt=\"revslider 5.4.2 is out\" ></a>\";s:4:\"code\";s:10:\"TPRS540-01\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:10:\"additional\";a:0:{}}i:6;O:8:\"stdClass\":7:{s:7:\"version\";s:5:\"5.4.4\";s:4:\"text\";s:236:\"<a href=\"http://revolution.themepunch.com/direct-customer-benefits/?ref=545b\" target=\"_blank\"><img src=\"http://updates.themepunch.tools/banners/updatenow_545.jpg\" style=\"min-width: 50%; max-width:100%\" alt=\"revslider 5.4.5 is out\" ></a>\";s:4:\"code\";s:10:\"TPRS545-01\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:10:\"additional\";a:0:{}}i:7;O:8:\"stdClass\":7:{s:7:\"version\";s:7:\"5.4.5.1\";s:4:\"text\";s:252:\"<a href=\"http://revolution.themepunch.com/direct-customer-benefits/?ref=5452b\" target=\"_blank\"><img src=\"http://updates.themepunch.tools/banners/updatenow_banner_large5452.jpg\" style=\"min-width: 50%; max-width:100%\" alt=\"revslider 5.4.5.2 is out\" ></a>\";s:4:\"code\";s:11:\"TPRS5452-01\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:10:\"additional\";a:0:{}}i:8;O:8:\"stdClass\":7:{s:7:\"version\";s:7:\"5.4.5.2\";s:4:\"text\";s:233:\"<a href=\"http://revolution.themepunch.com/direct-customer-benefits/?ref=546b\" target=\"_blank\"><img src=\"http://updates.themepunch.tools/banners/546_update.jpg\" style=\"min-width: 50%; max-width:100%\" alt=\"revslider 5.4.6 is out\" ></a>\";s:4:\"code\";s:10:\"TPRS546-01\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:10:\"additional\";a:0:{}}}','yes'),(1293,'acx_csma_temp_array','s:54:\"a:6:{i:0;i:0;i:1;i:1;i:2;i:2;i:3;i:3;i:4;i:4;i:5;i:5;}\";','yes'),(1294,'acx_csma_activation_status','0','yes'),(1298,'acx_csma_appearence_array','s:8684:\"a:5:{i:1;a:36:{s:26:\"acx_csma_background_image1\";s:2:\"30\";s:20:\"acx_csma_logo_choice\";s:5:\"image\";s:14:\"acx_csma_logo1\";s:2:\"12\";s:19:\"acx_csma_logo_text1\";s:34:\"Tropical Computer - Hobe Sound, FL\";s:25:\"acx_csma_logo_text_color1\";s:7:\"#ffffff\";s:15:\"acx_csma_title1\";s:29:\"We are working on our website\";s:21:\"acx_csma_title_color1\";s:7:\"#ffffff\";s:23:\"acx_csma_subtitle_text1\";s:21:\"Come back again soon!\";s:24:\"acx_csma_subtitle_color1\";s:7:\"#fffaa9\";s:30:\"acx_csma_custom_html_top_temp1\";s:0:\"\";s:25:\"acx_csma_inside_bg_color1\";s:7:\"#eeeeed\";s:22:\"acx_csma_inside_title1\";s:0:\"\";s:28:\"acx_csma_inside_title_color1\";s:7:\"#ffffff\";s:33:\"acx_csma_custom_html_bottom_temp1\";s:0:\"\";s:20:\"acx_csma_show_timer1\";s:1:\"0\";s:24:\"acx_csma_timer_bg_color1\";s:7:\"#ffffff\";s:28:\"acx_csma_timer_iptext_color1\";s:7:\"#ffffff\";s:26:\"acx_csma_timer_head_color1\";s:7:\"#ffdb00\";s:28:\"acx_csma_subscribe_bg_color1\";s:7:\"#0b1c2c\";s:28:\"acx_csma_subscribe_btn_text1\";s:6:\"submit\";s:34:\"acx_csma_subscribe_btn_text_color1\";s:7:\"#ffffff\";s:29:\"acx_csma_subscribe_btn_color1\";s:7:\"#ffe900\";s:35:\"acx_csma_subscribe_btn_hover_color1\";s:7:\"#0b1c2c\";s:37:\"acx_csma_subscribe_btn_hover_bgcolor1\";s:7:\"#ffed1e\";s:25:\"acx_csma_subscribe_title1\";s:21:\"Subscribe For Updates\";s:31:\"acx_csma_subscribe_title_color1\";s:7:\"#ffcd00\";s:27:\"acx_csma_subscribe_success1\";s:23:\"Successfully Subscribed\";s:27:\"acx_csma_subscribe_invalid1\";s:13:\"Invalid Email\";s:24:\"acx_csma_footer_bgcolor1\";s:7:\"#ffdb00\";s:21:\"acx_csma_footer_text1\";s:26:\"©2016 All rights reserved\";s:27:\"acx_csma_footer_text_color1\";s:7:\"#ffffff\";s:36:\"acx_csma_custom_html_top_temp1_title\";s:0:\"\";s:26:\"acx_csma_show_subscription\";s:1:\"1\";s:29:\"acx_csma_custom_html_top_sub1\";s:0:\"\";s:32:\"acx_csma_custom_html_bottom_sub1\";s:0:\"\";s:25:\"acx_csma_custom_css_temp1\";s:0:\"\";}i:2;a:30:{s:18:\"acx_csma_bg_color2\";s:7:\"#e4e4e4\";s:20:\"acx_csma_logo_choice\";s:5:\"image\";s:14:\"acx_csma_logo2\";s:130:\"http://03c1307.netsolhost.com/tccwordpress/wp-content/plugins/coming-soon-maintenance-mode-from-acurax/templates/2/images/logo.png\";s:19:\"acx_csma_logo_text2\";s:34:\"Tropical Computer - Hobe Sound, FL\";s:25:\"acx_csma_logo_text_color2\";s:7:\"#ffffff\";s:15:\"acx_csma_title2\";s:5:\"Hello\";s:21:\"acx_csma_title_color2\";s:7:\"#000000\";s:23:\"acx_csma_subtitle_text2\";s:23:\"We are Coming Very Soon\";s:24:\"acx_csma_subtitle_color2\";s:7:\"#000000\";s:25:\"acx_csma_inside_bg_color2\";s:7:\"#ffd800\";s:21:\"acx_csma_timer_title2\";s:27:\"Estimate time for launching\";s:29:\"acx_csma_subscribe_btn_color2\";s:7:\"#ffd800\";s:27:\"acx_csma_subscribe_success2\";s:23:\"Successfully Subscribed\";s:27:\"acx_csma_subscribe_invalid2\";s:13:\"Invalid Email\";s:30:\"acx_csma_timer_input_bg_color2\";s:7:\"#ffffff\";s:28:\"acx_csma_timer_iptext_color2\";s:7:\"#000000\";s:26:\"acx_csma_timer_head_color2\";s:7:\"#000000\";s:30:\"acx_csma_custom_html_top_temp2\";s:0:\"\";s:20:\"acx_csma_desc_title2\";s:14:\"What is Coming\";s:23:\"acx_csma_desc_subtitle2\";s:272:\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.\";s:25:\"acx_csma_desc_text_color2\";s:7:\"#000000\";s:17:\"acx_csma_fb_link2\";s:0:\"\";s:22:\"acx_csma_twitter_link2\";s:0:\"\";s:23:\"acx_csma_linkedin_link2\";s:0:\"\";s:32:\"acx_csma_custom_html_above_timer\";s:0:\"\";s:30:\"acx_csma_custom_html_top_timer\";s:0:\"\";s:27:\"acx_csma_show_subscription2\";s:1:\"1\";s:28:\"acx_csma_subscribe_btn_text2\";s:6:\"Submit\";s:20:\"acx_csma_show_timer2\";s:1:\"1\";s:25:\"acx_csma_custom_css_temp2\";s:0:\"\";}i:3;a:41:{s:20:\"acx_csma_logo_choice\";s:5:\"image\";s:14:\"acx_csma_logo3\";s:130:\"http://03c1307.netsolhost.com/tccwordpress/wp-content/plugins/coming-soon-maintenance-mode-from-acurax/templates/3/images/logo.png\";s:19:\"acx_csma_logo_text3\";s:34:\"Tropical Computer - Hobe Sound, FL\";s:25:\"acx_csma_logo_text_color3\";s:7:\"#ffffff\";s:15:\"acx_csma_title3\";s:5:\"Hello\";s:21:\"acx_csma_title_color3\";s:7:\"#ffffff\";s:23:\"acx_csma_subtitle_text3\";s:23:\"We are Coming Very Soon\";s:24:\"acx_csma_subtitle_color3\";s:7:\"#ffffff\";s:25:\"acx_csma_subscribe_title3\";s:13:\"Subscribe Now\";s:31:\"acx_csma_subscribe_title_color3\";s:7:\"#fe7e01\";s:28:\"acx_csma_subscribe_btn_text3\";s:6:\"submit\";s:34:\"acx_csma_subscribe_btn_text_color3\";s:7:\"#ffffff\";s:29:\"acx_csma_subscribe_btn_color3\";s:7:\"#fe7e01\";s:35:\"acx_csma_subscribe_btn_hover_color3\";s:7:\"#0b1c2c\";s:37:\"acx_csma_subscribe_btn_hover_bgcolor3\";s:7:\"#fe6001\";s:27:\"acx_csma_subscribe_success3\";s:23:\"Successfully Subscribed\";s:27:\"acx_csma_subscribe_invalid3\";s:13:\"Invalid Email\";s:22:\"acx_csma_inside_title3\";s:30:\"Estimate Time Before Launching\";s:28:\"acx_csma_inside_title_color3\";s:7:\"#ffffff\";s:28:\"acx_csma_timer_iptext_color3\";s:7:\"#000000\";s:26:\"acx_csma_timer_head_color3\";s:7:\"#000000\";s:30:\"acx_csma_custom_html_top_temp3\";s:0:\"\";s:20:\"acx_csma_desc_title3\";s:14:\"What is Coming\";s:23:\"acx_csma_desc_subtitle3\";s:272:\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.\";s:25:\"acx_csma_desc_text_color3\";s:7:\"#000000\";s:21:\"acx_csma_footer_text3\";s:30:\"©2015 All rights reserved\";s:22:\"acx_csma_footer_color3\";s:7:\"#000000\";s:27:\"acx_csma_social_link_title3\";s:12:\"Follow Us ON\";s:33:\"acx_csma_social_link_title_color3\";s:7:\"#000000\";s:17:\"acx_csma_fb_link3\";s:0:\"\";s:22:\"acx_csma_twitter_link3\";s:0:\"\";s:23:\"acx_csma_linkedin_link3\";s:0:\"\";s:23:\"acx_csma_primary_color3\";s:7:\"#ffffff\";s:25:\"acx_csma_secondary_color3\";s:7:\"#fe7e01\";s:24:\"acx_csma_left_bar_color3\";s:7:\"#000000\";s:21:\"acx_csma_timer_color3\";s:7:\"#ffffff\";s:27:\"acx_csma_show_subscription3\";s:1:\"1\";s:20:\"acx_csma_show_timer3\";s:1:\"1\";s:36:\"acx_csma_custom_html_top_timer_temp3\";s:0:\"\";s:33:\"acx_csma_custom_html_bottom_temp3\";s:0:\"\";s:25:\"acx_csma_custom_css_temp3\";s:0:\"\";}i:4;a:19:{s:26:\"acx_csma_background_image4\";s:133:\"http://03c1307.netsolhost.com/tccwordpress/wp-content/plugins/coming-soon-maintenance-mode-from-acurax/templates/4/images/body_bg.jpg\";s:20:\"acx_csma_logo_choice\";s:5:\"image\";s:14:\"acx_csma_logo4\";s:130:\"http://03c1307.netsolhost.com/tccwordpress/wp-content/plugins/coming-soon-maintenance-mode-from-acurax/templates/4/images/logo.png\";s:19:\"acx_csma_logo_text4\";s:34:\"Tropical Computer - Hobe Sound, FL\";s:25:\"acx_csma_logo_text_color4\";s:7:\"#ffffff\";s:25:\"acx_csma_inside_bg_color4\";s:7:\"#ebebeb\";s:15:\"acx_csma_title4\";s:33:\"Our Website is Under Construction\";s:30:\"acx_csma_custom_html_top_temp4\";s:0:\"\";s:21:\"acx_csma_title_color4\";s:7:\"#717171\";s:20:\"acx_csma_show_timer4\";s:1:\"1\";s:28:\"acx_csma_timer_iptext_color4\";s:7:\"#717171\";s:26:\"acx_csma_timer_head_color4\";s:7:\"#717171\";s:26:\"acx_csma_show_progressbar4\";i:1;s:28:\"acx_csma_progress_bar_color4\";s:7:\"#717171\";s:33:\"acx_csma_custom_html_bottom_temp4\";s:0:\"\";s:17:\"acx_csma_fb_link4\";s:0:\"\";s:22:\"acx_csma_twitter_link4\";s:0:\"\";s:23:\"acx_csma_linkedin_link4\";s:0:\"\";s:25:\"acx_csma_custom_css_temp4\";s:0:\"\";}i:5;a:29:{s:17:\"acx_csma_bgcolor5\";s:7:\"#e9eaec\";s:20:\"acx_csma_logo_choice\";s:5:\"image\";s:14:\"acx_csma_logo5\";s:130:\"http://03c1307.netsolhost.com/tccwordpress/wp-content/plugins/coming-soon-maintenance-mode-from-acurax/templates/5/images/logo.png\";s:19:\"acx_csma_logo_text5\";s:34:\"Tropical Computer - Hobe Sound, FL\";s:25:\"acx_csma_logo_text_color5\";s:7:\"#000000\";s:25:\"acx_csma_inside_bg_color5\";s:7:\"#f5f5f5\";s:15:\"acx_csma_title5\";s:33:\"Our Website is Under Construction\";s:30:\"acx_csma_custom_html_top_temp5\";s:0:\"\";s:21:\"acx_csma_title_color5\";s:7:\"#4b4b4b\";s:20:\"acx_csma_show_timer5\";s:1:\"1\";s:28:\"acx_csma_timer_iptext_color5\";s:7:\"#000000\";s:26:\"acx_csma_timer_head_color5\";s:7:\"#000000\";s:26:\"acx_csma_show_progressbar5\";i:1;s:28:\"acx_csma_progress_bar_color5\";s:7:\"#717171\";s:33:\"acx_csma_custom_html_bottom_temp5\";s:0:\"\";s:28:\"acx_csma_subscribe_bg_color5\";s:7:\"#2f2f2f\";s:30:\"acx_csma_subscribe_main_title5\";s:28:\"Want to know when we launch?\";s:25:\"acx_csma_subscribe_title5\";s:38:\"Subscribe by entering your email below\";s:27:\"acx_csma_subscribe_success5\";s:23:\"Successfully Subscribed\";s:27:\"acx_csma_subscribe_invalid5\";s:13:\"Invalid Email\";s:17:\"acx_csma_fb_link5\";s:0:\"\";s:22:\"acx_csma_twitter_link5\";s:0:\"\";s:23:\"acx_csma_linkedin_link5\";s:0:\"\";s:27:\"acx_csma_show_subscription5\";s:1:\"1\";s:28:\"acx_csma_subscribe_btn_text5\";s:6:\"Submit\";s:28:\"acx_csma_custom_html_top_sub\";s:0:\"\";s:31:\"acx_csma_custom_html_bottom_sub\";s:0:\"\";s:28:\"acx_csma_launch_title_color5\";s:7:\"#4b4b4b\";s:25:\"acx_csma_custom_css_temp5\";s:0:\"\";}}\";','yes'),(1314,'theme_mods_cleanbiz','a:2:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:7:\"primary\";i:2;}}','yes'),(1359,'revslider-valid-notice','false','yes'),(1295,'acx_csma_start_date_time','1456165098','yes'),(1357,'portfolio-category_children','a:0:{}','yes'),(1311,'optionsframework','a:2:{s:2:\"id\";s:34:\"cleanbizmultipurposewordpresstheme\";s:12:\"knownoptions\";a:1:{i:0;s:34:\"cleanbizmultipurposewordpresstheme\";}}','yes'),(1312,'active_google_fonts','a:6:{i:0;a:4:{s:4:\"size\";s:7:\"default\";s:4:\"face\";s:7:\"default\";s:5:\"style\";s:7:\"default\";s:5:\"color\";s:0:\"\";}i:1;a:4:{s:4:\"size\";s:7:\"default\";s:4:\"face\";s:7:\"default\";s:5:\"style\";s:7:\"default\";s:5:\"color\";s:0:\"\";}i:2;a:4:{s:4:\"size\";s:7:\"default\";s:4:\"face\";s:7:\"default\";s:5:\"style\";s:7:\"default\";s:5:\"color\";s:0:\"\";}i:3;a:4:{s:4:\"size\";s:7:\"default\";s:4:\"face\";s:7:\"default\";s:5:\"style\";s:7:\"default\";s:5:\"color\";s:0:\"\";}i:4;a:4:{s:4:\"size\";s:7:\"default\";s:4:\"face\";s:7:\"default\";s:5:\"style\";s:7:\"default\";s:5:\"color\";s:0:\"\";}i:5;a:4:{s:4:\"size\";s:7:\"default\";s:4:\"face\";s:7:\"default\";s:5:\"style\";s:7:\"default\";s:5:\"color\";s:0:\"\";}}','yes'),(1299,'acx_csma_meta_title','Undergoing Routine Maintenance','yes'),(1300,'acx_csma_meta_description','','yes'),(1301,'acx_csma_meta_keywords','','yes'),(1302,'acx_csma_favicon','http://03c1307.netsolhost.com/tccwordpress/wp-content/plugins/coming-soon-maintenance-mode-from-acurax/images/favicon.png','yes'),(1303,'acx_csma_ip_list','s:6:\"a:0:{}\";','yes'),(1304,'acx_csma_restrict_role','s:85:\"a:4:{i:0;s:6:\"Editor\";i:1;s:6:\"Author\";i:2;s:11:\"Contributor\";i:3;s:10:\"Subscriber\";}\";','yes'),(1305,'acx_csma_template','1','yes'),(1306,'acx_csma_custom_html_val','<html><head><title>Page Under Maintenance</title></head><body>Sorry, This page is under maintenance.</body></html>','yes'),(1307,'acx_csma_auto_launch','0','yes'),(1308,'acx_csmap_open_all_boxes_default','yes','yes'),(1309,'acx_csma_ga_trakng_code','','yes'),(1313,'cleanbizmultipurposewordpresstheme','a:68:{s:28:\"breadcrumbs_navigation_label\";s:1:\"0\";s:12:\"header_style\";s:7:\"header1\";s:12:\"header_phone\";s:12:\"772-288-6260\";s:14:\"header_address\";s:51:\"US 1 & 6425 SE POINCIANA LANE, HOBE SOUND, FL 33455\";s:11:\"show_slider\";s:1:\"1\";s:11:\"slider_type\";s:10:\"revolution\";s:9:\"slider_id\";s:0:\"\";s:16:\"slider_slideshow\";s:1:\"0\";s:13:\"slider_arrows\";s:1:\"0\";s:12:\"slider_hover\";s:1:\"1\";s:13:\"slider_effect\";s:6:\"random\";s:12:\"slider_delay\";s:4:\"5000\";s:12:\"slider_order\";s:2:\"ID\";s:14:\"slider_include\";s:0:\"\";s:14:\"slider_exclude\";s:0:\"\";s:18:\"homepage_show_note\";s:1:\"1\";s:18:\"homepage_note_text\";s:113:\"*NEW* BY APPOINTMENT ONLY On-SITE Residential or Business Computer & Networking Services - CALL 772.288.6260\";s:25:\"homepage_note_button_show\";s:1:\"1\";s:20:\"homepage_button_text\";s:13:\"Free Estimate\";s:20:\"homepage_button_link\";s:54:\"http://03c1307.netsolhost.com/tccwordpress/contact-us/\";s:11:\"color_style\";s:3:\"red\";s:18:\"custom_color_style\";s:7:\"#e32626\";s:11:\"bkg_pattern\";s:5:\"patt2\";s:11:\"logo_upload\";s:95:\"http://03c1307.netsolhost.com/tccwordpress/wp-content/uploads/2015/11/TROPICAL-COMPUTER-250.jpg\";s:7:\"favicon\";s:82:\"http://03c1307.netsolhost.com/tccwordpress/wp-content/uploads/2015/04/favicon1.ico\";s:13:\"custom_styles\";s:0:\"\";s:14:\"google_api_key\";s:0:\"\";s:13:\"typography_h1\";a:4:{s:4:\"size\";s:7:\"default\";s:4:\"face\";s:7:\"default\";s:5:\"style\";s:7:\"default\";s:5:\"color\";s:0:\"\";}s:13:\"typography_h2\";a:4:{s:4:\"size\";s:7:\"default\";s:4:\"face\";s:7:\"default\";s:5:\"style\";s:7:\"default\";s:5:\"color\";s:0:\"\";}s:13:\"typography_h3\";a:4:{s:4:\"size\";s:7:\"default\";s:4:\"face\";s:7:\"default\";s:5:\"style\";s:7:\"default\";s:5:\"color\";s:0:\"\";}s:13:\"typography_h4\";a:4:{s:4:\"size\";s:7:\"default\";s:4:\"face\";s:7:\"default\";s:5:\"style\";s:7:\"default\";s:5:\"color\";s:0:\"\";}s:13:\"typography_h5\";a:4:{s:4:\"size\";s:7:\"default\";s:4:\"face\";s:7:\"default\";s:5:\"style\";s:7:\"default\";s:5:\"color\";s:0:\"\";}s:13:\"typography_h6\";a:4:{s:4:\"size\";s:7:\"default\";s:4:\"face\";s:7:\"default\";s:5:\"style\";s:7:\"default\";s:5:\"color\";s:0:\"\";}s:10:\"blog_style\";s:5:\"right\";s:18:\"blog_meta_position\";s:1:\"0\";s:16:\"blog_images_crop\";s:1:\"0\";s:16:\"show_post_author\";s:1:\"0\";s:17:\"post_author_title\";s:16:\"About the author\";s:23:\"blog_single_images_crop\";s:1:\"0\";s:24:\"blog_slider_auto_sliding\";s:1:\"1\";s:17:\"blog_slider_delay\";s:4:\"3000\";s:14:\"portfolio_page\";s:0:\"\";s:17:\"portfolio_columns\";s:5:\"three\";s:21:\"portfolio_items_three\";s:2:\"12\";s:20:\"portfolio_items_four\";s:2:\"16\";s:28:\"portfolio_single_images_crop\";s:1:\"0\";s:29:\"portfolio_single_auto_sliding\";s:1:\"0\";s:30:\"portfolio_single_slider_arrows\";s:1:\"0\";s:20:\"portfolio_more_posts\";s:1:\"1\";s:27:\"portfolio_more_posts_filter\";s:6:\"latest\";s:26:\"portfolio_more_posts_items\";s:1:\"4\";s:23:\"portfolio_single_button\";s:1:\"1\";s:28:\"portoflio_single_button_text\";s:13:\"Visit website\";s:27:\"portoflio_single_button_url\";s:0:\"\";s:13:\"services_page\";s:1:\"5\";s:23:\"services_single_sidebar\";s:9:\"fullwidth\";s:21:\"social_creator_header\";a:1:{s:10:\"facebook-1\";s:57:\"https://www.facebook.com/Tropical-Computer-296301970652/?\";}s:19:\"footer_hide_widgets\";s:1:\"0\";s:16:\"google_analytics\";s:10:\"UA-XXXXX-X\";s:16:\"footer_copyright\";s:118:\"Copyright 2016 Tropical Computer<br />\r\nWebsite Customized by <a href=\"http://infusedwebmarketing.com\">Infused Web</a>\";s:21:\"social_creator_footer\";a:1:{s:10:\"facebook-1\";s:57:\"https://www.facebook.com/Tropical-Computer-296301970652/?\";}s:19:\"footer_show_twitter\";s:1:\"0\";s:23:\"footer_twitter_username\";s:0:\"\";s:20:\"footer_tweets_number\";s:1:\"6\";s:27:\"footer_twitter_consumer_key\";s:0:\"\";s:30:\"footer_twitter_consumer_secret\";s:0:\"\";s:27:\"footer_twitter_access_token\";s:0:\"\";s:34:\"footer_twitter_access_token_secret\";s:0:\"\";}','yes'),(615,'jetpack_file_data','a:1:{s:5:\"3.4.1\";a:48:{s:32:\"043de1a343ae193320ed8c7fb7367fa6\";a:13:{s:4:\"name\";s:20:\"Spelling and Grammar\";s:11:\"description\";s:89:\"Check your spelling, style, and grammar with the After the Deadline proofreading service.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"6\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:0:\"\";}s:32:\"e5799b526c2b6512aace6a2b8c7a6b60\";a:13:{s:4:\"name\";s:8:\"Carousel\";s:11:\"description\";s:63:\"Transform standard image galleries into full-screen slideshows.\";s:14:\"jumpstart_desc\";s:79:\"brings your photos and images to life as full-size, easily navigable galleries.\";s:4:\"sort\";s:2:\"22\";s:20:\"recommendation_order\";s:2:\"12\";s:10:\"introduced\";s:3:\"1.5\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:17:\"Photos and Videos\";s:7:\"feature\";s:9:\"Jumpstart\";}s:32:\"baca85d622221742728ee69c8f698217\";a:13:{s:4:\"name\";s:16:\"Jetpack Comments\";s:11:\"description\";s:79:\"Let readers comment with WordPress.com, Twitter, Facebook, or Google+ accounts.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"20\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:0:\"\";}s:32:\"f5d623086674cd7eb3451d0f7646f2b1\";a:13:{s:4:\"name\";s:12:\"Contact Form\";s:11:\"description\";s:44:\"Insert a contact form anywhere on your site.\";s:14:\"jumpstart_desc\";s:111:\"adds a button to your post and page editors, allowing you to build simple forms to help visitors stay in touch.\";s:4:\"sort\";s:2:\"15\";s:20:\"recommendation_order\";s:2:\"14\";s:10:\"introduced\";s:3:\"1.3\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:5:\"Other\";s:7:\"feature\";s:9:\"Jumpstart\";}s:32:\"e6476b46e4fe3ba889df284990eeb00e\";a:13:{s:4:\"name\";s:20:\"Custom Content Types\";s:11:\"description\";s:92:\"Organize and display different types of content on your site, separate from posts and pages.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"34\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"3.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:0:\"\";}s:32:\"ee07a01af75dab32759332f7e1dbedca\";a:13:{s:4:\"name\";s:10:\"Custom CSS\";s:11:\"description\";s:57:\"Customize your site’s CSS without modifying your theme.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"2\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.7\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:10:\"Appearance\";s:7:\"feature\";s:0:\"\";}s:32:\"6c969f4dabb614d2980a47968df4a5b9\";a:13:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";}s:32:\"931902b52b792290604de109e2bcfcbc\";a:13:{s:4:\"name\";s:21:\"Enhanced Distribution\";s:11:\"description\";s:74:\"Share your public posts and comments to search engines and other services.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"5\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:6:\"Public\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:0:\"\";}s:32:\"246b566f212efda5d31e712e5cf173f1\";a:13:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";}s:32:\"52ddb9ce22cf4b9b3be06ab0a855415a\";a:13:{s:4:\"name\";s:19:\"Gravatar Hovercards\";s:11:\"description\";s:58:\"Enable pop-up business cards over commenters’ Gravatars.\";s:14:\"jumpstart_desc\";s:131:\"let commenters link their profiles to their Gravatar accounts, making it easy for your visitors to learn more about your community.\";s:4:\"sort\";s:2:\"11\";s:20:\"recommendation_order\";s:2:\"13\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:18:\"Social, Appearance\";s:7:\"feature\";s:9:\"Jumpstart\";}s:32:\"1ac1540d8c5b1517150d28de8c5c8f53\";a:13:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:8:\"2.0.3 ??\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";}s:32:\"87a1278b72fa92b474594f784b96ae26\";a:13:{s:4:\"name\";s:15:\"Infinite Scroll\";s:11:\"description\";s:46:\"Add support for infinite scroll to your theme.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"26\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:10:\"Appearance\";s:7:\"feature\";s:0:\"\";}s:32:\"ee2948b87e008fc71ca34b0b948145ab\";a:13:{s:4:\"name\";s:8:\"JSON API\";s:11:\"description\";s:69:\"Allow applications to securely access your content through the cloud.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"19\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.9\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:6:\"Public\";s:11:\"module_tags\";s:19:\"Writing, Developers\";s:7:\"feature\";s:0:\"\";}s:32:\"ac4a9d197f91547c363f459559355a99\";a:13:{s:4:\"name\";s:14:\"Beautiful Math\";s:11:\"description\";s:85:\"Use LaTeX markup language in posts and pages for complex equations and other geekery.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"12\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:0:\"\";}s:32:\"cbd0442e4d908648bfabf9ac30d7d8fc\";a:13:{s:4:\"name\";s:5:\"Likes\";s:11:\"description\";s:70:\"Give visitors an easy way to show their appreciation for your content.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"23\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:0:\"\";}s:32:\"eba53b8302c3abeec6ffcf9865e6e4a0\";a:13:{s:4:\"name\";s:6:\"Manage\";s:11:\"description\";s:76:\"Manage all your sites from a centralized place, https://wordpress.com/sites.\";s:14:\"jumpstart_desc\";s:151:\"helps you remotely manage plugins, turn on automated updates, and more from <a href=\"https://wordpress.com/plugins/\" target=\"_blank\">wordpress.com</a>.\";s:4:\"sort\";s:1:\"1\";s:20:\"recommendation_order\";s:1:\"3\";s:10:\"introduced\";s:3:\"3.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:35:\"Centralized Management, Recommended\";s:7:\"feature\";s:22:\"Recommended, Jumpstart\";}s:32:\"407f23e383e85dfc1dde7e5b28b4c64f\";a:13:{s:4:\"name\";s:8:\"Markdown\";s:11:\"description\";s:51:\"Write posts or pages in plain-text Markdown syntax.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"31\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.8\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:0:\"\";}s:32:\"fc138e07cdbfd4f6cc10fec4b3050797\";a:13:{s:4:\"name\";s:12:\"Mobile Theme\";s:11:\"description\";s:64:\"Optimize your site with a mobile-friendly theme for smartphones.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"21\";s:20:\"recommendation_order\";s:2:\"11\";s:10:\"introduced\";s:3:\"1.8\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:31:\"Appearance, Mobile, Recommended\";s:7:\"feature\";s:11:\"Recommended\";}s:32:\"6b6d70c3b4ef0e5e966526ad616bb836\";a:13:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";}s:32:\"366e636679c05126a0cd8ce2f8c5cd29\";a:13:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";}s:32:\"be91ffb3e1a26760b9790fb5f9a90a89\";a:13:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";}s:32:\"de47915e54c24b38009837dced4dc624\";a:13:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";}s:32:\"bb409e319f800aad4fe611510c341bea\";a:13:{s:4:\"name\";s:7:\"Monitor\";s:11:\"description\";s:88:\"Receive notifications from Jetpack if your site goes offline — and when it it returns.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"28\";s:20:\"recommendation_order\";s:2:\"10\";s:10:\"introduced\";s:3:\"2.6\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:11:\"Recommended\";s:7:\"feature\";s:11:\"Recommended\";}s:32:\"7016fa6379b229317d835b13021ff312\";a:13:{s:4:\"name\";s:13:\"Notifications\";s:11:\"description\";s:84:\"Receive notification of site activity via the admin toolbar and your Mobile devices.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"13\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.9\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:5:\"Other\";s:7:\"feature\";s:0:\"\";}s:32:\"a7df9506340e047d734530b3d127a67f\";a:13:{s:4:\"name\";s:10:\"Omnisearch\";s:11:\"description\";s:66:\"Search your entire database from a single field in your Dashboard.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"16\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.3\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:10:\"Developers\";s:7:\"feature\";s:0:\"\";}s:32:\"954409e8c87ed5ca0769bcace98f9d03\";a:13:{s:4:\"name\";s:6:\"Photon\";s:11:\"description\";s:66:\"Accelerate your site by loading images from the WordPress.com CDN.\";s:14:\"jumpstart_desc\";s:141:\"mirrors and serves your images from our free and fast image CDN, improving your site’s performance with no additional load on your servers.\";s:4:\"sort\";s:2:\"25\";s:20:\"recommendation_order\";s:1:\"1\";s:10:\"introduced\";s:3:\"2.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:42:\"Photos and Videos, Appearance, Recommended\";s:7:\"feature\";s:22:\"Recommended, Jumpstart\";}s:32:\"3199bc1546e418e65e405a8beba55cb5\";a:13:{s:4:\"name\";s:13:\"Post by Email\";s:11:\"description\";s:58:\"Publish posts by email, using any device and email client.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"14\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:0:\"\";}s:32:\"6f8a2d7cf8572b07a3824d4a869976cb\";a:13:{s:4:\"name\";s:7:\"Protect\";s:11:\"description\";s:70:\"Adds brute force protection to your login page. Formerly BruteProtect.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"1\";s:20:\"recommendation_order\";s:1:\"4\";s:10:\"introduced\";s:3:\"3.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:11:\"Recommended\";s:7:\"feature\";s:11:\"Recommended\";}s:32:\"430a399e708406648659f00f1162dee6\";a:13:{s:4:\"name\";s:9:\"Publicize\";s:11:\"description\";s:55:\"Share new posts on social media networks automatically.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"10\";s:20:\"recommendation_order\";s:1:\"7\";s:10:\"introduced\";s:3:\"2.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:19:\"Social, Recommended\";s:7:\"feature\";s:11:\"Recommended\";}s:32:\"e2ebac825aa986dc3452e2514dee8eaa\";a:13:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";}s:32:\"1958c40f5a7eae59571be0a346e1a18b\";a:13:{s:4:\"name\";s:13:\"Related Posts\";s:11:\"description\";s:60:\"Display links to your related content under posts and pages.\";s:14:\"jumpstart_desc\";s:113:\"keep visitors engaged on your blog by highlighting relevant and new content at the bottom of each published post.\";s:4:\"sort\";s:2:\"29\";s:20:\"recommendation_order\";s:1:\"9\";s:10:\"introduced\";s:3:\"2.9\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:11:\"Recommended\";s:7:\"feature\";s:22:\"Recommended, Jumpstart\";}s:32:\"b2a57a9b35f6190e782919281c340b06\";a:13:{s:4:\"name\";s:7:\"Sharing\";s:11:\"description\";s:81:\"Allow visitors to share your content on Facebook, Twitter, and more with a click.\";s:14:\"jumpstart_desc\";s:116:\"Twitter, Facebook and Google+ buttons at the bottom of each post, making it easy for visitors to share your content.\";s:4:\"sort\";s:1:\"7\";s:20:\"recommendation_order\";s:1:\"6\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:3:\"1.2\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:19:\"Social, Recommended\";s:7:\"feature\";s:22:\"Recommended, Jumpstart\";}s:32:\"b2568c35d9b5d22b47e52937355d466a\";a:13:{s:4:\"name\";s:16:\"Shortcode Embeds\";s:11:\"description\";s:77:\"Embed content from YouTube, Vimeo, SlideShare, and more, no coding necessary.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"3\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:3:\"1.2\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:46:\"Photos and Videos, Social, Writing, Appearance\";s:7:\"feature\";s:0:\"\";}s:32:\"c725227a0092100658ce348bdcb6ea14\";a:13:{s:4:\"name\";s:16:\"WP.me Shortlinks\";s:11:\"description\";s:56:\"Enable WP.me-powered shortlinks for all posts and pages.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"8\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:0:\"\";}s:32:\"f5ecabb1cc90591f2e1128a85a893675\";a:13:{s:4:\"name\";s:9:\"Site Icon\";s:11:\"description\";s:29:\"Add a site icon to your site.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"22\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"3.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:5:\"Other\";s:7:\"feature\";s:0:\"\";}s:32:\"f8e387795007a7d4ec69168577fa54ee\";a:13:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";}s:32:\"2c7b0aa3b881d297d54704f0d8862e4d\";a:13:{s:4:\"name\";s:22:\"Jetpack Single Sign On\";s:11:\"description\";s:62:\"Allow your users to log in using their WordPress.com accounts.\";s:14:\"jumpstart_desc\";s:97:\"lets you login to all your Jetpack-enabled sites with one click using your WordPress.com account.\";s:4:\"sort\";s:2:\"30\";s:20:\"recommendation_order\";s:1:\"5\";s:10:\"introduced\";s:3:\"2.6\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:10:\"Developers\";s:7:\"feature\";s:9:\"Jumpstart\";}s:32:\"39d1857b35e4e714764a8421ac23e8e2\";a:13:{s:4:\"name\";s:19:\"WordPress.com Stats\";s:11:\"description\";s:85:\"Monitor your stats with clear, concise reports and no additional load on your server.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"1\";s:20:\"recommendation_order\";s:1:\"2\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:32:\"WordPress.com Stats, Recommended\";s:7:\"feature\";s:11:\"Recommended\";}s:32:\"b5c369682ec39e457a2b80fd32e14160\";a:13:{s:4:\"name\";s:13:\"Subscriptions\";s:11:\"description\";s:88:\"Allow users to subscribe to your posts and comments and receive notifications via email.\";s:14:\"jumpstart_desc\";s:126:\"give visitors two easy subscription options — while commenting, or via a separate email subscription widget you can display.\";s:4:\"sort\";s:1:\"9\";s:20:\"recommendation_order\";s:1:\"8\";s:10:\"introduced\";s:3:\"1.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:9:\"Jumpstart\";}s:32:\"2c0a5483721923b5ab17279b453f186c\";a:13:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";}s:32:\"ff60461d81033ab0288cba204e0df39e\";a:13:{s:4:\"name\";s:15:\"Tiled Galleries\";s:11:\"description\";s:73:\"Display your image galleries in a variety of sleek, graphic arrangements.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"24\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:17:\"Photos and Videos\";s:7:\"feature\";s:0:\"\";}s:32:\"00b15f0dfd4d64600d04ba9e4f390a0b\";a:13:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";}s:32:\"1e863193f54780c50ec6a2fbac147a29\";a:13:{s:4:\"name\";s:10:\"VaultPress\";s:11:\"description\";s:85:\"Protect your site with automatic backups and security scans. (Subscription required.)\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"32\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:5:\"0:1.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:5:\"false\";s:4:\"free\";s:5:\"false\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";}s:32:\"157c5fc0e87da7c7d9aede36cb3f0949\";a:13:{s:4:\"name\";s:17:\"Site Verification\";s:11:\"description\";s:78:\"Verify your site or domain with Google Webmaster Tools, Pinterest, and others.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"33\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"3.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";}s:32:\"4d6fd57d3d2c3d3073e303070043638c\";a:13:{s:4:\"name\";s:10:\"VideoPress\";s:11:\"description\";s:68:\"Upload and embed videos right on your site. (Subscription required.)\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"27\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.5\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:5:\"false\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:17:\"Photos and Videos\";s:7:\"feature\";s:0:\"\";}s:32:\"25e43144fe864a71ed40933149aed3b3\";a:13:{s:4:\"name\";s:17:\"Widget Visibility\";s:11:\"description\";s:57:\"Specify which widgets appear on which pages of your site.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"17\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:10:\"Appearance\";s:7:\"feature\";s:0:\"\";}s:32:\"53a625618c5d9d957ee4baebbd99407a\";a:13:{s:4:\"name\";s:21:\"Extra Sidebar Widgets\";s:11:\"description\";s:79:\"Add images, Twitter streams, your site’s RSS links, and more to your sidebar.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"4\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:18:\"Social, Appearance\";s:7:\"feature\";s:0:\"\";}s:32:\"a59ba2761a207d6cb7c5ffa4db668454\";a:13:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";}}}','yes'),(3007,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(3008,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(3009,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(3006,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(3471,'widget_chromaticfw-content-blocks-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(3472,'widget_chromaticfw-cta-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(3473,'widget_chromaticfw-social-icons-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(3477,'revslider-valid','true','yes'),(3478,'revslider-api-key','0io08s0dweneji0qbdr7jub0nj10h2dw','yes'),(3479,'revslider-username','infusedweb','yes'),(3480,'revslider-code','128b1f4e-2205-4497-82ef-a89a0a6d66db','yes'),(3481,'revslider-update-check','','yes'),(3669,'_site_transient_timeout_browser_1e35dca62eb93e47369bcf50c7d87239','1457573076','yes'),(3670,'_site_transient_browser_1e35dca62eb93e47369bcf50c7d87239','a:9:{s:8:\"platform\";s:9:\"Macintosh\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"44.0\";s:10:\"update_url\";s:23:\"http://www.firefox.com/\";s:7:\"img_src\";s:50:\"http://s.wordpress.org/images/browsers/firefox.png\";s:11:\"img_src_ssl\";s:49:\"https://wordpress.org/images/browsers/firefox.png\";s:15:\"current_version\";s:2:\"16\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(3429,'_site_transient_timeout_wporg_theme_feature_list','1456173544','yes'),(3430,'_site_transient_wporg_theme_feature_list','a:4:{s:6:\"Colors\";a:15:{i:0;s:5:\"black\";i:1;s:4:\"blue\";i:2;s:5:\"brown\";i:3;s:4:\"gray\";i:4;s:5:\"green\";i:5;s:6:\"orange\";i:6;s:4:\"pink\";i:7;s:6:\"purple\";i:8;s:3:\"red\";i:9;s:6:\"silver\";i:10;s:3:\"tan\";i:11;s:5:\"white\";i:12;s:6:\"yellow\";i:13;s:4:\"dark\";i:14;s:5:\"light\";}s:6:\"Layout\";a:9:{i:0;s:12:\"fixed-layout\";i:1;s:12:\"fluid-layout\";i:2;s:17:\"responsive-layout\";i:3;s:10:\"one-column\";i:4;s:11:\"two-columns\";i:5;s:13:\"three-columns\";i:6;s:12:\"four-columns\";i:7;s:12:\"left-sidebar\";i:8;s:13:\"right-sidebar\";}s:8:\"Features\";a:20:{i:0;s:19:\"accessibility-ready\";i:1;s:8:\"blavatar\";i:2;s:10:\"buddypress\";i:3;s:17:\"custom-background\";i:4;s:13:\"custom-colors\";i:5;s:13:\"custom-header\";i:6;s:11:\"custom-menu\";i:7;s:12:\"editor-style\";i:8;s:21:\"featured-image-header\";i:9;s:15:\"featured-images\";i:10;s:15:\"flexible-header\";i:11;s:20:\"front-page-post-form\";i:12;s:19:\"full-width-template\";i:13;s:12:\"microformats\";i:14;s:12:\"post-formats\";i:15;s:20:\"rtl-language-support\";i:16;s:11:\"sticky-post\";i:17;s:13:\"theme-options\";i:18;s:17:\"threaded-comments\";i:19;s:17:\"translation-ready\";}s:7:\"Subject\";a:3:{i:0;s:7:\"holiday\";i:1;s:13:\"photoblogging\";i:2;s:8:\"seasonal\";}}','yes'),(5176,'_transient_timeout_feed_mod_b9388c83948825c1edaef0d856b7b109','1462018939','no'),(5177,'_transient_feed_mod_b9388c83948825c1edaef0d856b7b109','1461975739','no'),(5181,'_transient_dash_88ae138922fe95674369b1cb3d215a2b','<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2016/04/wordpress-4-5-1-maintenance-release/\'>WordPress 4.5.1 Maintenance Release</a> <span class=\"rss-date\">April 26, 2016</span><div class=\"rssSummary\">After about six million downloads of WordPress 4.5, we are pleased to announce the immediate availability of WordPress 4.5.1, a maintenance release. This release fixes 12 bugs, chief among them a singular class issue that broke sites based on the Twenty Eleven theme, an incompatibility between certain Chrome versions and the visual editor, and an […]</div></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'http://wptavern.com/wordpress-is-now-100-translated-into-marathi\'>WPTavern: WordPress is Now 100% Translated Into Marathi</a></li><li><a class=\'rsswidget\' href=\'http://wptavern.com/create-beer-menus-with-the-easy-beer-lister-plugin-for-wordpress\'>WPTavern: Create Beer Menus with the Easy Beer Lister Plugin for WordPress</a></li><li><a class=\'rsswidget\' href=\'http://wptavern.com/wordcamp-organizers-get-new-tool-for-creating-personalized-wordcamp-badges\'>WPTavern: WordCamp Organizers Get New Tool for Creating Personalized WordCamp Badges</a></li></ul></div><div class=\"rss-widget\"><ul><li class=\'dashboard-news-plugin\'><span>Popular Plugin:</span> <a href=\'https://wordpress.org/plugins/updraftplus/\' class=\'dashboard-news-plugin-link\'>UpdraftPlus Backup and Restoration</a> <span>(<a href=\'plugin-install.php?tab=plugin-information&plugin=updraftplus&_wpnonce=f73eb99c99&TB_iframe=true&width=600&height=800\' class=\'thickbox\' title=\'UpdraftPlus Backup and Restoration\'>Install</a>)</span></li></ul></div>','no'),(5169,'_transient_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1461975737','no'),(5167,'_transient_timeout_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca','1462018937','no'),(5168,'_transient_timeout_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1462018937','no'),(1246,'thinkup_redux_migrate','1','yes'),(1247,'thinkup_redux_variables','a:28:{s:22:\"thinkup_general_layout\";s:1:\"0\";s:32:\"thinkup_general_breadcrumbswitch\";s:1:\"0\";s:35:\"thinkup_general_breadcrumbdelimeter\";s:1:\"/\";s:23:\"thinkup_homepage_layout\";s:1:\"0\";s:29:\"thinkup_homepage_sliderswitch\";s:7:\"option1\";s:34:\"thinkup_homepage_sliderpresetwidth\";s:1:\"1\";s:35:\"thinkup_homepage_sliderpresetheight\";s:3:\"350\";s:28:\"thinkup_homepage_introswitch\";s:1:\"0\";s:30:\"thinkup_homepage_sectionswitch\";s:1:\"1\";s:27:\"thinkup_header_searchswitch\";s:1:\"0\";s:27:\"thinkup_header_socialswitch\";s:1:\"0\";s:29:\"thinkup_header_facebookswitch\";s:1:\"0\";s:33:\"thinkup_header_facebookiconswitch\";s:1:\"0\";s:28:\"thinkup_header_twitterswitch\";s:1:\"0\";s:32:\"thinkup_header_twittericonswitch\";s:1:\"0\";s:27:\"thinkup_header_googleswitch\";s:1:\"0\";s:31:\"thinkup_header_googleiconswitch\";s:1:\"0\";s:29:\"thinkup_header_linkedinswitch\";s:1:\"0\";s:33:\"thinkup_header_linkediniconswitch\";s:1:\"0\";s:27:\"thinkup_header_flickrswitch\";s:1:\"0\";s:31:\"thinkup_header_flickriconswitch\";s:1:\"0\";s:28:\"thinkup_header_youtubeswitch\";s:1:\"0\";s:32:\"thinkup_header_youtubeiconswitch\";s:1:\"0\";s:24:\"thinkup_header_rssswitch\";s:1:\"0\";s:28:\"thinkup_header_rssiconswitch\";s:1:\"0\";s:21:\"thinkup_footer_layout\";s:1:\"0\";s:27:\"thinkup_footer_widgetswitch\";s:1:\"0\";s:19:\"thinkup_post_layout\";s:7:\"option1\";}','yes'),(1330,'revslider_checktables','1','yes'),(1331,'revslider-static-css','.tp-caption a {\ncolor:#ff7302;\ntext-shadow:none;\n-webkit-transition:all 0.2s ease-out;\n-moz-transition:all 0.2s ease-out;\n-o-transition:all 0.2s ease-out;\n-ms-transition:all 0.2s ease-out;\n}\n\n.tp-caption a:hover {\ncolor:#ffa902;\n}\n\n.tp-caption.pi_video_frame iframe {\nborder:15px solid #fff;\n}','yes'),(1332,'revslider-update-check-short','1520497006','yes'),(5178,'_transient_timeout_plugin_slugs','1462064604','no'),(5179,'_transient_plugin_slugs','a:8:{i:0;s:19:\"akismet/akismet.php\";i:1;s:35:\"call-now-button/call-now-button.php\";i:2;s:36:\"contact-form-7/wp-contact-form-7.php\";i:3;s:17:\"mofuse/mofuse.php\";i:4;s:23:\"revslider/revslider.php\";i:5;s:53:\"coming-soon-maintenance-mode-from-acurax/acx_csma.php\";i:6;s:41:\"wordpress-importer/wordpress-importer.php\";i:7;s:24:\"wordpress-seo/wp-seo.php\";}','no'),(3002,'_transient_timeout_dash_4077549d03da2e451c8b5f002294ff51','1454652467','no'),(3003,'_transient_dash_4077549d03da2e451c8b5f002294ff51','<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2016/02/wordpress-4-4-2-security-and-maintenance-release/\'>WordPress 4.4.2 Security and Maintenance Release</a> <span class=\"rss-date\">February 2, 2016</span><div class=\"rssSummary\">WordPress 4.4.2 is now available. This is a security release for all previous versions and we strongly encourage you to update your sites immediately. WordPress versions 4.4.1 and earlier are affected by two security issues: a possible SSRF for certain local URIs, reported by Ronni Skansing; and an open redirection attack, reported by Shailesh Suthar. Thank you […]</div></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'http://wptavern.com/shiny-updates-version-2-adds-functionality-for-themes-and-bulk-plugin-updates\'>WPTavern: Shiny Updates Version 2 Adds Functionality for Themes and Bulk Plugin Updates</a></li><li><a class=\'rsswidget\' href=\'https://poststatus.com/a-day-of-rest-review/\'>Post Status: The first WordPress REST API conference, in review</a></li><li><a class=\'rsswidget\' href=\'http://wptavern.com/a-day-of-rest-conference-successful-81-would-attend-again\'>WPTavern: A Day of REST Conference Successful, 81% Would Attend Again</a></li></ul></div><div class=\"rss-widget\"><ul><li class=\'dashboard-news-plugin\'><span>Popular Plugin:</span> <a href=\'https://wordpress.org/plugins/wpclef/\' class=\'dashboard-news-plugin-link\'>Clef Two-Factor Authentication</a> <span>(<a href=\'plugin-install.php?tab=plugin-information&plugin=wpclef&_wpnonce=214e5dfe18&TB_iframe=true&width=600&height=800\' class=\'thickbox\' title=\'Clef Two-Factor Authentication\'>Install</a>)</span></li></ul></div>','no'),(147,'WPLANG','','yes'),(558,'cnb','a:6:{s:6:\"active\";s:1:\"1\";s:6:\"number\";s:14:\"(772) 288-6260\";s:5:\"color\";s:7:\"#009900\";s:10:\"appearance\";s:5:\"right\";s:8:\"tracking\";s:1:\"0\";s:4:\"show\";s:0:\"\";}','yes'),(164,'theme_mods_twentyfourteen','a:1:{s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1427240159;s:4:\"data\";a:4:{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:{}}}}','yes'),(165,'current_theme','CleanBiz - Multipurpose Wordpress Theme','yes'),(166,'theme_mods_a1','a:3:{i:0;b:0;s:18:\"nav_menu_locations\";a:2:{s:7:\"primary\";i:2;s:9:\"secondary\";i:2;}s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1428960014;s:4:\"data\";a:3:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:0:{}s:15:\"primary-sidebar\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}}}}','yes'),(167,'theme_switched','','yes'),(168,'a1_theme_options','a:63:{s:4:\"logo\";s:91:\"http://03c1307.netsolhost.com/tccwordpress/wp-content/uploads/2015/03/tropical-computer.jpg\";s:7:\"favicon\";s:0:\"\";s:5:\"phone\";s:12:\"772-288-6260\";s:5:\"email\";s:0:\"\";s:5:\"fburl\";s:61:\"https://www.facebook.com/pages/Tropical-Computer/296301970652\";s:7:\"twitter\";s:0:\"\";s:9:\"pinterest\";s:0:\"\";s:10:\"googleplus\";s:0:\"\";s:10:\"footertext\";s:22:\"2015 Tropical Computer\";s:14:\"footer-content\";s:28:\"VETERAN OWNED SMALL BUSINESS\";s:12:\"slider-img-1\";s:0:\"\";s:14:\"slidecaption-1\";s:0:\"\";s:17:\"slidebuttontext-1\";s:0:\"\";s:17:\"slidebuttonlink-1\";s:0:\"\";s:12:\"slider-img-2\";s:0:\"\";s:14:\"slidecaption-2\";s:0:\"\";s:17:\"slidebuttontext-2\";s:0:\"\";s:17:\"slidebuttonlink-2\";s:0:\"\";s:12:\"slider-img-3\";s:0:\"\";s:14:\"slidecaption-3\";s:0:\"\";s:17:\"slidebuttontext-3\";s:0:\"\";s:17:\"slidebuttonlink-3\";s:0:\"\";s:12:\"slider-img-4\";s:0:\"\";s:14:\"slidecaption-4\";s:0:\"\";s:17:\"slidebuttontext-4\";s:0:\"\";s:17:\"slidebuttonlink-4\";s:0:\"\";s:12:\"slider-img-5\";s:0:\"\";s:14:\"slidecaption-5\";s:0:\"\";s:17:\"slidebuttontext-5\";s:0:\"\";s:17:\"slidebuttonlink-5\";s:0:\"\";s:9:\"coretitle\";s:0:\"\";s:11:\"corecaption\";s:0:\"\";s:11:\"home-icon-1\";s:0:\"\";s:15:\"section-title-1\";s:0:\"\";s:17:\"section-content-1\";s:0:\"\";s:11:\"home-icon-2\";s:0:\"\";s:15:\"section-title-2\";s:0:\"\";s:17:\"section-content-2\";s:0:\"\";s:11:\"home-icon-3\";s:0:\"\";s:15:\"section-title-3\";s:0:\"\";s:17:\"section-content-3\";s:0:\"\";s:12:\"producttitle\";s:0:\"\";s:14:\"productcaption\";s:0:\"\";s:14:\"productcontent\";s:0:\"\";s:18:\"product-form-email\";s:0:\"\";s:15:\"get-touch-title\";s:0:\"\";s:17:\"get-touch-caption\";s:0:\"\";s:14:\"get-touch-logo\";s:0:\"\";s:18:\"contactus-now-text\";s:0:\"\";s:14:\"get-touch-page\";s:0:\"\";s:9:\"blogtitle\";s:0:\"\";s:13:\"entry-meta-by\";s:0:\"\";s:13:\"entry-meta-in\";s:0:\"\";s:13:\"entry-meta-on\";s:0:\"\";s:19:\"entry-meta-comments\";s:0:\"\";s:15:\"entry-meta-tags\";s:0:\"\";s:15:\"portfolio-title\";s:0:\"\";s:17:\"portfolio-caption\";s:0:\"\";s:16:\"portfolio-number\";s:0:\"\";s:18:\"testimonials-title\";s:0:\"\";s:20:\"testimonials-caption\";s:0:\"\";s:13:\"company-title\";s:0:\"\";s:17:\"companies-caption\";s:0:\"\";}','yes'),(176,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:1:{i:0;i:2;}}','yes'),(180,'theme_mods_appointment','a:2:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:7:\"primary\";i:2;}}','yes'),(181,'appointment_options','a:83:{s:18:\"webriti_stylesheet\";s:11:\"default.css\";s:25:\"custom_background_enabled\";s:3:\"off\";s:20:\"upload_image_favicon\";s:0:\"\";s:6:\"height\";s:3:\"131\";s:5:\"width\";s:3:\"275\";s:17:\"webrit_custom_css\";s:0:\"\";s:19:\"home_banner_enabled\";s:2:\"on\";s:17:\"home_post_enabled\";s:2:\"on\";s:12:\"slider_total\";i:4;s:12:\"slider_radio\";s:4:\"demo\";s:14:\"slider_options\";s:5:\"slide\";s:23:\"slider_transition_delay\";s:4:\"2000\";s:22:\"slider_select_category\";s:13:\"Uncategorized\";s:20:\"featured_slider_post\";s:0:\"\";s:20:\"front_callout_enable\";s:2:\"on\";s:20:\"front_contact1_title\";s:28:\"Have a question? Call us now\";s:18:\"front_contact1_val\";s:14:\"+82 334 843 52\";s:16:\"contact_one_icon\";s:11:\"fa fa-phone\";s:20:\"front_contact2_title\";s:19:\"We are open Mon-Fri\";s:18:\"front_contact2_val\";s:23:\"Mon - Fri 08.00 - 18.00\";s:16:\"contact_two_icon\";s:13:\"fa fa-clock-o\";s:20:\"front_contact3_title\";s:15:\"Drop us an mail\";s:18:\"front_contact3_val\";s:20:\"info@yoursupport.com\";s:18:\"contact_three_icon\";s:14:\"fa fa-envelope\";s:23:\"service_section_enabled\";s:2:\"on\";s:13:\"service_title\";s:13:\"Why Choose Us\";s:19:\"service_description\";s:53:\"We Work with New Customers anad Grow Their Businesses\";s:16:\"service_one_icon\";s:12:\"fa fa-bell-o\";s:17:\"service_one_title\";s:11:\"Easy to Use\";s:23:\"service_one_description\";s:110:\"Lorem ipsum dolor sit amet, consectetur adipisicing elit. Consec tetur adipisicing elit dignissim dapib tumst.\";s:16:\"service_two_icon\";s:12:\"fa fa-mobile\";s:17:\"service_two_title\";s:17:\"Responsive Design\";s:23:\"service_two_description\";s:110:\"Lorem ipsum dolor sit amet, consectetur adipisicing elit. Consec tetur adipisicing elit dignissim dapib tumst.\";s:18:\"service_three_icon\";s:12:\"fa fa-laptop\";s:19:\"service_three_title\";s:13:\"Very Flexible\";s:25:\"service_three_description\";s:110:\"Lorem ipsum dolor sit amet, consectetur adipisicing elit. Consec tetur adipisicing elit dignissim dapib tumst.\";s:17:\"service_four_icon\";s:13:\"fa fa-support\";s:18:\"service_four_title\";s:12:\"Well Support\";s:24:\"service_four_description\";s:148:\"Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Cras mattis consectetur purus sit amet ferment etiam porta sem malesuada magna mollis.\";s:17:\"service_five_icon\";s:10:\"fa fa-code\";s:18:\"service_five_title\";s:10:\"Clean Code\";s:24:\"service_five_description\";s:110:\"Lorem ipsum dolor sit amet, consectetur adipisicing elit. Consec tetur adipisicing elit dignissim dapib tumst.\";s:16:\"service_six_icon\";s:9:\"fa fa-cog\";s:17:\"service_six_title\";s:12:\"Customizable\";s:23:\"service_six_description\";s:110:\"Lorem ipsum dolor sit amet, consectetur adipisicing elit. Consec tetur adipisicing elit dignissim dapib tumst.\";s:17:\"home_blog_enabled\";s:3:\"off\";s:12:\"blog_heading\";s:11:\"Latest News\";s:16:\"blog_description\";s:22:\"ipsum therefore always\";s:26:\"home_meta_section_settings\";s:2:\"on\";s:18:\"post_display_count\";s:1:\"2\";s:25:\"blog_selected_category_id\";a:1:{i:0;s:1:\"1\";}s:27:\"header_social_media_enabled\";s:2:\"on\";s:22:\"facebook_media_enabled\";s:2:\"on\";s:21:\"twitter_media_enabled\";s:2:\"on\";s:22:\"linkedin_media_enabled\";s:2:\"on\";s:26:\"social_media_facebook_link\";s:61:\"https://www.facebook.com/pages/Tropical-Computer/296301970652\";s:25:\"social_media_twitter_link\";s:1:\"#\";s:26:\"social_media_linkedin_link\";s:1:\"#\";s:21:\"meta_section_settings\";s:2:\"on\";s:21:\"logo_section_settings\";s:2:\"on\";s:17:\"upload_image_logo\";s:109:\"http://03c1307.netsolhost.com/tccwordpress/wp-content/uploads/2015/03/tropical-computer-rectangle-300x177.jpg\";s:10:\"text_title\";s:3:\"off\";s:26:\"home_call_out_area_enabled\";s:2:\"on\";s:19:\"home_call_out_title\";s:33:\"Want to say Hey or find out more?\";s:25:\"home_call_out_description\";s:100:\"Reprehen derit in voluptate velit cillum dolore eu fugiat nulla pariaturs sint occaecat proidentse.\";s:23:\"home_call_out_btn1_text\";s:13:\"Purshase Now!\";s:23:\"home_call_out_btn1_link\";s:0:\"\";s:30:\"home_call_out_btn1_link_target\";s:2:\"on\";s:23:\"home_call_out_btn2_text\";s:13:\"Get in touch!\";s:23:\"home_call_out_btn2_link\";s:0:\"\";s:30:\"home_call_out_btn2_link_target\";s:2:\"on\";s:21:\"footer_copyright_text\";s:77:\"<p>Copyright 2015 <a href=\"#\">Tropical Computer</a>. All rights reserved</p> \";s:27:\"footer_social_media_enabled\";s:2:\"on\";s:29:\"footer_facebook_media_enabled\";s:2:\"on\";s:28:\"footer_twitter_media_enabled\";s:2:\"on\";s:29:\"footer_linkedin_media_enabled\";s:2:\"on\";s:31:\"footer_googleplus_media_enabled\";s:2:\"on\";s:26:\"footer_skype_media_enabled\";s:2:\"on\";s:33:\"footer_social_media_facebook_link\";s:61:\"https://www.facebook.com/pages/Tropical-Computer/296301970652\";s:32:\"footer_social_media_twitter_link\";s:1:\"#\";s:33:\"footer_social_media_linkedin_link\";s:1:\"#\";s:35:\"footer_social_media_googleplus_link\";s:1:\"#\";s:30:\"footer_social_media_skype_link\";s:1:\"#\";}','yes'),(236,'kirki_version','0.8.2','yes'),(1356,'category_children','a:0:{}','yes'),(272,'theme_mods_wen-corporate','a:11:{i:0;b:0;s:16:\"background_color\";s:6:\"160c3f\";s:13:\"wen_site_logo\";s:101:\"http://03c1307.netsolhost.com/tccwordpress/wp-content/uploads/2015/03/tropical-computer-rectangle.jpg\";s:17:\"wen_header_layout\";s:8:\"layout-1\";s:25:\"wen_show_social_in_header\";s:1:\"1\";s:18:\"wen_footer_widgets\";s:1:\"3\";s:15:\"wen_blog_layout\";s:7:\"excerpt\";s:17:\"wen_slider_status\";s:6:\"enable\";s:18:\"wen_slider_display\";s:14:\"home-page-only\";s:19:\"wen_slider_category\";s:1:\"1\";s:14:\"wen_show_pager\";s:1:\"1\";}','yes'),(273,'theme_switched_via_customizer','','yes'),(566,'theme_mods_i-excel','a:12:{i:0;b:0;s:9:\"top_phone\";s:12:\"772.288.6260\";s:9:\"top_email\";s:24:\"jim@tropicalcomputer.com\";s:4:\"logo\";s:101:\"http://03c1307.netsolhost.com/tccwordpress/wp-content/uploads/2015/03/tropical-computer-rectangle.jpg\";s:11:\"wide_layout\";b:1;s:22:\"itrans_social_facebook\";s:61:\"https://www.facebook.com/pages/Tropical-Computer/296301970652\";s:21:\"itrans_social_twitter\";s:0:\"\";s:20:\"itrans_social_flickr\";s:0:\"\";s:18:\"itrans_social_feed\";s:0:\"\";s:23:\"itrans_social_instagram\";s:0:\"\";s:24:\"itrans_social_googleplus\";s:0:\"\";s:21:\"itrans_social_youtube\";s:0:\"\";}','yes'),(240,'theme_mods_chromatic','a:2:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:7:\"primary\";i:2;}}','yes'),(275,'widget_wen-corporate-service','a:2:{i:2;a:21:{s:5:\"title\";s:8:\"Services\";s:13:\"block_title_1\";s:0:\"\";s:12:\"block_icon_1\";s:7:\"fa-cogs\";s:19:\"block_description_1\";s:0:\"\";s:17:\"block_read_more_1\";s:9:\"Read more\";s:11:\"block_url_1\";s:0:\"\";s:13:\"block_title_2\";s:0:\"\";s:12:\"block_icon_2\";s:7:\"fa-cogs\";s:19:\"block_description_2\";s:0:\"\";s:17:\"block_read_more_2\";s:9:\"Read more\";s:11:\"block_url_2\";s:0:\"\";s:13:\"block_title_3\";s:0:\"\";s:12:\"block_icon_3\";s:7:\"fa-cogs\";s:19:\"block_description_3\";s:0:\"\";s:17:\"block_read_more_3\";s:9:\"Read more\";s:11:\"block_url_3\";s:0:\"\";s:13:\"block_title_4\";s:0:\"\";s:12:\"block_icon_4\";s:7:\"fa-cogs\";s:19:\"block_description_4\";s:0:\"\";s:17:\"block_read_more_4\";s:9:\"Read more\";s:11:\"block_url_4\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(241,'chromatic-options','a:30:{s:4:\"logo\";s:5:\"image\";s:15:\"site_title_icon\";s:0:\"\";s:12:\"show_tagline\";s:1:\"1\";s:10:\"logo_image\";s:101:\"http://03c1307.netsolhost.com/tccwordpress/wp-content/uploads/2015/03/tropical-computer-rectangle.jpg\";s:7:\"favicon\";s:0:\"\";s:9:\"site_info\";s:14:\"<!--default-->\";s:12:\"accent_color\";s:7:\"#231e60\";s:11:\"accent_font\";s:7:\"#ffffff\";s:10:\"background\";a:7:{s:5:\"color\";s:7:\"#ffffff\";s:4:\"type\";s:10:\"predefined\";s:7:\"pattern\";s:1:\"0\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:8:\"position\";s:10:\"top center\";s:10:\"attachment\";s:6:\"scroll\";}s:14:\"box_background\";a:7:{s:5:\"color\";s:7:\"#ffffff\";s:4:\"type\";s:10:\"predefined\";s:7:\"pattern\";s:1:\"0\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:8:\"position\";s:10:\"top center\";s:10:\"attachment\";s:6:\"scroll\";}s:11:\"site_layout\";s:7:\"stretch\";s:10:\"site_width\";s:4:\"1260\";s:7:\"sidebar\";s:10:\"wide-right\";s:13:\"sidebar_pages\";s:10:\"wide-right\";s:13:\"sidebar_posts\";s:10:\"wide-right\";s:6:\"footer\";s:3:\"3-1\";s:20:\"archive_post_content\";s:7:\"excerpt\";s:17:\"archive_post_meta\";a:5:{s:6:\"author\";b:0;s:4:\"date\";s:1:\"1\";s:4:\"cats\";s:1:\"1\";s:4:\"tags\";b:0;s:8:\"comments\";b:0;}s:14:\"excerpt_length\";s:0:\"\";s:9:\"read_more\";s:0:\"\";s:19:\"post_featured_image\";s:1:\"1\";s:9:\"post_meta\";a:5:{s:6:\"author\";s:1:\"1\";s:4:\"date\";s:1:\"1\";s:4:\"cats\";s:1:\"1\";s:4:\"tags\";s:1:\"1\";s:8:\"comments\";s:1:\"1\";}s:18:\"post_meta_location\";s:3:\"top\";s:20:\"post_prev_next_links\";s:1:\"1\";s:28:\"widgetized_template_sections\";a:7:{s:11:\"slider_html\";s:3:\"1,1\";s:10:\"slider_img\";s:3:\"2,1\";s:6:\"area_a\";s:3:\"3,1\";s:6:\"area_b\";s:3:\"4,1\";s:6:\"area_c\";s:3:\"5,1\";s:6:\"area_d\";s:3:\"6,1\";s:7:\"content\";s:3:\"7,0\";}s:32:\"widgetized_template_area_d_width\";s:5:\"50-50\";s:20:\"wt_html_slider_width\";s:5:\"boxed\";s:14:\"wt_html_slider\";a:4:{s:2:\"g0\";a:5:{s:5:\"image\";s:122:\"http://03c1307.netsolhost.com/tccwordpress/wp-content/uploads/2015/03/10988275_10152576259180653_5542485206646291387_n.jpg\";s:7:\"content\";s:410:\"<h3>U.S. Veteran Owned & Operated</h3>\r\n<p>Visit Us In Hobe Sound, FL or Call 772.288.6260</p>\r\n<p>For 23 years, Tropical Computer Consultants (TCC) has provided professional IT and computer network consulting, system design, disaster recovery, exchange server integration, repair and support for our commercial and residential customers. Custom PC sales and installation services are also available.</p>\r\n\";s:6:\"button\";s:0:\"\";s:3:\"url\";s:0:\"\";s:10:\"background\";a:7:{s:5:\"color\";s:7:\"#ffffff\";s:4:\"type\";s:10:\"predefined\";s:7:\"pattern\";s:1:\"0\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:8:\"position\";s:10:\"top center\";s:10:\"attachment\";s:6:\"scroll\";}}s:2:\"g1\";a:5:{s:5:\"image\";s:122:\"http://03c1307.netsolhost.com/tccwordpress/wp-content/uploads/2015/03/10923806_10152502411280653_1623438138705472952_o.jpg\";s:7:\"content\";s:124:\"<h3>Network Products</h3>\r\n<p>We are proud to offer the largest selection of network products in southern Martin County.</p>\";s:6:\"button\";s:0:\"\";s:3:\"url\";s:0:\"\";s:10:\"background\";a:7:{s:5:\"color\";s:7:\"#ffffff\";s:4:\"type\";s:10:\"predefined\";s:7:\"pattern\";s:1:\"0\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:8:\"position\";s:10:\"top center\";s:10:\"attachment\";s:6:\"scroll\";}}s:2:\"g2\";a:5:{s:5:\"image\";s:122:\"http://03c1307.netsolhost.com/tccwordpress/wp-content/uploads/2015/03/10862587_10152502411420653_4784434501972749359_o.jpg\";s:7:\"content\";s:160:\"<h3>Computer Cables, Adapters & Parts</h3>\r\n<p>Choose from thousands of cables, adapters and parts in stock and ready to be installed for quick service!</p>\";s:6:\"button\";s:0:\"\";s:3:\"url\";s:0:\"\";s:10:\"background\";a:7:{s:5:\"color\";s:7:\"#ffffff\";s:4:\"type\";s:10:\"predefined\";s:7:\"pattern\";s:1:\"0\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:8:\"position\";s:10:\"top center\";s:10:\"attachment\";s:6:\"scroll\";}}s:2:\"g3\";a:5:{s:5:\"image\";s:0:\"\";s:7:\"content\";s:0:\"\";s:6:\"button\";s:0:\"\";s:3:\"url\";s:0:\"\";s:10:\"background\";a:7:{s:5:\"color\";s:7:\"#ffffff\";s:4:\"type\";s:10:\"predefined\";s:7:\"pattern\";s:1:\"0\";s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:8:\"position\";s:10:\"top center\";s:10:\"attachment\";s:6:\"scroll\";}}}s:19:\"wt_img_slider_width\";s:5:\"boxed\";s:13:\"wt_img_slider\";a:4:{s:2:\"g0\";a:2:{s:5:\"image\";s:0:\"\";s:3:\"url\";s:0:\"\";}s:2:\"g1\";a:2:{s:5:\"image\";s:0:\"\";s:3:\"url\";s:0:\"\";}s:2:\"g2\";a:2:{s:5:\"image\";s:0:\"\";s:3:\"url\";s:0:\"\";}s:2:\"g3\";a:2:{s:5:\"image\";s:0:\"\";s:3:\"url\";s:0:\"\";}}}','yes'),(5227,'rewrite_rules','a:150:{s:19:\"sitemap_index\\.xml$\";s:19:\"index.php?sitemap=1\";s:31:\"([^/]+?)-sitemap([0-9]+)?\\.xml$\";s:51:\"index.php?sitemap=$matches[1]&sitemap_n=$matches[2]\";s:24:\"([a-z]+)?-?sitemap\\.xsl$\";s:25:\"index.php?xsl=$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: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: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: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: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:57:\"portfolio-category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:57:\"index.php?portfolio-category=$matches[1]&feed=$matches[2]\";s:52:\"portfolio-category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:57:\"index.php?portfolio-category=$matches[1]&feed=$matches[2]\";s:45:\"portfolio-category/(.+?)/page/?([0-9]{1,})/?$\";s:58:\"index.php?portfolio-category=$matches[1]&paged=$matches[2]\";s:27:\"portfolio-category/(.+?)/?$\";s:40:\"index.php?portfolio-category=$matches[1]\";s:36:\"services/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:46:\"services/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:66:\"services/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"services/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"services/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:42:\"services/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:25:\"services/([^/]+)/embed/?$\";s:41:\"index.php?services=$matches[1]&embed=true\";s:29:\"services/([^/]+)/trackback/?$\";s:35:\"index.php?services=$matches[1]&tb=1\";s:37:\"services/([^/]+)/page/?([0-9]{1,})/?$\";s:48:\"index.php?services=$matches[1]&paged=$matches[2]\";s:44:\"services/([^/]+)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?services=$matches[1]&cpage=$matches[2]\";s:33:\"services/([^/]+)(?:/([0-9]+))?/?$\";s:47:\"index.php?services=$matches[1]&page=$matches[2]\";s:25:\"services/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:35:\"services/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:55:\"services/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:50:\"services/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:50:\"services/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:31:\"services/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:42:\"portfolio-item/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:52:\"portfolio-item/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:72:\"portfolio-item/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"portfolio-item/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"portfolio-item/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:48:\"portfolio-item/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:31:\"portfolio-item/([^/]+)/embed/?$\";s:45:\"index.php?pi_portfolio=$matches[1]&embed=true\";s:35:\"portfolio-item/([^/]+)/trackback/?$\";s:39:\"index.php?pi_portfolio=$matches[1]&tb=1\";s:43:\"portfolio-item/([^/]+)/page/?([0-9]{1,})/?$\";s:52:\"index.php?pi_portfolio=$matches[1]&paged=$matches[2]\";s:50:\"portfolio-item/([^/]+)/comment-page-([0-9]{1,})/?$\";s:52:\"index.php?pi_portfolio=$matches[1]&cpage=$matches[2]\";s:39:\"portfolio-item/([^/]+)(?:/([0-9]+))?/?$\";s:51:\"index.php?pi_portfolio=$matches[1]&page=$matches[2]\";s:31:\"portfolio-item/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:41:\"portfolio-item/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:61:\"portfolio-item/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"portfolio-item/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"portfolio-item/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:37:\"portfolio-item/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:39:\"team-member/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:49:\"team-member/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:69:\"team-member/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"team-member/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"team-member/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:45:\"team-member/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:28:\"team-member/([^/]+)/embed/?$\";s:45:\"index.php?team_members=$matches[1]&embed=true\";s:32:\"team-member/([^/]+)/trackback/?$\";s:39:\"index.php?team_members=$matches[1]&tb=1\";s:40:\"team-member/([^/]+)/page/?([0-9]{1,})/?$\";s:52:\"index.php?team_members=$matches[1]&paged=$matches[2]\";s:47:\"team-member/([^/]+)/comment-page-([0-9]{1,})/?$\";s:52:\"index.php?team_members=$matches[1]&cpage=$matches[2]\";s:36:\"team-member/([^/]+)(?:/([0-9]+))?/?$\";s:51:\"index.php?team_members=$matches[1]&page=$matches[2]\";s:28:\"team-member/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:38:\"team-member/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:58:\"team-member/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"team-member/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"team-member/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:34:\"team-member/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:34:\"slider/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:44:\"slider/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:64:\"slider/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"slider/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"slider/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:40:\"slider/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:23:\"slider/([^/]+)/embed/?$\";s:47:\"index.php?pi_nivo_slider=$matches[1]&embed=true\";s:27:\"slider/([^/]+)/trackback/?$\";s:41:\"index.php?pi_nivo_slider=$matches[1]&tb=1\";s:35:\"slider/([^/]+)/page/?([0-9]{1,})/?$\";s:54:\"index.php?pi_nivo_slider=$matches[1]&paged=$matches[2]\";s:42:\"slider/([^/]+)/comment-page-([0-9]{1,})/?$\";s:54:\"index.php?pi_nivo_slider=$matches[1]&cpage=$matches[2]\";s:31:\"slider/([^/]+)(?:/([0-9]+))?/?$\";s:53:\"index.php?pi_nivo_slider=$matches[1]&page=$matches[2]\";s:23:\"slider/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:33:\"slider/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:53:\"slider/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:48:\"slider/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:48:\"slider/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:29:\"slider/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";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:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:39:\"index.php?&page_id=13&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: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: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: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: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: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: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'),(278,'redux','a:83:{s:8:\"last_tab\";s:0:\"\";s:26:\"thinkup_general_logoswitch\";s:7:\"option2\";s:24:\"thinkup_general_logolink\";a:4:{s:3:\"url\";s:101:\"http://03c1307.netsolhost.com/tccwordpress/wp-content/uploads/2015/03/tropical-computer-rectangle.jpg\";s:2:\"id\";s:2:\"12\";s:6:\"height\";s:3:\"221\";s:5:\"width\";s:3:\"375\";}s:30:\"thinkup_general_logolinkretina\";a:4:{s:3:\"url\";s:101:\"http://03c1307.netsolhost.com/tccwordpress/wp-content/uploads/2015/03/tropical-computer-rectangle.jpg\";s:2:\"id\";s:2:\"12\";s:6:\"height\";s:3:\"221\";s:5:\"width\";s:3:\"375\";}s:25:\"thinkup_general_sitetitle\";s:33:\"PC, MAC, iPHONE & iPAD REPAIR\";s:31:\"thinkup_general_sitedescription\";s:44:\"ON-SITE or WALK-IN Service - Free Estimates.\";s:27:\"thinkup_general_faviconlink\";a:4:{s:3:\"url\";s:82:\"http://03c1307.netsolhost.com/tccwordpress/wp-content/uploads/2015/04/favicon1.ico\";s:2:\"id\";s:2:\"47\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";}s:22:\"thinkup_general_layout\";s:7:\"option1\";s:24:\"thinkup_general_sidebars\";s:7:\"Sidebar\";s:33:\"thinkup_general_fixedlayoutswitch\";s:0:\"\";s:32:\"thinkup_general_breadcrumbswitch\";s:3:\"off\";s:35:\"thinkup_general_breadcrumbdelimeter\";s:1:\"/\";s:25:\"thinkup_general_customcss\";s:0:\"\";s:31:\"thinkup_general_customjavafront\";s:0:\"\";s:23:\"thinkup_homepage_layout\";s:7:\"option1\";s:25:\"thinkup_homepage_sidebars\";s:7:\"Sidebar\";s:29:\"thinkup_homepage_sliderswitch\";s:7:\"option1\";s:27:\"thinkup_homepage_slidername\";s:0:\"\";s:29:\"thinkup_homepage_sliderpreset\";a:3:{i:0;a:8:{s:11:\"slide_title\";s:0:\"\";s:17:\"slide_description\";s:0:\"\";s:9:\"slide_url\";s:0:\"\";s:10:\"slide_sort\";s:1:\"0\";s:14:\"slide_image_id\";s:2:\"19\";s:15:\"slide_image_url\";s:122:\"http://03c1307.netsolhost.com/tccwordpress/wp-content/uploads/2015/03/10923806_10152502411280653_1623438138705472952_o.jpg\";s:18:\"slide_image_height\";s:4:\"1152\";s:17:\"slide_image_width\";s:4:\"2048\";}i:1;a:8:{s:11:\"slide_title\";s:0:\"\";s:17:\"slide_description\";s:0:\"\";s:9:\"slide_url\";s:0:\"\";s:10:\"slide_sort\";s:1:\"1\";s:14:\"slide_image_id\";s:2:\"20\";s:15:\"slide_image_url\";s:122:\"http://03c1307.netsolhost.com/tccwordpress/wp-content/uploads/2015/03/10862587_10152502411420653_4784434501972749359_o.jpg\";s:18:\"slide_image_height\";s:4:\"1152\";s:17:\"slide_image_width\";s:4:\"2048\";}i:2;a:8:{s:11:\"slide_title\";s:0:\"\";s:17:\"slide_description\";s:0:\"\";s:9:\"slide_url\";s:0:\"\";s:10:\"slide_sort\";s:1:\"2\";s:14:\"slide_image_id\";s:2:\"39\";s:15:\"slide_image_url\";s:122:\"http://03c1307.netsolhost.com/tccwordpress/wp-content/uploads/2015/04/10931201_10152502411265653_2224558694539044047_o.jpg\";s:18:\"slide_image_height\";s:4:\"1152\";s:17:\"slide_image_width\";s:4:\"2048\";}}s:34:\"thinkup_homepage_sliderpresetwidth\";s:3:\"off\";s:35:\"thinkup_homepage_sliderpresetheight\";s:3:\"415\";s:28:\"thinkup_homepage_introswitch\";s:1:\"1\";s:28:\"thinkup_homepage_introaction\";s:33:\"Contact Us For Your Free Estimate\";s:34:\"thinkup_homepage_introactionteaser\";s:136:\"We offer FREE ESTIMATES and ON-SITE or WALK-IN Service. Call us at (772) 288-6260 or email us. \r\nWe want to help you get up and running!\";s:34:\"thinkup_homepage_introactionbutton\";s:7:\"Contact\";s:32:\"thinkup_homepage_introactionlink\";s:7:\"option1\";s:32:\"thinkup_homepage_introactionpage\";s:2:\"24\";s:34:\"thinkup_homepage_introactioncustom\";s:0:\"\";s:30:\"thinkup_homepage_sectionswitch\";s:1:\"1\";s:31:\"thinkup_homepage_section1_image\";a:4:{s:3:\"url\";s:83:\"http://03c1307.netsolhost.com/tccwordpress/wp-content/uploads/2015/06/featured1.png\";s:2:\"id\";s:2:\"59\";s:6:\"height\";s:3:\"350\";s:5:\"width\";s:4:\"1500\";}s:31:\"thinkup_homepage_section1_title\";s:35:\"PC, Mac, iPhone & Tablet Repair\";s:30:\"thinkup_homepage_section1_desc\";s:383:\"Computer repair is a sensitive subject for many of our customers; we understand your concerns. Whether you have a need for computer services in your office, corporate environment or home we would be happy to assist you. If you are experiencing computer problems and are in need of a computer technician to assist you with \"troubleshooting\" your computer problem, contact us today! \r\n\";s:30:\"thinkup_homepage_section1_link\";s:1:\"7\";s:31:\"thinkup_homepage_section2_image\";a:4:{s:3:\"url\";s:82:\"http://03c1307.netsolhost.com/tccwordpress/wp-content/uploads/2015/06/featured.png\";s:2:\"id\";s:2:\"57\";s:6:\"height\";s:3:\"350\";s:5:\"width\";s:4:\"1500\";}s:31:\"thinkup_homepage_section2_title\";s:8:\"Services\";s:30:\"thinkup_homepage_section2_desc\";s:605:\"If you require help installing wireless networking, troubleshooting, preventive maintenance, installing routers, installing hubs, installing hard drives, setting up printers, setting up computers or helping you get back online, we can help! We are committed to helping our customers get the kinds of value, convenience and enjoyment they are looking for from their computer systems, while avoiding as much of the pain as possible. We have the ability to run cables, Ethernet and Coax, upon request. Also the ability to terminate cable ends and wall jacks in new installs or to repair existing cable runs.\";s:30:\"thinkup_homepage_section2_link\";s:1:\"5\";s:31:\"thinkup_homepage_section3_image\";a:4:{s:3:\"url\";s:82:\"http://03c1307.netsolhost.com/tccwordpress/wp-content/uploads/2015/06/featured.png\";s:2:\"id\";s:2:\"57\";s:6:\"height\";s:3:\"350\";s:5:\"width\";s:4:\"1500\";}s:31:\"thinkup_homepage_section3_title\";s:18:\"Cables & Parts\";s:30:\"thinkup_homepage_section3_desc\";s:361:\"Tropical Computer has thousands of parts in stock. Almost too many to list here… Since the owner has been servicing PC\'s and other electronic equipment for over 30 years, if you are looking for something, just give us a call to see if we can help you. With several parts warehouses in the area, we can normally get the pert you are looking for the same day.\r\n\";s:30:\"thinkup_homepage_section3_link\";s:2:\"24\";s:27:\"thinkup_header_searchswitch\";s:3:\"off\";s:27:\"thinkup_header_socialswitch\";s:1:\"1\";s:28:\"thinkup_header_socialmessage\";s:20:\"Join Us on Facebook!\";s:29:\"thinkup_header_facebookswitch\";s:1:\"1\";s:27:\"thinkup_header_facebooklink\";s:61:\"https://www.facebook.com/pages/Tropical-Computer/296301970652\";s:33:\"thinkup_header_facebookcustomicon\";a:4:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";}s:28:\"thinkup_header_twitterswitch\";s:3:\"off\";s:26:\"thinkup_header_twitterlink\";s:0:\"\";s:32:\"thinkup_header_twittercustomicon\";a:4:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";}s:27:\"thinkup_header_googleswitch\";s:1:\"0\";s:25:\"thinkup_header_googlelink\";s:0:\"\";s:31:\"thinkup_header_googlecustomicon\";a:4:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";}s:29:\"thinkup_header_linkedinswitch\";s:1:\"0\";s:27:\"thinkup_header_linkedinlink\";s:0:\"\";s:33:\"thinkup_header_linkedincustomicon\";a:4:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";}s:27:\"thinkup_header_flickrswitch\";s:1:\"0\";s:25:\"thinkup_header_flickrlink\";s:0:\"\";s:31:\"thinkup_header_flickrcustomicon\";a:4:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";}s:28:\"thinkup_header_youtubeswitch\";s:1:\"0\";s:26:\"thinkup_header_youtubelink\";s:0:\"\";s:32:\"thinkup_header_youtubecustomicon\";a:4:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";}s:24:\"thinkup_header_rssswitch\";s:1:\"0\";s:22:\"thinkup_header_rsslink\";s:0:\"\";s:28:\"thinkup_header_rsscustomicon\";a:4:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";}s:21:\"thinkup_footer_layout\";s:7:\"option4\";s:27:\"thinkup_footer_widgetswitch\";s:1:\"1\";s:19:\"thinkup_blog_layout\";s:7:\"option3\";s:21:\"thinkup_blog_sidebars\";s:7:\"Sidebar\";s:23:\"thinkup_blog_postswitch\";s:7:\"option1\";s:19:\"thinkup_post_layout\";s:7:\"option3\";s:21:\"thinkup_post_sidebars\";s:7:\"Sidebar\";s:14:\"REDUX_imported\";b:0;s:33:\"thinkup_header_facebookiconswitch\";i:0;s:32:\"thinkup_header_twittericonswitch\";i:0;s:31:\"thinkup_header_googleiconswitch\";i:0;s:33:\"thinkup_header_linkediniconswitch\";i:0;s:31:\"thinkup_header_flickriconswitch\";i:0;s:32:\"thinkup_header_youtubeiconswitch\";i:0;s:28:\"thinkup_header_rssiconswitch\";i:0;s:19:\"info_page_structure\";s:0:\"\";s:16:\"promotion-header\";s:0:\"\";s:12:\"theme-alante\";s:0:\"\";}','yes'),(1296,'acx_csma_date_time','1450814880','yes'),(281,'theme_mods_minamaze','a:6:{i:0;b:0;s:18:\"nav_menu_locations\";a:2:{s:11:\"header_menu\";i:2;s:15:\"sub_footer_menu\";i:2;}s:12:\"header_image\";s:104:\"http://03c1307.netsolhost.com/tccwordpress/wp-content/uploads/2015/07/Tropical-Computer-Header-Clear.png\";s:17:\"header_image_data\";O:8:\"stdClass\":5:{s:13:\"attachment_id\";i:61;s:3:\"url\";s:104:\"http://03c1307.netsolhost.com/tccwordpress/wp-content/uploads/2015/07/Tropical-Computer-Header-Clear.png\";s:13:\"thumbnail_url\";s:104:\"http://03c1307.netsolhost.com/tccwordpress/wp-content/uploads/2015/07/Tropical-Computer-Header-Clear.png\";s:6:\"height\";i:200;s:5:\"width\";i:1600;}s:16:\"background_color\";s:6:\"d3d3d3\";s:16:\"header_textcolor\";s:0:\"\";}','yes'),(477,'wpcf7','a:2:{s:7:\"version\";s:5:\"4.4.1\";s:13:\"bulk_validate\";a:4:{s:9:\"timestamp\";i:1456186939;s:7:\"version\";s:3:\"4.4\";s:11:\"count_valid\";i:0;s:13:\"count_invalid\";i:2;}}','yes'),(1248,'thinkup_redux_variables-transients','a:2:{s:14:\"changed_values\";a:0:{}s:9:\"last_save\";i:1448216217;}','yes'),(2989,'_site_transient_browser_6777ab2b6c7634746d0f3a2dfb16f3f0','a:9:{s:8:\"platform\";s:9:\"Macintosh\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"48.0.2564.97\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(616,'jetpack_available_modules','a:1:{s:5:\"3.4.1\";a:36:{s:18:\"after-the-deadline\";s:3:\"1.1\";s:8:\"carousel\";s:3:\"1.5\";s:8:\"comments\";s:3:\"1.4\";s:12:\"contact-form\";s:3:\"1.3\";s:20:\"custom-content-types\";s:3:\"3.1\";s:10:\"custom-css\";s:3:\"1.7\";s:21:\"enhanced-distribution\";s:3:\"1.2\";s:19:\"gravatar-hovercards\";s:3:\"1.1\";s:15:\"infinite-scroll\";s:3:\"2.0\";s:8:\"json-api\";s:3:\"1.9\";s:5:\"latex\";s:3:\"1.1\";s:5:\"likes\";s:3:\"2.2\";s:6:\"manage\";s:3:\"3.4\";s:8:\"markdown\";s:3:\"2.8\";s:9:\"minileven\";s:3:\"1.8\";s:7:\"monitor\";s:3:\"2.6\";s:5:\"notes\";s:3:\"1.9\";s:10:\"omnisearch\";s:3:\"2.3\";s:6:\"photon\";s:3:\"2.0\";s:13:\"post-by-email\";s:3:\"2.0\";s:7:\"protect\";s:3:\"3.4\";s:9:\"publicize\";s:3:\"2.0\";s:13:\"related-posts\";s:3:\"2.9\";s:10:\"sharedaddy\";s:3:\"1.1\";s:10:\"shortcodes\";s:3:\"1.1\";s:10:\"shortlinks\";s:3:\"1.1\";s:9:\"site-icon\";s:3:\"3.2\";s:3:\"sso\";s:3:\"2.6\";s:5:\"stats\";s:3:\"1.1\";s:13:\"subscriptions\";s:3:\"1.2\";s:13:\"tiled-gallery\";s:3:\"2.1\";s:10:\"vaultpress\";s:5:\"0:1.2\";s:18:\"verification-tools\";s:3:\"3.0\";s:10:\"videopress\";s:3:\"2.5\";s:17:\"widget-visibility\";s:3:\"2.4\";s:7:\"widgets\";s:3:\"1.2\";}}','yes'),(618,'jetpack_security_report','a:0:{}','yes'),(619,'jetpack_log','a:1:{i:0;a:4:{s:4:\"time\";i:1429053642;s:7:\"user_id\";i:1;s:7:\"blog_id\";b:0;s:4:\"code\";s:8:\"register\";}}','no'),(620,'jetpack_private_options','a:0:{}','yes'),(3010,'finished_splitting_shared_terms','1','yes'),(3011,'site_icon','0','yes'),(3012,'medium_large_size_w','768','yes'),(3013,'medium_large_size_h','0','yes'),(3023,'can_compress_scripts','1','yes'),(3016,'widget_akismet_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(3017,'widget_rev-slider-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(3018,'widget_pi_tweet_scroll','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(3019,'widget_pi_social_stream','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(3020,'widget_list_categories_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(3021,'widget_dropdown_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(3120,'_site_transient_browser_351ceaaee8d55dd273796d2943537785','a:9:{s:8:\"platform\";s:9:\"Macintosh\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"48.0.2564.103\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(3063,'revslider-notices-dc','a:3:{i:0;s:10:\"TPRS506-01\";i:1;s:10:\"TPRS500-75\";i:2;s:10:\"TPRS515-01\";}','yes'),(3119,'_site_transient_timeout_browser_351ceaaee8d55dd273796d2943537785','1455577794','yes'),(5180,'_transient_timeout_dash_88ae138922fe95674369b1cb3d215a2b','1462018939','no'),(5174,'_transient_timeout_feed_b9388c83948825c1edaef0d856b7b109','1462018939','no'),(5175,'_transient_feed_b9388c83948825c1edaef0d856b7b109','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n \n\";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:117:\"\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:2:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"WordPress Plugins » View: Popular\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"https://wordpress.org/plugins/browse/popular/\";s: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:34:\"WordPress Plugins » View: Popular\";s: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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 30 Apr 2016 00:10: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:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"http://bbpress.org/?v=1.1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:30:{i:0;a:6:{s:4:\"data\";s:30:\"\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:9:\"Yoast SEO\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"https://wordpress.org/plugins/wordpress-seo/#post-8321\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 01 Jan 2009 20:34: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"8321@http://wordpress.org/plugins/\";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:114:\"Improve your WordPress SEO: Write better content and have a fully optimized WordPress site using Yoast SEO 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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Joost de Valk\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:30:\"\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:18:\"Wordfence Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://wordpress.org/plugins/wordfence/#post-29832\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 04 Sep 2011 03:13: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"29832@http://wordpress.org/plugins/\";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:138:\"The Wordfence WordPress security plugin provides free enterprise-class WordPress security, protecting your website from hacks and malware.\";s: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:\"Wordfence\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s: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:7:\"Akismet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"https://wordpress.org/plugins/akismet/#post-15\";s: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, 09 Mar 2007 22:11: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"15@http://wordpress.org/plugins/\";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:98:\"Akismet checks your comments against the Akismet Web service to see if they look like spam or not.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:30:\"\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:14:\"W3 Total Cache\";s:7:\"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/plugins/w3-total-cache/#post-12073\";s: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, 29 Jul 2009 18:46:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"12073@http://wordpress.org/plugins/\";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:132:\"Easy Web Performance Optimization (WPO) using caching: browser, page, object, database, minify and content delivery network support.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Frederick Townes\";s: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:30:\"\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:18:\"WordPress Importer\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"https://wordpress.org/plugins/wordpress-importer/#post-18101\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 20 May 2010 17:42: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"18101@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:101:\"Import posts, pages, comments, custom fields, categories, tags and more from a WordPress export file.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Brian Colinger\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:30:\"\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:19:\"Google XML Sitemaps\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"https://wordpress.org/plugins/google-sitemap-generator/#post-132\";s: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, 09 Mar 2007 22:31: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"132@http://wordpress.org/plugins/\";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:105:\"This plugin will generate a special XML sitemap which will help search engines to better index your 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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Arne Brachhold\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:30:\"\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:11:\"WP-PageNavi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://wordpress.org/plugins/wp-pagenavi/#post-363\";s: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, 09 Mar 2007 23:17: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"363@http://wordpress.org/plugins/\";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:\"Adds a more advanced paging navigation interface.\";s: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:\"Lester Chan\";s: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:30:\"\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:22:\"Advanced Custom Fields\";s:7:\"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:64:\"https://wordpress.org/plugins/advanced-custom-fields/#post-25254\";s: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, 17 Mar 2011 04:07: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"25254@http://wordpress.org/plugins/\";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:68:\"Customise WordPress with powerful, professional and intuitive fields\";s: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:\"elliotcondon\";s: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:30:\"\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:35:\"Google Analytics by MonsterInsights\";s:7:\"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/plugins/google-analytics-for-wordpress/#post-2316\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 14 Sep 2007 12:15: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"2316@http://wordpress.org/plugins/\";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:113:\"Connect Google Analytics with WordPress by adding your Google Analytics tracking code. Get the stats that matter.\";s: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:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:30:\"\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:14:\"Contact Form 7\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"https://wordpress.org/plugins/contact-form-7/#post-2141\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 02 Aug 2007 12: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"2141@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"Just another contact form plugin. Simple but flexible.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Takayuki Miyoshi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:10;a:6:{s:4:\"data\";s:30:\"\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:14:\"WP Super Cache\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"https://wordpress.org/plugins/wp-super-cache/#post-2572\";s: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, 05 Nov 2007 11:40:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"2572@http://wordpress.org/plugins/\";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:73:\"A very fast caching engine for WordPress that produces static html files.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Donncha O Caoimh\";s: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:30:\"\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:21:\"Regenerate Thumbnails\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"https://wordpress.org/plugins/regenerate-thumbnails/#post-6743\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 23 Aug 2008 14:38:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"6743@http://wordpress.org/plugins/\";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:76:\"Allows you to regenerate your thumbnails after changing the thumbnail sizes.\";s: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:25:\"Alex Mills (Viper007Bond)\";s: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:30:\"\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:16:\"TinyMCE Advanced\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"https://wordpress.org/plugins/tinymce-advanced/#post-2082\";s: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, 27 Jun 2007 15:00: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"2082@http://wordpress.org/plugins/\";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:71:\"Enables the advanced features of TinyMCE, the WordPress WYSIWYG editor.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Andrew Ozz\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:13;a:6:{s:4:\"data\";s:30:\"\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:24:\"Jetpack by WordPress.com\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"https://wordpress.org/plugins/jetpack/#post-23862\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 20 Jan 2011 02:21:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"23862@http://wordpress.org/plugins/\";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:107:\"Increase your traffic, view your stats, speed up your site, and protect yourself from hackers with Jetpack.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Tim Moore\";s: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:30:\"\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:14:\"Duplicate Post\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"https://wordpress.org/plugins/duplicate-post/#post-2646\";s: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, 05 Dec 2007 17:40:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"2646@http://wordpress.org/plugins/\";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:22:\"Clone posts and pages.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Lopo\";s: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:30:\"\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:21:\"Really Simple CAPTCHA\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"https://wordpress.org/plugins/really-simple-captcha/#post-9542\";s: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 Mar 2009 02:17:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"9542@http://wordpress.org/plugins/\";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:138:\"Really Simple CAPTCHA is a CAPTCHA module intended to be called from other plugins. It is originally created for my Contact Form 7 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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Takayuki Miyoshi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:16;a:6:{s:4:\"data\";s:30:\"\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:11:\"Hello Dolly\";s:7:\"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://wordpress.org/plugins/hello-dolly/#post-5790\";s: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 May 2008 22:11:34 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"5790@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:150:\"This is not just a plugin, it symbolizes the hope and enthusiasm of an entire generation summed up in two words sung most famously by Louis Armstrong.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:17;a:6:{s:4:\"data\";s:30:\"\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:19:\"All in One SEO Pack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://wordpress.org/plugins/all-in-one-seo-pack/#post-753\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 30 Mar 2007 20:08: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"753@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:150:\"The most downloaded plugin for WordPress (almost 30 million downloads). Use All in One SEO Pack to automatically optimize your site for Search Engines\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"uberdose\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:18;a:6:{s:4:\"data\";s:30:\"\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:15:\"NextGEN Gallery\";s:7:\"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/plugins/nextgen-gallery/#post-1169\";s: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 Apr 2007 20:08: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"1169@http://wordpress.org/plugins/\";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:121:\"The most popular WordPress gallery plugin and one of the most popular plugins of all time with over 14 million downloads.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Alex Rabe\";s: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:30:\"\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:11:\"WooCommerce\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/plugins/woocommerce/#post-29860\";s: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, 05 Sep 2011 08:13:36 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"29860@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:97:\"WooCommerce is a powerful, extendable eCommerce plugin that helps you sell anything. Beautifully.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"WooThemes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:20;a:6:{s:4:\"data\";s:30:\"\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:26:\"Page Builder by SiteOrigin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://wordpress.org/plugins/siteorigin-panels/#post-51888\";s: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, 11 Apr 2013 10:36:42 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"51888@http://wordpress.org/plugins/\";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:111:\"Build responsive page layouts using the widgets you know and love using this simple drag and drop page builder.\";s: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:\"Greg Priday\";s: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:30:\"\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:16:\"Disable 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:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wordpress.org/plugins/disable-comments/#post-26907\";s: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 May 2011 04:42:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"26907@http://wordpress.org/plugins/\";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:134:\"Allows administrators to globally disable comments on their site. Comments can be disabled according to post type. Multisite friendly.\";s: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:\"Samir Shah\";s: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:30:\"\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:18:\"WP Multibyte Patch\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"https://wordpress.org/plugins/wp-multibyte-patch/#post-28395\";s: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, 14 Jul 2011 12:22:53 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"28395@http://wordpress.org/plugins/\";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:71:\"Multibyte functionality enhancement for the WordPress Japanese package.\";s: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:\"plugin-master\";s: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:30:\"\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:27:\"Black Studio TinyMCE Widget\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://wordpress.org/plugins/black-studio-tinymce-widget/#post-31973\";s: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 Nov 2011 15:06: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"31973@http://wordpress.org/plugins/\";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:39:\"The visual editor widget for 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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Marco Chiesi\";s: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:30:\"\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:33:\"Google Analytics Dashboard for WP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"https://wordpress.org/plugins/google-analytics-dashboard-for-wp/#post-50539\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 10 Mar 2013 17:07: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"50539@http://wordpress.org/plugins/\";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:127:\"Displays Google Analytics reports in your WordPress Dashboard. Inserts the latest Google Analytics tracking code in your pages.\";s: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:\"Alin Marcu\";s: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:30:\"\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:\"iThemes Security (formerly Better WP Security)\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"https://wordpress.org/plugins/better-wp-security/#post-21738\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 22 Oct 2010 22:06:05 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"21738@http://wordpress.org/plugins/\";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:146:\"Take the guesswork out of WordPress security. iThemes Security offers 30+ ways to lock down WordPress in an easy-to-use WordPress security 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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"iThemes\";s: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:30:\"\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:30:\"Clef Two-Factor Authentication\";s:7:\"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:48:\"https://wordpress.org/plugins/wpclef/#post-47509\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 27 Dec 2012 01:25: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"47509@http://wordpress.org/plugins/\";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:138:\"Modern two-factor that people love to use: strong authentication without passwords or tokens; single sign on/off; magical user experience.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Dave Ross\";s: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:30:\"\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:\"UpdraftPlus Backup and Restoration\";s:7:\"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:53:\"https://wordpress.org/plugins/updraftplus/#post-38058\";s: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, 21 May 2012 15:14: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"38058@http://wordpress.org/plugins/\";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:148:\"Backup and restoration made easy. Complete backups; manual or scheduled (backup to S3, Dropbox, Google Drive, Rackspace, FTP, SFTP, email + others).\";s: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:\"David Anderson\";s: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:30:\"\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:10:\"Duplicator\";s:7:\"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://wordpress.org/plugins/duplicator/#post-26607\";s: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 May 2011 12:15:41 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"26607@http://wordpress.org/plugins/\";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:88:\"Duplicate, clone, backup, move and transfer an entire site from one location to another.\";s: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:\"Cory Lamle\";s: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:30:\"\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:11:\"Meta Slider\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://wordpress.org/plugins/ml-slider/#post-49521\";s: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, 14 Feb 2013 16:56:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"49521@http://wordpress.org/plugins/\";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:145:\"Easy to use WordPress slider plugin. Create SEO optimised responsive slideshows with Nivo Slider, Flex Slider, Coin Slider and Responsive Slides.\";s: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:\"Matcha Labs\";s: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:46:\"https://wordpress.org/plugins/rss/view/popular\";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:4:\"type\";i:128;s:7:\"headers\";a:9:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Sat, 30 Apr 2016 00:22:19 GMT\";s:12:\"content-type\";s:23:\"text/xml; charset=UTF-8\";s:10:\"connection\";s:5:\"close\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:25:\"strict-transport-security\";s:11:\"max-age=360\";s:13:\"last-modified\";s:29:\"Thu, 01 Jan 2009 20:34:44 GMT\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:11:\"HIT lax 250\";}s:5:\"build\";s:14:\"20130911080210\";}','no'),(3139,'_transient_timeout_select2-css_style_cdn_is_up','1455059549','no'),(3140,'_transient_select2-css_style_cdn_is_up','1','no'),(3141,'_transient_timeout_select2-js_script_cdn_is_up','1455059549','no'),(3142,'_transient_select2-js_script_cdn_is_up','1','no'),(3144,'widget_appointment_info_callout','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(3482,'revslider_update_info','O:8:\"stdClass\":3:{s:7:\"checked\";i:1461978152;s:5:\"basic\";O:8:\"stdClass\":5:{s:4:\"slug\";s:9:\"revslider\";s:7:\"version\";s:5:\"5.2.5\";s:7:\"package\";s:97:\"http://updates.themepunch.tools/revslider/download.php?&code=128b1f4e-2205-4497-82ef-a89a0a6d66db\";s:3:\"url\";s:80:\"http://codecanyon.net/item/slider-revolution-responsive-wordpress-plugin/2751380\";s:11:\"new_version\";s:5:\"5.2.5\";}s:4:\"full\";O:8:\"stdClass\":16:{s:4:\"name\";s:17:\"Revolution Slider\";s:4:\"slug\";s:9:\"revslider\";s:6:\"stable\";s:3:\"4.2\";s:7:\"version\";s:5:\"5.2.5\";s:14:\"upgrade_notice\";a:0:{}s:11:\"last_update\";s:10:\"2016-04-16\";s:12:\"last_updated\";s:10:\"2016-04-16\";s:8:\"requires\";s:3:\"3.3\";s:6:\"tested\";s:5:\"4.4.2\";s:6:\"author\";s:10:\"ThemePunch\";s:7:\"package\";s:97:\"http://updates.themepunch.tools/revslider/download.php?&code=128b1f4e-2205-4497-82ef-a89a0a6d66db\";s:13:\"download_link\";s:97:\"http://updates.themepunch.tools/revslider/download.php?&code=128b1f4e-2205-4497-82ef-a89a0a6d66db\";s:9:\"file_name\";s:13:\"revslider.zip\";s:8:\"sections\";a:1:{s:9:\"changelog\";s:80906:\"<div class=\"slider-revolution-update-list\">\n\n<h3 class=\"version-number\">Version 5.2.5 StarPath (16th April 2016)</h3>\n<div class=\"newfeature\"><strong style=\"font-weight:700\">NEW FEATURES</strong></div>\n<ul>\n <li>Added option to set the ID for the Slider which will also set dynamical added container ID\'s based on the preseted ID</li>\n <li>Delay option added to the Jump To Slide Layer Action</li>\n <li>Template Slider Packs now available</li>\n</ul>\n\n<div class=\"change\"><strong style=\"font-weight:700\">CHANGES</strong></div>\n<ul>\n <li>Toggle Content on Click event has been extended. Toggle Content without Actions and also on all actions can be added.</li>\n <li>Added further improvements for the Slider Template Library download routine.</li>\n</ul>\n\n<div class=\"bugfix\"><strong style=\"font-weight:700\">BUGFIXES</strong></div>\n<ul>\n <li>Fixed minHeight settings where entered suffix broke the Slider output.</li>\n <li>Fixed duplication of ID on layers in frontend, caused by duplicating layers in Slide Editor</li>\n</ul>\n\n\n\n<h3 class=\"version-number\">Version 5.2.4.1 StarPath (08th April 2016)</h3>\n<div class=\"change\"><strong style=\"font-weight:700\">CHANGES</strong></div>\n<ul>\n <li>Changed HTML5 example URLs as the old ones are no longer available</li>\n <li>Reminder on LayerAction added as solid warning in case Vimeo Video Controls are set to hidden</li>\n <li>Calculation of Wave Loop Effect changed to respect the real X/Y Offsets</li>\n</ul>\n\n<div class=\"bugfix\"><strong style=\"font-weight:700\">BUGFIXES</strong></div>\n<ul>\n <li>Vimeo Arguments no longer reset on a Vimeo Layer</li>\n <li>Fixed a Bug where 2nd Time Focused Slider with previously played Video started again even if it was not visible currently</li>\n <li>Fixed an issue with Hungarian Translation. Hungarian Translation is at 50% currently</li>\n <li>Issue with HTML5 Video Next Slide at End on Mobile was skipping a slide after 2nd loop has been fixed.</li>\n <li>Force Rewind available now for YouTube and Vimeo also on Mobile again</li>\n <li>Shortocde Management on pages was not closing the Modal window in some cases. Added a Workaround which checks the last state of the Window in case the default GUI would not be able to close the window</li>\n <li>Fixed the Start Angle Calculation of Wave Loop Effect</li>\n <li>Keyboard Navigation could not be disabled if all other Navigation was disabled</li>\n</ul>\n\n\n<h3 class=\"version-number\">Version 5.2.4 StarPath (01st April 2016)</h3>\n<div class=\"newfeature\"><strong style=\"font-weight:700\">NEW FEATURES</strong></div>\n<ul>\n <li>French Translation added</li>\n</ul>\n\n<div class=\"bugfix\"><strong style=\"font-weight:700\">BUGFIXES</strong></div>\n<ul>\n <li>Static Layer Container was written even if no Static Layers were exist. This blocked 3D Parallax Slides from Hovering/Clicking on Elements</li>\n <li>Fixed an issue where layers were disappearing in Google Chrome and other browsers after revisiting the slide</li>\n <li>Fixed an issue with IE11 not beeing able to handle audio layer in Slide Editor</li>\n <li>Fixed a bug where duplicated layers could loose their hover settings</li>\n <li>Fixed a bug with SVG Objects, where styling was only attached if the SVG Object was loading from cache</li>\n</ul>\n\n\n<h3 class=\"version-number\">Version 5.2.3.5 StarPath (18th March 2016)</h3>\n<div class=\"bugfix\"><strong style=\"font-weight:700\">BUGFIXES</strong></div>\n<ul>\n <li>Fixed output of 1 before the slider in rare cases</li>\n <li>Fixed issue where layers would only show on hover</li>\n</ul>\n\n<h3 class=\"version-number\">Version 5.2.3 StarPath (17th March 2016)</h3>\n<div class=\"change\"><strong style=\"font-weight:700\">Changes</strong></div>\n<ul>\n <li>Improved google font loading by removing not needed multiple fonts</li>\n</ul>\n<div class=\"bugfix\"><strong style=\"font-weight:700\">BUGFIXES</strong></div>\n<ul>\n <li>Fixed conflicts that could occur in combinations with different third party plugins</li>\n <li>Fixed a Viusal Composer conflict</li>\n <li>Fixed Next Slide At End Bug, Loop, and Loop but Keep Slide Progress Bug for Video Backgrounds</li>\n</ul>\n\n\n<h3 class=\"version-number\">Version 5.2.2 StarPath (11th March 2016)</h3>\n<div class=\"bugfix\"><strong style=\"font-weight:700\">BUGFIXES</strong></div>\n<ul>\n <li>Fixed an issue in Slide Editor where Options were not any more selectable. This is also a Fix for all iussues with \"Can not read lenght of Null\" Faliure</li>\n <li>Fixed Layer Timing issue where Layer could not start any more at 0ms</li>\n <li>Fixed Start Value issues in Slide Editor where some Value changed from \"0\" to a predefined Default value</li>\n <li>Fixed an Issue where Layers disappearing after a long time period.</li>\n <li>Fixed Slider / Layer Grid Based Align options for Navigation Elements</li>\n <li>Fixed calculation errors of navigation elements</li>\n <li>Fixed an issue where slidelinks on carousel slides was not working properly</li>\n <li>Fixed Static Layer container perspective on 3D Parallax Animations. Static Layers and Layers will have now the same View Perspective. To achieve this, Static Layers will always overlay simple Layers in 3D Parallax Mode</li>\n <li>Scrolling by Scroll Bar will also trigger Parallax and Start Slider functions now</li>\n <li>Fixed issues that could occur with older Visual Composer versions</li>\n <li>Fixed a few template store issues where notices and warning occured</li>\n</ul>\n\n\n<h3 class=\"version-number\">Version 5.2.1 StarPath (4th March 2016)</h3>\n<div class=\"bugfix\"><strong style=\"font-weight:700\">BUGFIXES</strong></div>\n<ul>\n <li>Fixed an Issue for PHP 5.2 or older where the Plugin was not loading on Backend any more</li>\n</ul>\n\n\n<h3 class=\"version-number\">Version 5.2.0 StarPath (3th March 2016)</h3>\n<div class=\"newfeature\"><strong style=\"font-weight:700\">NEW FEATURES</strong></div>\n<ul>\n <li>Added Navigation Position Aligned By option to allow Navigation element positioned within the Layer Grid also</li>\n <li>Added individual RTL Option to Arrows, Bullets, Tabs and Tumbnails to change the Slider direction and the order of elements</li>\n <li>Added New Layer Type: Object with SVG Icon Library included (over 500+ SVG Icons)</li>\n <li>Added New Layer Type: Audio Layer</li>\n <li>Added Text-Transform Style Option (Uppercase, LowerCase, Capitalize)</li>\n <li>Added Force Inherit Style Changes on Font Size, Font Weight, Font Color and Line Height in Break Point Based Sliders, to inherit changes for other Device Sizes during changes</li>\n <li>Added PlaceHolders and Presets for Navigation Elements to allow Easy Styling on Navigation elements per Slider</li>\n <li>Added Options to change Navigation Element Styling per Slide (i.e. use Light Navigation on Dark Slides and Dark navigation on Light Slides)</li>\n <li>Live Preview of Custom Changes on Navigation Elements</li>\n <li>Added title Attribute to the background images for Slides</li>\n <li>Added option to redownload Slider Templates.</li>\n <li>Added Bulk TimeLine Functions to arrange Layer timings based on predefined batches</li>\n <li>Added Undo & Redo Steps to the Slide Editor</li>\n <li>Version 5.2. is Introducing the Possibilities of using Addons.</li>\n <li>Added Vimeo \"No Controls\" option to hide the Control Panel of Vime Videos on request</li>\n <li>Added \"Pause on Slide\" option to stop the Auto Play Progress on certain slides</li>\n <li>Added an option to Wait for revapi.revstart() Method to start the Slider. This allows to start the Slider on request</li>\n <li>Added an global option to trigger database creation</li>\n <li>Added Static Layers Overflow hidden/visible option</li>\n <li>Added option for Post and Stream Sliders to strip fetched content by words/chars</li>\n <li>Added Cache timing option for Social Streams</li>\n <li>Added Global Mute for All Media Action to mute the whole Slider</li>\n <li>Added Invisible Slide option to make Slides only Availblae due Actions and API Functions</li>\n</ul>\n\n<div class=\"change\"><strong style=\"font-weight:700\">Changes</strong></div>\n<ul>\n <li>Calculation of HTML5 Videos on IE Edge has been changed to respoect the Cover mode in all responsive mode also</li>\n <li>HTML5 Video leaves automaticaly FullScreen Mode when it reach the end of the Video and Next Slide at End selected</li>\n <li>HTML5 Video does not show Cover image if Pause Mode is selected and Video is on FullScreen Mode</li>\n <li>Improvement of the GUI in Slide Editor</li>\n <li>Removed .htaccess file</li>\n <li>Updated Vimeo API</li>\n <li>Images, Videos and Audios will get Line height 0px to avoid position distortions on small elements</li>\n\n</ul>\n\n<div class=\"bugfix\"><strong style=\"font-weight:700\">BUGFIXES</strong></div>\n<ul>\n <li>Fixed Parallax Effect if slider is higher than screen height to avoid an odd jump effect</li>\n <li>Fix for limiting the excerpt length in WooCommerce</li>\n <li>Fix for border-radius not working on hover state in certain cases</li>\n <li>Fix for Sharp Right option not saving properly on layers</li>\n <li>Fix for Cover Mode not beeing applied to all devices for image layers in certain cases</li>\n <li>Fixed a minor jQuery bug in Slider Settings on Hover over different options</li>\n <li>Fix for Mouse Scroll Option. The values on/off were interchanged</li>\n <li>Fixed a bug which would not allow to go to next slide If Show Only Poster on Mobile was selected on HTML5 Videos</li>\n <li>Slotholder and BG Video got own z-index to fix some layer / video covering issues in Carousel mode</li>\n <li>Fixed an issue where SlideLink on RTL environment was not available</li>\n <li>Fixed an issue where export did not work if a newver version of WPML is active</li>\n <li>Fixed Replace URL\'s in Slider Settings, to check also for actions, videos and more</li>\n <li>Removed loading of jQuery UI libraries if not needed while Visual Composer is installed</li>\n <li>Fixed Scroll Bugs in Layer Timeline Window</li>\n <li>Fixed Timeline Calculation Issues on Backend</li>\n <li>Fixed Warning Issue by leaving the Slider</li>\n <li>Fixed KenBurns issues on RTL Environment</li>\n <li>Fixed Bug with Static Layers if Static Layer was set to only show on Slider Hover</li> \n <li>Fixed Video Background Loop And Keep Slider Progress Function</li>\n <li>Fixed Shape Resize Issue, where Shape Height lost its last valuse</li>\n <li>Fixed Sorting Order WP Gallery Images when using revslider shortcode wrap</li>\n <li>Fixed YouTube API Issues, (Mute, Loop, Auto Start, Next Slide Bugs due the latest YT Api)</li>\n</ul>\n\n\n<h3 class=\"version-number\">Version 5.1.61 StarPath (28th January 2016)</h3>\n<div class=\"bugfix\"><strong style=\"font-weight:700\">BUGFIXES</strong></div>\n<ul>\n <li>Fixed import bug for animations</li>\n <li>Fixed output bug for cover images where in some cases it was only beeing applied to Desktop mode</li>\n</ul>\n\n\n<h3 class=\"version-number\">Version 5.1.6 StarPath (5th January 2016)</h3>\n<div class=\"newfeature\"><strong style=\"font-weight:700\">NEW FEATURES</strong></div>\n<ul>\n <li>Added MouseWheel Scroll option \"carousel\" to allow infinite MouseWheel scroll on Sliders in both direction. If enabled, slider will not allow page to scroll during wheel functions on Slider Container</li>\n</ul>\n\n<div class=\"change\"><strong style=\"font-weight:700\">Changes</strong></div>\n<ul>\n <li>Upgraded FontAwesome Library to latest version 4.5.0</li>\n <li>Leaving Slide Editor will now ask to confirm leaving, to prevent data loss if Slide was not saved</li>\n <li>The video type can now be switched on an existing Video Layer</li>\n</ul>\n\n<div class=\"bugfix\"><strong style=\"font-weight:700\">BUGFIXES</strong></div>\n<ul>\n <li>Out of ViewPort Preloading and Prestarting was calculating the values wrongly. Issue is fixed in this release</li>\n <li>Min amount of Used Fingers for Touch/Scroll/Link was set to 50 as default, which broke any kind of Touch function on Mobiles in version 5.1.5. Issue is fixed now</li>\n</ul>\n\n\n<h3 class=\"version-number\">Version 5.1.5 StarPath (16th December 2015)</h3>\n<div class=\"newfeature\"><strong style=\"font-weight:700\">NEW FEATURES</strong></div>\n<ul>\n <li>Added \"Layer Selectable\" option as Default and Layer based, to enable Layer selection on Frontend for visitors (to copy paste text content from Layers)</li>\n <li>Added a new Method \"revremoveslide(slideindex)\" to remove a slide from the Slider on demand</li>\n <li>Added a new option to each Slide \"Hide after Loop\" which will remove / Hide 1 Slide from the Slider after x amount of loop of that certain slide</li>\n</ul>\n\n<div class=\"change\"><strong style=\"font-weight:700\">Changes</strong></div>\n<ul>\n <li>Strengthened Security Posture</li>\n <li>Removed some inline css written on videos/images</li>\n <li>Restricted access to certain features if the user does not have administrator privileges. Can be enabled again by adding: add_filter(\'revslider_restrict_role\', \'__return_false\');</li>\n</ul>\n\n<div class=\"bugfix\"><strong style=\"font-weight:700\">BUGFIXES</strong></div>\n<ul>\n <li>Fixed a bug where the background image would be exported (if there was one selected at a time) even if transparent or solid color was selected</li> \n <li>Fixed PanZoom/KenBurns Disabling on Mobile function</li> \n <li>Fixed z-index position for From/Till Calendar in Slide Editor</li>\n <li>Fixed Swipe Treshold and Fingers Options which were ignored in earlier version</li>\n <li>Fixed and issue with Static Layer Parallax handling</li>\n <li>Fixed Specific Posts not sorting properly</li>\n <li>Improved Custom Animation save speed in backend</li>\n</ul>\n\n\n<h3 class=\"version-number\">Version 5.1.4 StarPath (28th November 2015)</h3>\n<div class=\"newfeature\"><strong style=\"font-weight:700\">NEW FEATURES</strong></div>\n<ul>\n <li>Facebook Album now available at the Facebook Source Type</li>\n <li>Instagram Stream can now also be fetched through hashtags</li>\n <li>Added option to import layers from any existing Slide into the current Slide at the \"Add Layer\" selector</li>\n <li>Added Video Toggle Action</li>\n <li>Added Mute, UnMute, Toggle Mute Action</li> \n <li>Added Toggle Functions for HTML Layers. Toggled Layers can have two states if any Toggle Action is activated</li>\n</ul>\n\n<div class=\"change\"><strong style=\"font-weight:700\">Changes</strong></div>\n<ul>\n <li>Specific Posts buttons \"Add Popular Posts\" and \"Add Recent Posts\" now append the IDs instead of replacing the current list</li>\n <li>Video will play muted/unmuted based on the last state of the Mute Button at Slide Load</li>\n <li>Changed YouTube default argument ref=0 to rel=0</li>\n</ul>\n\n<div class=\"bugfix\"><strong style=\"font-weight:700\">BUGFIXES</strong></div>\n<ul>\n <li>Fixed Delete / Backspace issues in CSS Editor textarea</li>\n <li>Fixed animation opacity divided by 100</li>\n <li>Fixed Fullcover / FullWidth sizing issues of Videos in Backend on differnet Layer Grid sizes</li>\n <li>Fixed Video issues, where Play/Stop video button was not triggering HTML5, YouTube and Vimeo videos correctly</li>\n <li>Fixed HTML5 Video Actions</li>\n <li>Fixed video actions where video Start at was set</li>\n <li>Fixed video \"start at\" and \"end at\" not resetting in Slide Editor after adding multiple videos</li>\n <li>Fixed Google Fonts not beeing loaded in frontend from Static Layers in some cases</li>\n <li>Fixed a bug where navigation does not replace meta placeholders if the meta data is empty</li>\n <li>Fixed a bug where Layers of one Slider was animated in the wrong timeline if other Slider changed the slide. Some crosscall issue between independent sliders</li>\n <li>Fixed an issue where Videos after Next Slide At End was not rewinded withouth the Force Rewind feature</li>\n <li>Fixed Parallax Flickering in Safari and Google Chrome</li>\n</ul>\n\n\n<h3 class=\"version-number\">Version 5.1.3 StarPath (17th November 2015)</h3>\n<div class=\"bugfix\"><strong style=\"font-weight:700\">BUGFIXES</strong></div>\n<ul>\n <li>Fixed type:text; that was added in CSS</li>\n <li>Fixed a JavaScript loading issue in backend</li>\n <li>Fixed a typo failure in slide-main-options.php file which caused some jQuery issue in Slider Settings</li>\n</ul>\n\n\n<h3 class=\"version-number\">Version 5.1.2 StarPath (14th November 2015)</h3>\n\n<div class=\"newfeature\"><strong style=\"font-weight:700\">NEW FEATURES</strong></div>\n<ul>\n <li>Added a key listener which will allow to close Fullscreen mode with ESC once it has been triggered by FullScreen Action</li>\n <li>Added Keyboard listener to Slide Editor to save the Slider on CTRL+S / CMD+S</li>\n <li>Added Keyboard listener to Slide Editor to delte Layers on Backspace / Delete Key</li> \n <li>Added two new Premium Sliders</li>\n</ul>\n\n<div class=\"change\"><strong style=\"font-weight:700\">Changes</strong></div>\n<ul>\n <li>Removed the need of Username / API key to activate the plugin</li>\n</ul>\n\n<div class=\"bugfix\"><strong style=\"font-weight:700\">BUGFIXES</strong></div>\n<ul>\n <li>Message \"cover image needs to be set for videos\" now appearing only if there is really no cover image set</li>\n <li>Fixed HTML5 Start/End Time issues, and HTML5 Seekbar, Play Button issues</li>\n <li>Fixed a strange bug in Safari, where end of the Video the Slider skipped one following slide</li>\n <li>Fixed an issue if focus changed from one layer to an other, the wrong Aniamtion Speed was \"shown\" in the Animation speed Fields</li>\n <li>Fixed an issue where the slider could not be loaded on localhosts</li>\n <li>Fixed an issue where duplicated elements in Editor got the wrong zIndex position</li>\n <li>Fixed an issue where Deleted layers still have been selected and some fields still keep their values</li>\n</ul>\n\n\n<h3 class=\"version-number\">Version 5.1.1 StarPath (12th November 2015)</h3>\n\n<div class=\"newfeature\"><strong style=\"font-weight:700\">NEW FEATURES</strong></div>\n<ul>\n <li>WooCommerce is now officially available!</li>\n <li>Added own Slider Module for Visual Composer called Slider Revolution 5</li>\n <li>Added Quick Slider builder</li>\n <li>Post Based Sliders can now choose between Categories & Tags, Related, Popular, Recent and Next / Previous</li>\n <li>Specific Post Based Sliders can now add Popular and Recent Posts</li>\n <li>Custom build navigations will now be added to the exports and will be also imported at the import process</li>\n <li>New Cursors for Layers: zoom-in & zoom-out</li> \n</ul>\n\n<div class=\"change\"><strong style=\"font-weight:700\">Changes</strong></div>\n<ul>\n <li>Made some changes to the GUI</li>\n <li>Changed Success Messages to disappear faster now</li>\n <li>Changed Error Messages to disappear now automatically</li>\n</ul>\n\n<div class=\"bugfix\"><strong style=\"font-weight:700\">BUGFIXES</strong></div>\n<ul>\n <li>Fixed a very rare bug where a slide may change it\'s selected background image</li>\n <li>Fixed \"number of comments\" option not working properly for Post Based Slider</li>\n <li>Fixed hover color not working</li> \n <li>Fixed multiple bugs for certain servers that could not import Sliders</li>\n <li>Fixed a bug where the toolbar was missing after adding a video layer</li>\n <li>Fixed some CSS Issues</li>\n <li>Fixed Box Slots where Amount of Slots could not be changed</li>\n <li>Fixed a bug where Resize Function was not working after Editing Video Layer</li>\n <li>Fixed layer Source Type bug, not fetching the desired Source Type</li>\n <li>Fixed a bug where an image was printed as array()</li>\n <li>Fixed HTML5 Crop Issues for IE11 and Edge Browsers</li>\n <li>Fixed a bug where Swipe was not available on elements with links</li>\n <li>Fixed a bug where Parallax elements jumped on half scrolled position</li>\n</ul>\n\n\n<h3 class=\"version-number\">Version 5.1 StarPath (19th October 2015)</h3>\n\n<div class=\"newfeature\"><strong style=\"font-weight:700\">NEW FEATURES</strong></div>\n<ul>\n <li>WooCommerce is now available!</li>\n <li>Set thumbnail now also as admin Slide Preview image for easier selection in the Slider List / Slides List </li>\n <li>Added Fullscreen Toggle, Go Fullscreen and Exit Fullscreen actions, to allow Slider Revolution to open in Fullscreen from any layout mode</li>\n <li>Added visibility levels to allow hide/show layers via the Visibility Tab also if no Custom Grid Sizes has been set</li>\n <li>Added new Tooltip for z-index Sorting of Elements</li>\n <li>Added new Tooltip for Layer End Animation Toggler</li>\n <li>Added new Google Font Handling - Using any Google Font on layers will auto manage loading of the font</li>\n <li>Added filter revslider_meta_generator to remove the Meta Generator</li>\n <li>Added Tabs to the Metis Navigation</li>\n <li>Added 3D Parallax Feature</li>\n <li>Added new Transitions</li>\n</ul>\n\n<div class=\"change\"><strong style=\"font-weight:700\">Changes</strong></div>\n<ul>\n <li>Available options for current selected Layer Types are highlighted better in Slide Editor</li>\n <li>New visualisation of Custom Layer Grid Sizes and Presets to make the function more transparent</li>\n <li>Added some CSS changes to avoid Theme overwrites</li>\n <li>Using Toggle/Play/Stop Slider will restart Progress of Slider, even if it is stopped due Stop At Slide options</li>\n <li>Creating a new Slider will now redirect to the Slide Editor</li>\n <li>Removed the requirement of the ZipArchive extension for import/export</li>\n <li>Renamed action to Play/Pause/Stop Slider for more transparencity</li>\n <li>Added confirmation box for layer deletion</li>\n</ul>\n\n<div class=\"bugfix\"><strong style=\"font-weight:700\">BUGFIXES</strong></div>\n<ul> \n <li>Fixed a bug with Focus Listener where the Option had no real effect on the Blur/Focus events.</li> \n <li>Fixed PHP Warnings in case no static-layers.css existing on some Update processes</li>\n <li>Fixed some PHP Warning in WP Backend</li>\n <li>Fixed Google Fonts / Fonts Drop Down issues</li>\n <li>Fixed Arguments not saving for Main Background Videos</li>\n <li>Fixed WPML bug in combinations with jump to slide actions</li>\n <li>Fixed bug where font-style italic was not written properly for some layers</li>\n <li>Fixed Fullwidth/Fullscreen Visual Bug in Slide Editor</li>\n <li>Fixed Shape Loop Animation issue</li>\n <li>Fixed Text Layer Size issue when layer is added after a Shape element</li>\n <li>Fixed Facebook likes count not working properly in certain cases</li>\n <li>Fixed notice issue in update.class.php</li>\n <li>Fixed revscroll() API Method</li>\n <li>Fixed revkill() Method where Removing Slider from the Stage was broken in some situation (i.e. if Looping Elements or navigation elements were present)</li>\n <li>Fixed a bug where importing a Slider may not change the custom JavaScript revapi to the new Slider ID</li>\n</ul>\n\n<h3 class=\"version-number\">Version 5.0.9 StarPath (21th September 2015)</h3>\n\n<div class=\"newfeature\"><strong style=\"font-weight:700\">NEW FEATURES</strong></div>\n<ul>\n <li>Added Enable/Disable FullScreen Video Button for YouTube and HTML5 Videos. Option is available due the Video Settings Panel only in Layer Video Mode.</li> \n <li>Added % based Border Radius Fields to Element Styling also</li> \n</ul>\n\n<div class=\"bugfix\"><strong style=\"font-weight:700\">BUGFIXES</strong></div>\n<ul> \n <li>Fixed Poster View only on Mobile and Disable Video on Mobile features</li> \n <li>Fixed Stop on Hover function. It will keep the Slider paused also if Next slide has been called</li>\n <li>Fixed Full Slider Link Issues where next,previous,slide index and Scroll Under Links were not working well</li> \n <li>Importing Templates with bigger file size will request a bigger TimeOut to avoid Import failures or will give a clear feedback for further Debugging</li>\n</ul>\n\n \n<h3 class=\"version-number\">Version 5.0.8.5 StarPath (15th September 2015)</h3>\n\n<div class=\"bugfix\"><strong style=\"font-weight:700\">BUGFIXES</strong></div>\n<ul> \n <li>Fixed Static Layers Position calculation issues.</li>\n <li>Fixed Typo Failure in the Navigation Styling</li>\n <li>Added a Workaround for YouTube Video API\'s with broken Origin attributes. (i.e. http://www.domain.com vs. http://domain.com)</li>\n <li>Fixed YouTube Cover Video Loop issue</li>\n <li>Fixed an issue where Disable Force FullWidth reseted to \"off\" after reloading the Slider Settings</li>\n <li>Fixed Next Slide on Focus in FireFox where Slider skipped 1 Slide after Focusing Browser Tab again</li>\n <li>Fixed Update Slider and Install Template from Server issues in some cases</li>\n</ul>\n\n\n\n<h3 class=\"version-number\">Version 5.0.8 StarPath (11th September 2015)</h3>\n<div class=\"newfeature\"><strong style=\"font-weight:700\">NEW FEATURES</strong></div>\n<ul>\n <li>FaceBook API 2.4 support</li> \n <li>Added Disable Force FullWidth for FullScreen Slider, to be able to set FullScreen Slider floated horizontal</li>\n</ul>\n\n<div class=\"change\"><strong style=\"font-weight:700\">CHANGES</strong></div>\n<ul>\n <li>Changing Slide Main image change the Thumbnails straight to make the identification of Slides in Small view easier.</li>\n <li>Added a new 5 sec Rule which will skip Lazy Loading and Overall Loading processes in case no Answers comes from Server, and process the Slider further</li>\n <li>Added a new Warning in case SSL Certificate is old or not any more active</li>\n</ul>\n\n<div class=\"bugfix\"><strong style=\"font-weight:700\">BUGFIXES</strong></div>\n<ul> \n <li>Fixed a bug where Static Images with Links in lazy Load mode was not showing up correctly</li>\n <li>Fixed a bug where Layers were flashing or not visible at all in \"Show Layer on Slider Hover\" mode</li> \n <li>Fixed an OutPut bug within css parser where in some situation an error was reported in Console log with Undefined Index</li>\n <li>Fixed a Bug where Layers text coud not be edited any more if Splitted Layer animation was selected</li>\n <li>Fixed Rounded Background issues on layers in FireFox and IE in some situation</li>\n <li>Put the Auto Complete Window of Font Selection in the Front to Overlay the Button Font Selector</li>\n <li>Fixed Some Visual issue in Static Layer Slide Selector</li>\n <li>Fixed FaceBook Stream Issues due Api Changes.</li>\n <li>Fixed a bug where Video Poster Images from HTTPS Pages could not be loaded well</li>\n <li>Fixed a missing closing Tag in HTML5 Video elements which broke IE11</li>\n <li>Fixed an issue where Mobile Sliders stucked when Video \"autoplay\" was enabled</li>\n <li>Fixed Static Layer Position problems if Outer Left Navigation was enabled</li>\n</ul>\n\n\n<h3 class=\"version-number\">Version 5.0.7 StarPath (5th September 2015)</h3>\n\n<div class=\"newfeature\"><strong style=\"font-weight:700\">NEW FEATURES</strong></div>\n<ul>\n <li>Now First Slide can be always the same (Alternative First Slide) even if the rest order of slides are Randomzied</li> \n <li>Added Requirements & Recommendations Informations to the Slider Overview page to highlight recommended server configurations</li> \n</ul>\n\n<div class=\"bugfix\"><strong style=\"font-weight:700\">BUGFIXES</strong></div>\n<ul> \n <li>Lazy Loading Fixes. Due an internal failure, none of the Lazy Loading option was working. Single, Smart and Full Lazy Loading are available again.</li>\n <li>Fixed a bug where HTML5 Cover Videos in IE did not really cover the slider.</li>\n <li>Fixed default override not working with all available options</li>\n <li>Fixed record not found issue</li>\n</ul>\n\n\n<h3 class=\"version-number\">Version 5.0.6 StarPath (2nd September 2015)</h3>\n<div class=\"newfeature\"><strong style=\"font-weight:700\">NEW FEATURES</strong></div>\n<ul>\n <li>Added New Layer Scale mode \"Cover\" and \"Stretch\" to be able to scale Layer images proportional also over the Layer grid or over the slide</li> \n</ul>\n<div class=\"change\"><strong style=\"font-weight:700\">CHANGES</strong></div>\n<ul>\n <li>Small adjustments to the Template Store</li>\n</ul>\n<div class=\"bugfix\"><strong style=\"font-weight:700\">BUGFIXES</strong></div>\n<ul>\n <li>Fixed Uncaught TypeError: Cannot read property \'innerHTML\' of null</li>\n <li>Fixed actions bug for Post Based Slider where meta like {{link}} did not work properly</li>\n <li>Fixed issue with 2d rotation resulting in styles not written properly on layer</li>\n <li>Fixed issue where YouTube videos could not be loaded on https origins.</li>\n <li>Fixed an issue where Next/Previous Slide Links from Full Slide Link was not processing well</li>\n <li>Fixed text-align always beeing left</li>\n <li>Problem with Layer Name Editing fixed</li>\n</ul>\n\n\n<h3 class=\"version-number\">Version 5.0.5 StarPath (27th August 2015)</h3>\n<div class=\"newfeature\"><strong style=\"font-weight:700\">NEW FEATURES</strong></div>\n<ul>\n <li>Added \"Disable Browser Blur/Focus behavior\" option to not stop the Slider in case the broswer tab has been blurred</li> \n <li>Added a Info Field under Main Background / Source Settings to show the current selected Image URL</li>\n <li>Double Click is now allowed for Editing content of Layers for quicker Content Editor Mode</li> \n <li>Added a Quick Menu to edit Slider, Go back to Sliders Overview or edit Slides directly</li>\n <li>Added revaddcallback() Method to add Call Back to i.e. the Parallax Module. See Documentation for further instructions</li>\n <li>Added revgetparallaxproc() Method to get the current scroll percentage</li>\n <li>Added Maximum Width option to Slider that are set to Slide Layout - Auto</li>\n <li>Added new Premium and Free Template Store</li>\n <li>Added dropdown into the admin bar in frontend, to be able to quick edit all existing Slider on the current page (Only visible for adminstrative users)</li>\n</ul>\n\n<div class=\"change\"><strong style=\"font-weight:700\">CHANGES</strong></div>\n<ul>\n <li>Allow to change Title of Slides due simple Enter / Tab also for quick editing Slide Titles</li>\n <li>Adding content to a text box (for the first time) is automatically mirrored in the layer’s ‘caption text’</li>\n <li>Click on the Small Thumbnail in Slider Overview will open the Slide Editor</li> \n <li>Changed missleading \"Video Not Found\" to make it more clear for YouTube videos if no thumbnail is set on the video</li>\n <li>Removed option Hide Controls for Vimeo Video Layer as this is not supported by Vimeo</li>\n <li>Minor Layout changes in Slider lists and in Slide Editor</li>\n <li>All Styles are now printed in one single style tag</li>\n <li>Reduced markup size of the Sliders (inline styles reduced)</li>\n</ul>\n\n<div class=\"bugfix\"><strong style=\"font-weight:700\">BUGFIXES</strong></div>\n<ul>\n <li>Fixed Next Slide on Focus bug</li>\n <li>Fixed a bug that broke the Slider Output when using Spinner \"4\"</li>\n <li>Fixed RTL Layer Aligns on Frontend. Elements now showing up in the Correct position on RTL Direction also</li>\n <li>Fixed a bug where files relative with special chars under subdomain could not be loaded</li> \n <li>Fixes the 1px Gap on the left side at some fullscreen and fullwidth Sliders</li>\n <li>Fixed an Editor Bug where Imported Layers could not be edited on some browser</li>\n <li>Fixed import inside of Slider Settings</li>\n <li>Fixed a bug where Responsive Videos on alternative Layer Grids had only a dimension of 100x100px</li>\n <li>Fixed a bug where Videos not act Responsiv in some situation</li>\n <li>Fixed a bug where Parallax Start Position jumps if Site is scrolled at load</li>\n <li>Fixed a missing Static to a function which could cause a notice.</li>\n <li>Fixed a bug where putRevSlider() could result into a fatal error</li>\n <li>Fixed a bug in import process where the revapi text in custom JS was replaced wrong</li>\n <li>Fixed a bug with WPML, where a part of the website would would change the language to something different if a Slider is added to the page</li>\n <li>Fixed JetPack related bugs for compatibility</li>\n <li>Fixed an issue where media files with Parameter attached in file name were not loaded in the Slider</li>\n <li>Fixed an issue related with ShowBiz where in certain circumstances ShowBiz Slider Settings could no longer be opened</li>\n <li>Fixed an issue with TinyMCE not beeing able to add Slider in the Post/Page Editor</li>\n <li>Fixed Visual Composer FrontEnd editor issue</li>\n <li>Fixed issues if Slider is loaded through ajax</li>\n <li>Fixed issues where the Slider did not show up under certain circumstances</li>\n</ul>\n\n\n<h3 class=\"version-number\">Version 5.0.4.1 StarPath (18th August 2015)</h3>\n<div class=\"bugfix\"><strong style=\"font-weight:700\">BUGFIXES</strong></div>\n<ul>\n <li>Fixed Bugs for WP 4.3</li>\n</ul>\n\n\n<h3 class=\"version-number\">Version 5.0.4 StarPath (12th August 2015)</h3>\n\n<div class=\"newfeature\"><strong style=\"font-weight:700\">NEW FEATURES</strong></div>\n<ul>\n <li>Added new Slide Transition - Slide \"remove\" which is the opposite transition of Slide \"over\"</li>\n <li>Added start volume for Videos.</li>\n <li>Added Input fields to edit start and end time/speed alternate to the drag and pull functions</li>\n <li>Added option to choose for original image for thumbnails and the specific dimensions set in the Slider Settings -> Navigation -> Thumbs tab</li>\n</ul>\n\n<div class=\"change\"><strong style=\"font-weight:700\">CHANGES</strong></div>\n<ul>\n <li>Added the usage of attachment_url_to_postid() if WordPress 4.0.0+ is installed</li>\n</ul>\n\n<div class=\"bugfix\"><strong style=\"font-weight:700\">BUGFIXES</strong></div>\n<ul>\n <li>Added Change Image button at Background Videos for Slides in Post Based Slider</li>\n <li>Shuffle Mode fixed</li>\n <li>Fixed a bug where files could not be loaded from Relative Path in HTTPS enviroment</li>\n <li>Fixed a bug where muted YouTube video still made a sound for 0.1ms</li>\n <li>Fixed a bug where Slider with Slide Link were not loaded well if no layers were added to the slide</li>\n</ul>\n\n\n<h3 class=\"version-number\">Version 5.0.3 StarPath (11th August 2015)</h3>\n<div class=\"bugfix\"><strong style=\"font-weight:700\">BUGFIXES</strong></div>\n<ul>\n <li>Fixed a bug where layer would not fade out of the stage.</li>\n</ul>\n\n \n<h3 class=\"version-number\">Version 5.0.2 StarPath (8th August 2015)</h3>\n<div class=\"newfeature\"><strong style=\"font-weight:700\">NEW FEATURES</strong></div>\n<ul>\n <li>Added jQuery 2.1.4 and 1.11.3 Support</li>\n</ul>\n\n<div class=\"bugfix\"><strong style=\"font-weight:700\">BUGFIXES</strong></div>\n<ul>\n <li>Fixed a bug where if Min Height was set, the Slider was broken.</li>\n <li>Fixed a bug where Slide Links did not work without existing layers.</li>\n <li>Fixed some Backend CSS Issues for RTL / LTR View</li>\n <li>Fallback to transparent background image if no correct background image was set</li>\n <li>Missing Template Previews added</li>\n <li>Fixed a Bug where Images with special Char Names were not loaded.</li>\n <li>Fixed a bug where PunchFont Fallbacks are printed in the content not source</li>\n <li>Fixed a bug where PunchFonts could not be edited in Essential Grid if version 5.0+ of Slider Revolution is installed</li>\n</ul>\n\n\n<h3 class=\"version-number\">Version 5.0.1 StarPath (7th August 2015)</h3>\n<div class=\"bugfix\"><strong style=\"font-weight:700\">BUGFIXES</strong></div>\n<ul>\n <li>Full Slide Link was not available after update on 5.0.0. Sizing issue is fixed now.</li>\n</ul>\n\n<h3 class=\"version-number\">Version 5.0 StarPath (6th August 2015)</h3>\n\n<div class=\"newfeature\"><strong style=\"font-weight:700\">The Technology</strong></div>\n<ul><li>Our premise is \"less is more\" and that is reflected in the structure of our components. In order to incorporate so much functionality into our plugins, we make sure everything is build as modular as possible.</li></ul>\n<ul>\n<li>Fully Responsive & Mobile Specific Features</li>\n<li>jQuery 1.7 - jQuery 2.x Supported</li>\n<li>Lightning Fast Greensock Animation Engine</li>\n<li>Powerful API functions</li>\n<li>Smart Font Loading</li>\n</ul>\n<div class=\"newfeature\"><strong style=\"font-weight:700\">General Options</strong></div>\n<ul><li>We want Revolution Slider to be able to fulfill all slide based roles along with special functionality like carousels and hero blocks. If you can‘t find a specific feature, feel free to ask us!</li></ul>\n<ul>\n<li>All Sizes Possible (Full Responsive + Revolutionary 4 Level Advanced Sizes)</li>\n<li>Hero, Carousel and Classic Slider Features</li>\n<li>Fullwidth, Fullscreen, Auto Responsive Slider sizes</li>\n<li>Unlimited Slider per page</li>\n<li>Image BG Cover, Contain, Tiling, Alignment, etc.</li>\n<li>WYSIWYG Drag & Drop Editor</li>\n<li>Published / Unpublished Slides</li>\n<li>Published slides based on predefined Dates</li>\n<li>Simple and Advanced Lazy Loading for Quicker and SEO Optimized Slider Start</li>\n<li>Link and Actions on Slides</li>\n<li>Parallax Effects, full customizeable, combined with Ken Burns and other effects (Mouse / Scroll controlled)</li>\n<li>Improved Light weight Ken Burns Effects (easier & faster)</li>\n<li>Word Premiere for Advacned Action Building</li>\n<li>Build your Social Stream supported Bulk Slider</li>\n<li>Easy and quick building based on Slider, Slide and Layer Templates</li>\n<li>Performance Monitor and better Performance Suggestions</li>\n<li>Viewport based Slide Loading and Progress</li>\n<li>Create Slider Defaults, Reset, overwrite single Settings due all slides</li>\n<li>Save Slide, Slider, Layer, Animation as Template</li>\n</ul>\n<div class=\"newfeature\"><strong style=\"font-weight:700\">Layer Capabilities</strong></div>\nLayers have evolved from simple layers to become powerful scene building tools!<br/>Drag and Drop, Customize & Animate your way to your perfect slider.\n<ul>\n<li>Animation Builder</li>\n<li>Huge Number of Possible Transitions</li>\n<li>Create your custom animations</li>\n<li>Set Start / End Time, Speed, Ease and Effects of any Layers</li>\n<li>Show/hide layers on Slider Effects, Events, Actions</li>\n<li>Add Unlimited Number of Layers</li>\n<li>YouTube, Vimeo, Self-Hosted HTML5 Videos, Shapes, Buttons, Predefined Buttons as Layer</li>\n<li>Set actions and links per Layers</li>\n<li>Combine Actions due different Layers and slides</li>\n<li>Option to Link to a Specific Slide via Layer</li>\n<li>Toggle Animation, Classes, video functions via Layers</li>\n<li>Variable Layer Image Sizes, full responsive and/or Device Size based</li>\n<lI>Design your Layers for different Device sizes after your needs</li>\n<li>Option to Hide Layers on Any Devices</li>\n</ul>\n<div class=\"newfeature\"><strong style=\"font-weight:700\">Slider Navigation</strong></div>\n<ul><li>We have implemented almost all navigation types you can think of, which can be aligned anywhere on the stage.<br/>Be in full control with Slider Revolution Navigation!</li></ul>\n<ul>\n<li>Bullet, Button, Tabs and Thumbnail Navigation, single or mixed mode. Any position like outter,inner, aligned etc.</li>\n<li>Left/Right, Top/Bottom Mouse Scroll events.</li> \n<li>Vertical/Horizontal Keyboard actions</li>\n<li>Mobile Touch Enabled (Optional)</li>\n<li>Drag and Pull Carousel Feature</li>\n<li>\"Stop Slide Timer on Hover\" Function</li>\n<li>Auto-Hiding of Navigation with Delay Option</li>\n<li>Optional Countdown Timer Line</li>\n<li>Set Position, color, size of Time Line</li>\n<li>Set Size, visibility, amount and behaviour of Thumbs, Tabs, Bullets, Arrows</li>\n<li>Hide / Enable Navigation on Mobile Devices</li>\n<li>Keyboard Navigation</li>\n<li>Fancy Navigation Skins with Slider Preview</li>\n</ul>\n<div class=\"newfeature\"><strong style=\"font-weight:700\">Video Features</strong></div>\n<ul>\n<li>AutoPlay - Always, only first time, skip first time, wait for action</li>\n<li>Stop video on Blur, Play Video only in ViewPort</li>\n<li>Rewind, or keep current progress time</li>\n<li>Set Star and End time</li>\n<li>Loop, Loop and Progress Slide</li>\n<li>Fullscreen, fullwidth, boxed</li>\n<li>Navigation features</li>\n<li>Action based controll (due other layers)</li>\n<li>New Video API, Events and Methods to controll media outside of the Slider</li>\n</ul>\n<div class=\"newfeature\"><strong style=\"font-weight:700\">Content Sources</strong></div>\nSlider Revolution is not just your ordinary image & video slider any longer. Now you can also pull the sliders content from popular social media steams.\n<ul>\n<li>Custom-Build Content</li>\n<li>WordPress Posts</li>\n<li>Facebook</li>\n<li>Twitter</li>\n<li>YouTube</li>\n<li>Vimeo</li>\n<li>Flickr</li>\n<li>Instagram</li>\n<li>(WooCommerce: Coming Soon!)</li>\n</ul>\n<div class=\"newfeature\"><strong style=\"font-weight:700\">Get Involved!</strong></div>\nIs there a feature you would like to see?<br>We will go through all your feedback weekly and pick the most requested features to be included in a future update!<br/>\n<a href=\"http://codecanyon.net/user/themepunch#contact\">Contact us via our Profile Form</a><br/><br/><br/>\n \n \n <h3 class=\"version-number\">Version 4.6.93 SkyWood (8th May 2015)</h3>\n <div class=\"bugfix\"><strong style=\"font-weight:700\">BUGFIXES</strong></div>\n <ul>\n <li>Fixed a bug in backend at the process of adding YouTube videos</li>\n </ul>\n \n \n <h3 class=\"version-number\">Version 4.6.92 SkyWood (28th April 2015)</h3>\n <div class=\"bugfix\"><strong style=\"font-weight:700\">BUGFIXES</strong></div>\n <ul>\n <li>Added a fix for PHP version < 5.3 which appeared in version 4.6.91</li>\n </ul>\n \n \n <h3 class=\"version-number\">Version 4.6.91 SkyWood (28th April 2015)</h3>\n <div class=\"bugfix\"><strong style=\"font-weight:700\">BUGFIXES</strong></div>\n <ul>\n <li>Fixed a very low risk vulnerability to stay on par with security standards: More info on the envato blog: http://marketblog.envato.com/news/wordpress-item-security-vulnerability/</li>\n </ul>\n \n \n <h3 class=\"version-number\">Version 4.6.9 SkyWood (16th April 2015)</h3>\n <div class=\"bugfix\"><strong style=\"font-weight:700\">BUGFIXES</strong></div>\n <ul>\n <li>Fixed wrong ajax action: update_slider occuring in 4.6.8</li>\n </ul>\n \n\n <h3 class=\"version-number\">Version 4.6.8 SkyWood (15th April 2015)</h3>\n <div class=\"newfeature\"><strong style=\"font-weight:700\">INFO</strong></div>\n <ul>\n <li>This update is a preparation for version 5.0</li>\n </ul>\n <div class=\"bugfix\"><strong style=\"font-weight:700\">BUGFIXES</strong></div>\n <ul>\n <li>Fixed Vimeo Event Video Playing which was not triggered</li>\n <li>Fixed Parallax issues where Mouse was already hovering on Slider at load, parallax was not working</li>\n <li>Fixed Parallax \"Not clickable\" Layers</li>\n <li>Fixed Firefox Half cut images during the Animation sequences</li>\n </ul>\n \n \n <h3 class=\"version-number\">Version 4.6.5 SkyWood (2nd December 2014)</h3>\n <div class=\"bugfix\"><strong style=\"font-weight:700\">BUGFIXES</strong></div>\n <ul>\n <li>Fixed Compatibility of Sandboxed GreenSock engine</li>\n <li>Fixed Compatibility issues with W3C Total Cache Minifying engine</li>\n <li>Fixed Static Layer Disappearing Issue</li>\n <li>Fixed Lazy Loading and Preloading issues (Distorted images in FireFox)</li>\n </ul>\n \n\n <h3 class=\"version-number\">Version 4.6.4 SkyWood (27th November 2014)</h3>\n <div class=\"newfeature\"><strong style=\"font-weight:700\">NEW FEATURES</strong></div>\n <ul>\n <li>Added option to show only the Preview Image of a video on mobile, disabling the video</li>\n </ul>\n <div class=\"change\"><strong style=\"font-weight:700\">CHANGES</strong></div>\n <ul>\n <li>Min. Height now gone if Fullscreen is selected</li>\n </ul>\n <div class=\"bugfix\"><strong style=\"font-weight:700\">BUGFIXES</strong></div>\n <ul>\n <li>Fixed an issue where the Parallax Effect if Mouse already hovered on the Slider in Firefox was not working well</li>\n <li>Fixed an issue where exports can have wrong styles in it</li>\n <li>Fixed Firefox HTML5 Video Playback</li>\n <li>Fixed Thumbnail Vertical Offset Positions in Resized Screens</li> \n </ul>\n \n \n <h3 class=\"version-number\">Version 4.6.3 SkyWood (21th October 2014)</h3>\n <div class=\"bugfix\"><strong style=\"font-weight:700\">BUGFIXES</strong></div>\n <ul>\n <li>Fixed an issue where the Slide Link was not working correctly</li>\n </ul>\n \n \n <h3 class=\"version-number\">Version 4.6.2 SkyWood (18th October 2014)</h3>\n <div class=\"newfeature\"><strong style=\"font-weight:700\">NEW FEATURES</strong></div>\n <ul>\n <li>Added \"revkill\" as method to remove the Slider from the page silently if needed</li>\n <li>Added \"slideatend\" event that triggers if the slide is at the end</li>\n <li>Changed import function for compatibility with some Windows Server machines (thanks to ThemeFuzz)</li>\n <li>Improved Slider import function for theme authors to make it more easy to insert demo slider through scripts</li>\n <li>Added scripts so that a Slider can be loaded in Essential Grid at Ajax loading (Essential Grid version 1.5 or later needed)</li>\n <li>Added new Custom Controls for HTML5 Video Player to avoid Chrome \"unclickable\" buttons issue</li>\n <li>Added Rotating Loop Animation on Layers</li>\n <li>Spinner can now be disabled in the Slider Settings</li>\n <li>New fallback options for iOS4 and IE8 added in the Slider Settings (Alternative Image and/or simplyfied output)</li>\n <li>Added option to redraw Slider on browser tab focus</li>\n </ul>\n <div class=\"change\"><strong style=\"font-weight:700\">CHANGES</strong></div>\n <ul>\n <li>More changes on exporting Sliders for further compatibility</li>\n <li>Activating the plugin a second time will now no longer add default fonts again</li>\n <li>Saving CSS / a new CSS class through the style editor will now sanitize the classname</li>\n <li>Setting the single slide setting in the Slide Editor to off will now set the values Arrows Type and Bullets Type to none</li>\n <li>Improved minifying support</li>\n <li>Easy auto settings for single loop option</li>\n <li>Videos on mobile devices available again</li>\n <li>Minimized the styling output</li>\n <li>Improved output validation (style attribute scoped)</li>\n <li>Changed backend icon of static layers to avoid confusion</li>\n <li>Removed console=1 from the YouTube default settings (only works for new added YouTube video layers)</li>\n <li>Google Fonts will no longer be inserted after multiple plugin activation/deactivation</li>\n <li>Improved compatibility with databases</li>\n <li>Enabled unlimited speed parameter</li>\n </ul>\n <div class=\"bugfix\"><strong style=\"font-weight:700\">BUGFIXES</strong></div>\n <ul>\n <li>WPML Slides will now be exported properly and can be imported again</li>\n <li>Improved the size and style handling of Layers in Slide Editor (resizing, rotating and lost values of parameters)</li>\n <li>IE8 - line height \"auto\" broke the fullscreen slider. In case \"auto\" is set, the font size +4px will be calculated for line height</li>\n <li>z-index bug for first layer in case dotted overlay exists fixed</li>\n <li>SSL compatibility with Vimeo videos in the backend added</li>\n <li>Chrome\'s max-width fallback from % to px. Slides accepting now only px values!</li>\n <li>Transition speed had no influence on real transitions</li>\n <li>Max transition can now have the same value as the max delay of the Slide</li>\n <li>Fixed missing Box Slide, Paper Cut and Box Fade transitions</li>\n <li>Further export compatibility for multisites</li>\n <li>Fix of Lists in Captions - Formatting and Display issues</li> \n <li>Link to Another Slide in Random Mode Bug linked to the wrong Slide Bug is fixed</li>\n <li>Undefined poster image on HTML5 videos fixed</li>\n <li>Fixed Vimeo/YouTube timings (delaying issues)</li>\n <li>Fixed KenBurn dotted overlay</li>\n <li>Fixed problem with loop animations</li>\n <li>Fixed navigation style issues</li>\n <li>Fixed Pan Zoom for mobile issues</li>\n <li>Fixed a bug where videos restarted on resize</li>\n <li>Fixed HTML5 video markup output</li>\n <li>Fixed a bug where hide slider on mobile did not work on certain devices</li>\n <li>Fixed a bug with speed parameters</li>\n <li>Fixed a bug where caption naming in layers list was not updating anymore</li>\n <li>Further IE8 compatibility by changing CSS styles</li>\n <li>Fixed boxfade and boxslide animations</li>\n <li>Fixed a bug where the first layer z-index was always placed behind the dotted overlay</li>\n <li>SSL compatibility with Vimeo API in the backend added</li>\n </ul>\n\n\n <h3 class=\"version-number\">Version 4.6 SkyWood (25th August 2014)</h3>\n <div class=\"newfeature\"><strong style=\"font-weight:700\">NEW FEATURES</strong></div>\n <ul>\n <li>Option to disable each video on mobile</li>\n <li>Option to disable Pan Zoom on Mobile</li>\n <li>Option to disable Parallax on Mobile</li>\n <li>Randomized Animation from the Selected Animations available now</li>\n <li>New Offset option for the Scroll Below Function</li>\n <li>New Option to set Slider Min Height - Content will be vertical centered in case content container is smaller then min height of Slider</li>\n <li>New Loop Options for HTML5 Videos: none, loop and stop Slider Timer or Loop till Progress Bar reaches the End</li>\n </ul>\n <div class=\"change\"><strong style=\"font-weight:700\">CHANGES</strong></div>\n <ul>\n <li>Alternative First Slide wins now, even if Random Slides is enabled</li>\n <li>Vimeo, YouTube and HTML5 Video can be added now via options on demand instead of preadding iFrames. This will avoid Preloads delays, and slow site loadings</li>\n <li>Using now tp-videolayer class for Videos to identificate Video Layers better</li>\n <li>Class \"current-sr-slide-visible\" added to the Slide \"li\" tag which is currently Visible</li>\n <li>Swipe Engine Change</li>\n <li>Swipe Treshold Option Default 75 - The number of pixels that the user must move their finger by before it is considered a swipe.</li>\n <li>Swipe Min Finger Default 1 - Min Finger (touch) used for swipe</li>\n <li>Drag Block Vertical Default false - Scroll Auto below Slider on Vertical Swipe on Slider</li>\n </ul>\n <div class=\"bugfix\"><strong style=\"font-weight:700\">BUGFIXES</strong></div>\n <ul>\n <li>YouTube Force Rewind fix</li>\n <li>YouTube Mute in Second Loop fix</li>\n <li>Added backwards compatibility for inline CSS with WordPress versions under 3.7</li>\n <li>Ken Burns Dotted Overlay was not visible</li>\n <li>IE8 Console Group Issue - Slider was not visible in IE8</li>\n <li>Looping Issues if Slides has been manually hanged after Loop Stopped</li>\n <li>Browser Tab Change -> Broken ELements fixed. Option for Slide Change on Blur Tab / Browser also available.</li>\n <li>Navigation Style Preview1- Preview4 Styling issues</li>\n <li>Power2 Error at some Animation</li>\n <li>Mouse Over on Loaded PArallax Slider issue - Slider will always play parallax effect, even if Mouse was already hovering the slider at laod</li>\n <li>IE8 and other Old MObile Devices Fall Back on simple Transitions. CAn be forced now</li>\n <li>HTML5, YouTube and Vimeo Video Playback fixes</li>\n </ul>\n\n\n <h3 class=\"version-number\">Version 4.5.96 SkyWood (24th July 2014)</h3>\n <div class=\"change\"><strong style=\"font-weight:700\">CHANGES</strong></div>\n <ul>\n <li>Parallax Mouse Hover acting only in Horizontal Direction if Parallax Scroll is defined</li>\n </ul>\n <div class=\"bugfix\"><strong style=\"font-weight:700\">BUGFIXES</strong></div>\n <ul>\n </ul>\n\n\n <h3 class=\"version-number\">Version 4.5.95 SkyWood (16th July 2014)</h3>\n <div class=\"change\"><strong style=\"font-weight:700\">CHANGES</strong></div>\n <ul>\n <li>Changed Animation Engine, improved Animation technology. Reduced file size, and added Timeline based transitions</li>\n </ul>\n <div class=\"bugfix\"><strong style=\"font-weight:700\">BUGFIXES</strong></div>\n <ul>\n <li>Fixed Flickering effects on mobile devices</li>\n <li>Fixed stuttering on animation with many layers</li>\n <li>Fixed Ken Burn animation failures after few Transition types</li>\n <li>Added Safari 3d Back to Transitions</li>\n <li>Fixed some broken Slide Transitions</li>\n <li>Fixed IE8 transition failres, fall back always on Fade</li>\n </ul>\n\n\n <h3 class=\"version-number\">Version 4.5.9 SkyWood (7th July 2014)</h3>\n <div class=\"newfeature\"><strong style=\"font-weight:700\">NEW FEATURES</strong></div>\n <ul>\n <li>Drag and Rotate the Layer Content to set a 2D Rotation per element</li>\n <li>Drag and Resize Elements, images, Contents for better text breaks, and more flexibility</li>\n <li>Now also Split Animated Text content can be Rotated</li>\n <li>Added feature to allow Looped Animation and Rotated Content</li>\n </ul>\n <div class=\"change\"><strong style=\"font-weight:700\">CHANGES</strong></div>\n <ul>\n <li>Reenabled Link ID, Class, Title and Rel in Slide Editor</li>\n </ul>\n <div class=\"bugfix\"><strong style=\"font-weight:700\">BUGFIXES</strong></div>\n <ul>\n <li>Fixed Vimeo First Auto Play issue</li>\n <li>Fixed unselectable elements in Locked Mode</li>\n <li>Fixed Output Failure if Rotated and Looped Animation has been selected</li>\n <li>Various Bug fix in Drag And Drop Editor</li>\n <li>Fix of Background Image if Screen size less Then Grid Width, postion of Elements and BG backend and frontend looked different</li>\n <li>Various Fixes for Mobile Styling. Broken Transitions, bad performance on Mobile devices</li>\n <li>Bug with Rotated Layers on Backend fixed</li>\n <li>Bug with MAx Width and Max Height of elements was not visible in Backend</li>\n <li>White Space Bugs - Backend was not displaying settings of White Spaces</li>\n <li>Ken Burn Images on backend was distorted if Window has been resized</li>\n </ul>\n\n <h3 class=\"version-number\">Version 4.5.8 SkyWood (4th July 2014)</h3>\n <div class=\"change\"><strong style=\"font-weight:700\">CHANGES</strong></div>\n <ul>\n <li>Reenabled Link ID, Class, Title and Rel in Slide Editor</li>\n </ul>\n\n\n\n <h3 class=\"version-number\">Version 4.5.7 SkyWood (2nd July 2014)</h3>\n <div class=\"newfeature\"><strong style=\"font-weight:700\">NEW FEATURES</strong></div>\n <ul>\n <li>New Options in Global Settings, like Disable/Enable Hammer.js Plugin</li>\n <li>New Developer Option to Disable via the theme the Hammer.js Plugin (Avada Requests)</li>\n </ul>\n\n <div class=\"change\"><strong style=\"font-weight:700\">CHANGES</strong></div>\n <ul>\n <li>Minimized Style Output in the Document, only used Layer Styles are really loaded</li>\n <li>Changed the Aq_Resize name to prevend conflicts with other themes that also use it and modified code in it</li>\n <li>Updated GreenSock Engine to 12.1 </li>\n <li>Protected Mode for GreenSock for ThemePunch Plugins added. No more conflict between any other plugins / themes and ThemePunch Tools</li>\n <li>Lag Smoothing Enabled</li>\n </ul>\n\n <div class=\"bugfix\"><strong style=\"font-weight:700\">BUGFIXES</strong></div>\n <ul>\n <li>Bug fixed where Parallax Mode for Mobile Disabled breaks the 2nd and further Slider Positions</li>\n </ul>\n\n\n <h3 class=\"version-number\">Version 4.5.6 SkyWood (25th June 2014)</h3>\n\n <div class=\"newfeature\"><strong style=\"font-weight:700\">NEW FEATURES</strong></div>\n <ul>\n <li>New developer option to disable all notifications and the activation area. More information at <a href=\"http://www.themepunch.com/home/plugins/set-revolution-slider-as-theme/\" target=\"_blank\">http://www.themepunch.com/home/plugins/set-revolution-slider-as-theme/</a></li>\n </ul>\n\n <div class=\"change\"><strong style=\"font-weight:700\">CHANGES</strong></div>\n <ul>\n <li>Added missing fonts from Punch Fonts into the CSS Editor Font Family dropdown</li>\n </ul>\n\n <div class=\"bugfix\"><strong style=\"font-weight:700\">BUGFIXES</strong></div>\n <ul>\n <li>Fullscreen Layout Without Offset Heights got the Wrong Height</li>\n </ul>\n\n\n <h3 class=\"version-number\">Version 4.5.5 SkyWood (24th June 2014)</h3>\n\n <div class=\"newfeature\"><strong style=\"font-weight:700\">NEW FEATURES</strong></div>\n <ul>\n <li>Option to disable parallax on mobile added</li>\n <li>Option to add an offset in px or % to FullScreen Slider</li>\n <li>Two new Slide transitions: Parallax Vertical and Parallax Horizontal</li>\n <li>Export Slider into HTML. Option availble first when Feature enabled under Global Settings</li>\n </ul>\n\n <div class=\"change\"><strong style=\"font-weight:700\">CHANGES</strong></div>\n <ul>\n <li>Static Layers now have to be enable in each Slider for usage (can be found in General Settings tab)</li>\n <li>onChange Event delivers the Slide Index and the Slide jQuery Object now</li>\n <li>Global option JavaScript into footer now also adds the revslider calls into the footer</li>\n </ul>\n\n <div class=\"bugfix\"><strong style=\"font-weight:700\">BUGFIXES</strong></div>\n <ul>\n <li>Lazy Loading bug in combination with Static Layers fixed</li>\n <li>\"Hide Slider Under\" option did not redraw the Layers after Resize. Bug is fixed</li>\n <li>YouTube Video Bug with Overlay Image on Mobile Devices.</li>\n <li>IE8 and IE9 Slide Link Bug Fixed</li>\n <li>Output Filters Protection fix for \"By Compressing Output\"</li>\n </ul>\n\n\n <h3 class=\"version-number\">Version 4.5.4 SkyWood (16th June 2014)</h3>\n\n <div class=\"newfeature\"><strong style=\"font-weight:700\">NEW FEATURES</strong></div>\n <ul>\n <li>Static Layers added. Can be found under Slide List (new button called \"Edit Static Layers\")</li>\n <li>Possibility added to insert id, class, attr and i.e. own data attributes to each specific Slide</li>\n </ul>\n\n <div class=\"change\"><strong style=\"font-weight:700\">CHANGES</strong></div>\n <ul>\n <li>Inline CSS compressed/minimized now in output</li>\n </ul>\n\n <div class=\"bugfix\"><strong style=\"font-weight:700\">BUGFIXES</strong></div>\n <ul>\n <li>Layers sometimes not fading out fixed</li>\n </ul>\n\n\n <h3 class=\"version-number\">Version 4.5.3 SkyWood (12th June 2014)</h3>\n\n <div class=\"bugfix\"><strong style=\"font-weight:700\">BUGFIXES</strong></div>\n <ul>\n <li>IE jQuery bugfix</li>\n <li>Responsive Through All Levels fixed where checkbox would be always checked on each element after reload of Slide Editor</li>\n </ul>\n\n\n <h3 class=\"version-number\">Version 4.5.2 SkyWood (10th June 2014)</h3>\n\n <div class=\"newfeature\"><strong style=\"font-weight:700\">NEW FEATURES</strong></div>\n <ul>\n <li>data-parallaxoffset attribute is now available and updated on Scroll. This value can be interesting for Developers to read current Parallax Offsets of the elements with the jQuery selector .tp-parallax-container (Possible usage for Blur, Fade, Rotation effects based on the values)</li>\n </ul>\n\n <div class=\"bugfix\"><strong style=\"font-weight:700\">BUGFIXES</strong></div>\n <ul>\n <li>Thumbnail is not Showing has been fixed</li>\n <li>Choosen Global Settings now correctly set again</li>\n <li>Shortcode dropdown selector will now insert the right shortcode</li>\n <li>Auto Play only First Time on Videos (YouTube and Vimeo) did not work well.</li>\n <li>Imported layers will be stripped of slashes now</li>\n </ul>\n\n\n <h3 class=\"version-number\">Version 4.5.01 SkyWood (06th June 2014)</h3>\n <div class=\"bugfix\"><strong style=\"font-weight:700\">BUGFIXES</strong></div>\n <ul>\n <li>Fixed a bug where new Slider & Template Slider button is missing</li>\n </ul>\n\n\n <h3 class=\"version-number\">Version 4.5.0 SkyWood (05th June 2014)</h3>\n <div class=\"newfeature\"><strong style=\"font-weight:700\">NEW FEATURES</strong></div>\n <ul>\n <li>Improved Backend Functionality</li>\n <li>Added a timeline based editor for better & easier handling of layer times</li>\n <li>Loop Effect now available. Choose between four loop types for each layer in the Slide Editor under \"Layer Animations\"</li>\n <li>Parallax Effect now available. Enable it in Slider Settings in the Parallax Tab and set your desired level of each layer in Slide Settings</li>\n <li>Parallax on Mouse Movement Added</li>\n <li>Parallax on Scroll Added with Background fixed or Scrolled Options</li>\n <li>PArallax on Mobile Device Tilt</li>\n <li>qTranslate is now supported in layers</li>\n <li>Added filter hook called \'revslider_get_posts\' that can be used to manipulate the WP_Query array</li>\n <li>New Grid/Snap functionality in Slide Editor for better positioning of elements</li>\n <li>Punch Fonts are now included. This should now be used if google fonts need to be loaded through the Slider Revolution plugin</li>\n <li>Option added to not load the Slider on Mobile devices</li>\n <li>2D rotation options added to layers in Slide Editor</li>\n <li>New navigation types called preview1, preview2, preview3, preview4 and custom</li>\n <li>Custom CSS and JavaScript can now be added directly in each Slider</li>\n <li>Placeholder of Slider at Page load will be auto generated. No more Jump Vertically during Slider is loading</li>\n <li>Added Performance Boost optional, where Outgoing Layers first animated before next slide is played. Helps if many layers added to one Slide</li>\n <li>Reburn of Pan Zoom Effect on FullScreen, FullWidth and Boxed layout with a complete new Engine</li>\n </ul>\n\n <div class=\"change\"><strong style=\"font-weight:700\">CHANGES</strong></div>\n <ul>\n <li>Check if more then one instance of Slider Revolution exists.</li>\n <li>Added support for spaces in putRevSlider(\"newslider2014\",\"2,10\") like putRevSlider(\"newslider2014\",\"2, homepage\")</li>\n <li>Added check if hammer.js is already included</li>\n <li>Added allowfullscreen=\"true\" into YouTube video iFrame output</li>\n <li>Using now Aqua Resizer for thumbnail generation</li>\n <li>Pagination added to the Slide Overview page</li>\n <li>Added Sorting of Slides based on names or Shortcode in Slider Overview page</li>\n <li>Video ID of YouTube and Vimeo can now be changed on editing a layer</li>\n <li>Added notification on post based slider if the template slider does not have any slides created</li>\n <li>Removed the JavaScript inside of the href attribute of buttons from the Slide Editor</li>\n </ul>\n\n <div class=\"bugfix\"><strong style=\"font-weight:700\">BUGFIXES</strong></div>\n <ul>\n <li>Fixed a bug where Template Sliders would change to normal Sliders</li>\n <li>Fixed a bug where layer positions in slide editor where not correctly calculated if the layer had a padding or margin.</li>\n <li>white-space and max-width/max-height are now correctly shown in Slide Editor</li>\n <li>Fix for importing where \\n was translated to n</li>\n <li>Visible Last slide at Loading fixed</li>\n <li>Visible Navigation Elements on Load fixed</li>\n </ul>\n\n\n\n <h3 class=\"version-number\">Version 4.3.8 SkyWood (27th April 2014)</h3>\n <div class=\"bugfix\"><strong style=\"font-weight:700\">BUGFIXES</strong></div>\n <ul>\n <li>BugFix for Shortcode Selector in WordPress 3.9 that happens on toggle between text & visual button</li>\n <li>added px to height css in fullwidth Sliders</li>\n </ul>\n\n\n <h3 class=\"version-number\">Version 4.3.7 SkyWood (17th April 2014)</h3>\n <div class=\"bugfix\"><strong style=\"font-weight:700\">BUGFIXES</strong></div>\n <ul>\n <li>Select ShortCodes are now back in Posts on WordPress 3.9</li>\n <li>Ken Burns Dobble Start after changing the slide</li>\n </ul>\n\n <h3 class=\"version-number\">Version 4.3.6 SkyWood (14th April 2014)</h3>\n\n <div class=\"change\"><strong style=\"font-weight:700\">CHANGES</strong></div>\n <ul>\n <li>Ken Burns and Pan Zoom Effect Engine Change. Animation based on Img rotations and Zooms, Transitions instead of Background animation. Due this change the Aniamtions become really Smooth and Clean.</li>\n </ul>\n\n <div class=\"bugfix\"><strong style=\"font-weight:700\">BUGFIXES</strong></div>\n <ul>\n <li>Fixed some compability issues with custom captions</li>\n </ul>\n\n <h3 class=\"version-number\">Version 4.3.5 SkyWood (09th April 2014)</h3>\n\n <div class=\"change\"><strong style=\"font-weight:700\">CHANGES</strong></div>\n <ul>\n <li>Decreased Loading Time of Styles due loading styles Inline in Header (based on WordPress Best Practices)</li>\n </ul>\n\n <div class=\"bugfix\"><strong style=\"font-weight:700\">BUGFIXES</strong></div>\n <ul>\n <li>Fixed Click and Taps bugs on Elements in Slider viewing Slider in Mobile Devices</li>\n <li>Fixed Positions of Videos after leaving Fullscreen Video Playback</li>\n <li>Fixed Element Transitions by clicking Next/previous Slider before Elements has been shown. Currently Not Visible Elements will not show up suddenly any more.</li>\n </ul>\n\n <hr>\n\n\n <h3 class=\"version-number\">Version 4.3.4 SkyWood (07th April 2014)</h3>\n\n <div class=\"change\"><strong style=\"font-weight:700\">CHANGES</strong></div>\n <ul>\n <li>Changed Backend Style of Style Editor</li>\n <li>Added Swipe Up & Down to scroll below or above the slider on Mobile Devices</li>\n </ul>\n\n <div class=\"bugfix\"><strong style=\"font-weight:700\">BUGFIXES</strong></div>\n <ul>\n <li>Fixed Color Picker in Backend Editor</li>\n </ul>\n\n <hr>\n\n\n <h3 class=\"version-number\">Version 4.3.3 SkyWood (27th March 2014)</h3>\n\n <div class=\"change\"><strong style=\"font-weight:700\">CHANGES</strong></div>\n <ul>\n <li>Changed the validation process to meet the envato requirements</li>\n </ul>\n\n <div class=\"bugfix\"><strong style=\"font-weight:700\">BUGFIXES</strong></div>\n <ul>\n <li>KenBurn effect \"End Position\" fix if percentage is choosen</li>\n </ul>\n\n <hr>\n\n <h3 class=\"version-number\">Version 4.3.2 SkyWood (25th March 2014)</h3>\n\n <div class=\"newfeature\"><strong style=\"font-weight:700\">NEW FEATURES</strong></div>\n <ul>\n <li>Added Option keyboardNavigation to allow Navigation with left/right arrows</li>\n </ul>\n\n <div class=\"change\"><strong style=\"font-weight:700\">CHANGES</strong></div>\n <ul>\n <li>Removed video-js plugin and added Browser Native HTML5 Video Player</li>\n </ul>\n\n <div class=\"bugfix\"><strong style=\"font-weight:700\">BUGFIXES</strong></div>\n <ul>\n <li>Added stripslashes to the import process to the layers</li>\n <li>Added multisite custom css fix</li>\n <li>Fixed HTML5 Video Loading issues</li>\n <li>Fixed Android Device Swipe Feature</li>\n </ul>\n\n <hr>\n\n <h3 class=\"version-number\">Version 4.3.1 SkyWood (21th March 2014)</h3>\n\n <div class=\"change\"><strong style=\"font-weight:700\">CHANGES</strong></div>\n <ul>\n <li>Changed the activation text</li>\n </ul>\n\n <div class=\"bugfix\"><strong style=\"font-weight:700\">BUGFIXES</strong></div>\n <ul>\n <li>Fix for Thumbnail generating on some installations</li>\n </ul>\n\n <hr>\n\n <h3 class=\"version-number\">Version 4.3 SkyWood (18th March 2014)</h3>\n <div class=\"bugfix\"><strong style=\"font-weight:700\">BUGFIXES</strong></div>\n <ul>\n <li>Fix if Slider does not load after Touch Option is Disabled</li>\n <li>MultiSite export fix on some installations.</li>\n </ul>\n\n <hr>\n\n <h3 class=\"version-number\">Version 4.2.7 SkyWood (18th March 2014)</h3>\n <div class=\"newfeature\"><strong style=\"font-weight:700\">NEW FEATURES</strong></div>\n <ul>\n <li>Added Options like Swipe Velocity, Swipe Min/Max Touches</li>\n <li>Added Drag Block Vertical option to prevent verticall scroll if needed. Default (false)</li>\n </ul>\n\n <div class=\"bugfix\"><strong style=\"font-weight:700\">BUGFIXES</strong></div>\n <ul>\n <li>BugFix for FireFox Timer Line - Visibilty of Timer was ignored in Firefox and IE</li>\n <li>BugFix for checking for new updates</li>\n <li>BugFix for event manager, dates will now be correctly translated if they are not english</li>\n </ul>\n\n <hr>\n\n <h3 class=\"version-number\">Version 4.2.6 SkyWood (17th March 2014)</h3>\n <div class=\"newfeature\"><strong style=\"font-weight:700\">NEW FEATURES</strong></div>\n <ul>\n <li>New Slider Setting option: Hide Mobile Nav After in Mobile Visibility Tab</li>\n </ul>\n\n <div class=\"change\"><strong style=\"font-weight:700\">CHANGES</strong></div>\n <ul>\n <li>Calculation of forceFullScreenAlign Positions. Resized Positions are More exact</li>\n <li>Replacement of rel=0 in youtube video layer disabled</li>\n <li>Added Hide Slider under \"window width\" for all type of Slider Layouts. Slider is stopped / started depends on the Window size also</li>\n </ul>\n\n <div class=\"bugfix\"><strong style=\"font-weight:700\">BUGFIXES</strong></div>\n <ul>\n <li>Hide Timer Bug has been fixed</li>\n <li>Small multisite export/import adjustments</li>\n <li>Small general export/import adjustments</li>\n <li>Missing static-captions.css text in console on slider preview removed</li>\n <li>YouTube: Hide Controls do now work</li>\n <li>YouTube/Vimeo allow now to insert direct URL or ID</li>\n <li>YouTube rel=0 fix</li>\n <li>YouTube iOS Fix for Replaying videos on 2nd Call</li>\n <li>StopOnHover set to 1 Bug has been fixed</li>\n <li>Backend Speed improvements on some hosters</li>\n\n </ul>\n\n <hr>\n\n <h3 class=\"version-number\">Version 4.2.5 SkyWood (12th March 2014)</h3>\n <div class=\"bugfix\"><strong style=\"font-weight:700\">BUGFIXES</strong></div>\n <ul>\n <li>Slide Link zIndex issues and Slide Link Resizing issues fixed</li>\n <li>Individual Slide Timer has been fixed. Broken since version 4.2.4</li>\n </ul>\n\n\n <hr>\n\n <h3 class=\"version-number\">Version 4.2.4 SkyWood (10th March 2014)</h3>\n <div class=\"change\"><strong style=\"font-weight:700\">CHANGES</strong></div>\n <ul>\n <li>Updated Russian Translation / Language Pack</li>\n <li>Improved Plugin Processes, Removed Script Intervals and Timers for Better CPU Management (30-50% less CPU Usage)</li>\n </ul>\n\n\n <hr>\n\n <h3 class=\"version-number\">Version 4.2.3 SkyWood (3th March 2014)</h3>\n <div class=\"bugfix\"><strong style=\"font-weight:700\">BUGFIXES</strong></div>\n <ul>\n <li>BugFix in Russian Language causing the error \"setting layer_caption not found\"</li>\n </ul>\n\n\n <hr>\n\n <h3 class=\"version-number\">Version 4.2.2 SkyWood (28th February 2014)</h3>\n <div class=\"bugfix\"><strong style=\"font-weight:700\">BUGFIXES</strong></div>\n <ul>\n <li>In case HTML5 Video Js Loads later then Meta of Video will not fire the Auto Play Option</li>\n <li>Changed update check. In some situations user will not see that a new update is available.</li>\n </ul>\n\n <hr>\n\n <h3 class=\"version-number\">Version 4.2.1 SkyWood (27th February 2014)</h3>\n <div class=\"bugfix\"><strong style=\"font-weight:700\">BUGFIXES</strong></div>\n <ul>\n <li>Fixed YouTube Api, changed youtube api load to permanent Https</li>\n <li>Fixed HTML5 Video Preload. A Waiting process added for Video JS and Stream preloads</li>\n <li>Fixed Vimeo API Preloads</li>\n <li>Fixed \"Unclickable\" Notice for Auto Updates and Premium Support</li>\n </ul>\n\n <hr>\n\n <h3 class=\"version-number\">Version 4.2 SkyWood (25th February 2014)</h3>\n <div class=\"newfeature\"><strong style=\"font-weight:700\">NEW FEATURES</strong></div>\n <ul>\n <li>New Activation process added</li>\n <li>New Automatic Updates process added</li>\n <li>Added Char, Word and Line Based Text animation to improve the Visual Experience on the Layer Animations</li>\n <li>Added 5 Different Loader Spinner with Live Preview Selector</li>\n <li>Added a new Shortcode type. Now [rev_slider slider_alias] and also [rev_slider alias=\"slider_alias\"] works.</li>\n <li>Added polish language thanks to Dawid Dudek (www.supportitc.pl)</li>\n <li>Meta Box for RevSlider now available in all Custom Post Types</li>\n <li>Added remove Thumbnail in Slide Editor</li>\n <li>Added white-space, maxwidth and maxheight options</li>\n </ul>\n\n <div class=\"change\"><strong style=\"font-weight:700\">CHANGES</strong></div>\n <ul>\n <li>Improved Loading Speed. Slider loads over 1-2 sec quicker than before.</li>\n <li>Improved Lazy Loading, to load Images and Layer images on demand. Intelligent Preloading of next slide Elements.</li>\n <li>Removed function mysql_insert_id() that will be deprecated in php version 5.5.x</li>\n <li>Auto Thumbnail Function, small copy of Slider Image, or Colorer BG used as Default.</li>\n </ul>\n\n <div class=\"bugfix\"><strong style=\"font-weight:700\">BUGFIXES</strong></div>\n <ul>\n <li>Fixed YouTube Api</li>\n <li>CSS editor bugfix where custom styles were set into other choosen layers</li>\n <li>Added missing argument for WPML, this enables WPML functionality in using the specific post feature</li>\n <li>Small adjustment for css editor that caused problems on some installations</li>\n <li>Check if ssl on external jquery library & css include</li>\n <li>Fixed Overlapping layers if Mixed Align Mode used in Slide</li>\n <li>Fixed Pause/Resume function if Navigation elements has been hovered.</li>\n <li>MultiSite Style Settings - Minor Workaround added till next Major Release</li>\n </ul>\n\n <hr>\n\n\n\n <h3 class=\"version-number\">Version 4.1.5 SkyWood</h3>\n <div class=\"newfeature\"><strong style=\"font-weight:700\">NEW FEATURES</strong></div>\n <ul>\n <li>Added Chinese translation thanks to lastme (http://www.lastme.com/)</li>\n </ul>\n <div class=\"change\"><strong style=\"font-weight:700\">CHANGES</strong></div>\n <ul>\n <li>Removed function mysql_insert_id() that will be deprecated in php version 5.5.x</li>\n </ul>\n\n\n\n <hr>\n\n <h3 class=\"version-number\">Version 4.1.4 SkyWood</h3>\n <div class=\"newfeature\"><strong style=\"font-weight:700\">NEW FEATURES</strong></div>\n <ul>\n <li>ID, Class, Title & Rel attribute for Links on images added</li>\n <li>Added files so that google does not index internal files</li>\n </ul>\n <div class=\"change\"><strong style=\"font-weight:700\">CHANGES</strong></div>\n <ul>\n <li>German language files recreated</li>\n <li>instead of a fatal error, the none existence of ZipArchive will now give a more gently message</li>\n </ul>\n\n\n\n\n <hr>\n\n\n <h3 class=\"version-number\">Version 4.1.3 SkyWood</h3>\n <div class=\"change\"><strong style=\"font-weight:700\">CHANGES</strong></div>\n <ul>\n <li>Imported images through slider import create now also the thumbnails</li>\n </ul>\n <div class=\"bugfix\"><strong style=\"font-weight:700\">BUGFIXES</strong></div>\n <ul>\n <li>stripslashes problem in global styles at slider imports fixed</li>\n <li>multisite import of slider now correctly imports images</li>\n <li>selecting thumbnails/video overlays now work on multisites</li>\n </ul>\n\n\n\n <hr>\n\n\n <h3 class=\"version-number\">Version 4.1.2 SkyWood</h3>\n <div class=\"change\"><strong style=\"font-weight:700\">CHANGES</strong></div>\n <ul>\n <li>Deleting Posts inside a Post Slider will now trash instead of deleting them</li>\n </ul>\n <div class=\"bugfix\"><strong style=\"font-weight:700\">BUGFIXES</strong></div>\n <ul>\n <li>Fixed a z-index issue where the-events-calendar set the jquery-ui-dialog overlay over the Slider Revolution Dialogs</li>\n <li>Http / Https loading of API’S in the right format depending on the current URL</li>\n <li>Issue solved with the HTML5 Video Sizing</li>\n <li>YouTube Api does not work without the origin=http://yourdomain any more !!\n <ul>\n <li>The slider adds this now automatically on every YouTube video.</li>\n <li>NOTE: Please note that this only works on live servers and not local installations.</li>\n <li>For example: autoplay will not work on local machines but on your live servers</li>\n </ul>\n </li>\n </ul>\n\n\n <hr>\n\n\n\n <h3 class=\"version-number\">Version 4.1.1 SkyWood</h3>\n <div class=\"newfeature\"><strong style=\"font-weight:700\">NEW FEATURES</strong></div>\n <ul>\n <li>New API Method: rev redraw for Redrawing the current Slide in case, slider is included some animated container.</li>\n <li>New tab in Slider Settings: Reset Options.\n <ul>\n <li>Reset all Transitions of this Slider to a choosen one</li>\n <li>Reset all Transition Durations of this Slider to a choosen one</li>\n <li>New Dropdown on Post/Pages for revslider Shortcodes (found in Visual mode of Editor)</li>\n </ul>\n </li>\n </ul>\n <div class=\"change\"><strong style=\"font-weight:700\">CHANGES</strong></div>\n <ul>\n <li>New button in Slide Edit mode to go back to Slide List of Slider</li>\n </ul>\n <div class=\"bugfix\"><strong style=\"font-weight:700\">BUGFIXES</strong></div>\n <ul>\n <li>Remove of Aspect Ratio and Dotted Overlay if Cover was not choosen in HTML5 Videos</li>\n <li>Fixed a bug on import of Slider where custom arrows might break</li>\n <li>Fixed a bug for Missing static-layers.css </li>\n <li>Fixed FF and IE10 Animation issues</li>\n <li>Fixed Wrong calculated Center positions if Caption has CSS3 Animations associated </li>\n </ul>\n\n\n <hr>\n\n\n\n <h3 class=\"version-number\">Version 4.1 SkyWood</h3>\n <div class=\"newfeature\"><strong style=\"font-weight:700\">NEW FEATURES</strong></div>\n <ul>\n <li>Ken Burns Effect (align start/end) bg Fit (start/end), Speed and easing</li>\n <li>Min Height for Fullscreen Sliders</li>\n <li>Fullscreen HTML5 Videos with new functions</li>\n <li>Cover the whole HTML5 Videoscreen (no black borders)</li>\n <li>Dotted overlays on HTML5 Videos with cover & slide backgrounds</li>\n <li>Dotted Overlay on Background Images (global setting)</li>\n <li>Mute option on Videos</li>\n <li>Force Rewind of Videos on slideview</li>\n </ul>\n <div class=\"change\"><strong style=\"font-weight:700\">CHANGES</strong></div>\n <ul>\n <li>Fallback to old export if zip extension is not installed on server</li>\n </ul>\n <div class=\"bugfix\"><strong style=\"font-weight:700\">BUGFIXES</strong></div>\n <ul>\n <li>Post meta tag fix for plugin: Types - Complete Solution for Custom Fields and Types</li>\n </ul>\n\n\n\n\n <hr>\n\n\n <h3 class=\"version-number\">Version 4.0.6 SkyWood</h3>\n <div class=\"bugfix\"><strong style=\"font-weight:700\">BUGFIXES</strong></div>\n <ul>\n <li>Force Fullwidth Offsets</li>\n <li>Added FF Protection for 3d Animated Elements</li>\n <li>Update GreenSock Engine with Protection for FF25 Animations</li>\n <li>IE8 HALO Effect Solved</li>\n </ul>\n\n\n\n <hr>\n\n <h3 class=\"version-number\">Version 4.0.5 SkyWood</h3>\n <div class=\"newfeature\"><strong style=\"font-weight:700\">NEW FEATURES</strong></div>\n <ul>\n <li>New Background-Image options in slider settings under Appearance Tab</li>\n <li>Usage of placeholder %link% and %meta:somemeta% for Slide Link in General Slide Settings</li>\n </ul>\n <div class=\"change\"><strong style=\"font-weight:700\">CHANGES</strong></div>\n <ul>\n <li>Added fallback for dynamic-layers.css (if not writable, load layers.php instead)</li>\n </ul>\n <div class=\"bugfix\"><strong style=\"font-weight:700\">BUGFIXES</strong></div>\n <ul>\n <li>Fixed a bug where no layers could be added to Slides</li>\n <li>Fixed a bug where Post Sliders do not show the correct thumbnails in navigation</li>\n <li>Fixed a few texts for better multilanguage support</li>\n </ul>\n\n\n <hr>\n\n\n\n <h3 class=\"version-number\">Version 4.0.4 SkyWood</h3>\n <div class=\"bugfix\"><strong style=\"font-weight:700\">BUGFIXES</strong></div>\n <ul>\n <li>inserted two missing functions</li>\n </ul>\n\n <hr>\n\n\n <h3 class=\"version-number\">Version 4.0.3 SkyWood</h3>\n <div class=\"change\">CHNAGES</div>\n <ul>\n <li>the option Responsive Through All Levels in layers is now checked as default</li>\n <li>set default background-position of main slide image to center top</li>\n </ul>\n <div class=\"bugfix\"><strong style=\"font-weight:700\">BUGFIXES</strong></div>\n <ul>\n <li>bug in interpreting the css fixed</li>\n <li>fixed a bug that occures on some video layers and that may brake the edit slide page</li>\n <li>fixed a bug with Post Sliders not being shown with the template Slider styles</li>\n </ul>\n\n\n\n <hr>\n\n <h3 class=\"version-number\">Version 4.0.2 SkyWood</h3>\n <div class=\"bugfix\"><strong style=\"font-weight:700\">BUGFIXES</strong></div>\n <ul>\n <li>WPML was not working correctly, fixed \"Wrong Request\" bug</li>\n </ul>\n\n\n <hr>\n\n <h3 class=\"version-number\">Version 4.0.1 SkyWood</h3>\n <div class=\"change\"><strong style=\"font-weight:700\">CHANGES</strong></div>\n <ul>\n <li>add revision to css/js files to prevent caching issues</li>\n </ul>\n\n\n\n <hr>\n\n <h3 class=\"version-number\">Version 4.0 SkyWood</h3>\n <div class=\"newfeature\"><strong style=\"font-weight:700\">NEW FEATURES</strong></div>\n <ul>\n <li>New Live Style Editor (Simple and Advanced)</li>\n <li>Custom Caption Creator</li>\n <li>Live Caption Animation Viewer in Editor</li>\n <li>Export Feature (with Images and Static/Dynamic Styles and with Custom Animations)</li>\n <li>New Main Image Aligns, Repeating and Sizing (like center,center, repeat-x,y,no, cover and container and many more)</li>\n <li>New Layout Viewer ( to see differences between, fullwidth, fullscreen, custom) </li>\n <li>Only Styles are loaded which used in Current Slides</li>\n <li>template slider for post slider added</li>\n <li>allow external images as slide backgrounds</li>\n <li>new options for videos</li>\n <li>many other new options added</li>\n <li>added relpace url\'s neer export / import slider</li>\n <li>new options for hiding thumbs/bullets/arrows on mobile</li>\n <li>new option force fill width in autoresponsive mode</li>\n <li>id, class, rel tag can be set for each element</li>\n <li>alt tag for images can be set</li>\n <li>layers can now be locked</li>\n <li>layer images can now be resized</li>\n <li>Added new Flat Transitions</li>\n <li>Added FullScreen and FullWidth Forcing in Boxed Themes</li>\n <li>Added Thumbnail for Videos</li>\n <li>Tooltip for Titles</li>\n <li>Shadow Prelayouts</li>\n <li>Move Tabs to Change Slide Order</li>\n <li>Published / Unpublished Slides also Date / Time Dependent</li>\n <li>Loop and Controlless HTML5 Videos</li>\n <li>Play Video only First Time, then Hold</li>\n <li>Linear Resizing of Thumbs</li>\n <li>Unlimited Containers for Offsetting Fullscreen Height </li>\n </ul>\n <div class=\"change\"><strong style=\"font-weight:700\">CHANGES</strong></div>\n <ul>\n <li>Style of Backend in Flat Style</li>\n <li>Much cleaner interface</li>\n <li>Load Plugins and Revolution Slider splitter, dependent on Other Plugins </li>\n <li>Jquery.themepunch.revolution.min.js loads now in the footer (Optional)</li>\n <li>Main transitions are now listed in flat and premium transitions</li>\n </ul>\n <div class=\"bugfix\"><strong style=\"font-weight:700\">BUGFIXES</strong></div>\n <ul>\n <li>many small/mayor bug fixes</li>\n <li>added error messages on some situations in slider by post view.</li>\n <li>fixed css bug that made the screens overlap with wordpress error messages</li>\n <li>fixed image positioning in edit layers js file</li>\n <li>fixed images url\'s output in https websites</li>\n </ul>\n</div>\";}s:3:\"url\";s:80:\"http://codecanyon.net/item/slider-revolution-responsive-wordpress-plugin/2751380\";s:8:\"external\";i:1;}}','yes'),(3483,'_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a','1456245110','yes'),(3484,'_site_transient_poptags_40cd750bba9870f18aada2478b24840a','a:100:{s:6:\"widget\";a:3:{s:4:\"name\";s:6:\"widget\";s:4:\"slug\";s:6:\"widget\";s:5:\"count\";s:4:\"5703\";}s:4:\"post\";a:3:{s:4:\"name\";s:4:\"Post\";s:4:\"slug\";s:4:\"post\";s:5:\"count\";s:4:\"3563\";}s:6:\"plugin\";a:3:{s:4:\"name\";s:6:\"plugin\";s:4:\"slug\";s:6:\"plugin\";s:5:\"count\";s:4:\"3517\";}s:5:\"admin\";a:3:{s:4:\"name\";s:5:\"admin\";s:4:\"slug\";s:5:\"admin\";s:5:\"count\";s:4:\"3018\";}s:5:\"posts\";a:3:{s:4:\"name\";s:5:\"posts\";s:4:\"slug\";s:5:\"posts\";s:5:\"count\";s:4:\"2749\";}s:9:\"shortcode\";a:3:{s:4:\"name\";s:9:\"shortcode\";s:4:\"slug\";s:9:\"shortcode\";s:5:\"count\";s:4:\"2246\";}s:7:\"sidebar\";a:3:{s:4:\"name\";s:7:\"sidebar\";s:4:\"slug\";s:7:\"sidebar\";s:5:\"count\";s:4:\"2172\";}s:6:\"google\";a:3:{s:4:\"name\";s:6:\"google\";s:4:\"slug\";s:6:\"google\";s:5:\"count\";s:4:\"2019\";}s:7:\"twitter\";a:3:{s:4:\"name\";s:7:\"twitter\";s:4:\"slug\";s:7:\"twitter\";s:5:\"count\";s:4:\"1970\";}s:4:\"page\";a:3:{s:4:\"name\";s:4:\"page\";s:4:\"slug\";s:4:\"page\";s:5:\"count\";s:4:\"1955\";}s:6:\"images\";a:3:{s:4:\"name\";s:6:\"images\";s:4:\"slug\";s:6:\"images\";s:5:\"count\";s:4:\"1952\";}s:8:\"comments\";a:3:{s:4:\"name\";s:8:\"comments\";s:4:\"slug\";s:8:\"comments\";s:5:\"count\";s:4:\"1904\";}s:5:\"image\";a:3:{s:4:\"name\";s:5:\"image\";s:4:\"slug\";s:5:\"image\";s:5:\"count\";s:4:\"1805\";}s:8:\"facebook\";a:3:{s:4:\"name\";s:8:\"Facebook\";s:4:\"slug\";s:8:\"facebook\";s:5:\"count\";s:4:\"1608\";}s:3:\"seo\";a:3:{s:4:\"name\";s:3:\"seo\";s:4:\"slug\";s:3:\"seo\";s:5:\"count\";s:4:\"1521\";}s:9:\"wordpress\";a:3:{s:4:\"name\";s:9:\"wordpress\";s:4:\"slug\";s:9:\"wordpress\";s:5:\"count\";s:4:\"1504\";}s:11:\"woocommerce\";a:3:{s:4:\"name\";s:11:\"woocommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:5:\"count\";s:4:\"1477\";}s:6:\"social\";a:3:{s:4:\"name\";s:6:\"social\";s:4:\"slug\";s:6:\"social\";s:5:\"count\";s:4:\"1318\";}s:5:\"links\";a:3:{s:4:\"name\";s:5:\"links\";s:4:\"slug\";s:5:\"links\";s:5:\"count\";s:4:\"1267\";}s:7:\"gallery\";a:3:{s:4:\"name\";s:7:\"gallery\";s:4:\"slug\";s:7:\"gallery\";s:5:\"count\";s:4:\"1256\";}s:5:\"email\";a:3:{s:4:\"name\";s:5:\"email\";s:4:\"slug\";s:5:\"email\";s:5:\"count\";s:4:\"1158\";}s:7:\"widgets\";a:3:{s:4:\"name\";s:7:\"widgets\";s:4:\"slug\";s:7:\"widgets\";s:5:\"count\";s:4:\"1075\";}s:5:\"pages\";a:3:{s:4:\"name\";s:5:\"pages\";s:4:\"slug\";s:5:\"pages\";s:5:\"count\";s:4:\"1053\";}s:6:\"jquery\";a:3:{s:4:\"name\";s:6:\"jquery\";s:4:\"slug\";s:6:\"jquery\";s:5:\"count\";s:3:\"984\";}s:5:\"media\";a:3:{s:4:\"name\";s:5:\"media\";s:4:\"slug\";s:5:\"media\";s:5:\"count\";s:3:\"948\";}s:3:\"rss\";a:3:{s:4:\"name\";s:3:\"rss\";s:4:\"slug\";s:3:\"rss\";s:5:\"count\";s:3:\"904\";}s:9:\"ecommerce\";a:3:{s:4:\"name\";s:9:\"ecommerce\";s:4:\"slug\";s:9:\"ecommerce\";s:5:\"count\";s:3:\"900\";}s:4:\"ajax\";a:3:{s:4:\"name\";s:4:\"AJAX\";s:4:\"slug\";s:4:\"ajax\";s:5:\"count\";s:3:\"888\";}s:5:\"video\";a:3:{s:4:\"name\";s:5:\"video\";s:4:\"slug\";s:5:\"video\";s:5:\"count\";s:3:\"881\";}s:7:\"content\";a:3:{s:4:\"name\";s:7:\"content\";s:4:\"slug\";s:7:\"content\";s:5:\"count\";s:3:\"872\";}s:5:\"login\";a:3:{s:4:\"name\";s:5:\"login\";s:4:\"slug\";s:5:\"login\";s:5:\"count\";s:3:\"864\";}s:10:\"javascript\";a:3:{s:4:\"name\";s:10:\"javascript\";s:4:\"slug\";s:10:\"javascript\";s:5:\"count\";s:3:\"814\";}s:10:\"buddypress\";a:3:{s:4:\"name\";s:10:\"buddypress\";s:4:\"slug\";s:10:\"buddypress\";s:5:\"count\";s:3:\"767\";}s:10:\"responsive\";a:3:{s:4:\"name\";s:10:\"responsive\";s:4:\"slug\";s:10:\"responsive\";s:5:\"count\";s:3:\"766\";}s:8:\"security\";a:3:{s:4:\"name\";s:8:\"security\";s:4:\"slug\";s:8:\"security\";s:5:\"count\";s:3:\"752\";}s:5:\"photo\";a:3:{s:4:\"name\";s:5:\"photo\";s:4:\"slug\";s:5:\"photo\";s:5:\"count\";s:3:\"735\";}s:4:\"feed\";a:3:{s:4:\"name\";s:4:\"feed\";s:4:\"slug\";s:4:\"feed\";s:5:\"count\";s:3:\"730\";}s:4:\"spam\";a:3:{s:4:\"name\";s:4:\"spam\";s:4:\"slug\";s:4:\"spam\";s:5:\"count\";s:3:\"729\";}s:7:\"youtube\";a:3:{s:4:\"name\";s:7:\"youtube\";s:4:\"slug\";s:7:\"youtube\";s:5:\"count\";s:3:\"726\";}s:4:\"link\";a:3:{s:4:\"name\";s:4:\"link\";s:4:\"slug\";s:4:\"link\";s:5:\"count\";s:3:\"721\";}s:5:\"share\";a:3:{s:4:\"name\";s:5:\"Share\";s:4:\"slug\";s:5:\"share\";s:5:\"count\";s:3:\"710\";}s:10:\"e-commerce\";a:3:{s:4:\"name\";s:10:\"e-commerce\";s:4:\"slug\";s:10:\"e-commerce\";s:5:\"count\";s:3:\"709\";}s:6:\"photos\";a:3:{s:4:\"name\";s:6:\"photos\";s:4:\"slug\";s:6:\"photos\";s:5:\"count\";s:3:\"680\";}s:8:\"category\";a:3:{s:4:\"name\";s:8:\"category\";s:4:\"slug\";s:8:\"category\";s:5:\"count\";s:3:\"678\";}s:9:\"analytics\";a:3:{s:4:\"name\";s:9:\"analytics\";s:4:\"slug\";s:9:\"analytics\";s:5:\"count\";s:3:\"662\";}s:5:\"embed\";a:3:{s:4:\"name\";s:5:\"embed\";s:4:\"slug\";s:5:\"embed\";s:5:\"count\";s:3:\"657\";}s:4:\"form\";a:3:{s:4:\"name\";s:4:\"form\";s:4:\"slug\";s:4:\"form\";s:5:\"count\";s:3:\"656\";}s:3:\"css\";a:3:{s:4:\"name\";s:3:\"CSS\";s:4:\"slug\";s:3:\"css\";s:5:\"count\";s:3:\"645\";}s:6:\"search\";a:3:{s:4:\"name\";s:6:\"search\";s:4:\"slug\";s:6:\"search\";s:5:\"count\";s:3:\"640\";}s:9:\"slideshow\";a:3:{s:4:\"name\";s:9:\"slideshow\";s:4:\"slug\";s:9:\"slideshow\";s:5:\"count\";s:3:\"631\";}s:6:\"custom\";a:3:{s:4:\"name\";s:6:\"custom\";s:4:\"slug\";s:6:\"custom\";s:5:\"count\";s:3:\"617\";}s:6:\"slider\";a:3:{s:4:\"name\";s:6:\"slider\";s:4:\"slug\";s:6:\"slider\";s:5:\"count\";s:3:\"610\";}s:5:\"stats\";a:3:{s:4:\"name\";s:5:\"stats\";s:4:\"slug\";s:5:\"stats\";s:5:\"count\";s:3:\"599\";}s:6:\"button\";a:3:{s:4:\"name\";s:6:\"button\";s:4:\"slug\";s:6:\"button\";s:5:\"count\";s:3:\"593\";}s:7:\"comment\";a:3:{s:4:\"name\";s:7:\"comment\";s:4:\"slug\";s:7:\"comment\";s:5:\"count\";s:3:\"591\";}s:5:\"theme\";a:3:{s:4:\"name\";s:5:\"theme\";s:4:\"slug\";s:5:\"theme\";s:5:\"count\";s:3:\"583\";}s:4:\"menu\";a:3:{s:4:\"name\";s:4:\"menu\";s:4:\"slug\";s:4:\"menu\";s:5:\"count\";s:3:\"577\";}s:4:\"tags\";a:3:{s:4:\"name\";s:4:\"tags\";s:4:\"slug\";s:4:\"tags\";s:5:\"count\";s:3:\"576\";}s:9:\"dashboard\";a:3:{s:4:\"name\";s:9:\"dashboard\";s:4:\"slug\";s:9:\"dashboard\";s:5:\"count\";s:3:\"570\";}s:10:\"categories\";a:3:{s:4:\"name\";s:10:\"categories\";s:4:\"slug\";s:10:\"categories\";s:5:\"count\";s:3:\"560\";}s:10:\"statistics\";a:3:{s:4:\"name\";s:10:\"statistics\";s:4:\"slug\";s:10:\"statistics\";s:5:\"count\";s:3:\"549\";}s:6:\"mobile\";a:3:{s:4:\"name\";s:6:\"mobile\";s:4:\"slug\";s:6:\"mobile\";s:5:\"count\";s:3:\"541\";}s:3:\"ads\";a:3:{s:4:\"name\";s:3:\"ads\";s:4:\"slug\";s:3:\"ads\";s:5:\"count\";s:3:\"541\";}s:6:\"editor\";a:3:{s:4:\"name\";s:6:\"editor\";s:4:\"slug\";s:6:\"editor\";s:5:\"count\";s:3:\"526\";}s:4:\"user\";a:3:{s:4:\"name\";s:4:\"user\";s:4:\"slug\";s:4:\"user\";s:5:\"count\";s:3:\"526\";}s:5:\"users\";a:3:{s:4:\"name\";s:5:\"users\";s:4:\"slug\";s:5:\"users\";s:5:\"count\";s:3:\"515\";}s:7:\"picture\";a:3:{s:4:\"name\";s:7:\"picture\";s:4:\"slug\";s:7:\"picture\";s:5:\"count\";s:3:\"507\";}s:4:\"list\";a:3:{s:4:\"name\";s:4:\"list\";s:4:\"slug\";s:4:\"list\";s:5:\"count\";s:3:\"503\";}s:7:\"plugins\";a:3:{s:4:\"name\";s:7:\"plugins\";s:4:\"slug\";s:7:\"plugins\";s:5:\"count\";s:3:\"502\";}s:9:\"affiliate\";a:3:{s:4:\"name\";s:9:\"affiliate\";s:4:\"slug\";s:9:\"affiliate\";s:5:\"count\";s:3:\"500\";}s:6:\"simple\";a:3:{s:4:\"name\";s:6:\"simple\";s:4:\"slug\";s:6:\"simple\";s:5:\"count\";s:3:\"483\";}s:9:\"multisite\";a:3:{s:4:\"name\";s:9:\"multisite\";s:4:\"slug\";s:9:\"multisite\";s:5:\"count\";s:3:\"483\";}s:12:\"contact-form\";a:3:{s:4:\"name\";s:12:\"contact form\";s:4:\"slug\";s:12:\"contact-form\";s:5:\"count\";s:3:\"477\";}s:12:\"social-media\";a:3:{s:4:\"name\";s:12:\"social media\";s:4:\"slug\";s:12:\"social-media\";s:5:\"count\";s:3:\"468\";}s:8:\"pictures\";a:3:{s:4:\"name\";s:8:\"pictures\";s:4:\"slug\";s:8:\"pictures\";s:5:\"count\";s:3:\"458\";}s:7:\"contact\";a:3:{s:4:\"name\";s:7:\"contact\";s:4:\"slug\";s:7:\"contact\";s:5:\"count\";s:3:\"457\";}s:10:\"navigation\";a:3:{s:4:\"name\";s:10:\"navigation\";s:4:\"slug\";s:10:\"navigation\";s:5:\"count\";s:3:\"432\";}s:3:\"url\";a:3:{s:4:\"name\";s:3:\"url\";s:4:\"slug\";s:3:\"url\";s:5:\"count\";s:3:\"432\";}s:4:\"html\";a:3:{s:4:\"name\";s:4:\"html\";s:4:\"slug\";s:4:\"html\";s:5:\"count\";s:3:\"426\";}s:4:\"shop\";a:3:{s:4:\"name\";s:4:\"shop\";s:4:\"slug\";s:4:\"shop\";s:5:\"count\";s:3:\"426\";}s:5:\"flash\";a:3:{s:4:\"name\";s:5:\"flash\";s:4:\"slug\";s:5:\"flash\";s:5:\"count\";s:3:\"425\";}s:3:\"api\";a:3:{s:4:\"name\";s:3:\"api\";s:4:\"slug\";s:3:\"api\";s:5:\"count\";s:3:\"418\";}s:10:\"newsletter\";a:3:{s:4:\"name\";s:10:\"newsletter\";s:4:\"slug\";s:10:\"newsletter\";s:5:\"count\";s:3:\"413\";}s:9:\"marketing\";a:3:{s:4:\"name\";s:9:\"marketing\";s:4:\"slug\";s:9:\"marketing\";s:5:\"count\";s:3:\"411\";}s:4:\"meta\";a:3:{s:4:\"name\";s:4:\"meta\";s:4:\"slug\";s:4:\"meta\";s:5:\"count\";s:3:\"409\";}s:8:\"calendar\";a:3:{s:4:\"name\";s:8:\"calendar\";s:4:\"slug\";s:8:\"calendar\";s:5:\"count\";s:3:\"406\";}s:6:\"events\";a:3:{s:4:\"name\";s:6:\"events\";s:4:\"slug\";s:6:\"events\";s:5:\"count\";s:3:\"401\";}s:3:\"tag\";a:3:{s:4:\"name\";s:3:\"tag\";s:4:\"slug\";s:3:\"tag\";s:5:\"count\";s:3:\"400\";}s:4:\"news\";a:3:{s:4:\"name\";s:4:\"News\";s:4:\"slug\";s:4:\"news\";s:5:\"count\";s:3:\"398\";}s:8:\"tracking\";a:3:{s:4:\"name\";s:8:\"tracking\";s:4:\"slug\";s:8:\"tracking\";s:5:\"count\";s:3:\"393\";}s:10:\"shortcodes\";a:3:{s:4:\"name\";s:10:\"shortcodes\";s:4:\"slug\";s:10:\"shortcodes\";s:5:\"count\";s:3:\"391\";}s:11:\"advertising\";a:3:{s:4:\"name\";s:11:\"advertising\";s:4:\"slug\";s:11:\"advertising\";s:5:\"count\";s:3:\"389\";}s:9:\"thumbnail\";a:3:{s:4:\"name\";s:9:\"thumbnail\";s:4:\"slug\";s:9:\"thumbnail\";s:5:\"count\";s:3:\"388\";}s:4:\"text\";a:3:{s:4:\"name\";s:4:\"text\";s:4:\"slug\";s:4:\"text\";s:5:\"count\";s:3:\"384\";}s:6:\"upload\";a:3:{s:4:\"name\";s:6:\"upload\";s:4:\"slug\";s:6:\"upload\";s:5:\"count\";s:3:\"381\";}s:4:\"code\";a:3:{s:4:\"name\";s:4:\"code\";s:4:\"slug\";s:4:\"code\";s:5:\"count\";s:3:\"381\";}s:9:\"automatic\";a:3:{s:4:\"name\";s:9:\"automatic\";s:4:\"slug\";s:9:\"automatic\";s:5:\"count\";s:3:\"378\";}s:8:\"lightbox\";a:3:{s:4:\"name\";s:8:\"lightbox\";s:4:\"slug\";s:8:\"lightbox\";s:5:\"count\";s:3:\"376\";}s:6:\"paypal\";a:3:{s:4:\"name\";s:6:\"paypal\";s:4:\"slug\";s:6:\"paypal\";s:5:\"count\";s:3:\"375\";}s:7:\"sharing\";a:3:{s:4:\"name\";s:7:\"sharing\";s:4:\"slug\";s:7:\"sharing\";s:5:\"count\";s:3:\"374\";}}','yes'),(3845,'_site_transient_timeout_browser_42e8d0bcb2682e378466e2eb27d2d54d','1458139495','yes'),(3846,'_site_transient_browser_42e8d0bcb2682e378466e2eb27d2d54d','a:9:{s:8:\"platform\";s:9:\"Macintosh\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"44.0\";s:10:\"update_url\";s:23:\"http://www.firefox.com/\";s:7:\"img_src\";s:50:\"http://s.wordpress.org/images/browsers/firefox.png\";s:11:\"img_src_ssl\";s:49:\"https://wordpress.org/images/browsers/firefox.png\";s:15:\"current_version\";s:2:\"16\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(3704,'revslider-templates-check','1520247168','yes'),(3705,'rs-templates-new','','yes'),(3707,'revslider_table_version','1.0.6','yes'),(3708,'revslider-global-settings','s:6:\"a:0:{}\";','yes'),(3709,'revslider_update_version','5.1.1','yes'),(5172,'_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1462018938','no'),(5173,'_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1461975738','no'),(3742,'revslider-connection','1','yes'),(3801,'revslider-stable-version','4.2','yes'),(3802,'revslider-dashboard','O:8:\"stdClass\":1:{s:11:\"test-handle\";O:8:\"stdClass\":5:{s:12:\"version_from\";s:5:\"5.0.0\";s:10:\"version_to\";s:5:\"5.0.0\";s:5:\"order\";i:5;s:7:\"content\";s:181:\"<div class=\"rs-dash-widget\"><div class=\"rs-dash-title-wrap\"><div class=\"rs-dash-title\">your version is: {{current_version}}</div></div><div class=\"rs-dash-widget-inner\"></div></div>\";s:4:\"code\";s:0:\"\";}}','yes'),(3803,'revslider-addons','O:8:\"stdClass\":22:{s:26:\"revslider-whiteboard-addon\";O:8:\"stdClass\":9:{s:4:\"slug\";s:26:\"revslider-whiteboard-addon\";s:12:\"version_from\";s:5:\"5.2.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:10:\"Whiteboard\";s:6:\"line_1\";s:31:\"Create Hand-Drawn Presentations\";s:6:\"line_2\";s:45:\"that are understandable, memorable & engaging\";s:9:\"available\";s:5:\"1.0.6\";s:10:\"background\";s:70:\"http://updates.themepunch.tools/addons/images/whiteboard_widget_bg.jpg\";s:6:\"button\";s:11:\"How to use?\";}s:22:\"revslider-backup-addon\";O:8:\"stdClass\":9:{s:4:\"slug\";s:22:\"revslider-backup-addon\";s:12:\"version_from\";s:5:\"5.2.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:6:\"Backup\";s:6:\"line_1\";s:12:\"Make Backups\";s:6:\"line_2\";s:25:\"Revisions for your safety\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";}s:23:\"revslider-gallery-addon\";O:8:\"stdClass\":9:{s:4:\"slug\";s:23:\"revslider-gallery-addon\";s:12:\"version_from\";s:5:\"5.2.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:17:\"WordPress Gallery\";s:6:\"line_1\";s:31:\"Replace the standard WP Gallery\";s:6:\"line_2\";s:31:\"with the Sliders of your choice\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";}s:25:\"revslider-rel-posts-addon\";O:8:\"stdClass\":9:{s:4:\"slug\";s:25:\"revslider-rel-posts-addon\";s:12:\"version_from\";s:7:\"5.2.4.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:13:\"Related Posts\";s:6:\"line_1\";s:25:\"Add related Posts Sliders\";s:6:\"line_2\";s:31:\"at the end of your post content\";s:9:\"available\";s:5:\"1.0.1\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";}s:26:\"revslider-typewriter-addon\";O:8:\"stdClass\":9:{s:4:\"slug\";s:26:\"revslider-typewriter-addon\";s:12:\"version_from\";s:5:\"5.3.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:17:\"Typewriter Effect\";s:6:\"line_1\";s:27:\"Enhance your slider\'s text \";s:6:\"line_2\";s:24:\"with typewriter effects \";s:9:\"available\";s:5:\"1.0.3\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";}s:23:\"revslider-sharing-addon\";O:8:\"stdClass\":9:{s:4:\"slug\";s:23:\"revslider-sharing-addon\";s:12:\"version_from\";s:5:\"5.3.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:14:\"Social Sharing\";s:6:\"line_1\";s:17:\"Share your slides\";s:6:\"line_2\";s:50:\"with RevSlider \"actions\" because sharing is caring\";s:9:\"available\";s:5:\"1.1.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";}s:27:\"revslider-maintenance-addon\";O:8:\"stdClass\":9:{s:4:\"slug\";s:27:\"revslider-maintenance-addon\";s:12:\"version_from\";s:5:\"5.3.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:15:\"Coming & Maint.\";s:6:\"line_1\";s:37:\"Simple Coming Soon & Maintenance Page\";s:6:\"line_2\";s:42:\"Let your visitors know what\'s up and when!\";s:9:\"available\";s:5:\"1.0.5\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";}s:20:\"revslider-snow-addon\";O:8:\"stdClass\":9:{s:4:\"slug\";s:20:\"revslider-snow-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:12:\"Holiday Snow\";s:6:\"line_1\";s:12:\"Let it snow!\";s:6:\"line_2\";s:32:\"Add animated snow to any Slider \";s:9:\"available\";s:5:\"1.0.5\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";}s:25:\"revslider-particles-addon\";O:8:\"stdClass\":9:{s:4:\"slug\";s:25:\"revslider-particles-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:16:\"Particle Effects\";s:6:\"line_1\";s:17:\"Let\'s Parti(cle)!\";s:6:\"line_2\";s:51:\"Add interactive particle animations to your sliders\";s:9:\"available\";s:5:\"1.0.5\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";}s:24:\"revslider-polyfold-addon\";O:8:\"stdClass\":9:{s:4:\"slug\";s:24:\"revslider-polyfold-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:22:\"Polyfold Scroll Effect\";s:6:\"line_1\";s:32:\"Add sharp edges to your sliders \";s:6:\"line_2\";s:35:\"as they scroll into and out of view\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";}s:19:\"revslider-404-addon\";O:8:\"stdClass\":9:{s:4:\"slug\";s:19:\"revslider-404-addon\";s:12:\"version_from\";s:3:\"5.3\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:3:\"404\";s:6:\"line_1\";s:39:\"Build custom 404 \"Page not Found\" Pages\";s:6:\"line_2\";s:28:\"with Slider Revolution swag!\";s:9:\"available\";s:5:\"1.0.1\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";}s:30:\"revslider-prevnext-posts-addon\";O:8:\"stdClass\":9:{s:4:\"slug\";s:30:\"revslider-prevnext-posts-addon\";s:12:\"version_from\";s:3:\"5.4\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:14:\"Adjacent Posts\";s:6:\"line_1\";s:30:\"Display previous and next post\";s:6:\"line_2\";s:28:\"to the currently showing one\";s:9:\"available\";s:5:\"1.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";}s:25:\"revslider-filmstrip-addon\";O:8:\"stdClass\":9:{s:4:\"slug\";s:25:\"revslider-filmstrip-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:9:\"Filmstrip\";s:6:\"line_1\";s:44:\"Display a continously rotating set of images\";s:6:\"line_2\";s:26:\"for your slide backgrounds\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";}s:21:\"revslider-login-addon\";O:8:\"stdClass\":9:{s:4:\"slug\";s:21:\"revslider-login-addon\";s:12:\"version_from\";s:3:\"5.4\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:10:\"Login Page\";s:6:\"line_1\";s:25:\"Very simple WP Login Page\";s:6:\"line_2\";s:34:\"enhanced with your favorite slider\";s:9:\"available\";s:5:\"1.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";}s:24:\"revslider-featured-addon\";O:8:\"stdClass\":9:{s:4:\"slug\";s:24:\"revslider-featured-addon\";s:12:\"version_from\";s:3:\"5.4\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:20:\"Post Featured Slider\";s:6:\"line_1\";s:25:\"Display a featured Slider\";s:6:\"line_2\";s:41:\"instead of a featured Image in your Posts\";s:9:\"available\";s:5:\"1.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";}s:22:\"revslider-slicey-addon\";O:8:\"stdClass\":9:{s:4:\"slug\";s:22:\"revslider-slicey-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:6:\"Slicey\";s:6:\"line_1\";s:20:\"Slice \'em up nicely!\";s:6:\"line_2\";s:38:\"Create image slices of your background\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";}s:27:\"revslider-beforeafter-addon\";O:8:\"stdClass\":9:{s:4:\"slug\";s:27:\"revslider-beforeafter-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:14:\"Before & After\";s:6:\"line_1\";s:35:\"Compare two slides before and after\";s:6:\"line_2\";s:33:\"use it vertically or horizontally\";s:9:\"available\";s:5:\"1.0.3\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";}s:23:\"revslider-weather-addon\";O:8:\"stdClass\":9:{s:4:\"slug\";s:23:\"revslider-weather-addon\";s:12:\"version_from\";s:7:\"5.4.5.2\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:7:\"Weather\";s:6:\"line_1\";s:21:\"Every where you go...\";s:6:\"line_2\";s:36:\"...always take the weather with you!\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";}s:24:\"revslider-panorama-addon\";O:8:\"stdClass\":9:{s:4:\"slug\";s:24:\"revslider-panorama-addon\";s:12:\"version_from\";s:7:\"5.4.5.2\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:8:\"Panorama\";s:6:\"line_1\";s:14:\"Panorama AddOn\";s:6:\"line_2\";s:23:\"Display images in 360°\";s:9:\"available\";s:5:\"1.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";}s:30:\"revslider-duotonefilters-addon\";O:8:\"stdClass\":9:{s:4:\"slug\";s:30:\"revslider-duotonefilters-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:7:\"Duotone\";s:6:\"line_1\";s:7:\"Duotone\";s:6:\"line_2\";s:25:\"Because one is not enough\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";}s:22:\"revslider-reveal-addon\";O:8:\"stdClass\":9:{s:4:\"slug\";s:24:\"revslider-revealer-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:6:\"Reveal\";s:6:\"line_1\";s:9:\"Reveal...\";s:6:\"line_2\";s:37:\"...your inner beast... and RevSliders\";s:9:\"available\";s:5:\"1.0.1\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";}s:23:\"revslider-refresh-addon\";O:8:\"stdClass\":9:{s:4:\"slug\";s:23:\"revslider-refresh-addon\";s:12:\"version_from\";s:7:\"5.4.6.2\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:8:\"(Re)Load\";s:6:\"line_1\";s:39:\"Reload the current page or a custom URL\";s:6:\"line_2\";s:34:\"after a certain time, loops, slide\";s:9:\"available\";s:5:\"1.0.1\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";}}','yes'),(3706,'rs-templates','a:2:{s:6:\"slider\";a:195:{i:0;a:20:{s:2:\"id\";s:1:\"1\";s:5:\"title\";s:16:\"Classic Carousel\";s:5:\"alias\";s:16:\"classic-carousel\";s:3:\"zip\";s:20:\"classic-carousel.zip\";s:3:\"uid\";s:32:\"146a01dd380c0cdee85c4456ee68cd84\";s:3:\"img\";s:27:\"classic-carousel/slider.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/carousel-slider-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:141:\"<span class=\"ttm_content\">Our classic, full-width carousel example. Drag, swipe or click to navigate!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:310:\"<span class=\"ttm_content\">This is a \"Default\" content carousel. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-22 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:1;a:20:{s:2:\"id\";s:1:\"2\";s:5:\"title\";s:14:\"Classic Slider\";s:5:\"alias\";s:13:\"classicslider\";s:3:\"zip\";s:17:\"classicslider.zip\";s:3:\"uid\";s:32:\"a0d6a9248c9066b404ba0f1cdadc5cf2\";s:3:\"img\";s:24:\"classicslider/slider.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/wordpress-slideshow-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:136:\" <span class=\"ttm_content\">A classic slideshow example with timer, bullets and arrow navigation.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:308:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:2;a:20:{s:2:\"id\";s:1:\"3\";s:5:\"title\";s:12:\"Content Tabs\";s:5:\"alias\";s:11:\"contenttabs\";s:3:\"zip\";s:15:\"contenttabs.zip\";s:3:\"uid\";s:32:\"e02e91604b690123a3d07a65582c4fd0\";s:3:\"img\";s:22:\"contenttabs/slider.jpg\";s:7:\"preview\";s:63:\"http://revolution.themepunch.com/wordpress-content-tabs-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:170:\" <span class=\"ttm_content\">An auto-size slider with a cool split-text animation effect. Navigate with vertical bullets and thumbs.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:308:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:3;a:20:{s:2:\"id\";s:1:\"4\";s:5:\"title\";s:13:\"Facebook Feed\";s:5:\"alias\";s:13:\"facebook-feed\";s:3:\"zip\";s:17:\"facebook-feed.zip\";s:3:\"uid\";s:32:\"5506431d5b1babcb25dcf52c508d42e3\";s:3:\"img\";s:24:\"facebook-feed/slider.jpg\";s:7:\"preview\";s:57:\"http://revolution.themepunch.com/wordpress-facebook-feed/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:174:\"<span class=\"ttm_content\"> This slider is automatically populated by a Facebook stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:439:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/revslider-doc/special-content-sources/\" target=\"_blank\">\"Facebook Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:4;a:20:{s:2:\"id\";s:1:\"5\";s:5:\"title\";s:7:\"Fashion\";s:5:\"alias\";s:7:\"fashion\";s:3:\"zip\";s:11:\"fashion.zip\";s:3:\"uid\";s:32:\"4f4b914d6db35e19101ff003c4e7ea3a\";s:3:\"img\";s:18:\"fashion/slider.jpg\";s:7:\"preview\";s:65:\"http://revolution.themepunch.com/wordpress-one-page-slider-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:183:\" <span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or bullets.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:449:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:5;a:20:{s:2:\"id\";s:1:\"6\";s:5:\"title\";s:14:\"Flickr Gallery\";s:5:\"alias\";s:14:\"flickr-gallery\";s:3:\"zip\";s:18:\"flickr-gallery.zip\";s:3:\"uid\";s:32:\"ad85cfac7acfa678e6a1b8febfee51ed\";s:3:\"img\";s:25:\"flickr-gallery/slider.jpg\";s:7:\"preview\";s:57:\"http://revolution.themepunch.com/wordpress-flickr-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"640\";s:11:\"description\";s:173:\" <span class=\"ttm_content\"> This slider is automatically populated by a Flickr stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:437:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/revslider-doc/special-content-sources/\" target=\"_blank\">\"Flickr Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:6;a:20:{s:2:\"id\";s:1:\"7\";s:5:\"title\";s:3:\"Gym\";s:5:\"alias\";s:3:\"gym\";s:3:\"zip\";s:7:\"gym.zip\";s:3:\"uid\";s:32:\"e4d81f13f96fb9bc905f4ad89615032b\";s:3:\"img\";s:14:\"gym/slider.jpg\";s:7:\"preview\";s:59:\"http://revolution.themepunch.com/one-page-wordpress-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:189:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the slider menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:617:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:7;a:20:{s:2:\"id\";s:1:\"8\";s:5:\"title\";s:18:\"Highlight Carousel\";s:5:\"alias\";s:18:\"highlight-carousel\";s:3:\"zip\";s:22:\"highlight-carousel.zip\";s:3:\"uid\";s:32:\"ada52163f723a942f782351fa0396b3d\";s:3:\"img\";s:29:\"highlight-carousel/slider.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/wordpress-swipe-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"720\";s:11:\"description\";s:138:\" <span class=\"ttm_content\">A swipe-controlled carousel with an additional tab-based navigation.</span>\r\n<span class=\"ttm_space\"></span>\r\n\";s:11:\"setup_notes\";s:308:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:8;a:20:{s:2:\"id\";s:1:\"9\";s:5:\"title\";s:18:\"Highlight Showcase\";s:5:\"alias\";s:18:\"highlight-showcase\";s:3:\"zip\";s:22:\"highlight-showcase.zip\";s:3:\"uid\";s:32:\"2bfe0bd410fb48fec9d942eab1e21530\";s:3:\"img\";s:29:\"highlight-showcase/slider.jpg\";s:7:\"preview\";s:62:\"http://revolution.themepunch.com/wordpress-parallax-slideshow/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1230\";s:6:\"height\";s:3:\"720\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">A tab-based navigation, a slideshow timer and cool animations make this slider interesting!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:308:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:9;a:20:{s:2:\"id\";s:2:\"10\";s:5:\"title\";s:10:\"Image Hero\";s:5:\"alias\";s:10:\"image-hero\";s:3:\"zip\";s:13:\"imagehero.zip\";s:3:\"uid\";s:32:\"7db18781d44f2adc28c962440894aac1\";s:3:\"img\";s:20:\"imagehero/slider.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/wordpress-hero-image/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:121:\"<span class=\"ttm_content\">A commonly used full-width image hero block with texts.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:326:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:10;a:20:{s:2:\"id\";s:2:\"11\";s:5:\"title\";s:17:\"Instagram Gallery\";s:5:\"alias\";s:13:\"insta-gallery\";s:3:\"zip\";s:17:\"insta-gallery.zip\";s:3:\"uid\";s:32:\"711732b0d42ec2b57818a2b9b1d86cba\";s:3:\"img\";s:24:\"insta-gallery/slider.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/wordpress-instagram-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"640\";s:6:\"height\";s:3:\"640\";s:11:\"description\";s:174:\"<span class=\"ttm_content\">This slider is automatically populated by a Instagram stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:440:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/revslider-doc/special-content-sources/\" target=\"_blank\">\"Instagram Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:11;a:20:{s:2:\"id\";s:2:\"12\";s:5:\"title\";s:21:\"Levano Restaurant Bar\";s:5:\"alias\";s:19:\"levanorestaurantbar\";s:3:\"zip\";s:23:\"levanorestaurantbar.zip\";s:3:\"uid\";s:32:\"4178f837db67d1b2eb6cb5840bbd0b42\";s:3:\"img\";s:30:\"levanorestaurantbar/slider.jpg\";s:7:\"preview\";s:63:\"http://revolution.themepunch.com/wordpress-front-page-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:181:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or bullets.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:617:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:12;a:20:{s:2:\"id\";s:2:\"13\";s:5:\"title\";s:19:\"Main Feature Slider\";s:5:\"alias\";s:11:\"mainfeature\";s:3:\"zip\";s:15:\"mainfeature.zip\";s:3:\"uid\";s:32:\"1e002a3230ab00095bedc6f60393ee7f\";s:3:\"img\";s:22:\"mainfeature/slider.jpg\";s:7:\"preview\";s:33:\"http://revolution.themepunch.com/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1230\";s:6:\"height\";s:3:\"750\";s:11:\"description\";s:127:\" <span class=\"ttm_content\">A slightly stripped down version of the main preview slider.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:308:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:13;a:20:{s:2:\"id\";s:2:\"14\";s:5:\"title\";s:17:\"Media Gallery Two\";s:5:\"alias\";s:17:\"media-gallery-two\";s:3:\"zip\";s:21:\"media-gallery-two.zip\";s:3:\"uid\";s:32:\"d002f1b1b55805f9322c264c5504ba5a\";s:3:\"img\";s:28:\"media-gallery-two/slider.jpg\";s:7:\"preview\";s:64:\"http://revolution.themepunch.com/wordpress-media-gallery-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1230\";s:6:\"height\";s:3:\"692\";s:11:\"description\";s:127:\"<span class=\"ttm_content\">A media gallery example with Vimeo, HTML5 and Youtube videos.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:308:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change media and titles.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:14;a:20:{s:2:\"id\";s:2:\"15\";s:5:\"title\";s:23:\"Media Carousel Autoplay\";s:5:\"alias\";s:23:\"media-carousel-autoplay\";s:3:\"zip\";s:27:\"media-carousel-autoplay.zip\";s:3:\"uid\";s:32:\"393d7875b1cc9d933378b35e4f645d76\";s:3:\"img\";s:34:\"media-carousel-autoplay/slider.jpg\";s:7:\"preview\";s:57:\"http://revolution.themepunch.com/wordpress-media-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"720\";s:6:\"height\";s:3:\"405\";s:11:\"description\";s:153:\"<span class=\"ttm_content\">A media carousel with \"autoplay\" activated. Swipe or click tabs to navigate the slider.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:315:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change media and caption texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:15;a:20:{s:2:\"id\";s:2:\"16\";s:5:\"title\";s:21:\"News Background Video\";s:5:\"alias\";s:21:\"news-background-video\";s:3:\"zip\";s:17:\"news-bg-video.zip\";s:3:\"uid\";s:32:\"a0efe44ac3af0f958b3f84c816a08272\";s:3:\"img\";s:24:\"news-bg-video/slider.jpg\";s:7:\"preview\";s:58:\"http://revolution.themepunch.com/wordpress-content-blocks/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A hero block with HTML5 background video that plays when entering the screen.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:326:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background video and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:16;a:20:{s:2:\"id\";s:2:\"17\";s:5:\"title\";s:12:\"News Gallery\";s:5:\"alias\";s:12:\"news-gallery\";s:3:\"zip\";s:16:\"news-gallery.zip\";s:3:\"uid\";s:32:\"3a069c3b286dbb9ee435563f747e3300\";s:3:\"img\";s:23:\"news-gallery/slider.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/wordpress-news-rotator/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:131:\"<span class=\"ttm_content\">A news gallery slideshow with tab navigation. Great for any blog!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:308:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:17;a:20:{s:2:\"id\";s:2:\"18\";s:5:\"title\";s:23:\"News Gallery Post Based\";s:5:\"alias\";s:23:\"news-gallery-post-based\";s:3:\"zip\";s:27:\"news-gallery-post-based.zip\";s:3:\"uid\";s:32:\"32fe05b1039c29ab9420bfd15aec5488\";s:3:\"img\";s:34:\"news-gallery-post-based/slider.jpg\";s:7:\"preview\";s:55:\"http://revolution.themepunch.com/wordpress-post-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:125:\"<span class=\"ttm_content\"> This slider is automatically populated by WordPress posts.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:447:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/revslider-doc/special-content-sources/\" target=\"_blank\">\"Post-Based Slider\"</a>. Make sure to select the post type you want to display in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:18;a:20:{s:2:\"id\";s:2:\"19\";s:5:\"title\";s:9:\"News Hero\";s:5:\"alias\";s:9:\"news-hero\";s:3:\"zip\";s:13:\"news-hero.zip\";s:3:\"uid\";s:32:\"96a0385538a17c8c81ed8175740f70ea\";s:3:\"img\";s:20:\"news-hero/slider.jpg\";s:7:\"preview\";s:58:\"http://revolution.themepunch.com/wordpress-content-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:107:\"<span class=\"ttm_content\">A image hero block with ken burns effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:326:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:19;a:20:{s:2:\"id\";s:2:\"20\";s:5:\"title\";s:10:\"News Video\";s:5:\"alias\";s:10:\"news-video\";s:3:\"zip\";s:14:\"news-video.zip\";s:3:\"uid\";s:32:\"f901e9e16e0363248156c2209eb584e9\";s:3:\"img\";s:21:\"news-video/slider.jpg\";s:7:\"preview\";s:58:\"http://revolution.themepunch.com/wordpress-content-blocks/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:128:\"<span class=\"ttm_content\">A Vimeo background video hero block with play / pause buttons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:315:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the video and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:20;a:20:{s:2:\"id\";s:2:\"21\";s:5:\"title\";s:15:\"Newsletter Hero\";s:5:\"alias\";s:15:\"newsletter-hero\";s:3:\"zip\";s:19:\"newsletter-hero.zip\";s:3:\"uid\";s:32:\"6290a9864d8c4c6311784586ed1cc5fe\";s:3:\"img\";s:26:\"newsletter-hero/slider.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/wordpress-newsletter-signup/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:137:\"<span class=\"ttm_content\">This hero block uses a custom styled Mailchimp newsletter signup field.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:461:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image, texts, and <a href=\"https://www.themepunch.com/faq/how-to-setup-mailchimp-for-the-newsletter-hero-template/\" target=\"_blank\">Mailchimp code</a>.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:21;a:20:{s:2:\"id\";s:2:\"22\";s:5:\"title\";s:11:\"Not Generic\";s:5:\"alias\";s:10:\"notgeneric\";s:3:\"zip\";s:14:\"notgeneric.zip\";s:3:\"uid\";s:32:\"9d87ba95e02210a9f82387add2ceadf9\";s:3:\"img\";s:21:\"notgeneric/slider.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/wordpress-fullscreen-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">A full-screen slider with a layer based navigation and sleek content elements.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:617:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:22;a:20:{s:2:\"id\";s:2:\"23\";s:5:\"title\";s:11:\"Photography\";s:5:\"alias\";s:11:\"photography\";s:3:\"zip\";s:15:\"photography.zip\";s:3:\"uid\";s:32:\"1b2072547afb75e49f33b016751ed360\";s:3:\"img\";s:22:\"photography/slider.jpg\";s:7:\"preview\";s:62:\"http://revolution.themepunch.com/wordpress-photography-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the layer-based menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:617:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:23;a:20:{s:2:\"id\";s:2:\"24\";s:5:\"title\";s:20:\"Photography Carousel\";s:5:\"alias\";s:20:\"photography-carousel\";s:3:\"zip\";s:24:\"photography-carousel.zip\";s:3:\"uid\";s:32:\"9a84b859ba23dc49ba8784e3a86545fa\";s:3:\"img\";s:31:\"photography-carousel/slider.jpg\";s:7:\"preview\";s:57:\"http://revolution.themepunch.com/wordpress-photo-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">A front-page carousel that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the layer-based menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:617:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:24;a:20:{s:2:\"id\";s:2:\"25\";s:5:\"title\";s:16:\"Search Form Hero\";s:5:\"alias\";s:16:\"search-form-hero\";s:3:\"zip\";s:20:\"search-form-hero.zip\";s:3:\"uid\";s:32:\"e09eb1bd0f22b3a2b02a1aa251dd1f3e\";s:3:\"img\";s:27:\"search-form-hero/slider.jpg\";s:7:\"preview\";s:60:\"http://revolution.themepunch.com/wordpress-search-form-hero/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">This hero block uses a custom styled input field to show search results on a WordPress site.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:346:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image, texts, and search field code.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:25;a:20:{s:2:\"id\";s:2:\"26\";s:5:\"title\";s:17:\"Showcase Carousel\";s:5:\"alias\";s:16:\"showcasecarousel\";s:3:\"zip\";s:20:\"showcasecarousel.zip\";s:3:\"uid\";s:32:\"c5ca218398331bd2c064efc2f62eae56\";s:3:\"img\";s:27:\"showcasecarousel/slider.jpg\";s:7:\"preview\";s:62:\"http://revolution.themepunch.com/wordpress-cover-flow-gallery/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:129:\"<span class=\"ttm_content\">A fancy carousel that rotates, fades and scales slider items.</span>\r\n<span class=\"ttm_space\"></span>\r\n\";s:11:\"setup_notes\";s:310:\"<span class=\"ttm_content\">This is a \"Default\" content carousel. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:26;a:20:{s:2:\"id\";s:2:\"27\";s:5:\"title\";s:11:\"Sports Hero\";s:5:\"alias\";s:11:\"sports-hero\";s:3:\"zip\";s:14:\"sportshero.zip\";s:3:\"uid\";s:32:\"8de7a145f32a362d618d2595ffa2f724\";s:3:\"img\";s:21:\"sportshero/slider.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/wordpress-image-hero/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"720\";s:11:\"description\";s:113:\"<span class=\"ttm_content\">An sports themed image hero block with buttons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:326:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:27;a:20:{s:2:\"id\";s:2:\"28\";s:5:\"title\";s:12:\"Twitter Feed\";s:5:\"alias\";s:12:\"twitter-feed\";s:3:\"zip\";s:16:\"twitter-feed.zip\";s:3:\"uid\";s:32:\"efbfc2af5da5258e7b7bed8598e483cc\";s:3:\"img\";s:23:\"twitter-feed/slider.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/wordpress-twitter-feed/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"640\";s:11:\"description\";s:173:\"<span class=\"ttm_content\"> This slider is automatically populated by a Twitter stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:438:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/revslider-doc/special-content-sources/\" target=\"_blank\">\"Twitter Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:28;a:20:{s:2:\"id\";s:2:\"29\";s:5:\"title\";s:13:\"Vimeo Gallery\";s:5:\"alias\";s:13:\"vimeo-gallery\";s:3:\"zip\";s:17:\"vimeo-gallery.zip\";s:3:\"uid\";s:32:\"fa824ce1ff3942ec268fc9eda60df539\";s:3:\"img\";s:24:\"vimeo-gallery/slider.jpg\";s:7:\"preview\";s:57:\"http://revolution.themepunch.com/wordpress-vimeo-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1230\";s:6:\"height\";s:3:\"692\";s:11:\"description\";s:170:\"<span class=\"ttm_content\">This slider is automatically populated by a Vimeo stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:436:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/revslider-doc/special-content-sources/\" target=\"_blank\">\"Vimeo Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:29;a:20:{s:2:\"id\";s:2:\"30\";s:5:\"title\";s:10:\"Vimeo Hero\";s:5:\"alias\";s:9:\"vimeohero\";s:3:\"zip\";s:13:\"vimeohero.zip\";s:3:\"uid\";s:32:\"c575575f96173d88589cddcb06120b77\";s:3:\"img\";s:20:\"vimeohero/slider.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/wordpress-hero-vimeo/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:116:\"<span class=\"ttm_content\">A commonly used Vimeo video background hero block.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:461:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background video and texts.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/watch?v=I4qGepR4aWw\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:30;a:20:{s:2:\"id\";s:2:\"31\";s:5:\"title\";s:16:\"Web Product Dark\";s:5:\"alias\";s:16:\"web-product-dark\";s:3:\"zip\";s:20:\"web-product-dark.zip\";s:3:\"uid\";s:32:\"39b872cf0608e63c3a503e58374dc30a\";s:3:\"img\";s:27:\"web-product-dark/slider.jpg\";s:7:\"preview\";s:60:\"http://revolution.themepunch.com/wordpress-frontpage-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the layer-based menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:617:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:31;a:20:{s:2:\"id\";s:2:\"32\";s:5:\"title\";s:21:\"Web Product Dark Hero\";s:5:\"alias\";s:21:\"web-product-dark-hero\";s:3:\"zip\";s:25:\"web-product-dark-hero.zip\";s:3:\"uid\";s:32:\"b6784e8925221f36677217979d26e6f0\";s:3:\"img\";s:32:\"web-product-dark-hero/slider.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/wordpress-header-image/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:162:\"<span class=\"ttm_content\">A modern hero block with three common devices. The screens of each device can be changed easily!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:326:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:32;a:20:{s:2:\"id\";s:2:\"33\";s:5:\"title\";s:22:\"Web Product Light Hero\";s:5:\"alias\";s:22:\"web-product-light-hero\";s:3:\"zip\";s:26:\"web-product-light-hero.zip\";s:3:\"uid\";s:32:\"428e65d6aaa6ef775429989d50516492\";s:3:\"img\";s:33:\"web-product-light-hero/slider.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/hero-image-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:162:\"<span class=\"ttm_content\">A modern hero block with three common devices. The screens of each device can be changed easily!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:315:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:33;a:20:{s:2:\"id\";s:2:\"34\";s:5:\"title\";s:17:\"Web Product Light\";s:5:\"alias\";s:15:\"webproductlight\";s:3:\"zip\";s:19:\"webproductlight.zip\";s:3:\"uid\";s:32:\"fa23dab5bf1139c6393828647a9de4e0\";s:3:\"img\";s:26:\"webproductlight/slider.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/wordpress-cover-page/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the layer-based menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:617:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:34;a:20:{s:2:\"id\";s:2:\"35\";s:5:\"title\";s:15:\"Youtube Gallery\";s:5:\"alias\";s:15:\"youtube-gallery\";s:3:\"zip\";s:19:\"youtube-gallery.zip\";s:3:\"uid\";s:32:\"ee9e4928ac74f5f0c0b697ce708f5aa7\";s:3:\"img\";s:26:\"youtube-gallery/slider.jpg\";s:7:\"preview\";s:59:\"http://revolution.themepunch.com/wordpress-youtube-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:173:\"<span class=\"ttm_content\"> This slider is automatically populated by a YouTube stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:438:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/revslider-doc/special-content-sources/\" target=\"_blank\">\"YouTube Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:35;a:20:{s:2:\"id\";s:2:\"36\";s:5:\"title\";s:12:\"Youtube Hero\";s:5:\"alias\";s:11:\"youtubehero\";s:3:\"zip\";s:15:\"youtubehero.zip\";s:3:\"uid\";s:32:\"e0b2c12a45841bdf21cb96305f2c85bf\";s:3:\"img\";s:22:\"youtubehero/slider.jpg\";s:7:\"preview\";s:58:\"http://revolution.themepunch.com/wordpress-youtube-header/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:104:\"<span class=\"ttm_content\">A YouTube video background hero block.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:630:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background video and texts.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/watch?v=I4qGepR4aWw\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\nLearn how to <a href=\"https://www.themepunch.com/faq/enable-sound-for-the-youtube-hero-template/\" target=\"_blank\">enable sound for the background video</a><br /><br />\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:36;a:20:{s:2:\"id\";s:2:\"37\";s:5:\"title\";s:13:\"Scroll Effect\";s:5:\"alias\";s:13:\"scroll-effect\";s:3:\"zip\";s:17:\"scroll-effect.zip\";s:3:\"uid\";s:32:\"417f59e9db87aa7e47c8509eb88d4af6\";s:3:\"img\";s:23:\"scrolleffect/slide1.jpg\";s:7:\"preview\";s:60:\"http://revolution.themepunch.com/big-bold-fullscreen-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:134:\"<span class=\"ttm_content\">A full-screen slider with a unique scroll effect and big, bold text.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:508:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>For further configuration options please view the <a href=\"https://www.themepunch.com/faq/custom-css-or-javascript-for-version-5-0/\" target=\"_blank\">\"Custom CSS/JS\"</a> section in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:37;a:20:{s:2:\"id\";s:2:\"38\";s:5:\"title\";s:12:\"Content Zoom\";s:5:\"alias\";s:12:\"content-zoom\";s:3:\"zip\";s:16:\"content-zoom.zip\";s:3:\"uid\";s:32:\"42ef8cdb70d42ec6ff6fa3b69a027b5f\";s:3:\"img\";s:22:\"contentzoom/slide1.jpg\";s:7:\"preview\";s:53:\"http://revolution.themepunch.com/content-zoom-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:243:\"<span class=\"ttm_content\">A very unique full-width slider that uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to their potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:397:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:38;a:20:{s:2:\"id\";s:2:\"39\";s:5:\"title\";s:13:\"Food Carousel\";s:5:\"alias\";s:13:\"food-carousel\";s:3:\"zip\";s:17:\"food-carousel.zip\";s:3:\"uid\";s:32:\"a7bf54527b6658a0a308c70c729779fe\";s:3:\"img\";s:29:\"foodcarousel/slider_cover.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/food-carousel-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:267:\"<span class=\"ttm_content\">A fancy carousel with detail content on each slide. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> are used to show and hide layers.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:397:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:39;a:20:{s:2:\"id\";s:2:\"40\";s:5:\"title\";s:14:\"Rotating Words\";s:5:\"alias\";s:14:\"rotating-words\";s:3:\"zip\";s:18:\"rotating-words.zip\";s:3:\"uid\";s:32:\"70190463d9376f278c8197b7b2ef6c1b\";s:3:\"img\";s:24:\"rotatingwords/slide1.jpg\";s:7:\"preview\";s:53:\"http://revolution.themepunch.com/rotating-words-hero/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:134:\"<span class=\"ttm_content\">A full-screen hero block with unique animated text and blur effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:518:\"<span class=\"ttm_content\">This is a \"Default\" hero slider. Edit the slide to change the background media and texts.<br/>For further configuration options please view the <a href=\"https://www.themepunch.com/faq/custom-css-or-javascript-for-version-5-0/\" target=\"_blank\">\"Custom CSS/JS\"</a> section in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:40;a:20:{s:2:\"id\";s:2:\"41\";s:5:\"title\";s:22:\"Travel Static Captions\";s:5:\"alias\";s:22:\"travel-static-captions\";s:3:\"zip\";s:26:\"travel-static-captions.zip\";s:3:\"uid\";s:32:\"bbe7d61c7c741ebc7aa1ce1082b0cb71\";s:3:\"img\";s:33:\"travel-static-captions/slide1.jpg\";s:7:\"preview\";s:50:\"http://revolution.themepunch.com/travel-slideshow/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:148:\"<span class=\"ttm_content\">A slideshow example with static captions layers above a rotating image background.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:449:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:41;a:20:{s:2:\"id\";s:2:\"42\";s:5:\"title\";s:7:\"Concept\";s:5:\"alias\";s:7:\"concept\";s:3:\"zip\";s:11:\"concept.zip\";s:3:\"uid\";s:32:\"47cb06083e87503762f6746725117a3c\";s:3:\"img\";s:18:\"concept/slide1.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/fullscreen-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">A full-screen slider that uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to their potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:397:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:42;a:20:{s:2:\"id\";s:2:\"43\";s:5:\"title\";s:15:\"True Fullscreen\";s:5:\"alias\";s:17:\"fullscreen-button\";s:3:\"zip\";s:21:\"fullscreen-button.zip\";s:3:\"uid\";s:32:\"618a43bdf89333b555531f6d6ecde359\";s:3:\"img\";s:28:\"fullscreen-button/slide1.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/wordpress-sidebar-slideshow/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:246:\"<span class=\"ttm_content\">A slider with a full-screen button that uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to their potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:323:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change the background images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:43;a:20:{s:2:\"id\";s:2:\"44\";s:5:\"title\";s:16:\"Creative Freedom\";s:5:\"alias\";s:15:\"creativefreedom\";s:3:\"zip\";s:19:\"creativefreedom.zip\";s:3:\"uid\";s:32:\"8902bf6c93126c2c6323626b9e872621\";s:3:\"img\";s:26:\"creativefreedom/slide1.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/wordpress-touch-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A full-screen slider with a unique vertical navigation and 3D-parallax effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:316:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images, videos and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:44;a:20:{s:2:\"id\";s:2:\"45\";s:5:\"title\";s:17:\"3D Parallax Scene\";s:5:\"alias\";s:13:\"parallaxscene\";s:3:\"zip\";s:17:\"parallaxscene.zip\";s:3:\"uid\";s:32:\"51566f1ce649708e97a0f5dfaf05ea19\";s:3:\"img\";s:24:\"parallaxscene/slide1.jpg\";s:7:\"preview\";s:55:\"http://revolution.themepunch.com/wordpress-3d-parallax/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"700\";s:11:\"description\";s:328:\"<span class=\"ttm_content\">A 3D-parallax hero scene with mouse-controlled effects. Smart image arrangement creates a convincing 3D effect. Tooltips are shown using <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a>.</span>\r\n</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:326:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:45;a:20:{s:2:\"id\";s:2:\"46\";s:5:\"title\";s:10:\"Wow Factor\";s:5:\"alias\";s:15:\"slidingoverlays\";s:3:\"zip\";s:19:\"slidingoverlays.zip\";s:3:\"uid\";s:32:\"18002d17e8bc7ca61b0951f5305a759e\";s:3:\"img\";s:26:\"slidingoverlays/slide1.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/responsive-wordpress-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:106:\"<span class=\"ttm_content\">A 3D-parallax effect full-screen slider.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:443:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/watch?v=I4qGepR4aWw\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:46;a:20:{s:2:\"id\";s:2:\"47\";s:5:\"title\";s:14:\"3D Web Product\";s:5:\"alias\";s:25:\"web-product-light-hero-3d\";s:3:\"zip\";s:29:\"web-product-light-hero-3d.zip\";s:3:\"uid\";s:32:\"efd345c5da805414093e46066cefd751\";s:3:\"img\";s:36:\"web-product-light-hero-3d/slide1.jpg\";s:7:\"preview\";s:52:\"http://revolution.themepunch.com/wordpress-3d-scene/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"668\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">A 3D-parallax hero scene slider with a convincing depth-effect and animated clouds.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:308:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:47;a:20:{s:2:\"id\";s:2:\"48\";s:5:\"title\";s:15:\"WooCommerce Big\";s:5:\"alias\";s:6:\"woobig\";s:3:\"zip\";s:10:\"woobig.zip\";s:3:\"uid\";s:32:\"bfb09a39656c7c80e86b468fc5b3403c\";s:3:\"img\";s:17:\"woobig/slide1.jpg\";s:7:\"preview\";s:52:\"http://revolution.themepunch.com/woocommerce-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:173:\"<span class=\"ttm_content\">This slider is automatically populated by WooCommerce posts. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:444:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/revslider-doc/special-content-sources/\" target=\"_blank\">\"WooCommerce Slider\"</a>. Make sure to select the products you want to show in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:48;a:20:{s:2:\"id\";s:2:\"49\";s:5:\"title\";s:17:\"WooCommerce Small\";s:5:\"alias\";s:16:\"woocommercesmall\";s:3:\"zip\";s:20:\"woocommercesmall.zip\";s:3:\"uid\";s:32:\"b17c2adcc5c4c4b68a7ac6fee32fa030\";s:3:\"img\";s:27:\"woocommercesmall/slide1.jpg\";s:7:\"preview\";s:52:\"http://revolution.themepunch.com/woocommerce-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"266\";s:11:\"description\";s:174:\" <span class=\"ttm_content\">This slider is automatically populated by WooCommerce posts. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:444:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/revslider-doc/special-content-sources/\" target=\"_blank\">\"WooCommerce Slider\"</a>. Make sure to select the products you want to show in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:49;a:20:{s:2:\"id\";s:2:\"50\";s:5:\"title\";s:17:\"Restaurant Header\";s:5:\"alias\";s:10:\"finedining\";s:3:\"zip\";s:14:\"finedining.zip\";s:3:\"uid\";s:32:\"03481a9e258501fbe3888b48830ea845\";s:3:\"img\";s:21:\"finedining/slide1.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/restaurant-hero-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:275:\"<span class=\"ttm_content\">A full-screen hero block slider that shows different background layers on button hover using <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a>.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:461:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/watch?v=I4qGepR4aWw\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:50;a:20:{s:2:\"id\";s:2:\"51\";s:5:\"title\";s:21:\"Agency Website Header\";s:5:\"alias\";s:12:\"agency-intro\";s:3:\"zip\";s:16:\"agency-intro.zip\";s:3:\"uid\";s:32:\"e9be2afdd55a0c8d0d8d0cc12ba4c82f\";s:3:\"img\";s:23:\"agency-intro/slide1.jpg\";s:7:\"preview\";s:60:\"http://revolution.themepunch.com/agency-website-hero-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:302:\" <span class=\"ttm_content\">A full-screen hero block slider with ken burns effect and video modal on button click. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> are used to achieve this effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:397:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:51;a:20:{s:2:\"id\";s:2:\"52\";s:5:\"title\";s:11:\"Team Slider\";s:5:\"alias\";s:7:\"ourteam\";s:3:\"zip\";s:11:\"ourteam.zip\";s:3:\"uid\";s:32:\"d8eb1fec07a79202d1118bb17f70c233\";s:3:\"img\";s:18:\"ourteam/slide1.jpg\";s:7:\"preview\";s:74:\"http://revolution.themepunch.com/thumbnail-hover-slider-revolution-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.4\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:303:\"<span class=\"ttm_content\">A team slider that changes slides and displays additional information on thumbnail hover. It uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to achieve this effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:691:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\nLearn how to <a href=\"https://www.themepunch.com/faq/modify-thumbnails-for-our-team-template/\" target=\"_blank\">modify the thumbnails</a><br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:52;a:20:{s:2:\"id\";s:2:\"53\";s:5:\"title\";s:13:\"Team Carousel\";s:5:\"alias\";s:17:\"our-team-carousel\";s:3:\"zip\";s:21:\"our-team-carousel.zip\";s:3:\"uid\";s:32:\"37656d5dcab1f265c025cb2a3d669809\";s:3:\"img\";s:26:\"ourteamcarousel/slide1.jpg\";s:7:\"preview\";s:83:\"http://revolution.themepunch.com/thumbnail-hover-carousel-slider-revolution-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.4\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:306:\" <span class=\"ttm_content\">A team carousel that changes slides and displays additional information on thumbnail hover. It uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to achieve this effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:693:\"<span class=\"ttm_content\">This is a \"Default\" content carousel. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\nLearn how to <a href=\"https://www.themepunch.com/faq/modify-thumbnails-for-our-team-template/\" target=\"_blank\">modify the thumbnails</a><br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:53;a:20:{s:2:\"id\";s:2:\"54\";s:5:\"title\";s:17:\"4K Youtube Slider\";s:5:\"alias\";s:13:\"betteryoutube\";s:3:\"zip\";s:17:\"betteryoutube.zip\";s:3:\"uid\";s:32:\"d7c5fef9f257037d7a148038aa2a1857\";s:3:\"img\";s:24:\"betteryoutube/slide1.jpg\";s:7:\"preview\";s:94:\"http://revolution.themepunch.com/fullscreen-4k-youtube-video-gallery-slider-revolution-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.4\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"675\";s:11:\"description\";s:293:\" <span class=\"ttm_content\">A full-screen youtube gallery with 4K videos as an example. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> are used to breathe life into navigation elements.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:532:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change videos and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/watch?v=I4qGepR4aWw\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:54;a:20:{s:2:\"id\";s:2:\"55\";s:5:\"title\";s:21:\"Agency Website Header\";s:5:\"alias\";s:19:\"agencywebsiteheader\";s:3:\"zip\";s:23:\"agencywebsiteheader.zip\";s:3:\"uid\";s:32:\"c11d272c87277a7a38d9e7fd13e27947\";s:3:\"img\";s:30:\"agencywebsiteheader/slide1.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/fullscreen-hero-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:245:\" <span class=\"ttm_content\">A very unique full-screen slider that uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to their potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:543:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:55;a:20:{s:2:\"id\";s:2:\"56\";s:5:\"title\";s:11:\"Coming Soon\";s:5:\"alias\";s:10:\"comingsoon\";s:3:\"zip\";s:14:\"comingsoon.zip\";s:3:\"uid\";s:32:\"0f89edf995512e6d6e864a2ee7221829\";s:3:\"img\";s:21:\"comingsoon/slide1.jpg\";s:7:\"preview\";s:79:\"http://revolution.themepunch.com/coming-soon-wordpress-under-construction-site/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:299:\"<span class=\"ttm_content\">A full-screen slider that can be used as a \"Coming Soon\" page. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> are used to achieve various interaction possibilities.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:661:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>For further configuration options please view the <a href=\"https://www.themepunch.com/faq/custom-css-or-javascript-for-version-5-0/\" target=\"_blank\">\"Custom CSS/JS\"</a> section in the slider settings.<br/><br/></span>\r\nInstructions for <a href=\"https://www.themepunch.com/faq/change-date-for-coming-soon-template/\" target=\"_blank\">how to change the date.</a><br /><br />\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:56;a:20:{s:2:\"id\";s:2:\"57\";s:5:\"title\";s:20:\"Christmas Snow Scene\";s:5:\"alias\";s:9:\"snowscene\";s:3:\"zip\";s:13:\"snowscene.zip\";s:3:\"uid\";s:32:\"a747bf0837caff86c62419a746690209\";s:3:\"img\";s:20:\"snowscene/slide1.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/christmas-snow-scene/\";s:7:\"version\";s:5:\"1.0.5\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:141:\"<span class=\"ttm_content\">A slider with multiple christmas themed slides and a neat snow fall effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:508:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>For further configuration options please view the <a href=\"https://www.themepunch.com/faq/custom-css-or-javascript-for-version-5-0/\" target=\"_blank\">\"Custom CSS/JS\"</a> section in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:57;a:20:{s:2:\"id\";s:2:\"58\";s:5:\"title\";s:15:\"Rock Band Music\";s:5:\"alias\";s:8:\"rockband\";s:3:\"zip\";s:12:\"rockband.zip\";s:3:\"uid\";s:32:\"5f557a5fad2fd6ca982a6ae6e9619637\";s:3:\"img\";s:19:\"rockband/slide1.jpg\";s:7:\"preview\";s:80:\"http://revolution.themepunch.com/rock-band-music-theme-slider-revolution-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:140:\" <span class=\"ttm_content\">A rock band themed hero block slider with an embedded SoundCloud element.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:461:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background video and texts.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/watch?v=I4qGepR4aWw\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:58;a:20:{s:2:\"id\";s:2:\"59\";s:5:\"title\";s:18:\"Sleek Landing Page\";s:5:\"alias\";s:16:\"sleeklandingpage\";s:3:\"zip\";s:20:\"sleeklandingpage.zip\";s:3:\"uid\";s:32:\"07f7f2608936a8ae226213b7d99eee3f\";s:3:\"img\";s:27:\"sleeklandingpage/slide1.jpg\";s:7:\"preview\";s:70:\"http://revolution.themepunch.com/landing-page-free-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:191:\"<span class=\"ttm_content\">A full-screen slider that can be used as an App-Landing-Page. The object layers and custom animations create a unique effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:449:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-22 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:59;a:20:{s:2:\"id\";s:2:\"60\";s:5:\"title\";s:16:\"App Landing Page\";s:5:\"alias\";s:14:\"applandingpage\";s:3:\"zip\";s:18:\"applandingpage.zip\";s:3:\"uid\";s:32:\"38eb600893c1484ab8fd2a3dce3678d7\";s:3:\"img\";s:25:\"applandingpage/slide1.jpg\";s:7:\"preview\";s:64:\"http://revolution.themepunch.com/app-landing-page-free-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:263:\"<span class=\"ttm_content\">A full-screen hero block that can be used as an app landing page. The detail view is build using <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a>.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:397:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:60;a:20:{s:2:\"id\";s:2:\"61\";s:5:\"title\";s:10:\"Desk Scene\";s:5:\"alias\";s:9:\"deskscene\";s:3:\"zip\";s:13:\"deskscene.zip\";s:3:\"uid\";s:32:\"172a1a89a3e3b333cb4dbeb238f534c5\";s:3:\"img\";s:20:\"deskscene/slide1.jpg\";s:7:\"preview\";s:49:\"http://revolution.themepunch.com/hero-desk-scene/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:135:\"<span class=\"ttm_content\">A beautiful desk scene with a cool reveal effect when scrolling down.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:326:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:61;a:20:{s:2:\"id\";s:2:\"62\";s:5:\"title\";s:17:\"Clean News Slider\";s:5:\"alias\";s:15:\"cleannewsslider\";s:3:\"zip\";s:19:\"cleannewsslider.zip\";s:3:\"uid\";s:32:\"82c3f521fe31b80984be0f19e1a9899e\";s:3:\"img\";s:26:\"cleannewsslider/slide1.jpg\";s:7:\"preview\";s:55:\"http://revolution.themepunch.com/wordpress-news-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:132:\"<span class=\"ttm_content\">A slideshow example with clean content and thumbnail navigation.</span>\r\n<span class=\"ttm_space\"></span>\r\n\";s:11:\"setup_notes\";s:308:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:62;a:20:{s:2:\"id\";s:2:\"63\";s:5:\"title\";s:13:\"Image Gallery\";s:5:\"alias\";s:12:\"imagegallery\";s:3:\"zip\";s:16:\"imagegallery.zip\";s:3:\"uid\";s:32:\"cef1d75357df2cb53b990c74a214813e\";s:3:\"img\";s:23:\"imagegallery/slide1.jpg\";s:7:\"preview\";s:64:\"http://revolution.themepunch.com/wordpress-photo-gallery-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:3:\"667\";s:11:\"description\";s:239:\"<span class=\"ttm_content\">A photo gallery suitable to display your images using <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> to their potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:449:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:63;a:20:{s:2:\"id\";s:2:\"64\";s:5:\"title\";s:19:\"Standard WP Gallery\";s:5:\"alias\";s:19:\"standard-wp-gallery\";s:3:\"zip\";s:23:\"standard-wp-gallery.zip\";s:3:\"uid\";s:32:\"632035b8a27652d8081dbdfa343dc93d\";s:3:\"img\";s:30:\"standard-wp-gallery/slide1.jpg\";s:7:\"preview\";s:64:\"http://revolution.themepunch.com/wordpress-photo-gallery-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:3:\"667\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A photo gallery that uses the \"Standard WP Gallery\" add-on to display images.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:441:\"<span class=\"ttm_content\">Please follow the setup guide on the \"Standard WP Gallery\" add-on page.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";}s:14:\"plugin_require\";s:166:\"[{\"path\":\"revslider-gallery-addon\\/revslider-gallery-addon.php\",\"name\":\"WP Gallery AddOn\",\"url\":\"http:\\/\\/revolution.themepunch.com\\/wordpress-photo-gallery-plugin\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:64;a:20:{s:2:\"id\";s:2:\"65\";s:5:\"title\";s:21:\"Clean News Post Based\";s:5:\"alias\";s:21:\"clean-news-post-based\";s:3:\"zip\";s:25:\"clean-news-post-based.zip\";s:3:\"uid\";s:32:\"f4cf5bbe51afa5a361754bb081cbabf2\";s:3:\"img\";s:32:\"clean-news-post-based/slide1.jpg\";s:7:\"preview\";s:55:\"http://revolution.themepunch.com/wordpress-news-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:125:\"<span class=\"ttm_content\"> This slider is automatically populated by WordPress posts.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:447:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/revslider-doc/special-content-sources/\" target=\"_blank\">\"Post-Based Slider\"</a>. Make sure to select the post type you want to display in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:65;a:20:{s:2:\"id\";s:2:\"66\";s:5:\"title\";s:22:\"Interactive Whiteboard\";s:5:\"alias\";s:21:\"interactivewhiteboard\";s:3:\"zip\";s:25:\"interactivewhiteboard.zip\";s:3:\"uid\";s:32:\"058b4af535d6c6c7bcec5225845e3eb4\";s:3:\"img\";s:32:\"interactivewhiteboard/slide1.jpg\";s:7:\"preview\";s:77:\"http://revolution.themepunch.com/interactive-whiteboard-animation-free-addon/\";s:7:\"version\";s:5:\"1.0.5\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:269:\"<span class=\"ttm_content\">This is the example slider from the Whiteboard add-on preview.<br/><a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used to achieve certain effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:572:\"<span class=\"ttm_content\">This slider template requires the <a href=\"https://www.themepunch.com/revslider-doc/add-on-whiteboard/\" target=\"_blank\">Whiteboard add-on</a> to be installed. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:185:\"[{\"path\":\"revslider-whiteboard-addon\\/revslider-whiteboard-addon.php\",\"name\":\"Whiteboard AddOn\",\"url\":\"http:\\/\\/revolution.themepunch.com\\/interactive-whiteboard-animation-free-addon\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:66;a:20:{s:2:\"id\";s:2:\"68\";s:5:\"title\";s:17:\"Innovation Slider\";s:5:\"alias\";s:10:\"innovation\";s:3:\"zip\";s:14:\"innovation.zip\";s:3:\"uid\";s:32:\"d3440b69126d9c186fddc713b18b0002\";s:3:\"img\";s:21:\"innovation/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/best-wordpress-slider-plugin-2016/\";s:7:\"version\";s:5:\"1.0.5\";s:8:\"required\";s:7:\"5.2.3.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:258:\"<span class=\"ttm_content\">A full-screen slider with an elegant fade-out parallax effect. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on layers.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:516:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images, videos and texts.<br/>For further configuration options please view the <a href=\"https://www.themepunch.com/faq/custom-css-or-javascript-for-version-5-0/\" target=\"_blank\">\"Custom CSS/JS\"</a> section in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-03-29 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:67;a:23:{s:2:\"id\";s:2:\"69\";s:5:\"title\";s:25:\"Dark Content Block - Menu\";s:5:\"alias\";s:24:\"dark-fullsite-block-menu\";s:3:\"zip\";s:34:\"packs/dark-fullsite-block-menu.zip\";s:3:\"uid\";s:32:\"bf4bd226719d3c3d3146592976e31ca1\";s:3:\"img\";s:35:\"dark-fullsite-block-menu/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:68;a:23:{s:2:\"id\";s:2:\"70\";s:5:\"title\";s:25:\"Dark Content Block - Hero\";s:5:\"alias\";s:21:\"dark-fullsite-block-1\";s:3:\"zip\";s:31:\"packs/dark-fullsite-block-1.zip\";s:3:\"uid\";s:32:\"d8859245fe600288ca932dc29aca751f\";s:3:\"img\";s:32:\"dark-fullsite-block-1/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:69;a:23:{s:2:\"id\";s:2:\"71\";s:5:\"title\";s:26:\"Dark Content Block - About\";s:5:\"alias\";s:27:\"dark-fullsite-block-2-about\";s:3:\"zip\";s:37:\"packs/dark-fullsite-block-2-about.zip\";s:3:\"uid\";s:32:\"298401901521a197a8294c1b4f73df3e\";s:3:\"img\";s:38:\"dark-fullsite-block-2-about/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:70;a:23:{s:2:\"id\";s:2:\"72\";s:5:\"title\";s:29:\"Dark Content Block - Services\";s:5:\"alias\";s:30:\"dark-fullsite-block-3-services\";s:3:\"zip\";s:40:\"packs/dark-fullsite-block-3-services.zip\";s:3:\"uid\";s:32:\"8da3ed605472ed6a26c745fb52f85f82\";s:3:\"img\";s:41:\"dark-fullsite-block-3-services/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:71;a:23:{s:2:\"id\";s:2:\"73\";s:5:\"title\";s:29:\"Dark Content Block - Products\";s:5:\"alias\";s:30:\"dark-fullsite-block-4-products\";s:3:\"zip\";s:40:\"packs/dark-fullsite-block-4-products.zip\";s:3:\"uid\";s:32:\"99e4f40399d20261a6131043d0e50b0c\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:448:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\r\n\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:72;a:23:{s:2:\"id\";s:2:\"74\";s:5:\"title\";s:33:\"Dark Content Block - Testimonials\";s:5:\"alias\";s:34:\"dark-fullsite-block-5-testimonials\";s:3:\"zip\";s:44:\"packs/dark-fullsite-block-5-testimonials.zip\";s:3:\"uid\";s:32:\"2f9121e0eedd51afe85e233d0743acab\";s:3:\"img\";s:45:\"dark-fullsite-block-5-testimonials/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:73;a:23:{s:2:\"id\";s:2:\"75\";s:5:\"title\";s:28:\"Dark Content Block - Callout\";s:5:\"alias\";s:29:\"dark-fullsite-block-6-callout\";s:3:\"zip\";s:39:\"packs/dark-fullsite-block-6-callout.zip\";s:3:\"uid\";s:32:\"55fbecb113ff21f050be7adc08637329\";s:3:\"img\";s:40:\"dark-fullsite-block-6-callout/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:74;a:23:{s:2:\"id\";s:2:\"76\";s:5:\"title\";s:27:\"Dark Content Block - Footer\";s:5:\"alias\";s:28:\"dark-fullsite-block-7-footer\";s:3:\"zip\";s:38:\"packs/dark-fullsite-block-7-footer.zip\";s:3:\"uid\";s:32:\"2ff517f5c7c54e3e0c2dd733cfd3400e\";s:3:\"img\";s:39:\"dark-fullsite-block-7-footer/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:75;a:23:{s:2:\"id\";s:2:\"77\";s:5:\"title\";s:26:\"Light Content Block - Menu\";s:5:\"alias\";s:19:\"fullsite-block-menu\";s:3:\"zip\";s:29:\"packs/fullsite-block-menu.zip\";s:3:\"uid\";s:32:\"8010971f34387d5f94a1f4e577ef382a\";s:3:\"img\";s:30:\"fullsite-block-menu/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:76;a:23:{s:2:\"id\";s:2:\"78\";s:5:\"title\";s:26:\"Light Content Block - Hero\";s:5:\"alias\";s:15:\"fullsite-block1\";s:3:\"zip\";s:25:\"packs/fullsite-block1.zip\";s:3:\"uid\";s:32:\"45bf7179843e01ce112e8ec754b0455c\";s:3:\"img\";s:26:\"fullsite-block1/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:77;a:23:{s:2:\"id\";s:2:\"79\";s:5:\"title\";s:27:\"Light Content Block - About\";s:5:\"alias\";s:22:\"fullsite-block-2-about\";s:3:\"zip\";s:32:\"packs/fullsite-block-2-about.zip\";s:3:\"uid\";s:32:\"8402b460638a746d36433cb161440b7d\";s:3:\"img\";s:33:\"fullsite-block-2-about/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:78;a:23:{s:2:\"id\";s:2:\"80\";s:5:\"title\";s:30:\"Light Content Block - Services\";s:5:\"alias\";s:25:\"fullsite-block-3-services\";s:3:\"zip\";s:35:\"packs/fullsite-block-3-services.zip\";s:3:\"uid\";s:32:\"7b8cea27f4d6ae17c5e1eae12457bd06\";s:3:\"img\";s:36:\"fullsite-block-3-services/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:79;a:23:{s:2:\"id\";s:2:\"81\";s:5:\"title\";s:30:\"Light Content Block - Products\";s:5:\"alias\";s:25:\"fullsite-block-4-products\";s:3:\"zip\";s:35:\"packs/fullsite-block-4-products.zip\";s:3:\"uid\";s:32:\"d148935362d7122636cda0635eae4be7\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:80;a:23:{s:2:\"id\";s:2:\"82\";s:5:\"title\";s:34:\"Light Content Block - Testimonials\";s:5:\"alias\";s:29:\"fullsite-block-5-testimonials\";s:3:\"zip\";s:39:\"packs/fullsite-block-5-testimonials.zip\";s:3:\"uid\";s:32:\"06255bfd421e40f71fa8197b839dbf03\";s:3:\"img\";s:40:\"fullsite-block-5-testimonials/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:81;a:23:{s:2:\"id\";s:2:\"83\";s:5:\"title\";s:29:\"Light Content Block - Callout\";s:5:\"alias\";s:24:\"fullsite-block-6-callout\";s:3:\"zip\";s:34:\"packs/fullsite-block-6-callout.zip\";s:3:\"uid\";s:32:\"8a88c3447676b613ec5db2fe5d63315c\";s:3:\"img\";s:35:\"fullsite-block-6-callout/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:82;a:23:{s:2:\"id\";s:2:\"84\";s:5:\"title\";s:28:\"Light Content Block - Footer\";s:5:\"alias\";s:23:\"fullsite-block-7-footer\";s:3:\"zip\";s:33:\"packs/fullsite-block-7-footer.zip\";s:3:\"uid\";s:32:\"34300b4407a2093eb2e1e08868fa8319\";s:3:\"img\";s:34:\"fullsite-block-7-footer/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:83;a:20:{s:2:\"id\";s:2:\"85\";s:5:\"title\";s:12:\"Tech Journal\";s:5:\"alias\";s:11:\"techjournal\";s:3:\"zip\";s:15:\"techjournal.zip\";s:3:\"uid\";s:32:\"7f92d70d1c108378f915b18c2ceb71d6\";s:3:\"img\";s:22:\"techjournal/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.1\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:130:\"<span class=\"ttm_content\">A full-width slider with navigation direction-based transitions.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:303:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:84;a:20:{s:2:\"id\";s:2:\"86\";s:5:\"title\";s:14:\"Car Dealership\";s:5:\"alias\";s:13:\"cardealership\";s:3:\"zip\";s:17:\"cardealership.zip\";s:3:\"uid\";s:32:\"bb010838855a8ae4d1dd68e139bf169e\";s:3:\"img\";s:24:\"cardealership/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/car-dealership-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"650\";s:11:\"description\";s:130:\"<span class=\"ttm_content\">A full-width slider with navigation direction-based transitions.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:303:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:85;a:20:{s:2:\"id\";s:2:\"87\";s:5:\"title\";s:22:\"FullScreen Menu Slider\";s:5:\"alias\";s:14:\"fullscreenmenu\";s:3:\"zip\";s:18:\"fullscreenmenu.zip\";s:3:\"uid\";s:32:\"6de81d74c4bf193e2e274d43038adc85\";s:3:\"img\";s:25:\"fullscreenmenu/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-fullscreen-menu/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:131:\"<span class=\"ttm_content\">A full-screen slider that contains a menu with slide blur effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:449:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:86;a:20:{s:2:\"id\";s:2:\"88\";s:5:\"title\";s:18:\"Creative Frontpage\";s:5:\"alias\";s:17:\"creativefrontpage\";s:3:\"zip\";s:21:\"creativefrontpage.zip\";s:3:\"uid\";s:32:\"0636cb368af3bcaa2f68eb0ebefe6439\";s:3:\"img\";s:28:\"creativefrontpage/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/best-wordpress-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:246:\"<span class=\"ttm_content\">A full-screen slider with hidden slides that are triggered via <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a>.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:449:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:87;a:23:{s:2:\"id\";s:2:\"89\";s:5:\"title\";s:20:\"Website Builder Menu\";s:5:\"alias\";s:19:\"websitebuilder-menu\";s:3:\"zip\";s:29:\"packs/websitebuilder-menu.zip\";s:3:\"uid\";s:32:\"d9e6d9c961f123a3a4847b51fc3ba3a2\";s:3:\"img\";s:30:\"websitebuilder-menu/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:2:\"60\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:88;a:23:{s:2:\"id\";s:2:\"90\";s:5:\"title\";s:20:\"Website Builder Hero\";s:5:\"alias\";s:19:\"websitebuilder-hero\";s:3:\"zip\";s:29:\"packs/websitebuilder-hero.zip\";s:3:\"uid\";s:32:\"6cb2df9a41ad2e7865bb9bbea7e39cb5\";s:3:\"img\";s:30:\"websitebuilder-hero/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1230\";s:6:\"height\";s:3:\"700\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:89;a:23:{s:2:\"id\";s:2:\"91\";s:5:\"title\";s:23:\"Website Builder Clients\";s:5:\"alias\";s:22:\"websitebuilder-clients\";s:3:\"zip\";s:32:\"packs/websitebuilder-clients.zip\";s:3:\"uid\";s:32:\"050e59c43c9a693510d01f29532088cf\";s:3:\"img\";s:33:\"websitebuilder-clients/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"120\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:90;a:23:{s:2:\"id\";s:2:\"92\";s:5:\"title\";s:24:\"Website Builder Services\";s:5:\"alias\";s:23:\"websitebuilder-services\";s:3:\"zip\";s:33:\"packs/websitebuilder-services.zip\";s:3:\"uid\";s:32:\"48d56d67615efce619ae973ab4358c07\";s:3:\"img\";s:34:\"websitebuilder-services/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"558\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:91;a:23:{s:2:\"id\";s:2:\"93\";s:5:\"title\";s:24:\"Website Builder Discover\";s:5:\"alias\";s:23:\"websitebuilder-discover\";s:3:\"zip\";s:33:\"packs/websitebuilder-discover.zip\";s:3:\"uid\";s:32:\"425a08a7be338daea3df02a07ff5c316\";s:3:\"img\";s:34:\"websitebuilder-discover/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"955\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:92;a:23:{s:2:\"id\";s:2:\"94\";s:5:\"title\";s:22:\"Website Builder Slider\";s:5:\"alias\";s:21:\"websitebuilder-slider\";s:3:\"zip\";s:31:\"packs/websitebuilder-slider.zip\";s:3:\"uid\";s:32:\"9d670b7335016accb590dc8d52bfb6f0\";s:3:\"img\";s:32:\"websitebuilder-slider/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:93;a:23:{s:2:\"id\";s:2:\"95\";s:5:\"title\";s:28:\"Website Builder CallToAction\";s:5:\"alias\";s:27:\"websitebuilder-calltoaction\";s:3:\"zip\";s:37:\"packs/websitebuilder-calltoaction.zip\";s:3:\"uid\";s:32:\"45851baf9e61f55ed9f5fa9d0beff77e\";s:3:\"img\";s:38:\"websitebuilder-calltoaction/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"960\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:94;a:23:{s:2:\"id\";s:2:\"96\";s:5:\"title\";s:22:\"Website Builder Footer\";s:5:\"alias\";s:21:\"websitebuilder-footer\";s:3:\"zip\";s:31:\"packs/websitebuilder-footer.zip\";s:3:\"uid\";s:32:\"2732bbe66ef28219d6cc53ce8cc78863\";s:3:\"img\";s:32:\"websitebuilder-footer/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:95;a:20:{s:2:\"id\";s:2:\"97\";s:5:\"title\";s:21:\"Focus Parallax Effect\";s:5:\"alias\";s:13:\"focusparallax\";s:3:\"zip\";s:17:\"focusparallax.zip\";s:3:\"uid\";s:32:\"13bd15fb3ddf8b9841cb55b89389cc73\";s:3:\"img\";s:24:\"focusparallax/slide1.jpg\";s:7:\"preview\";s:68:\" https://revolution.themepunch.com/parallax-effect-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:256:\"<span class=\"ttm_content\">A full-screen slider with mouse controlled parallax effects. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on layers.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:449:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:96;a:20:{s:2:\"id\";s:2:\"98\";s:5:\"title\";s:14:\"Duotone Slider\";s:5:\"alias\";s:7:\"duotone\";s:3:\"zip\";s:11:\"duotone.zip\";s:3:\"uid\";s:32:\"494862ceb6cb7c6658ad7cd36848cccd\";s:3:\"img\";s:18:\"duotone/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/wordpress-header-image-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.4\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:252:\"<span class=\"ttm_content\">A full-screen slider with unique parallax scroll effect. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on layers.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:303:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:97;a:23:{s:2:\"id\";s:2:\"99\";s:5:\"title\";s:12:\"Minimal Menu\";s:5:\"alias\";s:6:\"r_menu\";s:3:\"zip\";s:16:\"packs/r_menu.zip\";s:3:\"uid\";s:32:\"30d6a6895db1a5f29b1679061551c9f0\";s:3:\"img\";s:17:\"r_menu/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"110\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:913:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://www.themepunch.com/faq/custom-css-or-javascript-for-version-5-0/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:98;a:23:{s:2:\"id\";s:3:\"100\";s:5:\"title\";s:12:\"Minimal Hero\";s:5:\"alias\";s:5:\"rhero\";s:3:\"zip\";s:16:\"packs/r_hero.zip\";s:3:\"uid\";s:32:\"b8b46186956f6e66ad0c08e4532bbbde\";s:3:\"img\";s:17:\"r_hero/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"700\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:913:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://www.themepunch.com/faq/custom-css-or-javascript-for-version-5-0/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:99;a:23:{s:2:\"id\";s:3:\"101\";s:5:\"title\";s:13:\"Minimal About\";s:5:\"alias\";s:7:\"r_about\";s:3:\"zip\";s:17:\"packs/r_about.zip\";s:3:\"uid\";s:32:\"343010c4b4c03f92888c3e9e95bc2bb1\";s:3:\"img\";s:18:\"r_about/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:913:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://www.themepunch.com/faq/custom-css-or-javascript-for-version-5-0/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:100;a:23:{s:2:\"id\";s:3:\"102\";s:5:\"title\";s:16:\"Minimal Products\";s:5:\"alias\";s:10:\"r_products\";s:3:\"zip\";s:20:\"packs/r_products.zip\";s:3:\"uid\";s:32:\"dda93e85c6a4456d132040147f087f39\";s:3:\"img\";s:21:\"r_products/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1100\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:913:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://www.themepunch.com/faq/custom-css-or-javascript-for-version-5-0/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:101;a:23:{s:2:\"id\";s:3:\"103\";s:5:\"title\";s:12:\"Minimal Info\";s:5:\"alias\";s:6:\"r_info\";s:3:\"zip\";s:16:\"packs/r_info.zip\";s:3:\"uid\";s:32:\"d6e368e8fd4862174af6c980389ae530\";s:3:\"img\";s:17:\"r_info/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:913:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://www.themepunch.com/faq/custom-css-or-javascript-for-version-5-0/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:102;a:20:{s:2:\"id\";s:3:\"104\";s:5:\"title\";s:18:\"Inspiration Header\";s:5:\"alias\";s:17:\"inspirationheader\";s:3:\"zip\";s:21:\"inspirationheader.zip\";s:3:\"uid\";s:32:\"69f04b2be0b618fa7e184af83b86b7e7\";s:3:\"img\";s:28:\"inspirationheader/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/wordpress-theme-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:159:\"<span class=\"ttm_content\">This full-screen hero slider features sequentially animated texts and cool parallax elements.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:326:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:103;a:20:{s:2:\"id\";s:3:\"105\";s:5:\"title\";s:15:\"Magazine Slider\";s:5:\"alias\";s:13:\"magazineposts\";s:3:\"zip\";s:17:\"magazineposts.zip\";s:3:\"uid\";s:32:\"c562f3457e4edbd030959f7c5e6e0f7c\";s:3:\"img\";s:24:\"magazineposts/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-magazine-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1000\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">A full-width slider with a mouse-controlled 3D-Parallax effect. Enjoy! <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on layers.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:303:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:104;a:20:{s:2:\"id\";s:3:\"106\";s:5:\"title\";s:11:\"News Header\";s:5:\"alias\";s:17:\"explorationheader\";s:3:\"zip\";s:21:\"explorationheader.zip\";s:3:\"uid\";s:32:\"8f20d5a868c90ded08b835fb9e8307d7\";s:3:\"img\";s:28:\"explorationheader/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/wordpress-news-header/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:288:\"<span class=\"ttm_content\">A full-screen slider that is a perfect fit for displaying news on your websites header! Check out <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> to add links to buttons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:303:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:109;a:20:{s:2:\"id\";s:3:\"111\";s:5:\"title\";s:17:\"Typewriter Effect\";s:5:\"alias\";s:16:\"typewritereffect\";s:3:\"zip\";s:20:\"typewritereffect.zip\";s:3:\"uid\";s:32:\"d6f8bae06cc4a7b158d680c01e59ddc2\";s:3:\"img\";s:27:\"typewritereffect/slide1.jpg\";s:7:\"preview\";s:62:\"https://revolution.themepunch.com/wordpress-typewriter-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:263:\"<span class=\"ttm_content\">This is the example slider from the Typewriter add-on preview.<br/><a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on buttons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:426:\"<span class=\"ttm_content\">This slider template requires the <a href=\"https://www.themepunch.com/revslider-doc/add-on-typewriter/\" target=\"_blank\">Typewriter add-on</a> to be installed. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:170:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/revslider-doc\\/add-on-typewriter\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:110;a:20:{s:2:\"id\";s:3:\"112\";s:5:\"title\";s:17:\"Blend Mode Header\";s:5:\"alias\";s:15:\"blendmodeheader\";s:3:\"zip\";s:19:\"blendmodeheader.zip\";s:3:\"uid\";s:32:\"2e44e976596d757aab40ffa28086dcf9\";s:3:\"img\";s:26:\"blendmodeheader/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/blend-mode-hero-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1000\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">This full-screen hero header with HMTL5 background video, utilizes the new 5.3 blend mode effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:326:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:111;a:23:{s:2:\"id\";s:3:\"113\";s:5:\"title\";s:17:\"Themeplicity Menu\";s:5:\"alias\";s:17:\"themeplicity_menu\";s:3:\"zip\";s:27:\"packs/themeplicity_menu.zip\";s:3:\"uid\";s:32:\"7d5c1e75eaafa63683895a32a62f4ce0\";s:3:\"img\";s:28:\"themeplicity_menu/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:2:\"90\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:112;a:23:{s:2:\"id\";s:3:\"114\";s:5:\"title\";s:19:\"Themeplicity Header\";s:5:\"alias\";s:19:\"themeplicity_header\";s:3:\"zip\";s:29:\"packs/themeplicity_header.zip\";s:3:\"uid\";s:32:\"907091e4d58acc7d12f802de2f280b7d\";s:3:\"img\";s:30:\"themeplicity_header/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1000\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:113;a:23:{s:2:\"id\";s:3:\"115\";s:5:\"title\";s:18:\"Themeplicity Offer\";s:5:\"alias\";s:18:\"themeplicity_offer\";s:3:\"zip\";s:28:\"packs/themeplicity_offer.zip\";s:3:\"uid\";s:32:\"1bd8f9aa2f3e340449664c65ba17fb51\";s:3:\"img\";s:29:\"themeplicity_offer/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"330\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:114;a:23:{s:2:\"id\";s:3:\"116\";s:5:\"title\";s:23:\"Themeplicity What We Do\";s:5:\"alias\";s:21:\"themeplicity_whatwedo\";s:3:\"zip\";s:31:\"packs/themeplicity_whatwedo.zip\";s:3:\"uid\";s:32:\"aa800a44b5a3eab30414dde1f32bfed7\";s:3:\"img\";s:32:\"themeplicity_whatwedo/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"813\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:115;a:23:{s:2:\"id\";s:3:\"117\";s:5:\"title\";s:21:\"Themeplicity Projects\";s:5:\"alias\";s:21:\"themeplicity_projects\";s:3:\"zip\";s:31:\"packs/themeplicity_projects.zip\";s:3:\"uid\";s:32:\"5f61b3a13033ba6a51a18270163e0a50\";s:3:\"img\";s:32:\"themeplicity_projects/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"813\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:116;a:23:{s:2:\"id\";s:3:\"118\";s:5:\"title\";s:24:\"Themeplicity Whats Great\";s:5:\"alias\";s:23:\"themeplicity_whatsgreat\";s:3:\"zip\";s:33:\"packs/themeplicity_whatsgreat.zip\";s:3:\"uid\";s:32:\"ce9faf8c55ed2e33e091b23667e7173b\";s:3:\"img\";s:34:\"themeplicity_whatsgreat/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:117;a:23:{s:2:\"id\";s:3:\"119\";s:5:\"title\";s:19:\"Themeplicity Tables\";s:5:\"alias\";s:19:\"themeplicity_tables\";s:3:\"zip\";s:29:\"packs/themeplicity_tables.zip\";s:3:\"uid\";s:32:\"f28bb4cd20ec1f29a1de7da5ad09c293\";s:3:\"img\";s:30:\"themeplicity_tables/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1059\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:118;a:23:{s:2:\"id\";s:3:\"120\";s:5:\"title\";s:24:\"Themeplicity Contactform\";s:5:\"alias\";s:24:\"themeplicity_contactform\";s:3:\"zip\";s:34:\"packs/themeplicity_contactform.zip\";s:3:\"uid\";s:32:\"3e59da970f534490774fa8e053f5b5ed\";s:3:\"img\";s:35:\"themeplicity_contactform/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1067\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:119;a:23:{s:2:\"id\";s:3:\"121\";s:5:\"title\";s:19:\"Themeplicity Footer\";s:5:\"alias\";s:19:\"themeplicity_footer\";s:3:\"zip\";s:29:\"packs/themeplicity_footer.zip\";s:3:\"uid\";s:32:\"89eeb0b4b852c5f743e1bd76e3e8f2ef\";s:3:\"img\";s:30:\"themeplicity_footer/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"780\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:121;a:23:{s:2:\"id\";s:3:\"123\";s:5:\"title\";s:19:\"Nice And Clean Menu\";s:5:\"alias\";s:17:\"NiceAndClean_Menu\";s:3:\"zip\";s:27:\"packs/NiceAndClean_Menu.zip\";s:3:\"uid\";s:32:\"3f8c01e26c7446428e045c4b1180776d\";s:3:\"img\";s:28:\"NiceAndClean_Menu/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:2:\"90\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:122;a:23:{s:2:\"id\";s:3:\"124\";s:5:\"title\";s:21:\"Nice And Clean Header\";s:5:\"alias\";s:19:\"NiceAndClean_Header\";s:3:\"zip\";s:29:\"packs/NiceAndClean_Header.zip\";s:3:\"uid\";s:32:\"76931033addb20a62557c2845a4d6a11\";s:3:\"img\";s:30:\"NiceAndClean_Header/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:123;a:23:{s:2:\"id\";s:3:\"125\";s:5:\"title\";s:23:\"Nice And Clean Services\";s:5:\"alias\";s:21:\"NiceAndClean_Services\";s:3:\"zip\";s:31:\"packs/NiceAndClean_Services.zip\";s:3:\"uid\";s:32:\"02f72ec606800c8215bcadea09624e87\";s:3:\"img\";s:32:\"NiceAndClean_Services/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"360\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:124;a:23:{s:2:\"id\";s:3:\"126\";s:5:\"title\";s:20:\"Nice And Clean About\";s:5:\"alias\";s:18:\"NiceAndClean_About\";s:3:\"zip\";s:28:\"packs/NiceAndClean_About.zip\";s:3:\"uid\";s:32:\"9510f6fdbb8e9473e8c22f692a6bc89f\";s:3:\"img\";s:29:\"NiceAndClean_About/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:125;a:23:{s:2:\"id\";s:3:\"127\";s:5:\"title\";s:20:\"Nice And Clean Video\";s:5:\"alias\";s:18:\"niceandclean_video\";s:3:\"zip\";s:28:\"packs/niceandclean_video.zip\";s:3:\"uid\";s:32:\"2bb9e1ad329435cc500542d0c7025e15\";s:3:\"img\";s:29:\"niceandclean_video/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:126;a:23:{s:2:\"id\";s:3:\"128\";s:5:\"title\";s:25:\"Nice And Clean Highlights\";s:5:\"alias\";s:23:\"niceandclean_highlights\";s:3:\"zip\";s:33:\"packs/niceandclean_highlights.zip\";s:3:\"uid\";s:32:\"ff396af163a79d2d5b35db17c1ea7aa6\";s:3:\"img\";s:34:\"niceandclean_highlights/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:127;a:23:{s:2:\"id\";s:3:\"129\";s:5:\"title\";s:23:\"Nice And Clean Projects\";s:5:\"alias\";s:21:\"NiceAndClean_Projects\";s:3:\"zip\";s:31:\"packs/NiceAndClean_Projects.zip\";s:3:\"uid\";s:32:\"1e6695959ef83f8975b52289c08a4d44\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:128;a:23:{s:2:\"id\";s:3:\"130\";s:5:\"title\";s:25:\"Nice And Clean TextBlocks\";s:5:\"alias\";s:23:\"niceandclean_textblocks\";s:3:\"zip\";s:33:\"packs/niceandclean_textblocks.zip\";s:3:\"uid\";s:32:\"1f33eb839c96ea3225faff1c8d382b05\";s:3:\"img\";s:34:\"niceandclean_textblocks/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:129;a:23:{s:2:\"id\";s:3:\"131\";s:5:\"title\";s:22:\"Nice And Clean CallOut\";s:5:\"alias\";s:20:\"niceandclean_callout\";s:3:\"zip\";s:30:\"packs/niceandclean_callout.zip\";s:3:\"uid\";s:32:\"54d4d9bcf79d357de0e614700e909863\";s:3:\"img\";s:31:\"niceandclean_callout/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:130;a:23:{s:2:\"id\";s:3:\"132\";s:5:\"title\";s:21:\"Nice And Clean Footer\";s:5:\"alias\";s:19:\"niceandclean_footer\";s:3:\"zip\";s:29:\"packs/niceandclean_footer.zip\";s:3:\"uid\";s:32:\"5492d7f72b3771a4e754f91bda063b15\";s:3:\"img\";s:30:\"niceandclean_footer/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"400\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:568:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">For using the social sharing buttons, please install the social sharing add-on.<br><br></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:131;a:20:{s:2:\"id\";s:3:\"134\";s:5:\"title\";s:15:\"80s Style Intro\";s:5:\"alias\";s:3:\"80s\";s:3:\"zip\";s:7:\"80s.zip\";s:3:\"uid\";s:32:\"98881ab51f71b2fbdb220752d321b15a\";s:3:\"img\";s:14:\"80s/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/80s-style-intro/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:139:\"<span class=\"ttm_content\">This intro hero block takes you back to the 80\'s with some funky effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:343:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and text.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:132;a:20:{s:2:\"id\";s:3:\"135\";s:5:\"title\";s:18:\"Blur Effect Slider\";s:5:\"alias\";s:10:\"blurslider\";s:3:\"zip\";s:14:\"blurslider.zip\";s:3:\"uid\";s:32:\"83bd6e1ccef83f03c944fa05b0a2d879\";s:3:\"img\";s:21:\"blurslider/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/blur-effect-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:147:\"<span class=\"ttm_content\">This slider makes use of the brand new blur effects available with version 5.3.1.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:341:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change the background images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:133;a:20:{s:2:\"id\";s:3:\"136\";s:5:\"title\";s:18:\"Coming Soon Add-On\";s:5:\"alias\";s:15:\"ComingSoonAddon\";s:3:\"zip\";s:19:\"ComingSoonAddon.zip\";s:3:\"uid\";s:32:\"51258492055b940099eb96ba52901fa9\";s:3:\"img\";s:26:\"ComingSoonAddon/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/coming-soon-add-on/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:133:\"<span class=\"ttm_content\">This slider template makes use of the brand new Coming Soon Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:197:\"[{\"path\":\"revslider-maintenance-addon\\/revslider-maintenance-addon.php\",\"name\":\"Coming Soon & Maintenance AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/revslider-doc\\/add-coming-soon-maintenance\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:135;a:20:{s:2:\"id\";s:3:\"138\";s:5:\"title\";s:18:\"Snow Effect Add-On\";s:5:\"alias\";s:9:\"snowaddon\";s:3:\"zip\";s:13:\"snowaddon.zip\";s:3:\"uid\";s:32:\"7408d8567b8af5716eaabd390422e51b\";s:3:\"img\";s:20:\"snowaddon/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/snow-effect-add-on/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:183:\"<span class=\"ttm_content\">Add a pleasant Snow Effect to your website with this slider template. Make sure to install the \"Holiday Snow\" Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:164:\"[{\"path\":\"revslider-snow-addon\\/revslider-snow-addon.php\",\"name\":\"Snow AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:136;a:20:{s:2:\"id\";s:3:\"139\";s:5:\"title\";s:19:\"Particle Effect One\";s:5:\"alias\";s:19:\"particle-effect-one\";s:3:\"zip\";s:23:\"particle-effect-one.zip\";s:3:\"uid\";s:32:\"a4611c906e35ca60f617da86217b5299\";s:3:\"img\";s:30:\"particle-effect-one/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/particle-effect-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A unique particle effect that can serve as a stunning intro for your website.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:468:\"<span class=\"ttm_content\">The blend mode effect is achieved through a layer image with CSS blend mode. If you want to customize this effect, select the \"BLEND MODE IMAGE\" layer and go to \"advanced style -> filters -> blend mode\".</span>\r\n<span class=\"ttm_space\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:186:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:137;a:20:{s:2:\"id\";s:3:\"140\";s:5:\"title\";s:19:\"Particle Effect Two\";s:5:\"alias\";s:19:\"particle-effect-two\";s:3:\"zip\";s:23:\"particle-effect-two.zip\";s:3:\"uid\";s:32:\"b8ecbf43374a69e4ab329ea834862ef8\";s:3:\"img\";s:30:\"particle-effect-two/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/particle-effect-intro/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A unique particle effect that can serve as a stunning intro for your website.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:186:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:138;a:20:{s:2:\"id\";s:3:\"141\";s:5:\"title\";s:21:\"Particle Effect Three\";s:5:\"alias\";s:21:\"particle-effect-three\";s:3:\"zip\";s:25:\"particle-effect-three.zip\";s:3:\"uid\";s:32:\"b33bc2c5655d8d51cd17c3740f72e748\";s:3:\"img\";s:32:\"particle-effect-three/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/particle-background-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A unique particle effect that can serve as a stunning intro for your website.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:463:\"<span class=\"ttm_content\">The blend mode effect is achieved through a layer image with CSS blend mode. If you want to customize this effect, select the \"BLEND IMAGE\" layer and go to \"advanced style -> filters -> blend mode\".</span>\r\n<span class=\"ttm_space\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:186:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:139;a:20:{s:2:\"id\";s:3:\"142\";s:5:\"title\";s:16:\"Portfolio Viewer\";s:5:\"alias\";s:15:\"portfolioviewer\";s:3:\"zip\";s:19:\"portfolioviewer.zip\";s:3:\"uid\";s:32:\"9ac7230ff5b880fb6c8f28fbbc123b3b\";s:3:\"img\";s:26:\"portfolioviewer/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/wordpress-portfolio-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:207:\"<span class=\"ttm_content\">This slider template can be used to display your portfolio highlights in a stunning way, utilising out free particles add-on and blend modes.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:421:\"<span class=\"ttm_content\">The navigation for the slides is found in the <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">Static Layers</a>.</span><span class=\"ttm_space\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:186:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:140;a:20:{s:2:\"id\";s:3:\"143\";s:5:\"title\";s:12:\"App Showcase\";s:5:\"alias\";s:11:\"appshowcase\";s:3:\"zip\";s:15:\"appshowcase.zip\";s:3:\"uid\";s:32:\"082aef931b0369080bc30c3a2a0c331f\";s:3:\"img\";s:22:\"appshowcase/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/app-showcase-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:239:\"<span class=\"ttm_content\">This template shows off our new \"Polyfold Effects\" Add-On in form of an App product showcase module. Get started now and illustrate your Apps key features in a striking way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:190:\"[{\"path\":\"revslider-polyfold-addon\\/revslider-polyfold-addon.php\",\"name\":\"Polyfold Scroll Effect AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:141;a:20:{s:2:\"id\";s:3:\"144\";s:5:\"title\";s:19:\"Gravity Design Hero\";s:5:\"alias\";s:13:\"gravitydesign\";s:3:\"zip\";s:17:\"gravitydesign.zip\";s:3:\"uid\";s:32:\"7bdbe73a6e5bf290cb4412708ac4134d\";s:3:\"img\";s:24:\"gravitydesign/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/best-wordpress-slider-plugin-2017/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.3.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:205:\"<span class=\"ttm_content\">This hero template shows a striking mouse-parallax scene and cool particle effects. Requires our \"Particle Effects\" Add-on to be installed.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:186:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:142;a:20:{s:2:\"id\";s:3:\"145\";s:5:\"title\";s:14:\"404 Error Page\";s:5:\"alias\";s:12:\"404errorpage\";s:3:\"zip\";s:16:\"404errorpage.zip\";s:3:\"uid\";s:32:\"2dc62d802b42b73088651cac17d0c486\";s:3:\"img\";s:23:\"404errorpage/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/404-error-page-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.3.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:227:\"<span class=\"ttm_content\">This template can be used as a custom error page on your website with our new 404 page Add-On. Of course you can also use this template as a regular hero header.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:352:\"[{\"path\":\"revslider-404-addon\\/revslider-404-addon.php\",\"name\":\"404 Page Add-On\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"},{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:143;a:20:{s:2:\"id\";s:3:\"146\";s:5:\"title\";s:16:\"Carousel Gallery\";s:5:\"alias\";s:15:\"carouselgallery\";s:3:\"zip\";s:19:\"carouselgallery.zip\";s:3:\"uid\";s:32:\"041838fd32923c40e15c998f0ea19526\";s:3:\"img\";s:26:\"carouselgallery/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/wordpress-carousel-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:159:\"<span class=\"ttm_content\">This carousel gallery features a subtle parallax effect, html5 video and a fullscreen button.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:144;a:20:{s:2:\"id\";s:3:\"147\";s:5:\"title\";s:16:\"Filmstrip Effect\";s:5:\"alias\";s:9:\"filmstrip\";s:3:\"zip\";s:13:\"filmstrip.zip\";s:3:\"uid\";s:32:\"7bd142f272cc15d86998a79520e9e581\";s:3:\"img\";s:20:\"filmstrip/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/filmstrip-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">This template uses our Filmstrip Add-On to display a continuous scrolling set of images per slide.\r\n There is lots of customization options like animation speed and direction.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:191:\"[{\"path\":\"revslider-filmstrip-addon\\/revslider-filmstrip-addon.php\",\"name\":\"Background FilmStrip Add-On\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:145;a:20:{s:2:\"id\";s:3:\"148\";s:5:\"title\";s:11:\"Space Opera\";s:5:\"alias\";s:10:\"spaceopera\";s:3:\"zip\";s:14:\"spaceopera.zip\";s:3:\"uid\";s:32:\"a2c8bffcb138a86c0f373adebb6de046\";s:3:\"img\";s:21:\"spaceopera/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/space-opera-presentation/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:201:\"<span class=\"ttm_content\">The Space Opera template can be enjoyed as a slow paced, full-screen slider experience and is great to show your most prominent photos.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:186:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:146;a:20:{s:2:\"id\";s:3:\"149\";s:5:\"title\";s:13:\"Website Intro\";s:5:\"alias\";s:12:\"websiteintro\";s:3:\"zip\";s:16:\"websiteintro.zip\";s:3:\"uid\";s:32:\"348df76d999456aa19be58c9df56ae20\";s:3:\"img\";s:23:\"websiteintro/slide1.jpg\";s:7:\"preview\";s:65:\"https://revolution.themepunch.com/website-intro-wordpress-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:274:\"<span class=\"ttm_content\">Making use of our new Slicey Add-On, this slider show a really cool effect you just have to experience yourself! Just change the slides background images and the existing slices will automatically be applied.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:182:\"[{\"path\":\"revslider-slicey-addon\\/revslider-slicey-addon.php\",\"name\":\"Background Slicey Add-On\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:147;a:20:{s:2:\"id\";s:3:\"150\";s:5:\"title\";s:13:\"Mask Showcase\";s:5:\"alias\";s:12:\"maskshowcase\";s:3:\"zip\";s:16:\"maskshowcase.zip\";s:3:\"uid\";s:32:\"fc943c31e2da9c63b252aeabf554d128\";s:3:\"img\";s:23:\"maskshowcase/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/minimal-mask-showcase/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Mask Showcase template uses gradients and the amazing block layer animations. A minimal slider treat for any website!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:148;a:20:{s:2:\"id\";s:3:\"151\";s:5:\"title\";s:20:\"Parallax Zoom Slices\";s:5:\"alias\";s:18:\"parallaxzoomslices\";s:3:\"zip\";s:22:\"parallaxzoomslices.zip\";s:3:\"uid\";s:32:\"83537cae05709ddb9bcb7375470a5894\";s:3:\"img\";s:29:\"parallaxzoomslices/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/parallax-zoom-slices-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:249:\"<span class=\"ttm_content\">This template uses the Slicey Add-On to add a unique effect to slide background images. You can simple change the background images and the slice effect will automatically be applied.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:182:\"[{\"path\":\"revslider-slicey-addon\\/revslider-slicey-addon.php\",\"name\":\"Background Slicey Add-On\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:149;a:20:{s:2:\"id\";s:3:\"152\";s:5:\"title\";s:22:\"Double Exposure Effect\";s:5:\"alias\";s:20:\"doubleexposureeffect\";s:3:\"zip\";s:24:\"doubleexposureeffect.zip\";s:3:\"uid\";s:32:\"8d9229b5cbcf5bda5fbdc6a8e01a2b8c\";s:3:\"img\";s:31:\"doubleexposureeffect/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/wordpress-double-exposure-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">Make any website special with the double exposure effect slider. Use as a header module or anywhere you want!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:150;a:20:{s:2:\"id\";s:3:\"153\";s:5:\"title\";s:24:\"Mountain Parallax Header\";s:5:\"alias\";s:22:\"mountainparallaxheader\";s:3:\"zip\";s:26:\"mountainparallaxheader.zip\";s:3:\"uid\";s:32:\"8dc64663f317a2abdf179bbe341d016e\";s:3:\"img\";s:33:\"mountainparallaxheader/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/mountain-wordpress-parallax-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:192:\"<span class=\"ttm_content\">This template is a cool intro for any page, featuring a striking parallax effect. Just change texts and links and you\'re done!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:152;a:23:{s:2:\"id\";s:3:\"155\";s:5:\"title\";s:13:\"GoodNews Menu\";s:5:\"alias\";s:12:\"goodnewsmenu\";s:3:\"zip\";s:22:\"packs/goodnewsmenu.zip\";s:3:\"uid\";s:32:\"4cbc82501ff340fcdc0acf7eb3ba2640\";s:3:\"img\";s:23:\"goodnewsmenu/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:153;a:23:{s:2:\"id\";s:3:\"156\";s:5:\"title\";s:15:\"GoodNews Header\";s:5:\"alias\";s:14:\"goodnewsheader\";s:3:\"zip\";s:24:\"packs/goodnewsheader.zip\";s:3:\"uid\";s:32:\"c6660b6bdbf596f38466f569596f5259\";s:3:\"img\";s:25:\"goodnewsheader/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:154;a:23:{s:2:\"id\";s:3:\"157\";s:5:\"title\";s:18:\"GoodNews Whats Hot\";s:5:\"alias\";s:16:\"goodnewswhatshot\";s:3:\"zip\";s:26:\"packs/goodnewswhatshot.zip\";s:3:\"uid\";s:32:\"cb841ce64a99a6644adab049cf5405cd\";s:3:\"img\";s:27:\"goodnewswhatshot/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:155;a:23:{s:2:\"id\";s:3:\"158\";s:5:\"title\";s:17:\"GoodNews Featured\";s:5:\"alias\";s:16:\"goodnewsfeatured\";s:3:\"zip\";s:26:\"packs/goodnewsfeatured.zip\";s:3:\"uid\";s:32:\"00bde4b09e3700da7183999eaf137ccc\";s:3:\"img\";s:27:\"goodnewsfeatured/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:156;a:23:{s:2:\"id\";s:3:\"159\";s:5:\"title\";s:18:\"GoodNews Spotlight\";s:5:\"alias\";s:17:\"goodnewsspotlight\";s:3:\"zip\";s:27:\"packs/goodnewsspotlight.zip\";s:3:\"uid\";s:32:\"138076241a828e1c5764379944755f2b\";s:3:\"img\";s:28:\"goodnewsspotlight/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:157;a:23:{s:2:\"id\";s:3:\"160\";s:5:\"title\";s:17:\"GoodNews Carousel\";s:5:\"alias\";s:16:\"goodnewscarousel\";s:3:\"zip\";s:26:\"packs/goodnewscarousel.zip\";s:3:\"uid\";s:32:\"d29d4460a6015e30d08d2714232d3768\";s:3:\"img\";s:27:\"goodnewscarousel/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:158;a:23:{s:2:\"id\";s:3:\"161\";s:5:\"title\";s:16:\"GoodNews Callout\";s:5:\"alias\";s:15:\"goodnewscallout\";s:3:\"zip\";s:25:\"packs/goodnewscallout.zip\";s:3:\"uid\";s:32:\"d9568b3193e96577fae630b3a6728785\";s:3:\"img\";s:26:\"goodnewscallout/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:159;a:23:{s:2:\"id\";s:3:\"162\";s:5:\"title\";s:15:\"GoodNews Footer\";s:5:\"alias\";s:14:\"goodnewsfooter\";s:3:\"zip\";s:24:\"packs/goodnewsfooter.zip\";s:3:\"uid\";s:32:\"34f43f891cb8d55375149dc4bbc38298\";s:3:\"img\";s:25:\"goodnewsfooter/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:161;a:23:{s:2:\"id\";s:3:\"164\";s:5:\"title\";s:18:\"GoodNews Menu Back\";s:5:\"alias\";s:16:\"goodnewsmenuback\";s:3:\"zip\";s:26:\"packs/goodnewsmenuback.zip\";s:3:\"uid\";s:32:\"1340d1aeefba497a7d404d12a1fceed4\";s:3:\"img\";s:27:\"goodnewsmenuback/slide1.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:162;a:23:{s:2:\"id\";s:3:\"165\";s:5:\"title\";s:20:\"GoodNews Blog Header\";s:5:\"alias\";s:18:\"goodnewsblogheader\";s:3:\"zip\";s:28:\"packs/goodnewsblogheader.zip\";s:3:\"uid\";s:32:\"abc4d7c1e48475c6def05f1f6d8bf564\";s:3:\"img\";s:29:\"goodnewsblogheader/slide1.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:163;a:23:{s:2:\"id\";s:3:\"166\";s:5:\"title\";s:21:\"GoodNews Blog Content\";s:5:\"alias\";s:19:\"goodnewsblogcontent\";s:3:\"zip\";s:29:\"packs/goodnewsblogcontent.zip\";s:3:\"uid\";s:32:\"bbf34563da6db2779c29599b503b07e9\";s:3:\"img\";s:30:\"goodnewsblogcontent/slide1.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:164;a:23:{s:2:\"id\";s:3:\"167\";s:5:\"title\";s:21:\"GoodNews Testimonials\";s:5:\"alias\";s:20:\"goodnewstestimonials\";s:3:\"zip\";s:30:\"packs/goodnewstestimonials.zip\";s:3:\"uid\";s:32:\"606b7336e86f69c567542d3f43712b56\";s:3:\"img\";s:31:\"goodnewstestimonials/slide1.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:165;a:23:{s:2:\"id\";s:3:\"168\";s:5:\"title\";s:20:\"GoodNews Blog Footer\";s:5:\"alias\";s:18:\"goodnewsblogfooter\";s:3:\"zip\";s:28:\"packs/goodnewsblogfooter.zip\";s:3:\"uid\";s:32:\"1fb88aecfb116fde67ce8d52bd3b5f05\";s:3:\"img\";s:29:\"goodnewsblogfooter/slide1.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:166;a:20:{s:2:\"id\";s:3:\"169\";s:5:\"title\";s:19:\"Before After Slider\";s:5:\"alias\";s:17:\"beforeafterslider\";s:3:\"zip\";s:21:\"beforeafterslider.zip\";s:3:\"uid\";s:32:\"6e615091a1fc3037c24b985ce5136fb2\";s:3:\"img\";s:28:\"beforeafterslider/slide1.jpg\";s:7:\"preview\";s:54:\"https://revolution.themepunch.com/before-after-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.3.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:201:\"<span class=\"ttm_content\">This is the example slider for our Before / After Add-On that allows you to create unique presentations with a comparing functionality.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:358:\"<span class=\"ttm_content\">How to install <a href=\"https://revolution.themepunch.com/direct-customer-benefits/#addoninstall\" target=\"_blank\">Add-Ons</a>.</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:186:\"[{\"path\":\"revslider-beforeafter-addon\\/revslider-beforeafter-addon.php\",\"name\":\"Before After AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:167;a:20:{s:2:\"id\";s:3:\"170\";s:5:\"title\";s:16:\"Product Showcase\";s:5:\"alias\";s:15:\"productshowcase\";s:3:\"zip\";s:19:\"productshowcase.zip\";s:3:\"uid\";s:32:\"a43447670260aaa7e8ff66cedfddb57a\";s:3:\"img\";s:26:\"productshowcase/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/wordpress-product-showcase-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:165:\"<span class=\"ttm_content\">Looking to sell products effectively? Our product showcase slider is just what you are looking for!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:168;a:20:{s:2:\"id\";s:3:\"171\";s:5:\"title\";s:23:\"Overexposure Transition\";s:5:\"alias\";s:22:\"overexposuretransition\";s:3:\"zip\";s:26:\"overexposuretransition.zip\";s:3:\"uid\";s:32:\"13f16bbe6c6d646c7d0cb817a0d3d181\";s:3:\"img\";s:33:\"overexposuretransition/slide1.jpg\";s:7:\"preview\";s:65:\"https://revolution.themepunch.com/overexposure-transition-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:155:\"<span class=\"ttm_content\">Subtle overexposure transitions and smooth color fade effects make this slider stand out.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:358:\"<span class=\"ttm_content\">How to install <a href=\"https://revolution.themepunch.com/direct-customer-benefits/#addoninstall\" target=\"_blank\">Add-Ons</a>.</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:186:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:169;a:20:{s:2:\"id\";s:3:\"172\";s:5:\"title\";s:15:\"Parallax Scroll\";s:5:\"alias\";s:14:\"parallaxscroll\";s:3:\"zip\";s:18:\"parallaxscroll.zip\";s:3:\"uid\";s:32:\"82546ee2f6af6c6682852f495109b3c3\";s:3:\"img\";s:25:\"parallaxscroll/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/parallax-scroll/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:148:\"<span class=\"ttm_content\">A strikingly colourful header for your website with super smooth parallax effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:171;a:23:{s:2:\"id\";s:3:\"174\";s:5:\"title\";s:11:\"TechCo Menu\";s:5:\"alias\";s:11:\"techco-menu\";s:3:\"zip\";s:21:\"packs/techco-menu.zip\";s:3:\"uid\";s:32:\"55e5efee828cdf1ff7e2d3b90a301ea9\";s:3:\"img\";s:22:\"techco-menu/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:172;a:23:{s:2:\"id\";s:3:\"175\";s:5:\"title\";s:13:\"TechCo Header\";s:5:\"alias\";s:13:\"techco-header\";s:3:\"zip\";s:23:\"packs/techco-header.zip\";s:3:\"uid\";s:32:\"fb574d1376de9b1e408c91f51e6497d7\";s:3:\"img\";s:24:\"techco-header/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:186:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:173;a:23:{s:2:\"id\";s:3:\"176\";s:5:\"title\";s:12:\"TechCo About\";s:5:\"alias\";s:12:\"techco-about\";s:3:\"zip\";s:22:\"packs/techco-about.zip\";s:3:\"uid\";s:32:\"ba216da8231e55118d87e37d2358812c\";s:3:\"img\";s:23:\"techco-about/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:174;a:23:{s:2:\"id\";s:3:\"177\";s:5:\"title\";s:15:\"TechCo Services\";s:5:\"alias\";s:15:\"techco-services\";s:3:\"zip\";s:25:\"packs/techco-services.zip\";s:3:\"uid\";s:32:\"ef4a8ddbb5e1136133f7bc1227248e22\";s:3:\"img\";s:26:\"techco-services/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:175;a:23:{s:2:\"id\";s:3:\"178\";s:5:\"title\";s:12:\"TechCo Video\";s:5:\"alias\";s:12:\"techco-video\";s:3:\"zip\";s:22:\"packs/techco-video.zip\";s:3:\"uid\";s:32:\"d7bb92281d05f39f9bc9eca71f90e402\";s:3:\"img\";s:23:\"techco-video/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:176;a:23:{s:2:\"id\";s:3:\"179\";s:5:\"title\";s:13:\"TechCo Prices\";s:5:\"alias\";s:13:\"techco-prices\";s:3:\"zip\";s:23:\"packs/techco-prices.zip\";s:3:\"uid\";s:32:\"6291f404efbea12bb181352aba71ef11\";s:3:\"img\";s:24:\"techco-prices/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:177;a:23:{s:2:\"id\";s:3:\"180\";s:5:\"title\";s:19:\"TechCo Testimonials\";s:5:\"alias\";s:19:\"techco-testimonials\";s:3:\"zip\";s:29:\"packs/techco-testimonials.zip\";s:3:\"uid\";s:32:\"3460bd51f6b80599266fecb7fbb918be\";s:3:\"img\";s:30:\"techco-testimonials/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:178;a:23:{s:2:\"id\";s:3:\"181\";s:5:\"title\";s:13:\"TechCo Footer\";s:5:\"alias\";s:13:\"techco-footer\";s:3:\"zip\";s:23:\"packs/techco-footer.zip\";s:3:\"uid\";s:32:\"640abcd549137520461a4a71ff758a3b\";s:3:\"img\";s:24:\"techco-footer/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:179;a:20:{s:2:\"id\";s:3:\"182\";s:5:\"title\";s:12:\"Live Weather\";s:5:\"alias\";s:7:\"weather\";s:3:\"zip\";s:11:\"weather.zip\";s:3:\"uid\";s:32:\"aab92e69374e4c7b8c6741fe02e574b9\";s:3:\"img\";s:18:\"weather/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/wordpress-live-weather-add-on/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:173:\"<span class=\"ttm_content\">Showcasing our weather add-on, this slider show a different cities temperatures and forecast on each slide.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:179:\"[{\"path\":\"revslider-weather-addon\\/revslider-weather-addon.php\",\"name\":\"Live Weather Add-On\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:180;a:20:{s:2:\"id\";s:3:\"183\";s:5:\"title\";s:17:\"360 Panorama Tour\";s:5:\"alias\";s:11:\"360panorama\";s:3:\"zip\";s:15:\"360panorama.zip\";s:3:\"uid\";s:32:\"332720fdacdbb38f65e8327a2a96c52d\";s:3:\"img\";s:22:\"360panorama/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/360-degree-real-estate-virtual-tour/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:155:\"<span class=\"ttm_content\">An example template for our Panorama 360 tour add-on, created for the real estate market.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:176:\"[{\"path\":\"revslider-panorama-addon\\/revslider-panorama-addon.php\",\"name\":\"Panorama AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:181;a:20:{s:2:\"id\";s:3:\"184\";s:5:\"title\";s:14:\"Duotone Add-on\";s:5:\"alias\";s:14:\"duotone-add-on\";s:3:\"zip\";s:18:\"duotone-add-on.zip\";s:3:\"uid\";s:32:\"a428c6f363b3146e96d20a6f44958922\";s:3:\"img\";s:25:\"duotone-add-on/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/wordpress-duotone-effect-add-on/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:168:\"<span class=\"ttm_content\">This example template showcases 3 of the 30 Duotone filters available in our brand new Duotone Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:372:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"},{\"path\":\"revslider-duotonefilters-addon\\/revslider-duotonefilters-addon.php\",\"name\":\"Duotone AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:182;a:20:{s:2:\"id\";s:3:\"185\";s:5:\"title\";s:13:\"Reveal Add-on\";s:5:\"alias\";s:13:\"reveal-add-on\";s:3:\"zip\";s:17:\"reveal-add-on.zip\";s:3:\"uid\";s:32:\"7fa7525d8ff7fa7365cb98a437e88e32\";s:3:\"img\";s:24:\"reveal-add-on/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/wordpress-content-reveal-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:204:\"<span class=\"ttm_content\">An example template that uses our Reveal Add-On, which adds 14 new preloaders combined with reveal loading effects for any slider or hero.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:359:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"},{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:201;a:20:{s:2:\"id\";s:3:\"210\";s:5:\"title\";s:21:\"Cryptocurrency Prices\";s:5:\"alias\";s:12:\"cryptoslider\";s:3:\"zip\";s:16:\"cryptoslider.zip\";s:3:\"uid\";s:32:\"c4b02210387f11946223977e940d9e9e\";s:3:\"img\";s:23:\"cryptoslider/slide1.jpg\";s:7:\"preview\";s:95:\"https://revolution.themepunch.com/cryptocurrency-wordpress-price-api-bitcoin-ethereum-litecoin/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:209:\"<span class=\"ttm_content\">This Template can show live, animated cryptocurrency prices. More than 1300 currencies are supported, getting prices via the cryptocompare API.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:436:\"<span class=\"ttm_content\">Please refer to the \"Custom JavaScript\" section of this sliders settings, for info on how to modify currencies. Provide a class to the row / column / group where the currency text elements are located in.</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:186:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:203;a:23:{s:2:\"id\";s:3:\"212\";s:5:\"title\";s:16:\"Immersion Header\";s:5:\"alias\";s:16:\"immersion_header\";s:3:\"zip\";s:26:\"packs/immersion_header.zip\";s:3:\"uid\";s:32:\"853da51256308b341ecd030bd4883229\";s:3:\"img\";s:27:\"immersion_header/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:170:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/revslider-doc\\/add-on-typewriter\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:204;a:23:{s:2:\"id\";s:3:\"213\";s:5:\"title\";s:19:\"Immersion Mountains\";s:5:\"alias\";s:19:\"immersion-mountains\";s:3:\"zip\";s:29:\"packs/immersion-mountains.zip\";s:3:\"uid\";s:32:\"817167eb3fe22b7e065ba210cbe6d53c\";s:3:\"img\";s:30:\"immersion-mountains/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:182:\"[{\"path\":\"revslider-slicey-addon\\/revslider-slicey-addon.php\",\"name\":\"Background Slicey Add-On\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:205;a:23:{s:2:\"id\";s:3:\"214\";s:5:\"title\";s:17:\"Immersion Product\";s:5:\"alias\";s:17:\"immersion-product\";s:3:\"zip\";s:27:\"packs/immersion-product.zip\";s:3:\"uid\";s:32:\"64134f263484d2bbcd7ef088ffbbfb4b\";s:3:\"img\";s:28:\"immersion-product/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:206;a:23:{s:2:\"id\";s:3:\"215\";s:5:\"title\";s:16:\"Immersion Design\";s:5:\"alias\";s:16:\"immersion-design\";s:3:\"zip\";s:26:\"packs/immersion-design.zip\";s:3:\"uid\";s:32:\"91e1d77c1a2826438763804f4d02bc26\";s:3:\"img\";s:27:\"immersion-design/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:207;a:23:{s:2:\"id\";s:3:\"216\";s:5:\"title\";s:22:\"Immersion Phototgraphy\";s:5:\"alias\";s:21:\"immersion-photography\";s:3:\"zip\";s:31:\"packs/immersion-photography.zip\";s:3:\"uid\";s:32:\"e3ddf0c577b09740f5cbf2e38ffd684d\";s:3:\"img\";s:32:\"immersion-photography/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:208;a:23:{s:2:\"id\";s:3:\"217\";s:5:\"title\";s:14:\"Immersion Grid\";s:5:\"alias\";s:14:\"immersion-grid\";s:3:\"zip\";s:24:\"packs/immersion-grid.zip\";s:3:\"uid\";s:32:\"b6903868189bb83b2c7a852fde3a7dc3\";s:3:\"img\";s:25:\"immersion-grid/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:209;a:20:{s:2:\"id\";s:3:\"218\";s:5:\"title\";s:18:\"Funky Intro Slider\";s:5:\"alias\";s:11:\"funkyslider\";s:3:\"zip\";s:15:\"funkyslider.zip\";s:3:\"uid\";s:32:\"2d4187e3fdad19b976be335253c8925d\";s:3:\"img\";s:22:\"funkyslider/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/funky-intro-slider-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">This funky intro slider fits just right if you need a striking introduction to your website! Sleek, beautiful and easily customizable!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:343:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/revslider-doc\\/add-on-typewriter\\/\"},{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:211;a:23:{s:2:\"id\";s:3:\"220\";s:5:\"title\";s:15:\"Clear View Menu\";s:5:\"alias\";s:14:\"clearview_menu\";s:3:\"zip\";s:24:\"packs/clearview_menu.zip\";s:3:\"uid\";s:32:\"eaecee5fa5f3c3a7f4d2a96c4616a353\";s:3:\"img\";s:25:\"clearview_menu/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:212;a:23:{s:2:\"id\";s:3:\"221\";s:5:\"title\";s:17:\"Clear View Header\";s:5:\"alias\";s:16:\"clearview_header\";s:3:\"zip\";s:26:\"packs/clearview_header.zip\";s:3:\"uid\";s:32:\"25e3dd80ad130875d7438a07952cb0cd\";s:3:\"img\";s:27:\"clearview_header/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:213;a:23:{s:2:\"id\";s:3:\"222\";s:5:\"title\";s:18:\"Clear View Mission\";s:5:\"alias\";s:17:\"clearview_mission\";s:3:\"zip\";s:27:\"packs/clearview_mission.zip\";s:3:\"uid\";s:32:\"35b2092a49fd2beb549342e69097eb5b\";s:3:\"img\";s:28:\"clearview_mission/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:214;a:23:{s:2:\"id\";s:3:\"223\";s:5:\"title\";s:17:\"Clear View Slider\";s:5:\"alias\";s:17:\"clear-view-slider\";s:3:\"zip\";s:27:\"packs/clear-view-slider.zip\";s:3:\"uid\";s:32:\"d2e17edffce16ed78c54b0ef23fd7e05\";s:3:\"img\";s:28:\"clear-view-slider/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:215;a:23:{s:2:\"id\";s:3:\"224\";s:5:\"title\";s:15:\"Clear View News\";s:5:\"alias\";s:15:\"clear-view-news\";s:3:\"zip\";s:25:\"packs/clear-view-news.zip\";s:3:\"uid\";s:32:\"5698d3131ba141e9afcfd2906739dd00\";s:3:\"img\";s:26:\"clear-view-news/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:216;a:23:{s:2:\"id\";s:3:\"225\";s:5:\"title\";s:18:\"Clear View Clients\";s:5:\"alias\";s:18:\"clear-view-clients\";s:3:\"zip\";s:28:\"packs/clear-view-clients.zip\";s:3:\"uid\";s:32:\"b95616a94832e22bdfac5ce60232be1b\";s:3:\"img\";s:29:\"clear-view-clients/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:217;a:23:{s:2:\"id\";s:3:\"226\";s:5:\"title\";s:18:\"Clear View Contact\";s:5:\"alias\";s:18:\"clear-view-contact\";s:3:\"zip\";s:28:\"packs/clear-view-contact.zip\";s:3:\"uid\";s:32:\"0e0cc1d8f6f6500e5f8a2b091fa3b4cb\";s:3:\"img\";s:29:\"clear-view-contact/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:219;a:23:{s:2:\"id\";s:3:\"228\";s:5:\"title\";s:22:\"Clear View Single Menu\";s:5:\"alias\";s:22:\"clear-view-single-menu\";s:3:\"zip\";s:32:\"packs/clear-view-single-menu.zip\";s:3:\"uid\";s:32:\"1e80f81982f8a4ea763482d4fa99d321\";s:3:\"img\";s:33:\"clear-view-single-menu/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:220;a:23:{s:2:\"id\";s:3:\"229\";s:5:\"title\";s:24:\"Clear View Single Header\";s:5:\"alias\";s:24:\"clear-view-single-header\";s:3:\"zip\";s:34:\"packs/clear-view-single-header.zip\";s:3:\"uid\";s:32:\"c8d717627be6cd5e70922ab609694dbf\";s:3:\"img\";s:35:\"clear-view-single-header/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:221;a:23:{s:2:\"id\";s:3:\"230\";s:5:\"title\";s:23:\"Clear View Single Media\";s:5:\"alias\";s:23:\"clear-view-single-media\";s:3:\"zip\";s:33:\"packs/clear-view-single-media.zip\";s:3:\"uid\";s:32:\"c480368ded2a64f0cdd44f1674213814\";s:3:\"img\";s:34:\"clear-view-single-media/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:222;a:23:{s:2:\"id\";s:3:\"231\";s:5:\"title\";s:22:\"Clear View Single More\";s:5:\"alias\";s:22:\"clear-view-single-more\";s:3:\"zip\";s:32:\"packs/clear-view-single-more.zip\";s:3:\"uid\";s:32:\"9c693190df26218366d1f77e10cf550a\";s:3:\"img\";s:33:\"clear-view-single-more/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:223;a:23:{s:2:\"id\";s:3:\"232\";s:5:\"title\";s:25:\"Clear View Single Contact\";s:5:\"alias\";s:25:\"clear-view-single-contact\";s:3:\"zip\";s:35:\"packs/clear-view-single-contact.zip\";s:3:\"uid\";s:32:\"73c0a889f2b654a87b5aba1ff76fbc5c\";s:3:\"img\";s:36:\"clear-view-single-contact/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:224;a:20:{s:2:\"id\";s:3:\"233\";s:5:\"title\";s:18:\"Clean Landing Page\";s:5:\"alias\";s:16:\"cleanlandingpage\";s:3:\"zip\";s:20:\"cleanlandingpage.zip\";s:3:\"uid\";s:32:\"727a3680d312f22c6a5998ebdb9afe52\";s:3:\"img\";s:27:\"cleanlandingpage/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/clean-landing-page-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:203:\"<span class=\"ttm_content\">The Clean Landing Page is a fullscreen Intro Module that is a striking introduction to any minimal website, with no unnecessary elements.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:170:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/revslider-doc\\/add-on-typewriter\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}}s:6:\"slides\";a:213:{s:16:\"classic-carousel\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"classic-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"classic-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"classic-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"classic-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:27:\"classic-carousel/slide5.jpg\";}}s:13:\"classicslider\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"classicslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"classicslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"classicslider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"classicslider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:24:\"classicslider/slide5.jpg\";}}s:11:\"contenttabs\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"contenttabs/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"contenttabs/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"contenttabs/slide3.jpg\";}}s:13:\"facebook-feed\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"facebook-feed/slide1.jpg\";}}s:7:\"fashion\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"fashion/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"fashion/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"fashion/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:18:\"fashion/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:18:\"fashion/slide5.jpg\";}}s:14:\"flickr-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"flickr-gallery/slide1.jpg\";}}s:3:\"gym\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:14:\"gym/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:14:\"gym/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:14:\"gym/slide3.jpg\";}}s:18:\"highlight-carousel\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"highlight-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"highlight-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"highlight-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"highlight-carousel/slide4.jpg\";}}s:18:\"highlight-showcase\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"highlight-showcase/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"highlight-showcase/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"highlight-showcase/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"highlight-showcase/slide4.jpg\";}}s:10:\"image-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"imagehero/slide1.jpg\";}}s:13:\"insta-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"insta-gallery/slide1.jpg\";}}s:19:\"levanorestaurantbar\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"levanorestaurantbar/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"levanorestaurantbar/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"levanorestaurantbar/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:30:\"levanorestaurantbar/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:30:\"levanorestaurantbar/slide5.jpg\";}}s:11:\"mainfeature\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"mainfeature/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"mainfeature/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"mainfeature/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:22:\"mainfeature/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:22:\"mainfeature/slide7.jpg\";}}s:17:\"media-gallery-two\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"media-gallery-two/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"media-gallery-two/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"media-gallery-two/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"media-gallery-two/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:28:\"media-gallery-two/slide6.jpg\";}}s:23:\"media-carousel-autoplay\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide6.jpg\";}}s:21:\"news-background-video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"news-bg-video/slide1.jpg\";}}s:12:\"news-gallery\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"news-gallery/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"news-gallery/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"news-gallery/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"news-gallery/slide4.jpg\";}}s:23:\"news-gallery-post-based\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"news-gallery-post-based/slide1.jpg\";}}s:9:\"news-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"news-hero/slide1.jpg\";}}s:10:\"news-video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"news-video/slide1.jpg\";}}s:15:\"newsletter-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"newsletter-hero/slide1.jpg\";}}s:10:\"notgeneric\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"notgeneric/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"notgeneric/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"notgeneric/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:21:\"notgeneric/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:21:\"notgeneric/slide5.jpg\";}}s:11:\"photography\";a:10:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"photography/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"photography/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"photography/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:22:\"photography/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:22:\"photography/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:22:\"photography/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:22:\"photography/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:22:\"photography/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:22:\"photography/slide9.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:23:\"photography/slide10.jpg\";}}s:20:\"photography-carousel\";a:10:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"photography-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"photography-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:31:\"photography-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:31:\"photography-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:31:\"photography-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:31:\"photography-carousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:31:\"photography-carousel/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:31:\"photography-carousel/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:31:\"photography-carousel/slide9.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:32:\"photography-carousel/slide10.jpg\";}}s:16:\"search-form-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"search-form-hero/slide1.jpg\";}}s:16:\"showcasecarousel\";a:9:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"showcasecarousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"showcasecarousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"showcasecarousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"showcasecarousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:27:\"showcasecarousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:27:\"showcasecarousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:27:\"showcasecarousel/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:27:\"showcasecarousel/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:27:\"showcasecarousel/slide9.jpg\";}}s:11:\"sports-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"sportshero/slide1.jpg\";}}s:12:\"twitter-feed\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"twitter-feed/slide1.jpg\";}}s:13:\"vimeo-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"vimeo-gallery/slide1.jpg\";}}s:9:\"vimeohero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"vimeohero/slide1.jpg\";}}s:16:\"web-product-dark\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"web-product-dark/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"web-product-dark/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"web-product-dark/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"web-product-dark/slide4.jpg\";}}s:21:\"web-product-dark-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"web-product-dark-hero/slide1.jpg\";}}s:22:\"web-product-light-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"web-product-light-hero/slide1.jpg\";}}s:15:\"webproductlight\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"webproductlight/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"webproductlight/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"webproductlight/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"webproductlight/slide4.jpg\";}}s:15:\"youtube-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"youtube-gallery/slide1.jpg\";}}s:11:\"youtubehero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"youtubehero/slide1.jpg\";}}s:13:\"scroll-effect\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"scrolleffect/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"scrolleffect/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"scrolleffect/slide3.jpg\";}}s:12:\"content-zoom\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"contentzoom/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"contentzoom/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"contentzoom/slide3.jpg\";}}s:13:\"food-carousel\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"foodcarousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"foodcarousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"foodcarousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"foodcarousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:23:\"foodcarousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:23:\"foodcarousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:23:\"foodcarousel/slide7.jpg\";}}s:14:\"rotating-words\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"rotatingwords/slide1.jpg\";}}s:22:\"travel-static-captions\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"travel-static-captions/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"travel-static-captions/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"travel-static-captions/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:33:\"travel-static-captions/slide4.jpg\";}}s:7:\"concept\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"concept/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"concept/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"concept/slide3.jpg\";}}s:17:\"fullscreen-button\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"fullscreen-button/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"fullscreen-button/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"fullscreen-button/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"fullscreen-button/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:28:\"fullscreen-button/slide5.jpg\";}}s:15:\"creativefreedom\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"creativefreedom/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"creativefreedom/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"creativefreedom/slide3.jpg\";}}s:13:\"parallaxscene\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"parallaxscene/slide1.jpg\";}}s:15:\"slidingoverlays\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"slidingoverlays/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"slidingoverlays/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"slidingoverlays/slide3.jpg\";}}s:25:\"web-product-light-hero-3d\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"web-product-light-hero-3d/slide1.jpg\";}}s:6:\"woobig\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"woobig/slide1.jpg\";}}s:16:\"woocommercesmall\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"woocommercesmall/slide1.jpg\";}}s:10:\"finedining\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"finedining/slide1.jpg\";}}s:12:\"agency-intro\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"agency-intro/slide1.jpg\";}}s:7:\"ourteam\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"ourteam/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"ourteam/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"ourteam/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:18:\"ourteam/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:18:\"ourteam/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:18:\"ourteam/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:18:\"ourteam/slide7.jpg\";}}s:17:\"our-team-carousel\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"ourteamcarousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"ourteamcarousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"ourteamcarousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"ourteamcarousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"ourteamcarousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:26:\"ourteamcarousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:26:\"ourteamcarousel/slide7.jpg\";}}s:13:\"betteryoutube\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"betteryoutube/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"betteryoutube/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"betteryoutube/slide3.jpg\";}}s:19:\"agencywebsiteheader\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"agencywebsiteheader/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"agencywebsiteheader/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"agencywebsiteheader/slide3.jpg\";}}s:10:\"comingsoon\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"comingsoon/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"comingsoon/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"comingsoon/slide3.jpg\";}}s:9:\"snowscene\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"snowscene/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:20:\"snowscene/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:20:\"snowscene/slide3.jpg\";}}s:8:\"rockband\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:19:\"rockband/slide1.jpg\";}}s:16:\"sleeklandingpage\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"sleeklandingpage/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"sleeklandingpage/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"sleeklandingpage/slide3.jpg\";}}s:14:\"applandingpage\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"applandingpage/slide1.jpg\";}}s:9:\"deskscene\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"deskscene/slide1.jpg\";}}s:15:\"cleannewsslider\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"cleannewsslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"cleannewsslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"cleannewsslider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"cleannewsslider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"cleannewsslider/slide5.jpg\";}}s:12:\"imagegallery\";a:8:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"imagegallery/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"imagegallery/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"imagegallery/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"imagegallery/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:23:\"imagegallery/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:23:\"imagegallery/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:23:\"imagegallery/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:23:\"imagegallery/slide8.jpg\";}}s:19:\"standard-wp-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"standard-wp-gallery/slide1.jpg\";}}s:21:\"clean-news-post-based\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"clean-news-post-based/slide1.jpg\";}}s:21:\"interactivewhiteboard\";a:8:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"interactivewhiteboard/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"interactivewhiteboard/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"interactivewhiteboard/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"interactivewhiteboard/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:32:\"interactivewhiteboard/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:32:\"interactivewhiteboard/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:32:\"interactivewhiteboard/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:32:\"interactivewhiteboard/slide8.jpg\";}}s:10:\"innovation\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"innovation/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"innovation/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"innovation/slide3.jpg\";}}s:24:\"dark-fullsite-block-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"dark-fullsite-block-menu/slide1.jpg\";}}s:21:\"dark-fullsite-block-1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"dark-fullsite-block-1/slide1.jpg\";}}s:27:\"dark-fullsite-block-2-about\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"dark-fullsite-block-2-about/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:38:\"dark-fullsite-block-2-about/slide2.jpg\";}}s:30:\"dark-fullsite-block-3-services\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:41:\"dark-fullsite-block-3-services/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:41:\"dark-fullsite-block-3-services/slide2.jpg\";}}s:30:\"dark-fullsite-block-4-products\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide5.jpg\";}}s:34:\"dark-fullsite-block-5-testimonials\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:45:\"dark-fullsite-block-5-testimonials/slide1.jpg\";}}s:29:\"dark-fullsite-block-6-callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:40:\"dark-fullsite-block-6-callout/slide1.jpg\";}}s:28:\"dark-fullsite-block-7-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:39:\"dark-fullsite-block-7-footer/slide1.jpg\";}}s:19:\"fullsite-block-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"fullsite-block-menu/slide1.jpg\";}}s:15:\"fullsite-block1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"fullsite-block1/slide1.jpg\";}}s:22:\"fullsite-block-2-about\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"fullsite-block-2-about/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"fullsite-block-2-about/slide2.jpg\";}}s:25:\"fullsite-block-3-services\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"fullsite-block-3-services/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:36:\"fullsite-block-3-services/slide2.jpg\";}}s:25:\"fullsite-block-4-products\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide5.jpg\";}}s:29:\"fullsite-block-5-testimonials\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:40:\"fullsite-block-5-testimonials/slide1.jpg\";}}s:24:\"fullsite-block-6-callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"fullsite-block-6-callout/slide1.jpg\";}}s:23:\"fullsite-block-7-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"fullsite-block-7-footer/slide1.jpg\";}}s:11:\"techjournal\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"techjournal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"techjournal/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"techjournal/slide3.jpg\";}}s:13:\"cardealership\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"cardealership/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"cardealership/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"cardealership/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"cardealership/slide4.jpg\";}}s:14:\"fullscreenmenu\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"fullscreenmenu/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"fullscreenmenu/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"fullscreenmenu/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:25:\"fullscreenmenu/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:25:\"fullscreenmenu/slide5.jpg\";}}s:17:\"creativefrontpage\";a:8:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"creativefrontpage/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"creativefrontpage/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"creativefrontpage/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"creativefrontpage/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:28:\"creativefrontpage/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:28:\"creativefrontpage/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:28:\"creativefrontpage/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:28:\"creativefrontpage/slide8.jpg\";}}s:19:\"websitebuilder-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"websitebuilder-menu/slide1.jpg\";}}s:19:\"websitebuilder-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"websitebuilder-hero/slide1.jpg\";}}s:22:\"websitebuilder-clients\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"websitebuilder-clients/slide1.jpg\";}}s:23:\"websitebuilder-services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"websitebuilder-services/slide1.jpg\";}}s:23:\"websitebuilder-discover\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"websitebuilder-discover/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"websitebuilder-discover/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:34:\"websitebuilder-discover/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:34:\"websitebuilder-discover/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:34:\"websitebuilder-discover/slide5.jpg\";}}s:21:\"websitebuilder-slider\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"websitebuilder-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"websitebuilder-slider/slide2.jpg\";}}s:27:\"websitebuilder-calltoaction\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"websitebuilder-calltoaction/slide1.jpg\";}}s:21:\"websitebuilder-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"websitebuilder-footer/slide1.jpg\";}}s:13:\"focusparallax\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"focusparallax/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"focusparallax/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"focusparallax/slide3.jpg\";}}s:7:\"duotone\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"duotone/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"duotone/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"duotone/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:18:\"duotone/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:18:\"duotone/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:18:\"duotone/slide6.jpg\";}}s:6:\"r_menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"r_menu/slide1.jpg\";}}s:5:\"rhero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"r_hero/slide1.jpg\";}}s:7:\"r_about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"r_about/slide1.jpg\";}}s:10:\"r_products\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"r_products/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"r_products/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"r_products/slide3.jpg\";}}s:6:\"r_info\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"r_info/slide1.jpg\";}}s:17:\"inspirationheader\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"inspirationheader/slide1.jpg\";}}s:13:\"magazineposts\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"magazineposts/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"magazineposts/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"magazineposts/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"magazineposts/slide4.jpg\";}}s:17:\"explorationheader\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"explorationheader/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"explorationheader/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"explorationheader/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"explorationheader/slide4.jpg\";}}s:16:\"typewritereffect\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"typewritereffect/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"typewritereffect/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"typewritereffect/slide3.jpg\";}}s:15:\"blendmodeheader\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"blendmodeheader/slide1.jpg\";}}s:17:\"themeplicity_menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"themeplicity_menu/slide1.jpg\";}}s:19:\"themeplicity_header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"themeplicity_header/slide1.jpg\";}}s:18:\"themeplicity_offer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"themeplicity_offer/slide1.jpg\";}}s:21:\"themeplicity_whatwedo\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"themeplicity_whatwedo/slide1.jpg\";}}s:21:\"themeplicity_projects\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"themeplicity_projects/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"themeplicity_projects/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"themeplicity_projects/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"themeplicity_projects/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:32:\"themeplicity_projects/slide5.jpg\";s:3:\"img\";s:7:\"Slide 5\";}}s:23:\"themeplicity_whatsgreat\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"themeplicity_whatsgreat/slide1.jpg\";}}s:19:\"themeplicity_tables\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"themeplicity_tables/slide1.jpg\";}}s:24:\"themeplicity_contactform\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"themeplicity_contactform/slide1.jpg\";}}s:19:\"themeplicity_footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"themeplicity_footer/slide1.jpg\";}}s:17:\"NiceAndClean_Menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"NiceAndClean_Menu/slide1.jpg\";}}s:19:\"NiceAndClean_Header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"NiceAndClean_Header/slide1.jpg\";}}s:21:\"NiceAndClean_Services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"NiceAndClean_Services/slide1.jpg\";}}s:18:\"NiceAndClean_About\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"NiceAndClean_About/slide1.jpg\";}}s:18:\"niceandclean_video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"niceandclean_video/slide1.jpg\";}}s:23:\"niceandclean_highlights\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"niceandclean_highlights/slide1.jpg\";}}s:21:\"NiceAndClean_Projects\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide5.jpg\";}}s:23:\"niceandclean_textblocks\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"niceandclean_textblocks/slide1.jpg\";}}s:20:\"niceandclean_callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"niceandclean_callout/slide1.jpg\";}}s:19:\"niceandclean_footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"niceandclean_footer/slide1.jpg\";}}s:3:\"80s\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:14:\"80s/slide1.jpg\";}}s:10:\"blurslider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"blurslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"blurslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"blurslider/slide3.jpg\";}}s:15:\"ComingSoonAddon\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"ComingSoonAddon/slide1.jpg\";}}s:9:\"snowaddon\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"snowaddon/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:20:\"snowaddon/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:20:\"snowaddon/slide3.jpg\";}}s:19:\"particle-effect-one\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"particle-effect-one/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"particle-effect-one/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"particle-effect-one/slide3.jpg\";}}s:19:\"particle-effect-two\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"particle-effect-two/slide1.jpg\";}}s:21:\"particle-effect-three\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"particle-effect-three/slide1.jpg\";}}s:15:\"portfolioviewer\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"portfolioviewer/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"portfolioviewer/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"portfolioviewer/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"portfolioviewer/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"portfolioviewer/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:26:\"portfolioviewer/slide6.jpg\";}}s:11:\"appshowcase\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"appshowcase/slide1.jpg\";}}s:13:\"gravitydesign\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"gravitydesign/slide1.jpg\";}}s:12:\"404errorpage\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"404errorpage/slide1.jpg\";}}s:15:\"carouselgallery\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"carouselgallery/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"carouselgallery/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"carouselgallery/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"carouselgallery/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"carouselgallery/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:26:\"carouselgallery/slide6.jpg\";}}s:9:\"filmstrip\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"filmstrip/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:20:\"filmstrip/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:20:\"filmstrip/slide3.jpg\";}}s:10:\"spaceopera\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"spaceopera/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"spaceopera/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"spaceopera/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:21:\"spaceopera/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:21:\"spaceopera/slide5.jpg\";}}s:12:\"websiteintro\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"websiteintro/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"websiteintro/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"websiteintro/slide3.jpg\";}}s:12:\"maskshowcase\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"maskshowcase/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"maskshowcase/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"maskshowcase/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"maskshowcase/slide4.jpg\";}}s:18:\"parallaxzoomslices\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"parallaxzoomslices/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"parallaxzoomslices/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"parallaxzoomslices/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"parallaxzoomslices/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:29:\"parallaxzoomslices/slide5.jpg\";}}s:20:\"doubleexposureeffect\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"doubleexposureeffect/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"doubleexposureeffect/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:31:\"doubleexposureeffect/slide3.jpg\";}}s:22:\"mountainparallaxheader\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"mountainparallaxheader/slide1.jpg\";}}s:12:\"goodnewsmenu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"goodnewsmenu/slide1.jpg\";}}s:14:\"goodnewsheader\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"goodnewsheader/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"goodnewsheader/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"goodnewsheader/slide3.jpg\";}}s:16:\"goodnewswhatshot\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"goodnewswhatshot/slide1.jpg\";}}s:16:\"goodnewsfeatured\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"goodnewsfeatured/slide1.jpg\";}}s:17:\"goodnewsspotlight\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"goodnewsspotlight/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"goodnewsspotlight/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"goodnewsspotlight/slide3.jpg\";}}s:16:\"goodnewscarousel\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"goodnewscarousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"goodnewscarousel/slide2.jpg\";}}s:15:\"goodnewscallout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"goodnewscallout/slide1.jpg\";}}s:14:\"goodnewsfooter\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"goodnewsfooter/slide1.jpg\";}}s:16:\"goodnewsmenuback\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"goodnewsmenuback/slide1.jpg\";}}s:18:\"goodnewsblogheader\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"goodnewsblogheader/slide1.jpg\";}}s:19:\"goodnewsblogcontent\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"goodnewsblogcontent/slide1.jpg\";}}s:20:\"goodnewstestimonials\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"goodnewstestimonials/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"goodnewstestimonials/slide2.jpg\";}}s:18:\"goodnewsblogfooter\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"goodnewsblogfooter/slide1.jpg\";}}s:17:\"beforeafterslider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"beforeafterslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"beforeafterslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"beforeafterslider/slide3.jpg\";}}s:15:\"productshowcase\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"productshowcase/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"productshowcase/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"productshowcase/slide3.jpg\";}}s:22:\"overexposuretransition\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"overexposuretransition/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"overexposuretransition/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"overexposuretransition/slide3.jpg\";}}s:14:\"parallaxscroll\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"parallaxscroll/slide1.jpg\";}}s:11:\"techco-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"techco-menu/slide1.jpg\";}}s:13:\"techco-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"techco-header/slide1.jpg\";}}s:12:\"techco-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"techco-about/slide1.jpg\";}}s:15:\"techco-services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"techco-services/slide1.jpg\";}}s:12:\"techco-video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"techco-video/slide1.jpg\";}}s:13:\"techco-prices\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"techco-prices/slide1.jpg\";}}s:19:\"techco-testimonials\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"techco-testimonials/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"techco-testimonials/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"techco-testimonials/slide3.jpg\";}}s:13:\"techco-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"techco-footer/slide1.jpg\";}}s:7:\"weather\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"weather/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"weather/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"weather/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:18:\"weather/slide4.jpg\";}}s:11:\"360panorama\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"360panorama/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"360panorama/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"360panorama/slide3.jpg\";}}s:14:\"duotone-add-on\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"duotone-add-on/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"duotone-add-on/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"duotone-add-on/slide3.jpg\";}}s:13:\"reveal-add-on\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"reveal-add-on/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"reveal-add-on/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"reveal-add-on/slide3.jpg\";}}s:16:\"band-tour-poster\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:40:\"smartcontent/band-tour-poster/slide1.png\";}}s:14:\"brewery-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"smartcontent/brewery-slider/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:38:\"smartcontent/brewery-slider/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:38:\"smartcontent/brewery-slider/slide3.png\";}}s:9:\"burgerbar\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"smartcontent/burgerbar/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"smartcontent/burgerbar/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"smartcontent/burgerbar/slide3.png\";}}s:19:\"burger-bar-portrait\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:43:\"smartcontent/burger-bar-portrait/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:43:\"smartcontent/burger-bar-portrait/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:43:\"smartcontent/burger-bar-portrait/slide3.png\";}}s:8:\"car-rent\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"smartcontent/car-rent/slide1.png\";}}s:6:\"coffee\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"smartcontent/coffee/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"smartcontent/coffee/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"smartcontent/coffee/slide3.png\";}}s:14:\"holiday-advert\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"smartcontent/holiday-advert/slide1.png\";}}s:18:\"iphone-cases-light\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:42:\"smartcontent/iphone-cases-light/slide1.png\";}}s:7:\"medical\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"smartcontent/medical/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"smartcontent/medical/slide2.png\";}}s:13:\"mexican-grill\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:37:\"smartcontent/mexican-grill/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:37:\"smartcontent/mexican-grill/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:37:\"smartcontent/mexican-grill/slide3.png\";}}s:20:\"mobile-retail-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:44:\"smartcontent/mobile-retail-slider/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:44:\"smartcontent/mobile-retail-slider/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:44:\"smartcontent/mobile-retail-slider/slide3.png\";}}s:14:\"money-exchange\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"smartcontent/money-exchange/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:38:\"smartcontent/money-exchange/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:38:\"smartcontent/money-exchange/slide3.png\";}}s:28:\"restaurant-menu-first-screen\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:52:\"smartcontent/restaurant-menu-first-screen/slide1.png\";}}s:29:\"restaurant-menu-second-screen\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:53:\"smartcontent/restaurant-menu-second-screen/slide1.png\";}}s:28:\"restaurant-menu-third-screen\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:52:\"smartcontent/restaurant-menu-third-screen/slide1.png\";}}s:11:\"shoes-store\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"smartcontent/shoes-store/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:35:\"smartcontent/shoes-store/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:35:\"smartcontent/shoes-store/slide3.png\";}}s:20:\"supermarket-products\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:44:\"smartcontent/supermarket-products/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:44:\"smartcontent/supermarket-products/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:44:\"smartcontent/supermarket-products/slide3.png\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:44:\"smartcontent/supermarket-products/slide4.png\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:44:\"smartcontent/supermarket-products/slide5.png\";}}s:16:\"travel-insurance\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:40:\"smartcontent/travel-insurance/slide1.png\";}}s:12:\"cryptoslider\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"cryptoslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"cryptoslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"cryptoslider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"cryptoslider/slide4.jpg\";}}s:16:\"immersion_header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"immersion_header/slide1.jpg\";}}s:19:\"immersion-mountains\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"immersion-mountains/slide1.jpg\";}}s:17:\"immersion-product\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"immersion-product/slide1.jpg\";}}s:16:\"immersion-design\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"immersion-design/slide1.jpg\";}}s:21:\"immersion-photography\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"immersion-photography/slide1.jpg\";}}s:14:\"immersion-grid\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"immersion-grid/slide1.jpg\";}}s:11:\"funkyslider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"funkyslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"funkyslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"funkyslider/slide3.jpg\";}}s:14:\"clearview_menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"clearview_menu/slide1.jpg\";}}s:16:\"clearview_header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"clearview_header/slide1.jpg\";}}s:17:\"clearview_mission\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"clearview_mission/slide1.jpg\";}}s:17:\"clear-view-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"clear-view-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"clear-view-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"clear-view-slider/slide3.jpg\";}}s:15:\"clear-view-news\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"clear-view-news/slide1.jpg\";}}s:18:\"clear-view-clients\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"clear-view-clients/slide1.jpg\";}}s:18:\"clear-view-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"clear-view-contact/slide1.jpg\";}}s:22:\"clear-view-single-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"clear-view-single-menu/slide1.jpg\";}}s:24:\"clear-view-single-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"clear-view-single-header/slide1.jpg\";}}s:23:\"clear-view-single-media\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"clear-view-single-media/slide1.jpg\";}}s:22:\"clear-view-single-more\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"clear-view-single-more/slide1.jpg\";}}s:25:\"clear-view-single-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"clear-view-single-contact/slide1.jpg\";}}s:16:\"cleanlandingpage\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"cleanlandingpage2/slide1.jpg\";}}}}','yes'),(5165,'_site_transient_timeout_browser_93c424ae4d0e7469a4221c7407b7931e','1462580530','yes'),(5166,'_site_transient_browser_93c424ae4d0e7469a4221c7407b7931e','a:9:{s:8:\"platform\";s:9:\"Macintosh\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"48.0.2564.116\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(5170,'_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9','1462018938','no'),(5171,'_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:55:\"WPTavern: WordPress is Now 100% Translated Into Marathi\";s:7:\"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:28:\"http://wptavern.com/?p=54325\";s:7:\"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:64:\"http://wptavern.com/wordpress-is-now-100-translated-into-marathi\";s: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:2089:\"<p>The Polyglots team announced this week that <a href=\"https://mr.wordpress.org/\" target=\"_blank\">WordPress is now 100% translated into Marathi</a>, an Indian language with an estimated 73 million native speakers. Marathi is one of the official languages of Western India and is the <a href=\"https://en.wikipedia.org/wiki/List_of_languages_by_number_of_native_speakers\" target=\"_blank\">19th most spoken language in the world</a> ranked by the number of native speakers.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/04/wp-in-marathi.png\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/04/wp-in-marathi.png?resize=1025%2C252\" alt=\"wp-in-marathi\" class=\"aligncenter size-full wp-image-54327\" /></a></p>\n<p>Less than a week ago, the Marathi translation was at just 10%, but the new translation teams rallied during the <a href=\"http://wptavern.com/global-wordpress-translation-day-draws-448-participants-from-105-countries\" target=\"_blank\">Global WordPress Translation Day</a> event to complete it in a matter of days. According to organizer Petya Raykovska, “India was the big surprise with four of the big Indian languages getting new contributors, forming teams, and connecting across India with one another to collaborate live.”</p>\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">Last year Hindi was far from 100%. Today 8 events in India translate to bo_IN, hi_IN, mr, gu, ml <a href=\"https://twitter.com/hashtag/WPTranslationday?src=hash\">#WPTranslationday</a> <a href=\"https://t.co/Lq5DoJrf0Q\">pic.twitter.com/Lq5DoJrf0Q</a></p>\n<p>— Petya Raykovska (@petyeah) <a href=\"https://twitter.com/petyeah/status/724103477002166272\">April 24, 2016</a></p></blockquote>\n<p></p>\n<p>Thanks to the eight local translation team events in India, Marathi received a strong enough push to get all WordPress strings translated at 100% just a few days after the event concluded. Hindi is also now at 100% and the other Indian languages are off to a good start with the newly-formed translation teams.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 29 Apr 2016 21:48:12 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"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:74:\"WPTavern: Create Beer Menus with the Easy Beer Lister Plugin for 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:28:\"http://wptavern.com/?p=54030\";s:7:\"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:\"http://wptavern.com/create-beer-menus-with-the-easy-beer-lister-plugin-for-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:5072:\"<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/05/beer.jpg\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/05/beer.jpg?resize=869%2C415\" alt=\"beer\" class=\"aligncenter size-full wp-image-43810\" /></a></p>\n<p>The explosion of the craft beer scene in recent years means that more breweries and beer bars are <a href=\"http://wptavern.com/30-beautiful-brewery-websites-built-with-wordpress\" target=\"_blank\">building their websites on WordPress</a>. What are you looking for when you visit one of these websites? Why, the beer of course! Unfortunately, with the demands of brewing and serving customers, owners of these establishments don’t always have time to update their available beers.</p>\n<p>The <a href=\"https://wordpress.org/plugins/easy-beer-lister/\" target=\"_blank\">Easy Beer Lister</a> plugin was created to help breweries keep their information up-to-date. It offers an easy way for users to organize beer on on their websites with the additional benefit of being able to create beer menus with the same information. The menus are mobile friendly and can be printed or displayed on a TV screen.</p>\n<p>Alex Standiford initially started on this project out of a desire to improve his WordPress plugin development skills, but it quickly grew from there once he learned how difficult it is for brewers to keep their beer information up-to-date across all of their mediums.</p>\n<p>“Many breweries copy/paste their beer menu to their website, or simply don’t update their website at all,” Standiford said. “I even heard of a brewer who was staying up late every Friday to update his powerpoint presentation for his beer menu!</p>\n<p>“Once I realized how much time this was taking from the busy brewery owner, I knew that I needed to do something better than what others have done. I needed to provide them with a single place to update their beer information, where they could efficiently display it to customers in many different ways.”</p>\n<p>Easy Beer Lister adds a Beer Post Type to your WordPress site with special fields for ABV, OG, IBU, Untappd URL, video, and an image gallery.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/04/beer-post-type-easy-beer-lister.png\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/04/beer-post-type-easy-beer-lister.png?resize=793%2C476\" alt=\"beer-post-type-easy-beer-lister\" class=\"aligncenter size-full wp-image-54312\" /></a></p>\n<p>Beer styles can be added as categories and beer pairings as tags. Availability can also be specified via a custom taxonomy using terms such as On-Tap, Spring, Summer, Year-Round, etc. Beers take on the design of the active theme, but you can further customize the post type to improve its display. The plugin comes with a few basic templates, but Standiford is also creating more that can be added on.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/04/beer-page.png\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/04/beer-page.png?resize=1025%2C826\" alt=\"beer-page\" class=\"aligncenter size-full wp-image-54314\" /></a></p>\n<p>Once beers are organized and added to WordPress, users can create custom beer menus to display available beers. Sorting methods, such as availability, food pairings, and what’s on tap, can be bulk-edited in the admin.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/04/beer-menu.png\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/04/beer-menu.png?resize=1025%2C577\" alt=\"beer-menu\" class=\"aligncenter size-full wp-image-54317\" /></a></p>\n<p>Easy Beer Lister also includes shortcodes for displaying a specific beer or a list of beers:</p>\n<ul>\n<li><strong>[beer]</strong> – Create a URL to a specified beer. The link also shows a preview of the beer when you hover over it with your mouse.</li>\n<li><strong>[beer_list]</strong> – Create a list of beers based on specified parameters, such as style or pairings.</li>\n</ul>\n<p>Standiford plans to open a marketplace for GPL add-ons that extend Easy Beer Lister. <a href=\"http://www.easybeerlister.com/downloads/untappd-importer/\" target=\"_blank\">Untappd Importer</a> is his first add-on, which makes it easy for breweries to get started without having to manually enter all of their beers.</p>\n<p>“With this add-on, I was able to import all 600+ beers from Dogfish Head Brewing’s Untappd page in about three minutes, including the ABV and IBU information,” Standiford said. He is working on other add-ons such as a beer image generator, an Instagram photo import function, and a bartender suite that allows bartenders to access a page to add/remove beers from the tap menu/website quickly.</p>\n<p>“The plugin is more than a tool to help brewers manage their beer on their website,” Standiford said. “I aim to use it to dramatically reduce the amount of time a brewer spends updating beer information on all facets of their business.”</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 29 Apr 2016 18: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: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: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:84:\"WPTavern: WordCamp Organizers Get New Tool for Creating Personalized WordCamp Badges\";s:7:\"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:28:\"http://wptavern.com/?p=54270\";s:7:\"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:94:\"http://wptavern.com/wordcamp-organizers-get-new-tool-for-creating-personalized-wordcamp-badges\";s: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:3947:\"<p>Creating personalized WordCamp badges for attendees has traditionally been a time-consuming task for event organizers. Last year the community held 89 WordCamps with 21,000 attendees, and each person received a name badge customized for the event they participated in. That’s a massive number of badges to prepare for printing.</p>\n<p>In the past, WordCamp organizers <a href=\"https://make.wordpress.org/community/handbook/wordcamp-organizer-handbook/first-steps/helpful-documents-and-templates/create-wordcamp-badges-with-gravatars/personalized-badges-with-indesign/\" target=\"_blank\">used an InDesign template for making the badges</a>, but this required a tedious process of creating a CSV file of attendees, running a custom script, and completing a list of complicated steps. George Stephanis, who had experience using the InDesign template, wanted to simplify this process for organizers and help them move away from having to use a proprietary, commercial software product.</p>\n<p>He <a href=\"https://make.wordpress.org/community/2016/02/12/name-badges-are-hard-to-make-and-confusing-for-organizers/\" target=\"_blank\">built a proof-of-concept plugin</a> that allows organizers to create badges with HTML and CSS inside the WordPress admin. After several iterations and contributions from the community team, Ian Dunn <a href=\"https://make.wordpress.org/community/2016/04/26/new-tool-for-creating-personalized-wordcamp-badges/\" target=\"_blank\">announced</a> that the tool is now ready for use.</p>\n<p>WordCamp organizers can access the tool under Tickets > Tools > Generate Badges or by navigating through the Customizer to the CampTix HTML Badges panel. The default badge design is shown below with the back of the badge (upside-down) and the front beneath it with a marker for poking the lanyard holes. User names and gravatars are automatically displayed.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/04/wordcamp-badges-with-html-css.png\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/04/wordcamp-badges-with-html-css.png?resize=900%2C783\" alt=\"wordcamp-badges-with-html-css\" class=\"aligncenter size-full wp-image-54285\" /></a></p>\n<p>Stephanis included the CodeMirror bundled with Jetpack’s Custom CSS module to make it easier for organizers to customize the badge design to suit the theme of the WordCamp. The plugin also makes it fairly easy to customize any aspect of the badge using CSS.</p>\n<p>“The underlying markup has plenty of CSS classes to help with customization,” Dunn said. “For example, you could make volunteer badges have a different background color (so that volunteers are easier to find), or make attendees’ last names appear in a smaller font than their first names. There are also plenty of empty < div > elements that you can re-purpose for arbitrary design features.”</p>\n<p>Once the design is finished, organizers can export as a PDF and take it to a print shop. Documentation for customizing the badges is <a href=\"https://make.wordpress.org/community/handbook/wordcamp-organizer-handbook/first-steps/helpful-documents-and-templates/create-wordcamp-badges-with-gravatars/personalized-badges-with-html-css/\" target=\"_blank\">available in the WordCamp Organizer handbook</a>.</p>\n<p>Organizers are still welcome to use the InDesign tool to create badges, but the new plugin for the customizer is a much easier entry point for those who aren’t familiar with InDesign. If you can help improve the tool, the code is open source on the <a href=\"https://meta.svn.wordpress.org/sites/trunk/wordcamp.org/public_html/wp-content/plugins/camptix-badge-generator\" target=\"_blank\">Meta repository</a> and <a href=\"https://make.wordpress.org/community/handbook/wordcamp-organizer-handbook/first-steps/web-presence/contributing-to-wordcamp-org/\" target=\"_blank\">available for anyone to patch</a>.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 28 Apr 2016 23:15:39 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s: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:72:\"WPTavern: WordCamp Tokyo 2016 Calls for Speakers, Adds New English Track\";s:7:\"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:28:\"http://wptavern.com/?p=54145\";s:7:\"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:\"http://wptavern.com/wordcamp-tokyo-2016-calls-for-speakers-adds-new-english-track\";s: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:2318:\"<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/04/wordcamp-tokyo.png\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/04/wordcamp-tokyo.png?resize=1025%2C506\" alt=\"wordcamp-tokyo\" class=\"aligncenter size-full wp-image-54265\" /></a><br />\n<a href=\"https://2016.tokyo.wordcamp.org/\" target=\"_blank\">WordCamp Tokyo 2016</a> will be held September 17-18 at the <a href=\"http://www.bellesalle.co.jp/room/bs_shinjukugrand/\" target=\"_blank\">Bellesalle Shinjuku Grand</a>. This will be the 9th edition of the event, which sold out last year with 750 attendees.</p>\n<p>Yesterday the WordCamp’s organizers put out a <a href=\"https://2016.tokyo.wordcamp.org/04/27/call-for-speakers-en/\" target=\"_blank\">call for both for English and Japanese speakers</a>. Last year the event hosted a selection of <a href=\"https://2015.tokyo.wordcamp.org/session/6-3/\" target=\"_blank\">English sessions</a>, but the 2016 edition will add a dedicated track for English speakers with simultaneous interpretation.</p>\n<p>The WordCamp will be broken into three tracks: User, Technical, and Global. Descriptions and example topics for each are available in the <a href=\"https://2016.tokyo.wordcamp.org/04/27/call-for-speakers-en/\" target=\"_blank\">post</a> calling for speakers. All English language presentations will be placed under the Global track but speakers are welcome to submit any topic.</p>\n<p>The theme of WordCamp Tokyo 2016 is “breaking dawn.” With the advent of the WP REST API and the recent surge in WordPress-powered application development, the WordPress community is entering a new era. Organizers have selected a motto as part of the theme:</p>\n<p>“<em>Let’s try something new</em>,” said organizer Toru Miki. “That is the message we want to get across to the WordCamp Tokyo 2016 attendees. Our goal is to offer sessions that can motivate and stimulate them, just like the beam of sunlight in the dawn.”</p>\n<p>If you want to attend one of the biggest WordCamps on the planet and you have a topic that you think can inspire attendees, the speaker application deadline is Friday, June 10. Presentations can be 15 minutes, 30 minutes, or 75 minutes. Applicants will be notified of their acceptance status by mid-July.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 28 Apr 2016 20:38:40 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:67:\"WPTavern: WPWeekly Episode 232 – Recap of WordCamp San Diego 2016\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"http://wptavern.com?p=54156&preview_id=54156\";s:7:\"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:73:\"http://wptavern.com/wpweekly-episode-232-recap-of-wordcamp-san-diego-2016\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2847:\"<p>In this episode of WordPress Weekly, <a href=\"http://marcuscouch.com/\">Marcus Couch</a> and I discuss the news of the week as our guest couldn’t make it.</p>\n<p>Marcus shares his experience at WordCamp San Diego this past weekend and offers feedback to the organizing team. We let you know what’s in the recently released WordPress update and discuss what happens to the data WordPress.org collects from users sites. As usual, Marcus ends the show with his plugin picks of the week.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"http://wptavern.com/wordpress-4-5-1-fixes-12-bugs\">WordPress 4.5.1 Fixes 12 Bugs</a><br />\n<a href=\"http://wptavern.com/global-wordpress-translation-day-draws-448-participants-from-105-countries\">Global WordPress Translation Day Draws 448 Participants from 105 Countries</a><br />\n<a href=\"http://wptavern.com/wordpress-for-ios-adds-geotag-support-comment-moderation-gestures\">WordPress for iOS Adds Geotag Support, Comment Moderation Gestures</a><br />\n<a href=\"http://wptavern.com/wordpress-4-6-to-update-theme-filter-tags-in-the-admin\">WordPress 4.6 to Update Theme Filter Tags in the Admin</a><br />\n<a href=\"http://wptavern.com/what-wordpress-org-does-with-the-data-it-collects-from-users-sites\">What WordPress.org Does with the Data it Collects from Users Sites</a></p>\n<h2>Plugins Picked By Marcus:</h2>\n<p><a href=\"https://wordpress.org/plugins/video-gallery-awesome-responsive-youtube-vimeo-gallery/\">Video Gallery – YouTube and Vimeo Video Gallery </a>is a responsive plugin that allows you to show YouTube and Vimeo videos in various formats.</p>\n<p><a href=\"https://wordpress.org/plugins/on-sale-page-for-woocommerce/\">OnSale Page for WooCommerce </a>is an extension for WooCommerce that enables you to have a On Sale page with paging, sorting, and filtering options.</p>\n<p><a href=\"https://wordpress.org/plugins/embed-google-adwords-codes-on-woocommerce/\">Embed Google AdWords Codes on WooCommerce </a>enables users to implement Google AdWords conversion tracking to determine how effective ads are. It provides information such as the number of clicks that are generating sales.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, May 4th 9:30 P.M. Eastern</p>\n<p><strong>Subscribe To WPWeekly Via Itunes: </strong><a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via RSS: </strong><a href=\"http://www.wptavern.com/feed/podcast\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via Stitcher Radio: </strong><a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Listen To Episode #232:</strong><br />\n</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 28 Apr 2016 06:24: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:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:65:\"WPTavern: Array Cuts Theme Club Pricing, Releases Free Theme Pack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54083\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"http://wptavern.com/array-cuts-theme-club-pricing-releases-free-theme-pack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4007:\"<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/04/array-logo.png\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/04/array-logo.png?resize=956%2C440\" alt=\"array-logo\" class=\"aligncenter size-full wp-image-54154\" /></a></p>\n<p>Array <a href=\"https://arraythemes.com/welcome-to-array-3-0/\" target=\"_blank\">launched a redesign</a> of its theme shop this week along with drastic price cuts for single theme and club purchases. After conducting a <a href=\"https://arraythemes.com/complete-a-brief-survey-for-50-off/\" target=\"_blank\">customer survey</a> earlier this year, the company moved to act on feedback regarding its pricing structure.</p>\n<p>Previously, Array offered single theme purchases ranging in price from $49 to $89 and the entire collection for $199. The new pricing is more straightforward with all single themes at $49 and club membership for $89.</p>\n<p>The company, which began under the name Okay Themes and rebranded two years ago, announced last April that it would be <a href=\"http://wptavern.com/array-returns-to-themeforest-after-disappointing-experiences-selling-on-creative-market-and-wordpress-com\" target=\"_blank\">returning to Themeforest</a> after disappointing experiences selling on Creative Market and WordPress.com. Array currently has five items in its <a href=\"http://themeforest.net/user/arraythemes/portfolio\" target=\"_blank\">portfolio on Themeforest</a> ranging in price from $44-64. The company negotiated an agreement with the marketplace that gives them a better rate than other non-exclusive authors typically receive.</p>\n<p>“Although I can’t go into this in too much detail, we are actually not operating at the typical non-exclusive author rates, as most would rightfully assume,” founder Mike McAlister said in a <a href=\"http://wptavern.com/array-returns-to-themeforest-after-disappointing-experiences-selling-on-creative-market-and-wordpress-com#comment-66896\" target=\"_blank\">comment</a> on our post about the news. “We’ve worked out a mutually beneficial agreement with Envato that gives us a little more room for experimentation and bandwidth for providing quality support.”</p>\n<p>With equal or more affordable pricing at Themeforest, customers had little incentive to buy directly from the Array website with the previous pricing structure in place. The new $89 club membership is now more compelling for those who are interested in purchasing multiple themes directly from Array.</p>\n<p>In addition to the the redesign and new pricing, Array released a free theme pack to help potential customers get acquainted with their products before purchasing. The pack includes five of their most popular themes, some of which were not previously offered for free, including Author, Editor, Fixed, Typable and Transmit. Editor is also available on WordPress.org and WordPress.com.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/04/free-theme-pack.jpg\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/04/free-theme-pack.jpg?resize=1025%2C772\" alt=\"free-theme-pack\" class=\"aligncenter size-full wp-image-54143\" /></a></p>\n<p>Array’s journey over the past two years, which includes pulling out of Themeforest, rebranding, and then jumping back into the marketplace with a more beneficial arrangement, necessitated an update in its pricing structure in order to remain competitive. Customers gravitate towards straightforward pricing that they can understand, especially when products are sold across multiple marketplaces.</p>\n<p>The theme shop’s experimentation with selling on Themeforest, WordPress.com, Creative Market, Mojo Marketplace, and Array’s own website shows how much it has had to adapt to reach potential customers. Commercial WordPress themes are a multi-million dollar industry, but there’s no single avenue paved to success even when partnering with one of the dominant marketplaces.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 28 Apr 2016 05:32:29 +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:18:\"Matt: You Yourself\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=46523\";s:7:\"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:35:\"https://ma.tt/2016/04/you-yourself/\";s: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:419:\"<blockquote><p>You yourself, as much as anybody in the entire universe, deserve your love and affection.</p></blockquote>\n<p>This quote is almost always attributed to Buddha. <a href=\"http://fakebuddhaquotes.com/you-yourself-as-much-as-anybody-in-the-entire-universe-deserve-your-love-and-affection/\">Luckily there’s a great WordPress site called Fake Buddha Quotes that tracks down its actual provenance</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, 27 Apr 2016 21:55:24 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:35:\"Matt: Secret History of Tiger Woods\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=46519\";s:7:\"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://ma.tt/2016/04/secret-history-of-tiger-woods/\";s: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:283:\"<p>ESPN has a fascinating longread on <a href=\"http://espn.go.com/espn/feature/story/_/id/15278522/how-tiger-woods-life-unraveled-years-father-earl-woods-death\">The Secret History of Tiger Woods, especially in the context of his relationship with and the death of his father</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, 27 Apr 2016 03:33:40 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:63:\"WPTavern: A 42-Year-Old Developer’s Advice on Working in Tech\";s:7:\"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:28:\"http://wptavern.com/?p=54077\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"http://wptavern.com/a-42-year-old-developers-advice-on-working-in-tech\";s: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:5455:\"<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/04/glasses-computer.jpg\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/04/glasses-computer.jpg?resize=960%2C557\" alt=\"photo credit: Aliis Sinisalu\" class=\"size-full wp-image-54120\" /></a>photo credit: <a href=\"https://stocksnap.io/photo/2SLJBDK4T0\">Aliis Sinisalu</a>\n<p><a href=\"https://twitter.com/akosma\" target=\"_blank\">Adrian Kosmaczewski</a>, a 42-year-old, self-taught developer, published an article today titled <a href=\"https://medium.com/@akosma/being-a-developer-after-40-3c5dd112210c#.5nju9pdg8\" target=\"_blank\">Being A Developer After 40</a>. The piece is full of sage advice that is resonating with developers of all ages. His post is a summary of a talk he gave at the <a href=\"https://www.appbuilders.ch/\" target=\"_blank\">App Builders Switzerland</a> conference in April with the accompanying slides <a href=\"https://speakerdeck.com/akosma/being-a-developer-after-40\" target=\"_blank\">available on Speaker Deck</a>.</p>\n<p>Kosmaczewski gives readers a glimpse into what the world of technology was like in 1997, the year he began his career as a developer before the days of unit tests and continuous integration, before SVN even existed.</p>\n<blockquote><p>My first job consisted of writing ASP pages in various editors, ranging from Microsoft FrontPage, to HotMeTaL Pro to EditPlus, managing cross-browser compatibility between Netscape Navigator and Internet Explorer 4, and writing stored procedures in SQL Server 6.5 powering a commercial website published in Japanese, Russian, English and Spanish — without any consistent UTF-8 support across the software stack.</p></blockquote>\n<p>If you worked as a developer in those days you may fondly remember working with some of these technologies. Since then, countless new ones have been introduced but the requirement to keep learning remains unchanged. Kosmaczewski offers advice on navigating the hype surrounding the newest programming languages.</p>\n<blockquote><p>Do not worry about hype. Keep doing your thing, keep learning what you were learning, and move on. Pay attention to it only if you have a genuine interest, or if you feel that it could bring you some benefit in the medium or long run.</p></blockquote>\n<p>It’s easy to get overwhelmed with all the new languages and frameworks that people say you need to learn in order to stay relevant, but Kosmaczewski encourages readers to follow their own interests and learn about software history. Otherwise, you’ll be forever chasing new architectures and ideas but never learning them in depth or gaining more than a shallow understanding of their implementation.</p>\n<p>In an industry where professionals are valued by their abilities in specific languages, many programmers allow their identity to be wrapped up in the tools they use. Kosmaczewski encourages readers to be ready to change course:</p>\n<blockquote><p>Do not criticize or make fun of the technology choices of your peers; for other people will have their own reasons to choose them, and they must be respected. Be prepared to change your mind at any time through learning. One day you might like Windows. One day you might like Android. I am actually liking some parts of Android lately. And that is OK.</p></blockquote>\n<p>His perspective comes from nearly 20 years of working as a developer. The lesson I saw in this section of his essay is that the technologies you work with are part of your journey, and you’ll cycle through many of them. However, be careful not to allow them to become your whole identity, because you are still learning.</p>\n<h3>The Value of Teaching</h3>\n<p>One of the most inspiring parts of his post is the section on teaching. We often hear the saying, “Those who can, do; those who can’t, teach,” thrown around smugly, but this devalues educators. Teaching is somewhat of a lost art in an industry where many professionals are self-taught. Yet, Kosmaczewski says there are some things you cannot learn without having taught someone else:</p>\n<blockquote><p>Teaching will make you more humble, because it will painfully show you how limited your knowledge is. Teaching is the best way to learn. Only by testing your knowledge against others are you going to learn properly. This will also make you more respectful regarding other developers and other technologies; every language, no matter how humble or arcane, has its place within the Tao of Programming, and only through teaching will you be able to feel it.</p></blockquote>\n<p>Kosmaczewski also shares some moving stories of how his teaching and mentoring have made a difference in the world, especially for those who are just beginning.</p>\n<p>If you have a few minutes, I highly recommend reading “<a href=\"https://medium.com/@akosma/being-a-developer-after-40-3c5dd112210c#.5nju9pdg8\" target=\"_blank\">Being A Developer After 40</a>.” This article is a window into one developer’s journey but his advice and habit recommendations are relevant to everyone from experienced programmers to those just starting out. Kosmaczewski explores some of the darker aspects of the industry but also the beauty of sticking with it. His closing statement sums it up nicely:</p>\n<blockquote><p>As long as your heart tells you to keep on coding and building new things, you will be young, forever.</p></blockquote>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 26 Apr 2016 21:41: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: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:39:\"WPTavern: WordPress 4.5.1 Fixes 12 Bugs\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54104\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"http://wptavern.com/wordpress-4-5-1-fixes-12-bugs\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1121:\"<p>WordPress 4.5.1 <a href=\"https://wordpress.org/wordpress-4.5.1.zip\">is available</a> and <a href=\"https://wordpress.org/news/2016/04/wordpress-4-5-1-maintenance-release/\">addresses a dozen items</a> reported against WordPress 4.5. According to Adam Silverstein, “a singular class issue that broke sites based on the Twenty Eleven theme, an incompatibility between certain Chrome versions and the visual editor, and an Imagick bug that could break media uploads,” are among the bugs fixed. A detailed list of changes can be <a href=\"https://core.trac.wordpress.org/log/branches/4.5?rev=37295&stop_rev=37182\">viewed here</a>.</p>\n<p>WordPress 4.5.1 is already being pushed out to sites configured for auto updates. If you’d rather not wait or have auto updates disabled, you can browse to Dashboard – Updates and click the Update Now button. If you encounter an issue or believe you’ve discovered a bug, please post it in the <a href=\"https://wordpress.org/support/forum/how-to-and-troubleshooting\">troubleshooting section</a> of the support forums.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 26 Apr 2016 19:54:23 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:10;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"WPTavern: Global WordPress Translation Day Draws 448 Participants from 105 Countries\";s:7:\"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:28:\"http://wptavern.com/?p=54010\";s:7:\"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:94:\"http://wptavern.com/global-wordpress-translation-day-draws-448-participants-from-105-countries\";s: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:7593:\"<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/04/wordpress-global-translation-day.png\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/04/wordpress-global-translation-day.png?resize=1025%2C511\" alt=\"wordpress-global-translation-day\" class=\"aligncenter size-full wp-image-54040\" /></a></p>\n<p>The first <a href=\"https://wptranslationday.org/\" target=\"_blank\">Global WordPress Translation Day</a> was held over the weekend, organized by the Polyglots team. The event included 24 hours of live training sessions and translation sprints that spanned every timezone from East to West. The goal was to grow the translation teams and educate new translators with live training sessions.</p>\n<p>During the course of the event, 448 translators from 105 countries translated 40,350 new strings across 597 projects. This includes WordPress core and open source plugins and themes, such as Pods, Google Two-Factor Authentication, WooCommerce, bbPress, Yoast SEO, and hundreds of others.</p>\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\"><a href=\"https://twitter.com/hashtag/WPTranslationDay?src=hash\">#WPTranslationDay</a> in Japan – Our collective achievement today: of top 100, 20 plugins/62 plugins are now translated in Japanese.</p>\n<p>— Naoko Takano (@naokomc) <a href=\"https://twitter.com/naokomc/status/724180025033940992\">April 24, 2016</a></p></blockquote>\n<p></p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/04/japan-thailand-wptranslation-day.png\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/04/japan-thailand-wptranslation-day.png?resize=1025%2C766\" alt=\"Japan and Thailand live streaming each other\'s events - photo credit: Menn Studio\" class=\"size-full wp-image-54075\" /></a>Japan and Thailand live streaming each other’s events – photo credit: <a href=\"https://twitter.com/MennStudio/status/724151092771065857\">Menn Studio</a>\n<p>“We had 39 local events and 11 remote events happening across the globe,” organizer Petya Raykovska said. “India was the big surprise with four of the big Indian languages getting new contributors, forming teams and connecting across India with one another to collaborate live.”</p>\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">Last year Hindi was far from 100%. Today 8 events in India translate to bo_IN, hi_IN, mr, gu, ml <a href=\"https://twitter.com/hashtag/WPTranslationday?src=hash\">#WPTranslationday</a> <a href=\"https://t.co/Lq5DoJrf0Q\">pic.twitter.com/Lq5DoJrf0Q</a></p>\n<p>— Petya Raykovska (@petyeah) <a href=\"https://twitter.com/petyeah/status/724103477002166272\">April 24, 2016</a></p></blockquote>\n<p></p>\n<p>All of the sessions were live streamed and the team had 316 people who watched the broadcast at some point during the day. The event featured 12 training sessions in different languages to teach participants how to translate WordPress core, including Japanese, Hindi, Bulgarian, German, Slovak, French, Spanish, Portuguese, Swedish, Dutch, Lithuanian and Italian.</p>\n<p>The other sessions focused on topics for plugin and theme developers, such as:</p>\n<ul>\n<li>Plugin documentation and support for the whole world</li>\n<li>How to find translators for your plugins and themes</li>\n<li>Localization – Beyond Translation </li>\n<li>The life of a string – or how WordPress gets its translations</li>\n<li>Plugin/Theme i18n: How to prepare your plugin or theme for translate.wordpress.org</li>\n<li>GlotDict – how a browser extension changes your translation workflow</li>\n</ul>\n<p>All of the videos from the event are <a href=\"https://www.crowdcast.io/e/wptranslationday\" target=\"_blank\">available on Crowdcast.io</a> if you want to learn more about the WordPress Polyglots team and how everyone works together. One of the best outcomes of the day, according to Raykovska, is that translation teams now have video documentation for new contributors. They plan to upload the videos to WordPress.tv and include them in the Polyglots handbook.</p>\n<h3>Global WordPress Translation Day Offers a New Avenue for Contributing to Translations</h3>\n<p>“We do contributor days around WordCamps and then the community summit once a year,” Raykovska said. “The contributor summit hasn’t been super productive for Polyglots so far. Unlike most other teams, most contributors are 100% volunteers and can’t afford (or get a Visa) for a trip to the US.</p>\n<p>“So we wanted to organize a contributor day without these restrictions for participants,” she said. “And that’s how the idea was born.”</p>\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">Staring at the top of the pile of strings we translated during the Dutch <a href=\"https://twitter.com/hashtag/wptranslationday?src=hash\">#wptranslationday</a> meetup! <a href=\"https://twitter.com/hashtag/community?src=hash\">#community</a> <a href=\"https://t.co/hnC3OJsHTS\">pic.twitter.com/hnC3OJsHTS</a></p>\n<p>— Taco Verdo (@TacoVerdo) <a href=\"https://twitter.com/TacoVerdo/status/724499512639782912\">April 25, 2016</a></p></blockquote>\n<p></p>\n<p>The Polyglots team has not set a date for the next Global WordPress Translation event, but Raykovska said it will be easier for them to organize now that they have the processes figured out. One of the most positive outcomes of this past weekend’s event is that it has sparked translation teams to organize more local events, especially now that they are armed with video documentation and training tools for plugin and theme developers.</p>\n<p>“Some countries are planning monthly contributor translation drives and standalone contributor days,” Raykovska said.</p>\n<blockquote class=\"instagram-media\"><div>\n<div>\n<div></div>\n</div>\n<p> <a href=\"https://www.instagram.com/p/BElHSiBB_KU/\" target=\"_blank\">#WPTranslationDay WordBench 東京。たくさん翻訳できました!</a></p>\n<p>A photo posted by Naoko Takano (@naokomc) on Apr 24, 2016 at 3:37am PDT</p>\n</div>\n</blockquote>\n<p></p>\n<p>Raykovska said next time she would like to get more people on screen from the events happening in different locations around the world. She also hopes to organize some round tables where Polyglots team members can share about their local processes and team structures.</p>\n<p>“I think we need to make a solid effort to bridge the gap between plugin authors and translators,” Raykovska said. “The demand for translations is growing, especially for the most used languages. An event like this would be a good reason for the two groups to gather and talk about what’s not quite working right now and think of ways to overcome it.”</p>\n<p>As many polyglots will be in attendance at WordCamp Europe, the team is considering organizing a gathering there. This multilingual WordPress event will be <a href=\"http://wptavern.com/wordcamp-europe-2016-expands-attendee-capacity-to-2200-largest-wordcamp-to-date\" target=\"_blank\">the largest WordCamp in history with 2200 attendees</a>. WordPress’ rapidly growing international user base and the expanding Polyglots team could make the Global Translation Day event a catalyst for future improvements to the project.</p>\n<p>“If we can go one step further, it would be awesome to revive the conversation about multilingual in core,” Rakovska said. The success of this past weekend’s event shows the Polyglots’ enthusiasm and determination to collaborate across borders to get things done.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 26 Apr 2016 17:11:28 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:11;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"WPTavern: I’m Attending WordCamp Chicago, 2016, This Weekend\";s:7:\"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:28:\"http://wptavern.com/?p=54065\";s:7:\"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:\"http://wptavern.com/im-attending-wordcamp-chicago-2016-this-weekend\";s: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:1872:\"<p><a href=\"https://2016.chicago.wordcamp.org/\">WordCamp Chicago 2016</a> takes place this weekend and I’ll be among the many attendees. I haven’t visited the city <a href=\"http://wptavern.com/my-wordcamp-chicago-experience\">since 2009</a> and I’m excited to satisfy my craving for deep dish pizza at <a href=\"http://www.loumalnatis.com/\">Lou Malnati’s</a>.</p>\n<p>WordCamp Chicago 2009 is a special memory because it’s where I saw a demo of <a href=\"http://www.gravityforms.com/\">Gravity Forms</a> before it launched to the public. At the time Contact Form 7 was a household name and the go-to plugin for creating forms. I knew it was going to be successful when I saw its user interface and how it worked. Seven years later, the plugin is still going strong.</p>\n<p>The GPL license was also hot topic at the time. During Matt Mullenweg’s State of the Word presentation, he announced that the WordPress Theme directory would have a section dedicated to theme shops that were 100% GPL. I remember hearing the room gasp during his announcement.</p>\n<p><a href=\"https://www.flickr.com/photos/jeffc316/3611592503/in/album-72157619302065170/\"><img src=\"http://i2.wp.com/farm4.staticflickr.com/3659/3611592503_8deb33cc39_z.jpg?resize=640%2C480&ssl=1\" alt=\"100_2303\" /></a></p>\n<p>In 2009, the WordPress commercial theme market was young and the GPL was a license many theme companies didn’t embrace. Having your company <a href=\"https://wordpress.org/themes/commercial/\">listed on a page</a> that gets a ton of traffic motivated at least a couple of theme shops to embrace the GPL.</p>\n<p>I’m looking forward to meeting new people this weekend and creating new memories. If you happen to see me, please stop and say hi. I’d love to talk to you about your experiences with WordPress.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 26 Apr 2016 06:12:10 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:76:\"WPTavern: WordPress for iOS Adds Geotag Support, Comment Moderation Gestures\";s:7:\"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:28:\"http://wptavern.com/?p=54024\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"http://wptavern.com/wordpress-for-ios-adds-geotag-support-comment-moderation-gestures\";s: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:2967:\"<p>WordPress for iOS 6.1 is <a href=\"https://itunes.apple.com/us/app/wordpress/id335703880?mt=8&uo=6&at=&ct=\">available from the App Store</a> and includes a number of improvements. Those who use Jetpack can now manage Publicize connections from within the app.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/04/img_8539.png\"><img class=\"aligncenter size-large wp-image-54047\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/04/img_8539.png?resize=282%2C500\" alt=\"Publicize Connections\" /></a>Comments can quickly be moderated thanks to gestures added to the notifications screen. Swiping left on a notification displays options to approve, unapprove, spam, or trash a comment.</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/04/CommentModerationGestures.png\"><img class=\"size-large wp-image-54054\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/04/CommentModerationGestures.png?resize=281%2C500\" alt=\"Comment Moderation Gestures\" /></a>Comment Moderation Gestures\n<p>If you’ve connected multiple sites to the app, it can be cumbersome to navigate to the one you access most often. This version includes the ability to set up a primary site from within the Account Settings panel. During testing however, I noticed my version of the app doesn’t have this setting. I’m going through the support process to determine the cause.</p>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/04/img_8537.png\"><img class=\"size-large wp-image-54043\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/04/img_8537.png?resize=282%2C500\" alt=\"Configure a Primary Site\" /></a>My Account Settings Page\n<p>A new UI element at the bottom of the post creation screen allows users to geotag a post. Simply type in an address or location into the search field and a map displays with the location data. The location is stored in the WordPress backend but can be displayed on the frontend if a theme supports it.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/04/img_8538.png\"><img class=\"size-large wp-image-54044\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/04/img_8538.png?resize=282%2C500\" alt=\"Geotag Support\" /></a>Geotag Support\n<p>A full list <a href=\"https://github.com/wordpress-mobile/WordPress-iOS/issues?q=is%3Aclosed+is%3Aissue+milestone%3A6.1+label%3A%22[Type]+Enhancement%22\">of changes</a> and <a href=\"https://github.com/wordpress-mobile/WordPress-iOS/issues?q=is%3Aclosed+is%3Aissue+milestone%3A6.1+label%3A%22[Type]+Bug%22\">bug fixes</a> is available on GitHub where you can also follow the <a href=\"https://github.com/wordpress-mobile/WordPress-iOS/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A6.2+\">progress of 6.2</a>. If you have any issues or think you’ve discovered a bug, please report it on the <a href=\"https://ios.forums.wordpress.org/\">WordPress for iOS support forums</a>.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 26 Apr 2016 04:03:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:13;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"WPTavern: WordPress 4.6 to Update Theme Filter Tags in the Admin\";s:7:\"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:28:\"http://wptavern.com/?p=53952\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"http://wptavern.com/wordpress-4-6-to-update-theme-filter-tags-in-the-admin\";s: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:2093:\"<p>The admin themes browser has been updated and modernized in recent years to make it easier to search through the 3,800+ themes available on WordPress.org. One aspect of the interface that has lagged behind, however, is the list of tags for filtering themes. The tags have gone untouched since back in the day when users would search themes by color.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/04/theme-tags.png\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/04/theme-tags.png?resize=1025%2C726\" alt=\"theme-tags\" class=\"aligncenter size-full wp-image-54013\" /></a></p>\n<p>The WordPress Theme Review Team’s <a href=\"https://core.trac.wordpress.org/ticket/33407\" target=\"_blank\">proposal to overhaul the outdated tags/filters</a> is making it into WordPress 4.6. All of the color tags will be removed, which makes sense since many modern themes are customizable when it comes to accent colors. The update will also remove fixed, fluid, and responsive layouts and will add ‘Grid Layout’ to the list. In the list of miscellaneous features, Blavatar will be removed and Footer Widgets will be added.</p>\n<p>The Subject section will be completely revamped by removing the all the previous tags and replacing them with a new list of general theme categories:</p>\n<ul>\n<li>Blog</li>\n<li>E-Commerce</li>\n<li>Education</li>\n<li>Entertainment</li>\n<li>Food & Drink</li>\n<li>Holiday</li>\n<li>News</li>\n<li>Photography</li>\n<li>Portfolio</li>\n</ul>\n<p>The tags will also be updated on the WordPress Theme Directory <a href=\"https://meta.trac.wordpress.org/ticket/1187\" target=\"_blank\">in cooperation with the meta team</a>.</p>\n<p>The WordPress theme landscape has changed so much over the years, especially with the introduction of the customizer, and this update will make it easier for users to narrow down themes they want to use. WordPress.org theme authors will want to be ready to update their themes as soon as the new tags are available so that they can be more easily found via search.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 25 Apr 2016 18:51: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: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:25:\"Matt: 538 on Basic Income\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=46513\";s:7:\"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://ma.tt/2016/04/538-on-basic-income/\";s: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:746:\"<blockquote><p>The economic uncertainty surrounding basic income is huge, and the politics of bringing such a program about on a large scale are daunting. But something makes this radical proposal so exciting that people and governments are increasingly willing to try it. Basic income challenges our notions of the social safety net, the relationship between work and income, and how to adapt to technological change. That makes it one of the most audacious social policy experiments in modern history. It could fail disastrously, or it could change everything for the better.</p></blockquote>\n<p>From FiveThirtyEight, <a href=\"http://fivethirtyeight.com/features/universal-basic-income/\">What Would Happen If We Just Gave People Money?</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:\"Mon, 25 Apr 2016 15:12:59 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:46:\"WP Mobile Apps: WordPress for iOS: Version 6.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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://apps.wordpress.com/?p=3375\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"https://apps.wordpress.com/2016/04/25/wordpress-for-ios-version-6-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3668:\"<p>Hi there, WordPress users! <a href=\"https://itunes.apple.com/us/app/wordpress/id335703880?mt=8&uo=6&at=&ct=\">Version 6.1 of the WordPress for iOS app</a> is now available in the App Store.</p>\n<h1>What’s New:</h1>\n<p><strong>Get social on the go!</strong> WordPress.com and Jetpack-enabled bloggers can manage Publicize and third-party sharing from within the app.</p>\n<p><strong>More gestures!</strong> Swipe notifications to approve, unapprove, and trash comments at the speed of your thumbs.</p>\n\n<a href=\"https://apps.wordpress.com/img_2189/\"><img width=\"169\" height=\"300\" src=\"https://apps.files.wordpress.com/2016/04/img_2189.png?w=169&h=300\" class=\"attachment-medium size-medium\" alt=\"Swipe left to unveil the new moderation options.\" /></a>\n\n<p><strong>Mobile friendly.</strong> Select your primary blog right from within the app.</p>\n\n<a href=\"https://apps.wordpress.com/img_2187-new/\"><img width=\"169\" height=\"300\" src=\"https://apps.files.wordpress.com/2016/04/img_2187-new.png?w=169&h=300\" class=\"attachment-medium size-medium\" alt=\"You can select your primary site in \" /></a>\n<a href=\"https://apps.wordpress.com/img_2188/\"><img width=\"169\" height=\"300\" src=\"https://apps.files.wordpress.com/2016/04/img_2188.png?w=169&h=300\" class=\"attachment-medium size-medium\" alt=\"Pick it with a simple tap!\" /></a>\n\n<p><strong>Where’s Waldo? </strong>Search locations to tag GPS on posts.</p>\n\n<a href=\"https://apps.wordpress.com/img_2190-new/\"><img width=\"169\" height=\"300\" src=\"https://apps.files.wordpress.com/2016/04/img_2190-new.png?w=169&h=300\" class=\"attachment-medium size-medium\" alt=\"GPS tag your posts!\" /></a>\n<a href=\"https://apps.wordpress.com/img_2191/\"><img width=\"169\" height=\"300\" src=\"https://apps.files.wordpress.com/2016/04/img_2191.png?w=169&h=300\" class=\"attachment-medium size-medium\" alt=\"Tap on \" /></a>\n<a href=\"https://apps.wordpress.com/img_2192/\"><img width=\"169\" height=\"300\" src=\"https://apps.files.wordpress.com/2016/04/img_2192.png?w=169&h=300\" class=\"attachment-medium size-medium\" alt=\"Use the search field to select the right location.\" /></a>\n\n<p><strong>Enhancements.</strong> Because “good” is not enough! Here’s the full <a href=\"https://github.com/wordpress-mobile/WordPress-iOS/issues?q=is%3Aclosed+is%3Aissue+milestone%3A6.1+label%3A%22%5BType%5D+Enhancement%22\">list of enhancements</a>.</p>\n<p><strong>Bug fixes.</strong> Tons of <a href=\"https://github.com/wordpress-mobile/WordPress-iOS/issues?q=is%3Aclosed+is%3Aissue+milestone%3A6.1+label%3A%22%5BType%5D+Bug%22\">bug fixes</a>!</p>\n<h1>Thank You</h1>\n<p>Thanks to all of the contributors who worked on this release:<br />\n<a href=\"https://github.com/aerych\">@aerych</a>, <a href=\"https://github.com/alexcurylo\">@alexcurylo</a>, <a href=\"https://github.com/astralbodies\">@astralbodies</a>, <a href=\"https://github.com/diegoreymendez\">@diegoreymendez</a>, <a href=\"https://github.com/frosty\">@frosty</a>, <a href=\"https://github.com/jleandroperez\">@jleandroperez</a>, <a href=\"https://github.com/koke\">@koke</a>, <a href=\"https://github.com/kurzee\">@kurzee</a>, <a href=\"https://github.com/kwonye\">@kwonye</a>, <a href=\"https://github.com/sendhil\">@sendhil</a> and <a href=\"https://github.com/SergioEstevao\">@SergioEstevao</a>.</p>\n<p>You can track the development progress for the next update by visiting <a href=\"https://github.com/wordpress-mobile/WordPress-iOS/issues?utf8=✓&q=is%3Aissue+milestone%3A6.2+\" target=\"_blank\">our 6.2 milestone on GitHub</a>. Until next time!</p><img alt=\"\" border=\"0\" src=\"https://pixel.wp.com/b.gif?host=apps.wordpress.com&blog=108068616&post=3375&subd=apps&ref=&feed=1\" width=\"1\" height=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 25 Apr 2016 13:30: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:14:\"diegoreymendez\";s: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:58:\"Post Status: WordPress Development Tools — Draft Podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=24094\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"https://poststatus.com/wordpress-development-tools-draft-podcast/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5423:\"<p>Welcome to the Post Status <a href=\"https://poststatus.com/category/draft\">Draft podcast</a>, which you can find <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\">on iTunes</a>, <a href=\"http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast\">Stitcher</a>, and <a href=\"http://simplecast.fm/podcasts/1061/rss\">via RSS</a> for your favorite podcatcher. Post Status Draft is hosted by Joe Hoyle — the CTO of Human Made — and Brian Krogsgard.</p>\n<p><span>Everybody creates workflows to accomplish their development work. And sometimes you come upon a new tool that completely changes how you do things, and helps you improve your productivity.</span></p>\n<p><span>In this episode, Joe and Brian aim to share their tools in the hopes that it will help others review and refine their own processes. And Joe and Brian approach things quite differently themselves, so they compare and contrast their own workflows. Have something to add to the conversation, be sure to comment!</span></p>\n<!--[if lt IE 9]><script>document.createElement(\'audio\');</script><![endif]-->\n<a href=\"https://audio.simplecast.com/36197.mp3\">https://audio.simplecast.com/36197.mp3</a>\n<p><a href=\"http://audio.simplecast.com/36197.mp3\">Direct Download</a></p>\n<h3>Tools</h3>\n<ul>\n<li><a href=\"https://github.com/modmore/Gitify\">Gitify</a>, <a href=\"http://www.cockos.com/licecap/\">lice-cap</a></li>\n<li><a href=\"http://www.capturedapp.com/\">Captured (straight to S3)</a>, <a href=\"http://gifhub.org/\">Gifhub</a>, <a href=\"https://www.telestream.net/screenflow/\">Screenflow</a>, <a href=\"https://cloudup.com/\">Cloudup</a></li>\n<li><a href=\"https://www.authy.com/\">Authy</a></li>\n<li><a href=\"https://justgetflux.com/\">F.lux</a></li>\n<li><a href=\"https://www.tunnelbear.com/\">TunnelBear</a></li>\n<li><a href=\"https://www.alfredapp.com/\">Alfred</a></li>\n<li><a href=\"https://slack.com/\">Slack</a></li>\n</ul>\n<h3>Coding Tools & Debugging</h3>\n<ul>\n<li><a href=\"https://www.jetbrains.com/phpstorm/\">PHPStorm</a>, <a href=\"https://www.sublimetext.com/\">Sublime</a>, <a href=\"https://atom.io/\">Atom</a>, <a href=\"http://www.vim.org/\">VIM</a>, <a href=\"https://panic.com/coda/\">Coda</a></li>\n<li><a href=\"https://xdebug.org/\">Xdebug</a>, <a href=\"http://php.net/manual/en/function.var-dump.php\">var_dump</a>, <a href=\"https://pecl.php.net/package/xhprof\">XHProf</a></li>\n<li><a href=\"https://github.com/jkbrzt/httpie\">httpie</a></li>\n<li><a href=\"https://atom.io/packages\">Atom Packages</a>: <a href=\"https://atom.io/packages/autocomplete-php\">php-autocomplete</a>, WPCS, <a href=\"https://atom.io/packages/linter-php\">php-linter</a></li>\n<li><a href=\"https://facebook.github.io/react/blog/2015/09/02/new-react-developer-tools.html\">React-console</a></li>\n<li><a href=\"https://wordpress.org/plugins/query-monitor/\">Query Monitor</a></li>\n<li><a href=\"http://www.sequelpro.com/\">Sequel Pro</a>, <a href=\"http://dev.mysql.com/doc/refman/5.7/en/mysql.html\">mysql command line</a></li>\n<li><a href=\"https://www.iterm2.com/\">iTerm2</a></li>\n<li><a href=\"http://wp-cli.org/\">wp-cli!!!</a></li>\n</ul>\n<h3>Build Tools</h3>\n<ul>\n<li><a href=\"http://gruntjs.com/\">Grunt</a></li>\n<li><a href=\"http://gulpjs.com/\">Gulp</a></li>\n<li><a href=\"https://www.gnu.org/software/make/\">Make</a></li>\n<li><a href=\"https://imageoptim.com/mac\">ImageOptim</a></li>\n<li><a href=\"https://www.npmjs.com/package/grunt-sass\">Grunt-sass</a> vs. <a href=\"https://www.npmjs.com/package/grunt-contrib-sass\">grunt-contrib-sass</a></li>\n</ul>\n<h3>Version Control / Review Tools / Deployment</h3>\n<ul>\n<li><a href=\"http://jonas.nitro.dk/tig/\">Tig</a>, <a href=\"https://www.git-tower.com/\">Tower</a></li>\n<li><a href=\"https://hub.github.com/\">Hub</a></li>\n<li><a href=\"https://github.com/\">Github</a></li>\n<li><a href=\"http://www.araxis.com/merge/index.en\">Araxis Merge</a></li>\n<li><a href=\"http://deploybot.com/\">DeployBot</a> / <a href=\"http://beanstalkapp.com/\">Beanstalk</a></li>\n<li><a href=\"https://panic.com/transmit/\">Transmit (S3/SFTP)</a></li>\n</ul>\n<h3>Frontend Tools / Extensions</h3>\n<ul>\n<li><a href=\"https://developer.chrome.com/devtools\">Chrome Inspector / Console</a></li>\n<li><a href=\"https://www.getpostman.com/\">Postman</a></li>\n<li><a href=\"https://developer.chrome.com/devtools/docs/javascript-debugging\">Chrome JS Debugger</a></li>\n<li><a href=\"https://chrome.google.com/webstore/detail/ip-address-and-domain-inf/lhgkegeccnckoiliokondpaaalbhafoa?hl=en\">IP & Domain Info extension</a></li>\n<li><a href=\"https://chrome.google.com/webstore/detail/web-developer/bfbameneiokkgbdmiekhjnmfkcnldhhm?hl=en\">Web Developer</a></li>\n<li><a href=\"https://wappalyzer.com/\">Wappalyzer</a></li>\n<li><a href=\"http://codepen.io/\">CodePen</a></li>\n</ul>\n<h3>Sponsor</h3>\n<p class=\"p1\"><span class=\"s1\">This podcast is sponsored by <a href=\"https://yoast.com/\">Yoast</a>. Yoast SEO is the best WordPress SEO plugin available, with a premium version to provide expert support and additional features. Thank you to Yoast for being a Post Status partner.</span></p>\n<h3>Related Podcasts</h3>\n<p><a href=\"https://poststatus.com/understanding-wp-cli-and-a-discussion-on-micro-plugin-businesses-draft-podcast/\">Understanding WP-CLI</a></p>\n<p><a href=\"https://poststatus.com/local-wordpress-development-strategies-and-transparency-in-business-draft-podcast/\">Local WordPress Development Strategies</a></p>\n<p> </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 23 Apr 2016 14:06: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:\"Katie Richards\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:17;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"WPTavern: In Case You Missed It – Issue 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:44:\"http://wptavern.com?p=53989&preview_id=53989\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"http://wptavern.com/in-case-you-missed-it-issue-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:5006:\"<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/01/ICYMIFeaturedImage.png\" rel=\"attachment wp-att-50955\"><img class=\"size-full wp-image-50955\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/01/ICYMIFeaturedImage.png?resize=676%2C292\" alt=\"In Case You Missed It Featured Image\" /></a>photo credit: <a href=\"http://www.flickr.com/photos/112901923@N07/16153818039\">Night Moves</a> – <a href=\"https://creativecommons.org/licenses/by-nc/2.0/\">(license)</a>\n<p>There’s a lot of great WordPress content published in the community but not all of it is featured on the Tavern. This post is an assortment of items related to WordPress that caught my eye but didn’t make it into a full post.</p>\n<h2>Matt Mullenweg’s Father Passes Away</h2>\n<p>Losing a loved one is tough, especially when it’s a parent. Matt Mullenweg’s father, Chuck Mullenweg, recently passed away. Matt <a href=\"https://ma.tt/2016/04/in-memoriam-chuck-mullenweg/\">published a touching tribute</a> on his site that describes the kind of man his father was.</p>\n<blockquote><p>We were in a father / son bowling league. I remember admiring his work ethic so much: he’d get up before dawn every morning and put on a suit, grab his briefcase, and go to work. He often went in on weekends and I loved to go with him because they had ‘fast’ internet at the office and I could read Dilbert and about Babylon 5. He was a voracious reader and learner, and loved tinkering whether it was cars or networking. In the other room I can hear a bitcoin mining rig he set up a few years ago. He was independent minded and unafraid to question the status quo.</p></blockquote>\n<p>My deepest sympathies and condolences go out to the Mullenweg family. You can read <a href=\"http://ma.tt/chuck/\">Chuck’s obituary here</a>.</p>\n<h2>My First Plugin</h2>\n<p>Thanks to <a href=\"https://profiles.wordpress.org/binarygary/\">Binarygary,</a> my first plugin is in the directory. It’s called <a href=\"https://wordpress.org/plugins/hello-admin/\">Hello Admin</a> and with each page load, a lyric from Hello Dolly displays as an admin notice.</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/04/HelloAdminScreenshot.png\"><img class=\"size-full wp-image-54005\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/04/HelloAdminScreenshot.png?resize=706%2C390\" alt=\"Hello Admin in Action\" /></a>Hello Admin in Action\n<p>In all seriousness, the plugin is a joke and a humorous way to bring attention to developers <a href=\"http://wptavern.com/please-stop-abusing-wordpress-admin-notices\">abusing admin notices</a> in WordPress.</p>\n<h2>Pressware Partners with Evermore</h2>\n<p>Tom McFarlin <a href=\"https://tommcfarlin.com/evermore/\">announced that his</a> company Pressware, is partnering with <a href=\"https://evermo.re/\">Evermore</a>. The partnership allows Pressware to provide its expertise in custom WordPress development and project management to Evermore’s customers.</p>\n<h2>Four Years of EDD</h2>\n<p>Pippin Williamson <a href=\"https://pippinsplugins.com/edd-4-years/\">shared the hardships and successes</a> he’s experienced in the last four years managing Easy Digital Downloads.</p>\n<blockquote><p>Today, Easy Digital Downloads is installed on over 50,000 websites, has reached nearly one million downloads, and has grown to a sustainable business that supports the livelihood of an ever-growing team comprised of full time employees and active contractors. I don’t think I ever thought we would be where we are today four years ago.</p></blockquote>\n<p>His post is an honest look at the amount of effort and circumstances beyond revenue that’s involved with running a successful business.</p>\n<h2>Translation Day Wapuu Posters!</h2>\n<p>In what is a traditional part of this series, I end each issue by featuring a Wapuu design. For those who don’t know, Wapuu is the <a href=\"http://wapuu.jp/2015/12/12/wapuu-origins/\">unofficial mascot</a> of the WordPress project. The first <a href=\"http://wptavern.com/wordpress-global-translation-day-set-for-april-24-2016\">global translation day</a> takes place on April 24th and to celebrate the occasion, the WordPress Polyglots team has created a series of Wapuu posters.</p>\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">New <a href=\"https://twitter.com/hashtag/WPTranslationDay?src=hash\">#WPTranslationDay</a> posters starring <a href=\"https://twitter.com/wp_wapuu\">@wp_wapuu</a> thanks to <a href=\"https://twitter.com/sonjaleix\">@sonjaleix</a>! Grab them while they’re hot! <a href=\"https://t.co/BfU9g8nG9S\">pic.twitter.com/BfU9g8nG9S</a></p>\n<p>— WPPolyglots (@TranslateWP) <a href=\"https://twitter.com/TranslateWP/status/723494729892110336\">April 22, 2016</a></p></blockquote>\n<p></p>\n<p>That’s it for issue eight. If you recently discovered a cool resource or post related to WordPress, please share it with us in the comments.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 23 Apr 2016 02:04:37 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:18;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"WPTavern: Facebook News Feed Now Favors Articles That Users Spend a Longer Time Reading\";s:7:\"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:28:\"http://wptavern.com/?p=53919\";s:7:\"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:97:\"http://wptavern.com/facebook-news-feed-now-favors-articles-that-users-spend-a-longer-time-reading\";s: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:3187:\"<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/04/reading.jpg\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/04/reading.jpg?resize=960%2C624\" alt=\"RC Cipriano\" class=\"size-full wp-image-53999\" /></a><a href=\"https://stocksnap.io/photo/F55691D3FB\">RC Cipriano</a>\n<p>Facebook <a href=\"https://newsroom.fb.com/news/2016/04/news-feed-fyi-more-articles-you-want-to-spend-time-viewing/\" target=\"_blank\">announced</a> yesterday that its news feed algorithm will now favor articles that users spend a long time reading. While likes, clicks, comments, and sharing counts are all valuable metrics, they are not always reliable determinants for what users want to see. Facebook discovered this by gathering feedback via its Feed Quality Program.</p>\n<p>As a result, the social network <a href=\"https://newsroom.fb.com/news/2015/06/news-feed-fyi-taking-into-account-time-spent-on-stories/\" target=\"_blank\">updated its algorithm last June</a> to factor in how much time users spent reading posts within the news feed, regardless of whether users even opened the article. <a href=\"https://newsroom.fb.com/news/2014/08/news-feed-fyi-click-baiting/\" target=\"_blank\">Two years ago</a>, Facebook also began factoring in instances where a user clicks on an article but then comes straight back to the news feed. This could be because a site loaded too slowly or the article was click-bait and not what the user was expecting based on the preview.</p>\n<p>“Building on this work, we’re learning that the time people choose to spend reading or watching content they clicked on from News Feed is an important signal that the story was interesting to them,” Facebook representatives said.<strong> “We are adding another factor to News Feed ranking so that we will now predict how long you spend looking at an article in the Facebook mobile browser or an Instant Article after you have clicked through from News Feed.”</strong></p>\n<p>Facebook will not be counting loading time towards this new ranking signal but will calculate the actual time spent reading/watching once the content has loaded. But before you think you can game this algorithm by simply publishing longer articles, Facebook will be measuring this time as a threshold so that longer articles are not preferred by default.</p>\n<p>The social network also announced that it will be diversifying its display of posts from different pages so as not to bombard users with too much content from the same source.</p>\n<p>“We’ve also heard from people that they enjoy reading articles from a wide range of publishers, and it can be repetitive if too many articles from the same source are back to back in their News Feed,” representatives said. “We’ll also be making an update to reduce how often people see several posts in a row from the same source in their News Feed.”</p>\n<p>Publishers who depend on Facebook for a significant amount of their referrals will want to take note of these changes to the news feed algorithm. The social network has already started rolling them out and will continue over the next few weeks.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 22 Apr 2016 22:21: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: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:76:\"WPTavern: What WordPress.org Does with the Data it Collects from Users Sites\";s:7:\"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:28:\"http://wptavern.com/?p=53940\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"http://wptavern.com/what-wordpress-org-does-with-the-data-it-collects-from-users-sites\";s: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:5110:\"<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/12/FreemiusFeaturedImage.png\"><img class=\"size-full wp-image-49261\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/12/FreemiusFeaturedImage.png?resize=660%2C291\" alt=\"Freemius Featured Image\" /></a>photo credit: <a href=\"http://www.flickr.com/photos/29096601@N00/2920562020\">data slide</a> – <a href=\"https://creativecommons.org/licenses/by-nc/2.0/\">(license)</a>\n<p>Since I started covering WordPress in 2009, one of the things I’ve noticed is that certain topics have a cyclical nature to them. One of these <a href=\"http://wptavern.com/phoning-home-to-plugin-authors\">is the contention in the WordPress community</a> on what data is <a href=\"http://interconnectit.com/1722/who-is-wordpress-talking-to/\">sent, stored, and shared</a> on WordPress.org. In a <a href=\"http://torquemag.io/2016/04/user-data-wordpress-org-belong-community/\">post published</a> on Torquemag.io, Josh Pollock, Founder of <a href=\"https://calderawp.com/\">CalderaWP</a>, argues that WordPress is a community-driven project and as such, data collected by WordPress.org should be shared with the community.</p>\n<blockquote><p>If installing and updating themes via the WordPress dashboard wasn’t so easy, WordPress wouldn’t be what it is today. I understand and appreciate this.</p>\n<p>Here’s the part that doesn’t sit well with me: WordPress.org is collecting data on all of its users (as it should), but this information isn’t available in aggregate form to the community.</p></blockquote>\n<p>Pollock says that as an entrepreneur, the information would help him make informed business decisions.</p>\n<h2>Data is Stored for Two Days</h2>\n<p>I spoke to Samuel ‘Otto’ Wood, who helps maintain WordPress.org, and discovered that some of the assumptions people have are not true.</p>\n<p>“The data collection systems on <a href=\"http://w.org/\" target=\"_blank\" rel=\"noreferrer\">w.org</a> have been inconsistent at best, and re-written several times,” Wood said.</p>\n<p>“But the general idea that there is some kind of treasure trove of information we’re storing is misguided, at best. The data is collected, aggregated for the things we display, then tossed. We don’t store it for any serious length of time. Just the results of the data like the counts.”</p>\n<p>Gathering, sorting, and displaying the large amount of data associated with WordPress is a CPU intensive job. The most recent example of WordPress.org sharing aggregate data is for active installs of <a href=\"http://wptavern.com/wordpress-plugin-directory-launches-new-design\">plugins</a> and <a href=\"http://wptavern.com/the-wordpress-theme-directory-replaces-download-counts-with-the-number-of-active-installs\">themes</a>. Displaying the Active Install count is the result of significant performance improvements from WordPress lead developer <a href=\"http://wptavern.com/the-wordpress-theme-directory-replaces-download-counts-with-the-number-of-active-installs\">Dion Hulse</a>. Without the improvements, the data collection would have overloaded CPUs and MySQL databases.</p>\n<p>“Gathering that data is frickin’ difficult to start with, “Wood said. “For the longest time, we didn’t even have the actual system resources to pull off the ‘Active Installs’ count. We didn’t display that count because <b>we couldn’t do it</b>. The idea that we’re hiding things is ludicrous.”</p>\n<p>Raw data is stored for two days and is then overwritten, “basically, there’s too much data to store,” Wood said. “All of the data that <a href=\"http://w.org/\" target=\"_blank\" rel=\"noreferrer\">w.org</a> gathers is used to display the stats on <a href=\"http://w.org/\" target=\"_blank\" rel=\"noreferrer\">w.org</a> itself. Nothing special is hidden.”</p>\n<h2>Data Accuracy is Hard</h2>\n<p>If developers are going to make business decisions using public data, the data has to be accurate. Accuracy is a complex problem but the team has slowly made progress over the years as legacy systems on W.org are phased out.</p>\n<p>“A lot of the <a href=\"http://w.org/\" target=\"_blank\" rel=\"noreferrer\">w.org</a> systems are poorly made,” Wood said. “They’re old, have been modified dozens of times over the years, and badly in need of updating. For a long time, the data we gathered could not be processed fast enough so we simply threw over half of it away.</p>\n<p>“Mostly, we phase out old useless systems and replace them with something better and newer which gives us things to display. Active Install counts was an entirely new system that replaced an older one which didn’t give any useful information.”</p>\n<p>Wood confirms what I’ve believed to be true for a long time. WordPress.org is not storing data for an extended period of time and the information that is collected is likely on public display somewhere on the site. What types of data would you like to see on WordPress.org?</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 22 Apr 2016 20:38: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:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:70:\"WPTavern: Guggenheim.org Relaunches on WordPress Using the WP REST API\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=53954\";s:7:\"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:\"http://wptavern.com/guggenheim-org-relaunches-on-wordpress-using-the-wp-rest-api\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2726:\"<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/04/guggenheim.png\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/04/guggenheim.png?resize=1025%2C444\" alt=\"guggenheim\" class=\"aligncenter size-full wp-image-53969\" /></a></p>\n<p>The <a href=\"http://www.guggenheim.org/\" target=\"_blank\">Guggenheim</a> relaunched its website on WordPress this week. The site, which represents the collection of Guggenheim museums, was in need of an overhaul that would modernize its underlying architecture and design.</p>\n<p>Laura Kleger, who oversees the foundation’s online projects, explained why the Guggenheim chose WordPress for its new website. She said that the team began with a CMS analysis phase, which included Drupal and WordPress.</p>\n<p>“The ideal process for improving websites is incremental and rapid change, but the old Guggenheim.org had accumulated too much technical and structural debt to produce further results, and a big leap forward was required,” Kleger said.</p>\n<p>Prior to embarking on the project, the Guggenheim was running on Joomla, but the team had a difficult time implementing small changes.</p>\n<p>“We wanted to use a widely adopted, open-source CMS with enough muscle to meet advanced needs,” Kleger said. They needed a user-friendly way for museum staff to create and update content without requesting the help of of designers and developers for simple updates.</p>\n<p>“We chose WordPress for a few reasons – among them, the broad pool of developer resources, the excellence of the content administration interface, the rapid update release cycle, the ease of extending functionality, and the CMS’s deep taxonomy,” Kleger said.</p>\n<p>The Guggenheim partnered with New York-based development agency <a href=\"https://www.alleyinteractive.com/\" target=\"_blank\">Alley Interactive</a> for the website’s overhaul, who recommended implementing a headless version of WordPress with content served via the WP REST API. This allowed the team to build out the frontend of the site using AngularJS.</p>\n<p>“As noted by <a href=\"http://alistapart.com/column/nearly-headless-cms\" target=\"_blank\">others</a>, this approach is superior to the standard WordPress templating approach for achieving some of the more exciting possibilities in user experience today,” Kleger said.</p>\n<p>The new website is a beautiful example of the WP REST API in the wild. For a deeper look at the design and development process, check out Kleger’s <a href=\"http://www.guggenheim.org/blogs/checklist/meet-the-new-guggenheim-org\" target=\"_blank\">post announcing the new Guggenheim.org</a>.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 22 Apr 2016 13:34: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: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:50:\"WPTavern: WordPress 4.5.1 Expected Early Next Week\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=53935\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"http://wptavern.com/wordpress-4-5-1-expected-early-next-week\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1567:\"<p>WordPress 4.5 “Coleman” was <a href=\"http://wptavern.com/wordpress-4-5-coleman-released-introduces-custom-logos-responsive-previews-improved-editing-experience\">released last week</a> without too many issues. However, the WordPress development team recently identified two bugs that are prompting an immediate point release <a href=\"https://make.wordpress.org/core/2016/04/20/4-5-1-release-candidate-tomorrow-april-21st/\">scheduled for next week</a>.</p>\n<p>The <a href=\"https://core.trac.wordpress.org/ticket/36545\">first is that</a> TinyMCE toolbars and tabs are unresponsive in Chrome Version 50.0.2661.75 beta-m (64-bit). The second is that <a href=\"https://core.trac.wordpress.org/ticket/36510\">page templates with widgets are styled incorrectly</a>. WordPress 4.5 added a singular class that many themes use, including Twenty Eleven, that breaks a site’s layout. After a lengthy discussion and testing, the decision was to <a href=\"https://core.trac.wordpress.org/changeset/36112\">revert</a> the change.</p>\n<p><a href=\"https://wordpress.org/wordpress-4.5.1-RC2.zip\">WordPress 4.5.1 RC 1</a> is available and the core team wants as many people as possible to test the <a href=\"https://make.wordpress.org/core/2016/04/22/4-5-1-release-candidate/\">TinyMCE update and other bug fixes</a> included in the release. If you think you’ve discovered a bug, you’re encouraged to report it in the <a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta section</a> of the support forums.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 22 Apr 2016 02:17: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:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:22;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"WPTavern: Jetpack 4.0 Released with UI Improvements and New Editor View for VideoPress\";s:7:\"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:28:\"http://wptavern.com/?p=53910\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:96:\"http://wptavern.com/jetpack-4-0-released-with-ui-improvements-and-new-editor-view-for-videopress\";s: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:2915:\"<p>Shortly after Jetpack 4.0 was released yesterday many <a href=\"https://wordpress.org/support/topic/fatal-error-when-updating-to-jetpack-40-read-this\" target=\"_blank\">users reported a fatal error and/or white screen when updating</a>. Developers started <a href=\"https://www.facebook.com/groups/168889943173228?view=permalink&id=1141144765947736\" target=\"_blank\">warning each other in the Advanced WordPress Facebook group to avoid updating to 4.0</a>, after having received emails from clients with sites that went down. A followup 4.0.2 release was pushed out today for users with the specific configuration that caused the fatal error.</p>\n<p>This is the third time in under two months that the Jetpack team has had to send out a followup update on the heels of a release to correct significant problems. Fortunately, the team worked quickly to get a fix out to sites with fatal errors.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/04/jetpack-ui-improvements.png\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/04/jetpack-ui-improvements.png?resize=286%2C300\" alt=\"jetpack-ui-improvements\" class=\"alignright size-medium wp-image-53926\" /></a>The 4.0 milestone brings major UI improvements for on-boarding new users. In previous versions of the plugin, visiting the Jetpack settings page showed a big green button prompting users to connect to WordPress.com.</p>\n<p>This release introduces a full page explaining the benefits of Jetpack to encourage users to hook it up. It also displays a picture of the development and support team, an explanation of Photon, and the benefits of the Protect module.</p>\n<p>Version 4.0 also adds a new editor view for VideoPress that lets users edit the shortcode in the editor with a new modal options window. This makes it easy to wrangle VideoPress settings directly in the editor</p>\n<p>A few other notable enhancements in this release include:</p>\n<ul>\n<li>Tighter WooCommerce Integration: Social sharing icons now appear on WooCommerce single product views</li>\n<li>Widget Visibility for Custom Post Type Archives: Show/hide widgets for CPT single or archive views</li>\n<li>Selective Refresh for Widgets: Widgets now update instantly with live previews in the customizer</li>\n<li>Updated schema.org Microdata for Breadcrumbs: Gives search engines a better understanding of a page’s position in the site hierarchy</li>\n</ul>\n<p>Jetpack 4.0 also adds performance enhancements for the Protect module and Contact Forms. The method it uses to clean the database of spam form submission records is now more efficient. Check out the <a href=\"https://wordpress.org/plugins/jetpack/changelog/\" target=\"_blank\">changelog</a> to see a full list of all the enhancements and fixes in this release. It should be safe to update your sites and clients’ sites to 4.0.2 without any ill effects.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 21 Apr 2016 21:46: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:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:23;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:96:\"WPTavern: WPWeekly Episode 231 – An Inside Look at the Plugin Review Process with Mika Epstein\";s:7:\"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:44:\"http://wptavern.com?p=53924&preview_id=53924\";s:7:\"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:102:\"http://wptavern.com/wpweekly-episode-231-an-inside-look-at-the-plugin-review-process-with-mika-epstein\";s: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:2951:\"<p>In this episode of WordPress Weekly, <a href=\"https://discord.gg/0wOgTCREXzBiWNYG\">Marcus Couch</a> and I are joined by <a href=\"https://halfelf.org/\">Mika Epstein</a>. Epstein reviews plugins before they’re added to the WordPress plugin directory and volunteers on the WordPress support forums. We learn what the plugin review process is like and common security issues she discovers. I was shocked to learn that Epstein has experienced some of the worst in people from denying plugins into the directory.</p>\n<p>We discuss the idea of a WordPress notifications center and how it could help keep users aware of issues on their sites. Last but not least, she gives us a heads up on common issues that have been reported on the support forums since the release of WordPress 4.5.</p>\n<h2>Plugins Picked By Marcus:</h2>\n<p><a href=\"https://wordpress.org/plugins/ask-me-anything-anonymously/\">Ask Me Anything (Anonymously), </a>by <a href=\"https://profiles.wordpress.org/arunbasillal/\">Arun Basil Lal</a> from India, enables users to easily add a page or widget using a shortcode where visitors can ask you questions anonymously and you can list them along with your answers.</p>\n<p><a href=\"https://wordpress.org/plugins/admin-cleanup/\">Admin Cleanup, </a>by <a href=\"https://profiles.wordpress.org/mgibbs189/\">Matt Gibbs </a>from Charlottesville, VA, lets you hide menu items (e.g. Tools) entirely, or move them into the WordPress Admin Bar.</p>\n<p><a href=\"https://wordpress.org/plugins/logic-shortcodes/\">Logic Shortcodes, </a>by <a href=\"https://profiles.wordpress.org/samueldiethelm/\">Samuel Diethelm</a> from Marbella, Spain, enables the use of [if] shortcodes to work with conditional logic based on post meta or taxonomy terms on posts and pages. With conditional logic for taxonomy terms, you can use names, slugs or term_ids. For example: [if taxonomy=”category” slug=”cars”]Content to show[/if]</p>\n<p><a href=\"https://wordpress.org/plugins/dispensary-coupons/\">Dispensary Coupons<b>, </b></a>by <a href=\"https://profiles.wordpress.org/deviodigital/\">Robert DeVore </a>from Michigan, allows you to prominently display discounts on flower, tinctures, edibles and more with a simple shortcode or widget.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, April 27th 9:30 P.M. Eastern</p>\n<p><strong>Subscribe To WPWeekly Via Itunes: </strong><a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via RSS: </strong><a href=\"http://www.wptavern.com/feed/podcast\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via Stitcher Radio: </strong><a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Listen To Episode #231:</strong><br />\n</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 21 Apr 2016 19:15: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:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:24;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"WPTavern: Beaver Builder Passes $1 Million in Revenue After 2 Years in Business\";s:7:\"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:28:\"http://wptavern.com/?p=53893\";s:7:\"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:88:\"http://wptavern.com/beaver-builder-passes-1-million-in-revenue-after-2-years-in-business\";s: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:2778:\"<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/04/beaver-builder.png\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/04/beaver-builder.png?resize=1025%2C432\" alt=\"beaver-builder\" class=\"aligncenter size-full wp-image-53906\" /></a></p>\n<p>Beaver Builder, the drag-and-drop page builder plugin, <a href=\"https://www.wpbeaverbuilder.com/2nd-birthday-big-milestone-april-update/\" target=\"_blank\">celebrated two years in business</a> this week. Fastline Media, the parent company, started as a web design agency, but due to the success of their product the team closed down its client services department at the beginning of 2016 to focus 100% on Beaver Builder. After just two years in business, the plugin has passed $1 million in revenue.</p>\n<p>Beaver Builder hired its first employee in April, 2015, a year after launching. It now employees four people full-time and a few part-time contractors in addition to its three founders. The plugin recently passed 100,000 active installations between the <a href=\"https://wordpress.org/plugins/beaver-builder-lite-version/\" target=\"_blank\">WordPress.org</a> and commercial versions.</p>\n<p>As part of their two year milestone post, the team also announced that it acquired the beaverbuilder.com domain name, which set them back $2,300, according to co-founder Robby McCullough.</p>\n<p>“There was a really good salesman for the holding company that we bought it through,” McCullough said. “He convinced me it was a steal. Considering it probably cost ~$10 originally, though, it was a bit of a sting.”</p>\n<p>McCullough said that he and his co-founders see Beaver Builder, and other WordPress website builders, as being a bridge between WordPress and its mainstream market competitors like Wix and Weebly.</p>\n<p>“This idea came up during Jeff King’s presentation at Pressnomics, as more and more traditional ‘jobs’ become automated and obsolete (think driverless cars/trucks on the horizon),” McCullough said. “More and more people will be forced to start small businesses and create their own opportunities. Along with democratizing publishing, we think WordPress (and the web in general) — hopefully with the help of Beaver Builder — has the opportunity to ‘democratize the workforce.\'”</p>\n<p>With the $1 million milestone under their belts, McCullough said the Beaver Builder co-founders plan to keep putting food on the table and taking care of customers.</p>\n<p>“We’ve made it this far by providing great support and embracing customer feedback,” McCullough said. “We might be in the driver seat, but our customers are the ones laying the track.”</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 21 Apr 2016 18:03: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: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:56:\"WP Mobile Apps: WordPress for iOS: Call for beta testers\";s:7:\"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:\"http://apps.wordpress.com/?p=3397\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"https://apps.wordpress.com/2016/04/21/wordpress-for-ios-call-for-beta-testers/\";s: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:769:\"<p>Hello, WordPress users! We are launching a shiny, new TestFlight beta testing program for WordPress for iOS. If you yearn for the latest features, enjoy breaking things, and don’t mind uncovering a bug or two in the process, we need you!</p>\n<p>Please <a href=\"https://docs.google.com/forms/d/1n0sD8O_Upb9h5FvKj6z_MFWPH5valmpQgbZf5kQEejU/viewform\">fill out our signup form</a> to request to join as a beta tester. If there are available spaces in the beta program, you will receive an email from TestFlight with instructions to download the latest beta release. We can’t wait to hear your feedback!</p>\n<img alt=\"\" border=\"0\" src=\"https://pixel.wp.com/b.gif?host=apps.wordpress.com&blog=108068616&post=3397&subd=apps&ref=&feed=1\" width=\"1\" height=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 21 Apr 2016 12:35:17 +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:6:\"Rachel\";s: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:34:\"Matt: In Memoriam: Chuck Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=46426\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"https://ma.tt/2016/04/in-memoriam-chuck-mullenweg/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5678:\"<p><img class=\"alignnone size-full wp-image-46437\" src=\"http://i2.wp.com/ma.tt/files/2016/04/MCM_5265-1-1.jpg?resize=604%2C302&ssl=1\" alt=\"MCM_5265 (1).JPG\" /></p>\n<p>My father, Chuck Mullenweg, passed one week ago today. After over a month in ICU he had just been transferred to long-term acute care in a different hospital and we were looking forward to a tough but steady road to being back home when he took an unexpected and sudden turn. I’ve started and stopped writing this dozens of times since then and words continue to fail me.</p>\n<p>Here’s the rememberance that ran in the paper a few days ago:</p>\n<p><a href=\"http://i0.wp.com/ma.tt/files/2016/04/W01521910pdfpreview.png\"><img class=\"aligncenter wp-image-46424 size-medium\" src=\"http://i0.wp.com/ma.tt/files/2016/04/W01521910pdfpreview.png?resize=604%2C296\" alt=\"\" /></a></p>\n<p><img class=\" wp-image-46500 alignright\" src=\"http://i2.wp.com/ma.tt/files/2016/04/IMG_6024.jpg?resize=262%2C333&ssl=1\" alt=\"IMG_6024.JPG\" />It is impossible to overstate the influence my father has had on every part of my life: Why did I play saxophone? Dad did. Computers and programming? Dad did. Travel? He was frequently stationed overseas and even when we didn’t visit he would always bring back a cool gift for myself and my sister. He drove me to the HAL-PC office (local non-profit) every weekend where I’d learn so much fixing people’s broken computers and being exposed to open source for the first time. His O’Reilly “camel book” on Perl was the first scripting I learned, and he pointed me toward Mastering Regular Expressions which became the basis of <a href=\"https://ma.tt/2002/09/smart-quotes-in-php/\">my first contribution to b2, texturize</a>.</p>\n<p>We were in a father / son bowling league. I remember admiring his work ethic so much: he’d get up before dawn every morning and put on a suit, grab his briefcase, and go to work. He often went in on weekends and I loved to go with him because they had “fast” internet at the office and I could read Dilbert and about Babylon 5. He was a voracious reader and learner, and loved tinkering whether it was cars or networking. In the other room I can hear a bitcoin mining rig he set up a few years ago. He was independent minded and unafraid to question the status quo.</p>\n<p><img class=\"aligncenter size-full wp-image-46504\" src=\"http://i1.wp.com/ma.tt/files/2016/04/IMG_4385.jpg?resize=351%2C263&ssl=1\" alt=\"IMG_4385.JPG\" /></p>\n<p>There’s a photo somewhere of my dad mowing the lawn and me following behind him with a toy lawnmower, which is a perfect metaphor for how I’ve always followed in his footsteps.</p>\n<p><img class=\"alignnone size-full wp-image-46511\" src=\"http://i1.wp.com/ma.tt/files/2016/04/MCM_5113.jpg?resize=604%2C238&ssl=1\" alt=\"MCM_5113.jpg\" /></p>\n<p>I’m at a loss.</p>\n<p>Parents are there literally the day you’re born, and it’s hard to imagine a life without them. Most people reading this will outlive their parents, and deal with their mortality and often difficult and painful final days as those who brought us into this world exit it. I’ve been reading and reading all the writing I can find on this topic, but nothing really prepares you for it, and nothing makes it better to go through. It’s terrible.</p>\n<p><img class=\"alignnone size-full wp-image-46508\" src=\"http://i2.wp.com/ma.tt/files/2016/04/MCM_7807.jpg?resize=604%2C402&ssl=1\" alt=\"MCM_7807.jpg\" /></p>\n<p>He wasn’t someone to tell you what the right way to live was, in fact he was incredibly open minded. He didn’t tell you, he showed you how he lived his life from a place of integrity and trust, how he was in his relationship with my mom, how he was in business. He wasn’t flashy and seldom talked about his accomplishments or all the people he had helped out along the way. Many of the stories of appreciation coming in I’m hearing for the first time. In getting his books and taxes together this past week I was humbled by how simply he lived this season of his life, not into material things but cherishing relationships and his quiet life in the suburbs with my mother.</p>\n<p><img class=\"alignnone size-full wp-image-46499\" src=\"http://i1.wp.com/ma.tt/files/2016/04/IMG_20151225_160835-1.jpg?resize=604%2C452&ssl=1\" alt=\"IMG_20151225_160835 (1).jpg\" /></p>\n<p>My biggest blessing has been my family. Every one is the most supportive you can imagine. So inspiring… much of what I’ve done in the world was in the context of making my parents proud, and their relationship to each other and the amazing man my dad was has set a bar I hope to approach in my lifetime. The last few years he got much better about showing his pride in my sister and I, and even more importantly saying “I love you,” the three words that are among the best gift we can give each other. Don’t forget to use them, even if it feels cheesy or embarrassing, and for those of you with parents still around please give them some <a href=\"http://waitbutwhy.com/2015/12/the-tail-end.html\">extra time</a> and a hug for me. This was unexpected, we really believed he was on an upward trajectory. You never know when the words you share with someone might be the last.</p>\n<p><img class=\"alignnone size-full wp-image-46506\" src=\"http://i1.wp.com/ma.tt/files/2016/04/MCM_5139.jpg?resize=604%2C402&ssl=1\" alt=\"MCM_5139.JPG\" /></p>\n<p>I made a page <a href=\"http://ma.tt/chuck/\">you can see his official obituary, information about his memorial service in Katy, and leave any memories you have of him at ma.tt/chuck</a>.</p>\n<p> </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 21 Apr 2016 06:58:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:62:\"WPTavern: A Tip for Convincing Customers to Renew License Keys\";s:7:\"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:28:\"http://wptavern.com/?p=53881\";s:7:\"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:\"http://wptavern.com/a-tip-for-convincing-customers-to-renew-license-keys\";s: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:3583:\"<p>Mika Epstein, who helps review plugins before they’re added to the directory and is a dedicated support forum volunteer, <a href=\"https://halfelf.org/2016/despair-licensed-updates/\">has a great post</a> on the difficulties associated with plugins that require license keys for updates. She addresses topics like keeping users informed, ownership, and bundling plugins with themes. She also suggests the following solution to get users with an expired license key to renew.</p>\n<blockquote><p>What if the updater kept checking, license expired or not, and when you clicked to upgrade it alerted you?</p>\n<p>Your license for Foobar has expired. Please renew it in order to upgrade.</p>\n<p>What if you got this email?</p>\n<p>Hey, you bought Foobar back in 2014 and that license lapsed. Normally I’d never bother you, but today I’ve pushed a major security fix. Since this is a security release, I’m offering you a discount. It’s already applied to your account, just log in and you can buy the upgrade at 50% off. If you’re not using Foobar anymore, click here and I’ll have your account flagged so we don’t bother you about this again.</p>\n<p>How happy would you be to find out someone saved your soy bacon?</p></blockquote>\n<p>Based <a href=\"https://halfelf.org/2016/despair-licensed-updates/#comment-75676\">on the comments</a> of her article and from what Epstein has experienced from years of providing WordPress support, it’s a complex problem without a solution. The perils of updating commercial plugins bundled with themes that require a license key were apparent two years ago when a <a href=\"http://wptavern.com/critical-security-vulnerability-found-in-wordpress-slider-revolution-plugin-immediate-update-advised\">critical security vulnerability was discovered</a> in Revolution Slider.</p>\n<p>Had the news not been published across media outlets, many users may not have known about the update. In some cases, users couldn’t update because they didn’t have the required license key, <a href=\"http://wptavern.com/critical-security-vulnerability-found-in-wordpress-slider-revolution-plugin-immediate-update-advised#comment-58566\">as was the case with Brenda</a>.</p>\n<blockquote><p>The slider plugin was bundled in a theme that a PREVIOUS web developer installed for one of my clients. As such, I do not have the theme license key. There is NO WAY that I would ever have known about this extreme vulnerability had Sucuri not released it.</p></blockquote>\n<p>Some companies make security updates available to all customers regardless if their license is expired. For example, earlier this year, a <a href=\"http://wptavern.com/critical-security-vulnerability-discovered-in-elegant-themes-products\">critical security vulnerability was discovered</a> in Elegant Themes products. Due to the severity of the issue, the company made the updates available for free to expired accounts. The updates contained only the security fix without any of the new features developed in recent versions.</p>\n<p>There’s a delicate balance between pushing customers to upgrade, renew license keys, and making it easy to do so. As Epstein says in the conclusion of her post, “If you make it easy to pay, people will renew and pay. If you inform them of security issues, they will pay and upgrade.”</p>\n<p>If you’re a commercial plugin developer, how do you inform and convince customers to renew their license keys? Also, how do you handle security updates for customers with expired licenses?</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 20 Apr 2016 22:49:41 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:79:\"WPTavern: WP Dispensary Offers a Complete Marijuana Menu Solution for 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:28:\"http://wptavern.com/?p=53859\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"http://wptavern.com/wp-dispensary-offers-a-complete-marijuana-menu-solution-for-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:4972:\"<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/04/blueberry-kush.jpg\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/04/blueberry-kush.jpg?resize=1000%2C605\" alt=\"photo credit: Blueberry Kush, Indica-3 - (license)\" class=\"size-full wp-image-53861\" /></a>photo credit: <a href=\"http://www.flickr.com/photos/57298467@N03/5500914557\">Blueberry Kush, Indica-3</a> – <a href=\"https://creativecommons.org/licenses/by/2.0/\">(license)</a>\n<p>With <a href=\"http://medicalmarijuana.procon.org/view.resource.php?resourceID=000881\" target=\"_blank\">24 states</a> having enacted laws to legalize medical marijuana, the industry is booming and dispensaries need websites. <a href=\"https://wordpress.org/plugins/wp-dispensary/\" target=\"_blank\">WP Dispensary</a>, released five months ago, is the first WordPress plugin to target this underserved market.</p>\n<p>After creating <a href=\"https://wordpress.org/plugins/leafly-reviews/\" target=\"_blank\">Leafly Reviews</a>, a plugin that displays dispensary reviews from Leafly using a widget or shortcode, <a href=\"http://www.robertdevore.com\" target=\"_blank\">Robert DeVore</a> decided he wanted to make more solutions to help dispensary owners build professional websites. <a href=\"https://wordpress.org/plugins/wp-dispensary/\" target=\"_blank\">WP Dispensary</a> and <a href=\"https://wordpress.org/plugins/dispensary-coupons/\" target=\"_blank\">Dispensary Coupons</a> soon followed on WordPress.org.</p>\n<p>Many marijuana dispensaries post their product menus on a board, printed on paper, or displayed on a tablet. The WP Dispensary plugin makes it easy to enter products, with all their relevant details, into a menu for display on a WordPress-powered website. This makes it easy for the dispensary owner to create, edit, and maintain a master list of products, which can also be displayed in the store.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/04/wpd-menu-update-1.4.jpg\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/04/wpd-menu-update-1.4.jpg?resize=160%2C174\" alt=\"wpd-menu-update-1.4\" class=\"alignright size-full wp-image-53872\" /></a>The plugin creates custom post types for flowers, edibles, concentrates, pre-rolls, and topicals. It also includes custom taxonomies for aromas, flavors, effects, symptoms, and conditions. This allows visitors to easily sort available products.</p>\n<p>Entering a new menu item is as easy as writing a post, so dispensary owners will have no problem keeping their menus updated:</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/04/add-flower.png\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/04/add-flower.png?resize=1025%2C489\" alt=\"add-flower\" class=\"aligncenter size-full wp-image-53885\" /></a></p>\n<p>Dispensary owners can also enter product prices for flowers and concentrates based on weight, from 1/2 gram to an ounce. Edibles and pre-rolls allow you to enter the THC and CBD percentages.</p>\n<p>Today’s <a href=\"http://www.wpdispensary.com/wp-dispensary-version-1-4/\" target=\"_blank\">version 1.4 release</a>, in honor of the 4/20 holiday, adds topicals to the existing custom post types, with extra product information options for unit price, unit size, and THC mg and CBD mg.</p>\n<p>When used in combination with DeVore’s free <a href=\"https://github.com/deviodigital/dispensary-display-wordpress-theme\" target=\"_blank\">Dispensary Display</a> theme, products are displayed beautifully on the frontend with images for each menu item. After updating it to be compatible with the 1.4 release, DeVore plans to get the theme ready for submission to the official WordPress theme directory.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/04/dispensary-items.png\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/04/dispensary-items.png?resize=887%2C524\" alt=\"dispensary-items\" class=\"alignright size-full wp-image-53878\" /></a></p>\n<p>WP Dispensary is also fully integrated with the WP REST API so developers can pull data from the custom post types and display it with JavaScript in a website or app. This currently requires the <a href=\"https://wordpress.org/plugins/rest-api/\" target=\"_blank\">REST API plugin version 2</a> until the API is officially merged into core.</p>\n<p>WP Dispensary is 100% open source and available for anyone to <a href=\"https://wordpress.org/plugins/wp-dispensary/\" target=\"_blank\">download for free from WordPress.org</a>. Full <a href=\"http://www.wpdispensary.com/documentation/\" target=\"_blank\">documentation</a> is available for the plugin on the WP Dispensary project website, which includes instructions for setting it up, information on add-ons, and additional plugin suggestions. The plugin is also <a href=\"https://github.com/deviodigital/wp-dispensary\" target=\"_blank\">available on GitHub</a> if you want to contribute bug fixes or improvements.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 20 Apr 2016 20:09: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:29;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"WPTavern: The Quest For a Centralized WordPress Notifications Center\";s:7:\"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:28:\"http://wptavern.com/?p=53785\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"http://wptavern.com/the-quest-for-a-centralized-wordpress-notifications-center\";s: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:9813:\"<p>Based on the number of comments we received on <a href=\"http://wptavern.com/please-stop-abusing-wordpress-admin-notices\">WordPress admin notices</a> being abused, it’s clear that a number of you feel the same way I do. Thanks to the healthy discussion that took place, I learned several new things about admin notices I’d like to share with you.</p>\n<h2>Themes Do it Too</h2>\n<p>While the crux of the article focuses on plugins being the largest offender, the issue also applies to themes hosted in and outside of the WordPress theme directory. In one of the more extreme examples I discovered, earlier this year, <a href=\"https://reduxframework.com/e\">Redux Framework</a> added an admin notice that informed users of a new <a href=\"https://reduxframework.com/extension/ad-remover/\">commercial extension</a>.</p>\n<p>When users questioned <a href=\"https://github.com/reduxframework/redux-framework/issues/2801\">how to remove the notices</a>, Redux Framework developers responded by creating a commercial extension.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/04/ReduxFrameworkAdNotice.png\"><img class=\"size-full wp-image-53826\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/04/ReduxFrameworkAdNotice.png?resize=1025%2C47\" alt=\"Redux Framework Admin Notice\" /></a>Redux Framework Admin Notice\n<p>For $59 a year, the extension removes admin notices, ads from the options panel, and the dashboard news widget. Even though the notices and ads are only displayed when the framework’s dev mode is enabled, it seems like a ridiculous way to generate revenue.</p>\n<p>While researching for this article, I discovered that Dovy Paukstys, Co-Founder and lead developer of Redux Framework, is in the process of removing advertising from current and future admin notices. Paukstys provided the Tavern with the following statement:</p>\n<blockquote><p>As a fellow developer, I can see how frustrating an admin notice can be when used as an ad. To support the requests of the community, we will no longer use admin notices to advertise premium features. We will use admin notices for their intended purpose, to inform and educate our users.</p>\n<p>We hope that other frameworks, plugins, and products will follow suit.</p></blockquote>\n<h2>WP Notification Center</h2>\n<p>Inspired by our article, WPBeginner looks into whether or not <a href=\"http://www.wpbeginner.com/opinion/does-wordpress-need-a-notification-center-we-think-so-how-about-you/\">WordPress needs a notification center</a>. As it turns out, there are a couple of different plugins and projects in the works aiming to solve this problem.</p>\n<p>The <a href=\"https://wordpress.org/plugins/wp-notification-center/\">WP Notification Center</a> plugin, developed by Barry Kooij and Never5, adds a <a href=\"http://www.barrykooij.com/wordpress-notification-manager/\">notification center</a> to WordPress. This plugin moves admin notices to a central location freeing up valuable screen real-estate.</p>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/04/WPNotificationCenter.png\"><img class=\"size-full wp-image-53828\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/04/WPNotificationCenter.png?resize=638%2C155\" alt=\"WP Notification Center\" /></a>WP Notification Center\n<p>When activated, a notifications area is added to the admin bar. This tells you the number of notices available and provides quick viewing access. The messages are also color coded to easily tell the difference between update and error messages.</p>\n<p>Links within the notice take you to the corresponding admin page to view more details. Unfortunately, you can’t dismiss notices from the admin toolbar without navigating to the links within them. According to Kooij, dismissing notices is a difficult problem to fix.</p>\n<blockquote><p>The admin notices are added in code so I can’t stop them from being added. That means I would need to store what notices are dismissed and check all added notices on every admin page load to filter out the ones that are dismissed.</p>\n<p>It’s the other way around from an ideal situation, where a notice would be added to the database and I can simply remove it when it’s dismissed.</p></blockquote>\n<p>As for the possibility of getting WP Notification Center into core, “I would love to write a patch for core that would set this up the right way,” Kooij said. “That would eventually involve deprecating and stop displaying notifications that are being added the old way.”</p>\n<p>If you’re interested in tackling this problem or would like to contribute to other facets of the project, you can find it <a href=\"https://github.com/barrykooij/wp-notification-center\">on GitHub</a> where issues and pull requests are welcomed.</p>\n<h2>WordPress Notifications API</h2>\n<p>During the WordPress Core developer chat <a href=\"https://make.wordpress.org/core/2016/01/13/core-dev-chat-notes-for-jan-13/\">back in January</a>, John Blackbourn proposed a Notifications API that would replace <code>wp_mail()</code> with an extensible API. The API could be hooked into by developers to send notifications via webhooks that would enable Slack and IM notifications. There would also be UI added so users and admins can choose which individual notifications and types to opt-in/out of.</p>\n<p>The API is not directly relevant to admin notices but it’s possible they could be connected in the future. Blackbourn plans to publish a detailed blog post outlining the idea in-depth within the next week or two.</p>\n<h2>Jetpack Notifications</h2>\n<p>Jetpack handles notifications via a module that adds an icon to the toolbar. Notifications include, Likes, Comments, Follows, and the ability to moderate and reply to comments.</p>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/04/JetpackNotifications.png\"><img class=\"size-full wp-image-53846\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/04/JetpackNotifications.png?resize=406%2C422\" alt=\"Jetpack Notifications\" /></a>Jetpack Notifications\n<p>I use this notifications area all the time to moderate and respond to comments. It’s convenient and usually loads items quickly. However, I’m not sure how well the interface would work if admin notices from themes and plugins were added.</p>\n<h2>Subscribers Can Possibly See Admin Notices</h2>\n<p>One of the most surprising <a href=\"http://wptavern.com/please-stop-abusing-wordpress-admin-notices#comment-165057\">things I’ve learned</a> is that users who are subscribers can <em>possibly</em> see admin notices. On the surface, this doesn’t make sense as subscribers don’t have the capabilities necessary to act on notices. I tested this theory on the WP Tavern test site by activating both Yoast SEO and the All in One SEO plugin.</p>\n<p>This is what I see while logged in as an admin.</p>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/04/AdminNoticesSEO.png\"><img class=\"size-full wp-image-53847\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/04/AdminNoticesSEO.png?resize=1025%2C293\" alt=\"Admin Notices While Logged in as Admin\" /></a>Admin Notices While Logged in as Admin\n<p>This is the same dashboard while logged in as a subscriber.</p>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/04/AdminNoticesWhileASubscriber.png\"><img class=\"size-full wp-image-53848\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/04/AdminNoticesWhileASubscriber.png?resize=1025%2C380\" alt=\"Admin Notices While Logged in as A Subscriber\" /></a>Admin Notices While Logged in as A Subscriber\n<p>As you can see, the notices disappear when logged in as a subscriber. While I initially thought this was an issue in core, it appears to be more of a developer issue. JS Morisset, who <a href=\"http://wptavern.com/please-stop-abusing-wordpress-admin-notices#comment-165464\">commented on the original article</a> has a possible explanation:</p>\n<blockquote><p>The word ‘admin’ (for notices) could be interpreted in two ways — either they’re admin / back-end notices, or they’re administrator notices.</p>\n<p>I’ve always understood that they are the former (notices displayed on the admin back-end), and can be seen by any / all back-end users, so I use ‘current_user_can()’ in my own code to display different kinds of messages. Maybe this is more of a developer awareness issue than a core WP issue.</p></blockquote>\n<p>While I have not analyzed the code in the plugins I tested, the <a href=\"https://developer.wordpress.org/reference/functions/current_user_can/\">current_user_can()</a> capability check would explain why admins see notices while subscribers do not.</p>\n<h2>What I’d Like to See in a Centralized WordPress Notifications Center</h2>\n<p>Admin notices are a great way for developers to inform users of important information. But with all the notices bombarding site administrators these days, there’s a need for an organizational user interface to manage them all. When considering the types of notifications to allow and display, a notification center in WordPress can easily turn into a deep rabbit hole.</p>\n<p>What I’d like to see is a notification center that notifies me of core, plugin, and theme updates in addition to whatever notices those items generate. I also want it to tell me about errors on the site. These notifications should be in an easy-to-use interface that’s quick to access. Notifications should be dismissable or have a status where they can be marked as read.</p>\n<p>As seen above, there are plenty of people and projects working on solutions to this problem. What would be your ideal WordPress notifications center?</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 20 Apr 2016 02:11:41 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:107:\"WPTavern: Developers Urge White House to Consider “Open by Default” for New Open Source Software Policy\";s:7:\"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:28:\"http://wptavern.com/?p=53787\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:111:\"http://wptavern.com/developers-urge-white-house-to-consider-open-by-default-for-new-open-source-software-policy\";s: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:7190:\"<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/03/white-house.jpg\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/03/white-house.jpg?resize=1024%2C520\" alt=\"photo credit: The White House Washington DC - (license)\" class=\"size-full wp-image-52474\" /></a>photo credit: <a href=\"http://www.flickr.com/photos/71380981@N06/19902559769\">The White House Washington DC</a> – <a href=\"https://creativecommons.org/licenses/by-nc-nd/2.0/\">(license)</a>\n<p>Last month the White House <a href=\"http://wptavern.com/white-house-seeks-feedback-on-github-for-government-wide-open-source-software-policy\" target=\"_blank\">called for developers to comment on its proposed draft</a> for a Government-wide Open Source Software policy. The new policy would require code paid for by the government to be made available for reuse across other federal agencies and a portion (20%) of the custom code would be released as open source.</p>\n<p>The period for public comment officially ended yesterday and now the <a href=\"https://www.whitehouse.gov/omb/\" target=\"_blank\">White House Office of Management and Budget (OMB)</a> will analyze the feedback on GitHub to refine the final policy.</p>\n<h3>CIO of the Department of Homeland Security Affirms Benefits of Open Source for Cybersecurity</h3>\n<p>Yesterday, Luke McCormack, the Chief Information Officer of the Department of Homeland Security, offered <a href=\"https://github.com/whitehouse/source-code-policy/issues/222\" target=\"_blank\">formal comments on GitHub</a>, affirming the benefits of open source, especially in regard to cybersecurity:</p>\n<blockquote><p>When managed appropriately, releasing code as OSS and engaging with the community can have extensive cybersecurity benefits. Security through obscurity is not true security: we cannot depend on vulnerabilities not being exploited just because they have not been discovered yet. There are many examples of widely-used pieces of software that benefit greatly from constant and vigorous community reviews and contributions to find bugs, and thus making them more secure. We look forward to government systems joining them.</p></blockquote>\n<p>McCormack’s clarification of the department’s official position combats the common misconception that open source code is inherently insecure. The comment also affirms the department’s support for working with the open source community.</p>\n<p>“Participation in the open source community will further strengthen our systems and help fulfill the mission of the Department,” McCormack said. “Likewise, we believe in the potential of this policy to incentivize innovation and enable a new generation of companies to do business with the Government.”</p>\n<h3>Developers Push for an “Open by Default” Policy</h3>\n<p>The proposed policy encourages federal agencies to work together to make reusable modules and to build active communities around the open source code they release. It is a better use of American tax dollars, but there is also a significant contingency of developers who believe the policy doesn’t go far enough with its arbitrary 20% requirement.</p>\n<p>In an issue titled “<a href=\"https://github.com/WhiteHouse/source-code-policy/issues/90\" target=\"_blank\">Software should be “Open by default” not 20%</a>,” the Presidential Innovation Fellows Foundation (PIFF) shared the following statement summarizing the general consensus of its 120 members:</p>\n<blockquote><p>The PIF Foundation membership strongly believes that it is in the best interest of increased government efficiency and taxpayer savings for the OMB to set a policy of ‘open by default’ for custom software developed by the Federal Government rather than setting a goal of at least 20% OSS as originally proposed in the source code policy.</p></blockquote>\n<p><a href=\"http://ben.balter.com/\" target=\"_blank\">Ben Balter</a>, open source advocate and product manager at GitHub, <a href=\"https://github.com/WhiteHouse/source-code-policy/issues/90#issuecomment-207820011\" target=\"_blank\">expanded</a> on why the PIFF believes that taxpayer-funded government code should be open by default. Balter penned an <a href=\"https://fcw.com/articles/2016/04/11/balter-open-source-opinion.aspx\" target=\"_blank\">op-ed for FCW</a> about how the proposed open source policy, with its 20% requirement, is a missed opportunity to modernize government. He contends that the proposed three-year pilot program will not likely produce results beyond what is already known, as open source has already undergone a two-decade pilot. By 2019, the push for ‘open by default’ will be long overdue:</p>\n<blockquote><p>It’s no secret that government agencies lag behind the private sector with regard to technology, and the proposed source code policy hesitantly testing the waters of open source is no exception. Open source software isn’t a potential fad to be cautiously evaluated as part of a three-year pilot program, nor are the benefits unknown or unproven in large enterprises. Open source is simply how industry builds software today. You’d be hard-pressed to find a startup worth its venture capital funding that isn’t based, at least in part, on open source software. The same holds true of most industry leaders, already embracing open source as a core part of their business strategy, including Microsoft, Apple, Google, IBM, SAP and Adobe to name a few.</p></blockquote>\n<p>Mozilla representatives also <a href=\"https://github.com/WhiteHouse/source-code-policy/issues/159\" target=\"_blank\">commented on the issue</a> to affirm its support for “open by default” and clear international licensing. The company identified four key reasons for shooting for 100% rather than mandating a minimum requirement:</p>\n<ul>\n<li>Open source by default is consistent with the principle that the public should receive maximal benefit from the expenditure of their tax dollars.</li>\n<li>Software produced in the open will be of high quality and will help promote the public’s trust due to the extra scrutiny it can receive and the potential contribution of external interested parties.</li>\n<li>The additional burden of opening source code to the public should not be great if the software already has to be prepared for sharing within the Federal government.</li>\n<li>The burden of tracking, assessing and reporting on percentages is removed, as is the problem of deciding how to make the measurements in the first place.</li>\n</ul>\n<p>Mozilla and many others commenting on the issue are urging the White House to reject the notion of an arbitrary 20% target and instead aim for open source from the outset, removing sensitive parts of the code base as necessary.</p>\n<p>It’s unclear how much weight this particular issue will hold in the creation of the final policy, but the opportunity for industry experts to comment on and contribute to the process is already a major step forward. The policy is still in draft status and we will publish an update once the OMB has finalized its decision.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 19 Apr 2016 22:35:41 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:77:\"WPTavern: Linus Torvalds Explains How Open Source Led to the Success of Linux\";s:7:\"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:28:\"http://wptavern.com/?p=53795\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"http://wptavern.com/linus-torvalds-explains-how-open-source-led-to-the-success-of-linux\";s: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:4722:\"<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/04/TED-linus-torvalds-interview.png\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/04/TED-linus-torvalds-interview.png?resize=1025%2C570\" alt=\"TED-linus-torvalds-interview\" class=\"aligncenter size-full wp-image-53797\" /></a></p>\n<p>In a rare and deeply personal <a href=\"http://www.ted.com/talks/linus_torvalds_the_mind_behind_linux\" target=\"_blank\">interview</a> with TED Curator Chris Anderson, Linus Torvalds spoke about how open source made his projects what they are today. Torvalds, creator of the Linux kernel and the Git version control system, revealed that he prefers to work alone, in his bathrobe, in total silence. Although he heads up one of the largest open source projects in the world, with 1,000 contributors involved in every bimonthly release, Torvalds claims he is not a people person.</p>\n<p>“I did not start Linux as a collaborative project,” Torvalds said. “I started it as one in a series of many projects I had done at the time for myself, partly because I needed the end result, but even more because I just enjoyed programming.”</p>\n<p>Torvalds said that open source wasn’t really on his radar at all. As Linux grew, it became something he wanted to show off to people and he made it publicly available. It wasn’t even open source at that point, which was mainly called “free software” back then. He had no intention of using open source to improve his project. He simply invited comments on his project and, to his amazement, people took interest in the code and started contributing ideas.</p>\n<p>“Every project before that had been completely personal, and it was a revelation when people just started commenting, started giving feedback on your code,” Torvalds said.</p>\n<p>As the Linux project grew, thousands of people wanted to contribute. Torvalds said that it reached a breaking point where he knew he couldn’t scale it to work with that many people without having some kind of version control system in place.</p>\n<p>“So git is my second project, which was only created for me to maintain my first project,” he said. “And this is literally how I work. I do code for fun, but I want to code for something meaningful. Every single project that I’ve ever done has been for something I needed.”</p>\n<p>Ironically, for someone who professes not to be a people person, Torvalds revolutionized collaborative development for teams and projects with Git. He said that he has often been in conflict with other people and can be “myopic when it comes to other people’s feelings.” Open source gave him a way to work effectively with other people:</p>\n<blockquote><p>One of the things I really like about open source is it allows different people to work together. We don’t have to like each other, and sometimes we really don’t like each other. There are very, very heated arguments. You don’t even agree to disagree – it’s just that you’re interested in different things. </p>\n<p>Coming back to the point that I said earlier, that I was afraid of commercial people taking advantage of your work – It very quickly turned out that those commercial people were lovely people. And they did all the things that I was not at all interested in doing and they had completely different goals. And they used open source in ways that I just did not want to go. But because it was open source they could do it and it actually works really beautifully together.</p></blockquote>\n<p>One of the most interesting things about his story is that he first embraced open source out of practicality, not because of ideological convictions.</p>\n<p>“Without doing the whole open-source-and-really-letting-go thing, Linux would never have been what it is,” Torvalds said. Even so, he said he doesn’t necessarily think the principle can be applied to other aspects of life beyond code without a lot of grey areas.</p>\n<p>Despite having changed the future by creating technology that powers the internet, Torvalds does not consider himself a visionary.</p>\n<p>“I am not a visionary,” he said. “I do not have a five year plan. I’m an engineer. I’m perfectly happy with all the people who are walking around staring at the clouds and looking at the stars and saying, ‘I want to go there.’ But I’m looking at the ground and I want to fix the pothole that’s right in front of me before I fall in.”</p>\n<p>Check out the 21-minute interview in the video below:</p>\n<p></p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 19 Apr 2016 05: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:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:32;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"WPTavern: WordPress 4.6 Development Kicks Off This Week, Dominik Schilling to Lead 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:28:\"http://wptavern.com/?p=53759\";s:7:\"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:99:\"http://wptavern.com/wordpress-4-6-development-kicks-off-this-week-dominik-schilling-to-lead-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:4254:\"<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/04/sharpened-pencil.jpg\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/04/sharpened-pencil.jpg?resize=960%2C511\" alt=\"photo credit: Angelina Litvin\" class=\"size-full wp-image-53775\" /></a>photo credit: <a href=\"https://stocksnap.io/photo/JLXDNN5BNE\">Angelina Litvin</a>\n<p>As soon as WordPress 4.5 was out the door, WordPress 4.6 release lead Dominik Schilling opened up the floor for <a href=\"https://make.wordpress.org/core/2016/04/14/wordpress-4-6-whats-on-your-wish-list/\" target=\"_blank\">discussion on wish list items</a> ahead of the kickoff chat on Wednesday. The development community chimed in with feedback on their users’ biggest pain points, important UX issues to be solved, and existing features they would like to see polished.</p>\n<p>If the 200+ comments on the post are any indication, WordPress users and contributors are buzzing with ideas for improving the software in the upcoming release. The Make/WordPress core blog doesn’t have a voting system, but a few of the wish list items with the most +1’s include:</p>\n<ul>\n<li>Many-to-many relationships between posts and users (à la <a href=\"https://wordpress.org/plugins/posts-to-posts/\" target=\"_blank\">Posts 2 Posts</a>)</li>\n<li>Group ownership and content management</li>\n<li>Custom post statuses</li>\n<li>Multi-author support for single page/post/term items</li>\n<li>Fix long-standing <a href=\"https://core.trac.wordpress.org/ticket/4539\" target=\"_blank\">issues with wptexturize</a></li>\n<li><a href=\"https://core.trac.wordpress.org/query?status=!closed&keywords=~https\" target=\"_blank\">HTTPS improvements</a></li>\n<li>Add a new core <a href=\"https://core.trac.wordpress.org/ticket/32417\" target=\"_blank\">media widget</a></li>\n<li><a href=\"https://core.trac.wordpress.org/ticket/16379\" target=\"_blank\">Better UI for creating a “front” page</a></li>\n<li>Support for <a href=\"https://core.trac.wordpress.org/ticket/19627\" target=\"_blank\">allowing themes to register a static front page</a> to be automatically turned on at activation</li>\n<li>Remove the plugin/theme editor and make it into a plugin</li>\n<li>Fields API</li>\n<li><a href=\"https://core.trac.wordpress.org/ticket/12668\" target=\"_blank\">Custom Comment Types</a></li>\n<li><a href=\"https://core.trac.wordpress.org/ticket/21022\" target=\"_blank\">Use bcrypt for passwords</a></li>\n</ul>\n<p>Ella Van Dorpe also posted a <a href=\"https://make.wordpress.org/core/2016/04/12/editor-wish-list-4-6/\" target=\"_blank\">summary</a> of the most recent meeting for contributors on the core editor component. The team discussed a wish list for the editor in 4.6 and beyond, including the possibility of creating a feature plugin that uses <a href=\"https://nytimes.github.io/ice/demo/\" target=\"_blank\">ICE</a> to allow suggestions and comments on content. A <a href=\"https://core.trac.wordpress.org/ticket/36474\" target=\"_blank\">revamp of the Publish meta box</a>, more experimentation with inline toolbars, more formatting shortcodes, and other improvements are also on the list.</p>\n<p>Weston Ruter and contributors plan to continue chipping away at the <a href=\"https://make.wordpress.org/core/2015/09/23/outlining-a-possible-roadmap-for-the-customizer/\" target=\"_blank\">customizer roadmap</a> and component page with a focus on <a href=\"https://make.wordpress.org/core/2015/01/26/customizer-transactions-proposal/\" target=\"_blank\">customizer transactions</a>. Ruter would also like to introduce <a href=\"https://core.trac.wordpress.org/ticket/34923\" target=\"_blank\">basic content authorship</a> in the customizer in 4.6, along with improvements to existing features.</p>\n<p>The 4.6 <a href=\"https://make.wordpress.org/core/2016/04/14/wordpress-4-6-whats-on-your-wish-list/\" target=\"_blank\">wish list</a> offers a small preview of what might be coming in this release, and there’s still time to contribute new items and feedback. If you want to advocate for your ticket or wish list item, join the WordPress 4.6 kickoff chat in the #core Slack channel on Wednesday at <a href=\"http://www.timeanddate.com/worldclock/fixedtime.html?iso=20160420T2000\" target=\"_blank\">3:00PM CDT</a>.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 18 Apr 2016 18:25:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:94:\"WPTavern: Sucuri Partners with Let’s Encrypt to Offer Free SSL Certificates to All Customers\";s:7:\"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:28:\"http://wptavern.com/?p=53721\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:101:\"http://wptavern.com/sucuri-partners-with-lets-encrypt-to-offer-free-ssl-certificates-to-all-customers\";s: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:3363:\"<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/04/ssl.png\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/04/ssl.png?resize=650%2C181\" alt=\"ssl\" class=\"aligncenter size-full wp-image-53744\" /></a></p>\n<p><a href=\"http://sucuri.net/\" target=\"_blank\">Sucuri</a>, a website security company that specializes in securing WordPress (and other CMS) sites, <a href=\"https://blog.sucuri.net/2016/04/sucuri-firewall-free-letsencrypt-ssl-certs-for-everyone.html\" target=\"_blank\">announced</a> that SSL certificates are now available at no cost to all customers who make use of the company’s <a href=\"https://sucuri.net/website-firewall/\" target=\"_blank\">firewall</a>. As a <a href=\"https://letsencrypt.org/sponsors/\" target=\"_blank\">sponsor of the Let’s Encrypt initiative</a>, Sucuri joins <a href=\"http://wptavern.com/automattic-partners-with-lets-encrypt-to-enable-https-on-all-wordpress-com-websites\" target=\"_blank\">Automattic</a> as one of the first companies to fully automate free SSL Certificates for all customers. The company has also enabled the new HTTP/2 protocol by default, which offers significant performance advantages compared to raw HTTPS.</p>\n<p>Unlike WordPress.com, which <a href=\"https://en.support.wordpress.com/https/\" target=\"_blank\">does not allow users to disable encryption</a>, Sucuri offers a “No HTTPS” option which will force all traffic to be redirected to HTTP. Customers can also select from partial SSL, full SSL, and Custom SSL (where they can use their own certificates).</p>\n<p>Despite their sponsorship of the Let’s Encrypt initiative, Sucuri’s founders emphasized that SSL support is not a magic wand that instantly makes your website secure, since it only protects information transferred between the browser and web server.</p>\n<p>“Even though we are providing SSL certificates to all our clients, we don’t subscribe to the idea that every website needs HTTPS enabled,” Sucuri CTO Daniel Cid said. “The idea that this makes for a more secure web is inaccurate.”</p>\n<p>Cid and co-founder Tony Perez share a perspective tempered by years of experience fixing hacked websites. The majority of compromises come through brute force attacks, software vulnerabilities, and DDOS attacks.</p>\n<p>In a post titled <a href=\"https://perezbox.com/2015/07/https-does-not-secure-your-website/\" target=\"_blank\">HTTPS Does Not Secure Your Website</a>, Sucuri CEO Tony Perez identified three general instances where SSL is essential: when transferring personal identifiable information, transaction data in e-commerce, and other sensitive data. Outside of these scenarios, HTTPS is not as critical.</p>\n<p>“I have no doubt that HTTPS will continue to grow in popularity,” Perez said. “What I take exception to is when technology professionals say that one of the driving factors for HTTPS is it’ll secure your website, because it won’t.”</p>\n<p>Sucuri only recommends HTTPS for customers who are already taking security seriously and want to add protection for data in transit. The company suggests putting more basic security measures in place first – keeping your software updated, implementing intrusion detection, getting code reviews, and storing passwords securely.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 18 Apr 2016 04:21:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s: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:44:\"Post Status: WordPress 4.5 — Draft Podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=23435\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://poststatus.com/wordpress-4-5-draft-podcast/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2142:\"<p>Welcome to the Post Status <a href=\"https://poststatus.com/category/draft\">Draft podcast</a>, which you can find <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\">on iTunes</a>, <a href=\"http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast\">Stitcher</a>, and <a href=\"http://simplecast.fm/podcasts/1061/rss\">via RSS</a> for your favorite podcatcher. Post Status Draft is hosted by Joe Hoyle — the CTO of Human Made — and Brian Krogsgard.</p>\n<p><span>WordPress 4.5 was just released, and comes backed with a lot of great new features. Some of our favorites have to do with the editing experience, but we go over all the new user facing features as well as under the hood bits of WordPress 4.5. We also dig into the earliest stages of WordPress 4.6, which is already underway.</span></p>\n<p><span>If you’ve been enjoying Post Status Draft, would you considering rating us in iTunes? We’ve never asked for it, but it would help tremendously! You can do so by going to iTunes, click “Ratings and Reviews” and leave a quick review. Thanks!</span></p>\n<a href=\"https://audio.simplecast.com/35565.mp3\">https://audio.simplecast.com/35565.mp3</a>\n<p><a href=\"http://audio.simplecast.com/35565.mp3\">Direct Download</a></p>\n<h3>Links</h3>\n<ul>\n<li><a href=\"https://poststatus.com/wordpress-4-5-coleman-released/\">Brian’s WordPress 4.5 Post</a></li>\n<li><a href=\"https://make.wordpress.org/core/2016/04/14/wordpress-4-6-whats-on-your-wish-list/\">WordPress 4.6 wishlist</a></li>\n<li><a href=\"https://poststatus.com/day-of-rest-boston/\">A Day of Rest is going to Boston!</a></li>\n</ul>\n<h3>Sponsor</h3>\n<p><span>This podcast is sponsored by </span><a href=\"http://wp101.com\"><span>WP101</span></a><span>. The WP101 Plugin delivers a set of WordPress video tutorials right in your clients’ dashboard, freeing your time to do what you do best! They also just released a great 22 part course on WooCommerce that you should definitely check out. Thank you to </span><a href=\"http://wp101.com\"><span>WP101</span></a><span> for being a Post Status partner.</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:\"Sat, 16 Apr 2016 12: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:\"Katie Richards\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:68:\"WPTavern: Help Test the New WordPress Importer Plugin in 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:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=53477\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"http://wptavern.com/help-test-the-new-wordpress-importer-plugin-in-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:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4379:\"<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/06/dinocar.jpg\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/06/dinocar.jpg?resize=1025%2C523\" alt=\"photo credit: Ryan McGuire\" class=\"size-full wp-image-45346\" /></a>photo credit: <a href=\"https://stocksnap.io/photo/A0737DFF83\">Ryan McGuire</a>\n<p>The official <a href=\"https://wordpress.org/plugins/wordpress-importer/\" target=\"_blank\">WordPress Importer</a> plugin is in shambles and has frustrated users with inconsistent performance for years. The plugin has more than a million active installations and is critical for migrations, unless you are familiar with using more advanced tools. With years of unresolved support threads identifying the plugin’s many bugs, the importer is in need of some help.</p>\n<p>In a volunteer-driven open source community, important projects like the WordPress importer can go neglected for a long time until someone gets inspired to take on the responsibility. The good news, however, is that the importer is in the process of being completely rewritten thanks to Ryan McCue, who is also a leader on the WP REST API project.</p>\n<p>The <a href=\"https://github.com/humanmade/WordPress-Importer\" target=\"_blank\">WordPress Importer Redux</a> project is available on GitHub with fixes for some of the previous plugin’s most troublesome issues. McCue is rewriting the importer with the goals of making it “fast, lightweight, and consistent.” He summarized the major improvements that are part of version 2 in a <a href=\"https://make.wordpress.org/core/2015/11/18/wordpress-importer-redux/\" target=\"_blank\">post</a> on Make/WordPress core blog:</p>\n<ul>\n<li><strong>Way less memory usage:</strong> Testing shows memory usage to import a 41MB WXR file is down from 132MB to 19MB (less than half the actual file size!). This means no more splitting files just to get them to import.</li>\n<li><strong>Faster parser:</strong> By using a streaming XML parser, we process data as we go, which is much more scalable than the current approach. Content can begin being imported as soon as the file is read, rather than waiting for pre-processing.</li>\n<li><strong>Resumable parsing:</strong> By storing more in the database instead of variables, we can quit and resume imports on-the-go.</li>\n<li><strong>Partial imports:</strong> Rethinking the deduplication approach allows better partial imports, such as when you’re updating a production site from staging.\n</li>\n<li><strong>Better CLI:</strong> Treating the CLI as a first-class citizen means a better experience for those doing imports on a daily basis, and better code quality and reusability.</li>\n</ul>\n<p>Until recently, the new importer had no UI, so the only way to test it was to run it via WP-CLI. A new <a href=\"https://github.com/humanmade/WordPress-Importer/tree/admin-ui\" target=\"_blank\">Admin UI branch</a> of the project is now available so you can <a href=\"https://github.com/humanmade/WordPress-Importer/archive/master.zip\" target=\"_blank\">download the plugin as a zip</a> and activate it inside WordPress. McCue tweeted a sneak peak at the progress bar for the import summary:</p>\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">New WordPress Importer UI, coming soon. <a href=\"https://t.co/wM6cZY6BSk\">pic.twitter.com/wM6cZY6BSk</a></p>\n<p>— Ryan McCue ⍨ (@rmccue) <a href=\"https://twitter.com/rmccue/status/717610812236410880\">April 6, 2016</a></p></blockquote>\n<p></p>\n<p>He is also <a href=\"https://twitter.com/rmccue/status/719454867543076864\" target=\"_blank\">working on a better user mapping UI for the importer</a>. This image shows the UI in progress with the old one at the bottom for reference.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/04/importer-v2.jpg\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/04/importer-v2.jpg?resize=599%2C198\" alt=\"importer-v2\" class=\"aligncenter size-full wp-image-53732\" /></a></p>\n<p>If you want to test the new importer, McCue encourages users to compare the experience to the old importer and take note of what works and what breaks. Feedback is welcome in the project’s GitHub issues queue on the designated <a href=\"https://github.com/humanmade/WordPress-Importer/issues/7\" target=\"_blank\">general feedback thread</a>.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 15 Apr 2016 21:50:24 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:73:\"WPTavern: MonsterInsights Addresses User Criticism With Immediate 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:28:\"http://wptavern.com/?p=53706\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"http://wptavern.com/monsterinsights-addresses-user-criticism-with-immediate-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:3623:\"<p>When <a href=\"http://wptavern.com/syed-balkhi-acquires-google-analytics-by-yoast-renames-to-monsterinsights\">Google Analytics by Yoast suddenly turned into MonsterInsights</a> yesterday, many users were taken by surprise. Users voiced their frustration and concerns on the <a href=\"https://wordpress.org/support/plugin/google-analytics-for-wordpress\">plugin’s support forum</a>. Some users thought <a href=\"https://wordpress.org/support/topic/i-honestly-thought-my-site-had-been-hacked-some-sort-of-warning-please?replies=14\">their sites were hacked</a> after noticing the menu label changed and seeing a bright green menu icon.</p>\n<p>Syed Balkhi, founder of WPBeginner.com, along with Chris Christoff, lead developer of the MonsterInsights plugin, immediately responded to criticism in the forums. One of the biggest complaints from users was the lack of communication that the plugin changed hands.</p>\n<p>Christoff admits that the plugin’s changelog should have included information about the switch.</p>\n<blockquote><p>I thought I had included information about the acquisition in the changelog, but I apparently didn’t. That’s totally on me, and I can certainly understand why people might be a bit upset over that.</p></blockquote>\n<p>Complaints about the <a href=\"https://wordpress.org/support/topic/i-honestly-thought-my-site-had-been-hacked-some-sort-of-warning-please?replies=14#post-8277576\">bright menu icon</a> were addressed with a recent update that lowers its opacity to be more in line with other icons. Even though the bright green is gone, the icon is still noticeable. Here’s what it looks like.</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/04/NewMonsterInsightsPluginIcon.png\"><img class=\"size-full wp-image-53708\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/04/NewMonsterInsightsPluginIcon.png?resize=149%2C240\" alt=\"New MonsterInsights Menu Icon\" /></a>New MonsterInsights Menu Icon\n<p>The menu label was also renamed from MonsterInsights to Insights. Not only is it shorter, it’s more in line with the plugin’s functionality. Its placement within the admin menu was also fixed as it no longer shows up near the top of the list.</p>\n<p>Another concern brought up by users are the four display ads on the plugin’s dashboard page. While some users thought these were new, they’ve always existed in the free plugin. Instead of advertising Joost de Valk’s products, they now advertise four complimentary products affiliated with Balkhi.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/04/MonsterInsightsDisplayAds.png\"><img class=\"size-full wp-image-53709\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/04/MonsterInsightsDisplayAds.png?resize=1025%2C596\" alt=\"Display Advertising in MonsterInsights\" /></a>Display Advertising in MonsterInsights\n<p>Within the last 24 hours, the plugin has received a number of enhancements based on user feedback. Although the <a href=\"http://wptavern.com/a-little-communication-goes-a-long-way\">lack of communication</a> put some people off, the company’s quick response has satisfied <a href=\"https://wordpress.org/support/topic/i-honestly-thought-my-site-had-been-hacked-some-sort-of-warning-please?replies=14#post-8282661\">at least a few users</a>. Balkhi says the team continues to listen to feedback and that if you have a feature request or bug report, to file it on the <a href=\"https://github.com/awesomemotive/google-analytics-for-wordpress/issues\">project’s GitHub page</a>.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 15 Apr 2016 17:17: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:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:53:\"WPTavern: Please Stop Abusing WordPress Admin Notices\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=53651\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"http://wptavern.com/please-stop-abusing-wordpress-admin-notices\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1728:\"<p>We’ve recently installed some new plugins on the Tavern and one of them generates an <a href=\"https://developer.wordpress.org/reference/hooks/admin_notices/\">admin notice</a> that can not be dismissed without disabling it. Not only is this frustrating, but it makes it less likely that I’ll give the developer money to purchase the pro version.</p>\n<p>Here’s what the admin notice looks like. I’ve hidden the name of the advertised plugin as the goal is to inform people, not shame plugin authors.</p>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/04/AdminNoticeAbuse.png\"><img class=\"size-full wp-image-53713\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/04/AdminNoticeAbuse.png?resize=869%2C73\" alt=\"Admin Notice With No Dismissal Button\" /></a>Admin Notice With No Dismissal Button\n<p>While I expect admin notices when activating a plugin or after a major update, I don’t appreciate the inability to dismiss them. I also don’t appreciate admin notices that reappear no matter how many times I click the dismiss button. The worst part about the notice above is that it shows up on every page hijacking important screen real-estate in the WordPress backend resulting in a terrible user experience.</p>\n<p>WordPress plugin authors, I respectfully request that you use the <a href=\"https://developer.wordpress.org/reference/hooks/admin_notices/\">admin notice</a> feature in WordPress for providing crucial information about your plugins and not as a billboard. Give users the opportunity to dismiss them and make sure that when dismissed, they don’t reappear unless the user clears their browser’s cookies.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 15 Apr 2016 16:11: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:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:72:\"WPTavern: 3 Signs Your WordPress Development Team Is Not Actually a Team\";s:7:\"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:28:\"http://wptavern.com/?p=53693\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"http://wptavern.com/3-signs-your-wordpress-development-team-is-not-actually-a-team\";s: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:5649:\"<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/03/petersuhm.jpeg\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/03/petersuhm.jpeg?resize=150%2C150\" alt=\"petersuhm\" class=\"alignright size-thumbnail wp-image-40534\" /></a>This post was contributed by guest author <a href=\"http://petersuhm.com/\" target=\"_blank\">Peter Suhm</a>. Peter is a web developer from the Land of the Danes. He is the creator of <a href=\"http://wptavern.com/wp-pusher-aims-to-provide-pain-free-deployment-of-wordpress-themes-and-plugins-from-github\" target=\"_blank\">WP Pusher</a> and a huge travel addict, bringing his work along with him as he goes.<br />\n </p>\n<hr />\n<p>If you run a typical WordPress agency, I will be bold enough to say this: Your WordPress team is probably not working as a team. Ouch!</p>\n<p>Developer productivity and workflow strategies are my passions. I try to talk to every WordPress developer I meet about how they work and what problems they face. If you ever used WP Pusher, signed up for one of my crash courses on Git, or if for any other reason I have your email address, there is a good chance that I have talked to you about this as well. I have spoken with hundreds of WordPress freelancers and agencies in order to get insights about how they work. You will be surprised to hear how many WordPress agencies are working as small one-person teams, instead of actually working together. The reason for this is a lack of some of the most basic enablers of teamwork.</p>\n<p>Here are 3 things that will make it very obvious to me that your WordPress team is probably not as much of a team as you would like to think:</p>\n<h2>1. Lack of version control</h2>\n<p>Did you read this headline thinking “Great, we’re committing everything to Bitbucket already, so we’re fine”? To be honest: Having an account on Bitbucket and pushing all your code there is not enough.</p>\n<p>Git is not just about backing up your code on Bitbucket or GitHub. It is one of the most basic collaboration tools for your developers. Git gives them the freedom to collaborate on the projects they work on, but only if used in a certain way. If the commit log is a big mess of huge commits with meaningless commit messages, it won’t be very helpful to the rest of the team.</p>\n<p>However, if a commit represents a small, isolated change and a commit message is well-written and concise, suddenly Git becomes a tool that your team can use to stay on top of what everyone else is working on. In teamwork, communication is key and Git is a great way for your team to communicate what is going on within the different code bases they are working on.</p>\n<h2>2. Lack of a code collaboration platform</h2>\n<p>The main reason to use a code collaboration platform like GitHub or Bitbucket is not to have a backup of your code. Dropbox would probably be easier to use in that case.</p>\n<p>GitHub in particular is a great place for code collaboration. The way pull requests are implemented on GitHub makes reviewing code very enjoyable. Pull requests are a way for your developers to act as a team, by helping each other out with knowledge sharing and feedback. By opening a pull request early in the process of building a new feature, you can invite your co workers to follow your progress and chip in with their knowledge. I have written in detail about pull requests on the WP Pusher blog if you want to learn more.</p>\n<p>Of course, GitHub is also a great place to see the current status of your team spirit. Are people sharing their work and asking for feedback? What are they getting it in return? Are people helping each other out? Are they working as a team?</p>\n<p>The culture is important as well. Giving each other feedback needs to be the norm. Using pull requests and having a list of well-written commit messages on GitHub is the first step, but the culture needs to be embraced as well. Asking for help should be rewarded and not frowned upon.</p>\n<h2>3. Lack of a deployment strategy</h2>\n<p>How are you going to review something that was edited live on a production site? The truth is, you are not.</p>\n<p>When your team is up and running with Git, a proper deployment strategy is a no brainer. It is the natural next step. If you do not have a proper strategy for your deployments, it tells me two things: 1. You are probably not using version control properly. 2. Your developers are manually uploading files over FTP – files that were never reviewed by any teammate.</p>\n<p>If you are using version control, having a deployment process that kicks in when code has been reviewed and is ready for production is easy. The lack of a deployment strategy is a very clear sign that something is missing in your processes.</p>\n<p>If you read this far and are realizing that your WordPress team is not really working as a team, here is my number one recommendation: Get every single technical person on your team on board with Git. Build a culture where communication and collaboration are the norm. In practice that means at least two things: First, when you look over the commit log on GitHub, you can actually see what happened and when. Second, when you go through the pull requests, the team spirit should be obvious from the way feedback is given and code reviews are done.</p>\n<p>My hope is that this post has convinced you that Git is more than just a backup tool. In fact it is one of the most important enablers for teamwork among developers. Without the foundation provided by Git, working effectively as a development team is almost impossible.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 15 Apr 2016 04:45:41 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:66:\"WPTavern: Font Awesome 4.6.0 Adds New Accessibility Icons Category\";s:7:\"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:28:\"http://wptavern.com/?p=53488\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"http://wptavern.com/font-awesome-4-6-0-adds-new-accessibility-icons-category\";s: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:3432:\"<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/04/font-awesome-accessibility.png\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/04/font-awesome-accessibility.png?resize=1025%2C501\" alt=\"font-awesome-accessibility\" class=\"aligncenter size-full wp-image-53682\" /></a></p>\n<p><a href=\"https://fortawesome.github.io/Font-Awesome/\" target=\"_blank\">Font Awesome</a> creator Dave Gandy announced the release of <a href=\"https://articles.fortawesome.com/font-awesome-4-6-released-d7213342698a#.9aq9g24al\" target=\"_blank\">version 4.6.0</a> this week. The open source vector icon collection is used on approximately 60 million websites, including high profile sites like <a href=\"http://whitehouse.gov\" target=\"_blank\">whitehouse.gov</a>, <a href=\"http://thebeatles.com\" target=\"_blank\">thebeatles.com</a>, and <a href=\"http://washingtonpost.com\" target=\"_blank\">washingtonpost.com</a>. Additionally, <a href=\"https://wordpress.org/plugins/search.php?q=%22font+awesome%22\" target=\"_blank\">more than 300 plugins on WordPress.org</a> and <a href=\"https://wordpress.org/themes/search/%22font%20awesome%22/\" target=\"_blank\">dozens of themes</a> use Font Awesome in some way.</p>\n<p>The 4.6.0 release is a major update that improves accessibility for the millions of users who have vision and/or hearing impairments <a href=\"http://www.sitepoint.com/how-many-users-need-accessible-websites/\" target=\"_blank\">requiring accessible websites</a>. Font Awesome introduced a new <a href=\"http://fontawesome.io/icons/#accessibility\" target=\"_blank\">accessibility icon category</a> with 15 icons and more on the way.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/04/font-awesome-accessibility-icons.png\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/04/font-awesome-accessibility-icons.png?resize=1025%2C339\" alt=\"font-awesome-accessibility-icons\" class=\"aligncenter size-full wp-image-53683\" /></a></p>\n<p>“We initially started with a set of common US disability access symbols, then expanded to others the FA community asked for,” Gandy said. “We’ll definitely keep adding to this category as more requests come in.”</p>\n<p>The Font Awesome documentation has also been updated with a new <a href=\"http://fontawesome.io/accessibility/\" target=\"_blank\">accessibility section</a>, showing users how to mark up icons so they work well for those using assistive technology to navigate websites and applications. Each icon page also has an updated example code block that users can copy and paste to ensure their icons are accessibility-ready.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/04/font-awesome-code-examples.png\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/04/font-awesome-code-examples.png?resize=1025%2C294\" alt=\"font-awesome-code-examples\" class=\"aligncenter size-full wp-image-53688\" /></a></p>\n<p>WordPress plugin and theme authors who include Font Awesome icons in their work should update the <a href=\"http://fontawesome.io/get-started/#bootstrapcdn\" target=\"_blank\">CDN link</a> to reference the latest version so website owners can use the new accessibility icons. Developers are also advised to review the new <a href=\"http://fontawesome.io/accessibility/\" target=\"_blank\">accessibility documentation</a> and update their icon markup as necessary.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 14 Apr 2016 22:27:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:76:\"WPTavern: Simple Cache: A New One-Click Install Caching Plugin for 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:28:\"http://wptavern.com/?p=53370\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"http://wptavern.com/simple-cache-a-new-one-click-install-caching-plugin-for-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:5422:\"<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/04/simple-cache.png\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/04/simple-cache.png?resize=720%2C291\" alt=\"simple-cache\" class=\"aligncenter size-full wp-image-53657\" /></a></p>\n<p>WordPress caching plugins are notorious for being packed full of confusing options, spammy with upsells, and difficult to uninstall. Users who are looking for a caching solution that simply works and has nothing to configure should check out <a href=\"https://wordpress.org/plugins/simple-cache/\" target=\"_blank\">Simple Cache</a>, a new plugin on WordPress.org that offers a one-click install. The plugin promises lightning fast speed with a simple on/off switch.</p>\n<p>After investigating some of the <a href=\"https://taylorlovett.com/2016/03/25/wordpress-caching-plugin-comparison/\" target=\"_blank\">popular caching solutions for WordPress</a>, Taylor Lovett found most of them to have cluttered interfaces that make them unnecessarily complex to configure. Lovett, who has worked with many different caching solutions as Director of Web Engineering at <a href=\"http://10up.com/\" target=\"_blank\">10up</a>, decided to create his own implementation that would be easy for users to work with, hence the name Simple Cache.</p>\n<p>“I wrote my comparison blog post with no plans of creating my own caching plugin,” Lovett said. “After doing the research, I had a few ideas on how to create a plugin that would really have a positive impact on websites.”</p>\n<p>Once installed, Simple Cache can be turned on with the click of a button. It also has a few optional settings for expiring the cache and enabling compression. The simple mode offers file-based page caching (similar to WP Super Cache), which is sufficient to speed up the vast majority of simple sites.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/04/simple-cache-settings.png\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/04/simple-cache-settings.png?resize=1025%2C472\" alt=\"simple-cache-settings\" class=\"aligncenter size-full wp-image-53661\" /></a></p>\n<p>Lovett also built an advanced mode that implements object caching and will automatically setup <a href=\"https://wordpress.org/plugins/batcache/\" target=\"_blank\">Batcache</a> and <a href=\"https://wordpress.org/plugins/memcached/\" target=\"_blank\">Memcached</a>/<a href=\"https://wordpress.org/plugins/wp-redis/\" target=\"_blank\">Redis</a> for you.</p>\n<p>After a quick test in simple mode on a blog with a handful of plugins like Akismet, Jetpack, Google Analytics, and a few others, I saw a roughly 38% decrease in loading time. Before installing Simple Cache, the site loaded in 3.9 seconds.</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/04/before-simple-cache.png\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/04/before-simple-cache.png?resize=1025%2C257\" alt=\"Before installing Simple Cache\" class=\"size-full wp-image-53666\" /></a>Before installing Simple Cache\n<p>Simple Cache shaved 1.5 seconds off the loading time:</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/04/after-simple-cache.png\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/04/after-simple-cache.png?resize=1025%2C255\" alt=\"After installing Simple Cache\" class=\"size-full wp-image-53665\" /></a>After installing Simple Cache\n<p>These results came without touching the advanced mode, which would offer an even bigger performance boost.</p>\n<p>“The Redis functionality is forked from Pantheon’s WP Redis plugin,” Lovett said. “The Memcached functionality is forked from Automattic’s drop-in. If you use page caching with object caching, a forked version of Batcache by Automattic is used.”</p>\n<p>If there is no object cache set up, page caching defaults to using the file system (simple mode). This is most likely what you would use if your site is on shared hosting.</p>\n<p>“So really Simple Cache gives you the best of both worlds,” Lovett said. “A very simple setup, or an advanced setup with the most battle-tested page cache and object cache drop-ins.”</p>\n<p>Users can easily purge the cache from the button on the plugin’s setting screen. If you try Simple Cache and don’t want to keep using it, it’s easy to uninstall, cleans up after itself, and, most importantly, doesn’t break your website. Lovett also worked to ensure that the UX, notices, warnings, and error messages are user friendly and understandable.</p>\n<p>The whole concept of caching is difficult for non-developers to grasp. It might as well be powered by Merlin’s wand, as far as most users’ understanding goes. They need it to work without a ton of complicated settings. Simple Cache fits the bill and is hands-down the easiest caching plugin I’ve ever tested.</p>\n<p>Lovett plans to add more features and improve upon his implementation based on feedback from the community. If you’re looking for a new caching solution, you can find <a href=\"https://wordpress.org/plugins/simple-cache/\" target=\"_blank\">Simple Cache</a> on WordPress.org. Feedback and contributions are welcome on the plugin’s support forums and via its <a href=\"https://github.com/tlovett1/simple-cache\" target=\"_blank\">GitHub repository</a>.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 14 Apr 2016 20:35:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"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: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:84:\"WPTavern: Syed Balkhi Acquires Google Analytics by Yoast, Renames to MonsterInsights\";s:7:\"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:28:\"http://wptavern.com/?p=53636\";s:7:\"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:93:\"http://wptavern.com/syed-balkhi-acquires-google-analytics-by-yoast-renames-to-monsterinsights\";s: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:2622:\"<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/04/GoogleAnalyticsMonsterInsightsFeaturedImage.png\"><img class=\"aligncenter size-full wp-image-53645\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/04/GoogleAnalyticsMonsterInsightsFeaturedImage.png?resize=836%2C263\" alt=\"Google Analytics Monster Insights Featured Image\" /></a>Users who are updating <a href=\"https://wordpress.org/plugins/google-analytics-for-wordpress/\">Google Analytics for WordPress by Yoast</a> are discovering a new menu item with a green monster icon in their WordPress backend. That’s because Syed Balkhi, founder of WPBeginner.com, <a href=\"https://www.monsterinsights.com/welcome-to-monsterinsights/\">has acquired it</a> for an undisclosed amount and has renamed it to <a href=\"https://www.monsterinsights.com/\">MonsterInsights</a>.</p>\n<p>Joost de Valk, founder of Yoast.com, <a href=\"https://yoast.com/new-home-google-analytics-plugins/\">says</a> the company is focusing on its core offerings surrounding SEO and that the plugin no longer fits into its roadmap.</p>\n<blockquote><p>One of the ‘problems’ of a quickly growing business is that you have to choose what to focus on. We’ve made that choice: we’ll focus on building best in class SEO products, from plugins to reviews, eBooks and training programs.</p></blockquote>\n<p>Apart from the changes to its name and the new menu icon, the plugin remains the same and should function normally for existing users. <a href=\"https://www.monsterinsights.com/welcome-to-monsterinsights/\">According to Balkhi</a>, additional features are on the way.</p>\n<blockquote><p>Over the next 8 months, we will be adding some amazing new features that I know you will love. Since it’s a plugin that we will be using across our suite of products and websites, you can expect it to be the best.</p></blockquote>\n<p>Since Google Analytics for WordPress was the first major plugin created by de Valk, handing it over to a new owner is bittersweet.</p>\n<blockquote><p>While I’m very happy about the decision to give this plugin a new home, I’m also feeling nostalgic. It’s been ‘with me’ for a very long time, but I trust Syed and team will take it to even greater heights.</p></blockquote>\n<p>The acquisition seems like a perfect complement to Balkhi’s other products like <a href=\"http://www.optinmonster.com/\">OptinMonster</a> and <a href=\"http://www.wpforms.com/\">WPForms</a> where analytical data helps make crucial decisions. Let us know what you think of the acquisition in the comments.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 14 Apr 2016 15:53:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:90:\"WPTavern: WPWeekly Episode 230 – Interview With Mike Schroder WordPress 4.5 Release Lead\";s:7:\"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:44:\"http://wptavern.com?p=53638&preview_id=53638\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:96:\"http://wptavern.com/wpweekly-episode-230-interview-with-mike-schroder-wordpress-4-5-release-lead\";s: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:2324:\"<p>In this episode of WordPress Weekly, <a href=\"http://marcuscouch.com/\">Marcus Couch</a> and I are joined by <a href=\"http://getsource.net/\">Mike Schroder</a> who led the <a href=\"http://wptavern.com/wordpress-4-5-coleman-released-introduces-custom-logos-responsive-previews-improved-editing-experience\">WordPress 4.5 release cycle</a>. Schroder tells us what it’s like to release software to millions of websites across the world. We learn about the checklists and processes he went through on launch day.</p>\n<p>We discuss the emotional and physical toll on release leads and Schroder tells us if he’s going to take a break from contributing to WordPress. Last but not least are Marcus’ plugin picks of the week. If you’ve ever wanted to know what it’s like to lead a WordPress release cycle, this is the episode for you.</p>\n<h2>Plugins Picked By Marcus:</h2>\n<p><a href=\"https://wordpress.org/plugins/gravity-pre-submission-confirmation/\">Gravity Pre-submission Confirmation</a> provides an easy way to add a pre-submission confirmation page to forms created with GravityForms. This enables users to preview data before it’s submitted.</p>\n<p><a href=\"https://wordpress.org/plugins/widget-labels/\">Widget Labels</a> is a simple plugin that lets you control what label is displayed next to each Widget on the Widgets administration screen.</p>\n<p><a href=\"https://wordpress.org/plugins/add-custom-page-template/\">Add-custom-page-template</a> lets you add template files and view a listing for all custom template files in a theme with linked pages via the WordPress backend.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, April 20th 9:30 P.M. Eastern</p>\n<p><strong>Subscribe To WPWeekly Via Itunes: </strong><a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via RSS: </strong><a href=\"http://www.wptavern.com/feed/podcast\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via Stitcher Radio: </strong><a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Listen To Episode #230:</strong><br />\n</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 14 Apr 2016 13:50: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:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:43;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"WPTavern: Let’s Encrypt Is Now Out of Beta\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=53552\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"http://wptavern.com/lets-encrypt-is-now-out-of-beta\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3343:\"<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/04/lets-encrypt.png\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/04/lets-encrypt.png?resize=650%2C333\" alt=\"lets-encrypt\" class=\"aligncenter size-full wp-image-41915\" /></a></p>\n<p>Let’s Encrypt <a href=\"https://letsencrypt.org/2016/04/12/leaving-beta-new-sponsors.html\" target=\"_blank\">announced</a> that the project is exiting beta this week. The initiative, which aims to encrypt 100% of the web by making trusted certificates available to everyone at no cost, launched its beta seven months ago.</p>\n<blockquote><p>Since our beta began in September 2015 we’ve issued more than 1.7 million certificates for more than 3.8 million websites. We’ve gained tremendous operational experience and confidence in our systems. The beta label is simply not necessary any more.\n</p></blockquote>\n<p>According to Let’s Encrypt sponsor <a href=\"https://blog.mozilla.org/blog/2016/04/12/mozilla-supported-lets-encrypt-goes-out-of-beta/\" target=\"_blank\">Mozilla</a>, more than 90% of the certificates are protecting websites that never had encryption before. Automattic is one of the early sponsors of the initiative and has partnered with Let’s Encrypt to <a href=\"http://wptavern.com/automattic-partners-with-lets-encrypt-to-enable-https-on-all-wordpress-com-websites\" target=\"_blank\">add full SSL support for all sites hosted on WordPress.com</a>. With the success of the beta period, Let’s Encrypt continues to renew and add sponsors to its roster, including Cisco, Akamai, Gemalto, HP Enterprise, Fastly, and other organizations.</p>\n<p>“A mix of people and organizations use Let’s Encrypt,” Mozilla representatives told TechCrunch. “Many individuals and smaller entities use it, but quite a few larger organizations such as WordPress.com, OVH, Akamai and Dreamhost use it as well. It’s especially nice to see services like Dreamhost and Automattic opting to secure all their customers at once, which is something that Let’s Encrypt really enables.”</p>\n<h3>How to Set Up a Let’s Encrypt Certificate for Self-Hosted WordPress</h3>\n<p>If you want to install a free Let’s Encrypt certificate for your self-hosted WordPress site, <a href=\"http://www.wpbeginner.com/wp-tutorials/how-to-add-free-ssl-in-wordpress-with-lets-encrypt/\" target=\"_blank\">WPBeginner has a tutorial</a> with instructions for commonly used hosts, including SiteGround, DreamHost, and Bluehost. It also includes tips on updating WordPress URLs after setting up SSL and updating Google Analytics.</p>\n<p>If your host doesn’t have a fancy UI for setting up Let’s Encrypt, Brad Touesnard wrote a <a href=\"https://deliciousbrains.com/http2-https-lets-encrypt-wordpress/\" target=\"_blank\">tutorial</a> for manually requesting a certificate via Let’s Encrypt’s command line client and setting up automatic renewals. Touesnard also encouraged readers to support the development of the <a href=\"https://github.com/tollmanz/lets-encrypt-wp\" target=\"_blank\">Let’s Encrypt Plugin for WordPress</a>, a project that Zack Tollman and John Blackbourn are working on to make it a less painful process for users. We’ll be following the plugin’s progress as it develops.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 13 Apr 2016 23:46: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: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:73:\"WPTavern: Edit Flow Lives, New Update Fixes Bugs and Improves Performance\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=53610\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"http://wptavern.com/edit-flow-lives-new-update-fixes-bugs-and-improves-performance\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2652:\"<p>Twenty-four hours ago, the <a href=\"http://wptavern.com/hey-automattic-whats-going-on-with-edit-flow\">future of Edit Flow was unclear</a> due to a lack of communication from the project’s maintainer, Automattic. Today however, the company pushed <a href=\"https://wordpress.org/plugins/edit-flow/\">Edit Flow</a> 0.8.1 to the WordPress plugin directory which is the same version that’s <a href=\"https://github.com/Automattic/Edit-Flow\">on GitHub</a>. According to the plugin’s <a href=\"https://wordpress.org/plugins/edit-flow/changelog/\">changelog</a>, 0.8.1 includes the following:</p>\n<ul>\n<li>New German localization</li>\n<li>New Spanish localization</li>\n<li>Performance improvements for the calendar, custom statuses, and editorial metadata</li>\n<li>Bug fix: Show “(no title)” on the calendar when a post doesn’t have a title</li>\n<li>Bug fix: Persist the future date position of a post on the calendar when a post is updated</li>\n</ul>\n<p>So why the sudden surge in activity? Philip John, VIP Wrangler for Automattic, stopped by and <a href=\"http://wptavern.com/hey-automattic-whats-going-on-with-edit-flow#comment-164215\">provided the following statement</a> to the Tavern.</p>\n<blockquote><p>Folks, we’re sorry that it looks as though we’ve abandoned Edit Flow. We certainly haven’t, and we should have at least updated the tested tag for the plugin as you rightly point out.</p>\n<p>We’ve done that today, as well as make sure GitHub and WordPress.org are in sync.</p>\n<p>Internally I’m working on an effort to make Automattic better at maintaining our own plugins. We want to avoid this situation as much as we can, and I promise we’re trying.</p>\n<p>Thank you for calling us out on this. Let’s see what we can all do about getting some attention for Edit Flow.</p></blockquote>\n<p>This is welcome news to anyone who depends on the editorial workflow options provided by the plugin. While Edit Flow is a WordPress.com VIP project, the team is open to contributions from the community.</p>\n<p>“We need to give folks a better structure for contributing and build confidence that their contributions will go somewhere,” Paul Maiorana, VP at Automattic who helps run WordPress.com VIP said.</p>\n<p>Now that the team is rectifying the situation, <a href=\"http://wptavern.com/hey-automattic-whats-going-on-with-edit-flow#comments\">those who showed interest</a> in continuing its development are highly encouraged to submit pull requests or open new issues on the <a href=\"https://github.com/Automattic/Edit-Flow\">project’s GitHub page</a>.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 13 Apr 2016 21:11:23 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:78:\"WPTavern: WordPress.com Adds Sharing Buttons for WhatsApp, Telegram, and Skype\";s:7:\"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:28:\"http://wptavern.com/?p=53592\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"http://wptavern.com/wordpress-com-adds-sharing-buttons-for-whatsapp-telegram-and-skype\";s: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:4431:\"<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/04/messaging-buttons.png\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/04/messaging-buttons.png?resize=1025%2C452\" alt=\"messaging-buttons\" class=\"aligncenter size-full wp-image-53595\" /></a></p>\n<p>WordPress.com is finally adding sharing buttons for some of the world’s most widely used messaging apps. Users can now <a href=\"https://en.blog.wordpress.com/2016/04/13/new-on-wordpress-com-sharing-buttons-for-whatsapp-telegram-and-skype/\" target=\"_blank\">add WhatsApp, Telegram, and Skype to the lineup</a> by editing the sharing buttons for their sites.</p>\n<p>Private groups and messaging are rapidly overtaking social networking. This was the driving factor behind Facebook’s purchase of WhatsApp in 2014 for $19 billion, an acquisition that lodged the company even deeper into its users’ pocket communications. The app now has <a href=\"http://www.theverge.com/2016/2/1/10889534/whats-app-1-billion-users-facebook-mark-zuckerberg\" target=\"_blank\">more than a billion users</a>, which you would be foolish to ignore when presenting options for sharing your posts.</p>\n<p>As of February 2016, Telegram <a href=\"http://techcrunch.com/2016/02/23/encrypted-messaging-app-telegram-hits-100m-monthly-active-users-350k-new-users-each-day/\" target=\"_blank\">reported 100 million monthly active users</a>, with 350,000 new users signing up every day. The app delivers 15 billion messages daily. Skype has an estimated 300 million users.</p>\n<p>These “Dark Social” streams of traffic, which cannot be tracked by traditional analytics, are now dominating social sharing. This includes sources like emails, instant messages, and forum posts. According to a <a href=\"http://info.radiumone.com/rs/radiumone/images/RadiumOne_DarkSocial.pdf?mkt_tok=3RkMMJWWfF9wsRokvK%2FMZKXonjHpfsX96ugvUaOwlMI%2F0ER3fOvrPUfGjI4DTMBiI%2BSLDwEYGJlv6SgFSLDCMbhs07gFWhI%3D\" target=\"_blank\">research poll of 9,000+ consumers conducted by RadiumOne</a>, dark social sharing accounts for 69% of all sharing worldwide. That percentage is even higher in Europe and Australia.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/04/dark-social-sharing.png\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/04/dark-social-sharing.png?resize=1025%2C524\" alt=\"credit: RadiumOne\" class=\"size-full wp-image-53608\" /></a>credit: <a href=\"http://info.radiumone.com/rs/radiumone/images/RadiumOne_DarkSocial.pdf?mkt_tok=3RkMMJWWfF9wsRokvK%2FMZKXonjHpfsX96ugvUaOwlMI%2F0ER3fOvrPUfGjI4DTMBiI%2BSLDwEYGJlv6SgFSLDCMbhs07gFWhI%3D\" target=\"_blank\">RadiumOne</a>\n<p>The survey also found that 32% of people who share content online will only share via dark social channels. This type of direct sharing to friends, family, and colleagues often carries more weight than tweets or Facebook posts broadcasted to the masses.</p>\n<p>Most messaging apps are not limited to one-to-one sharing; users often share to large groups curated for a specific purpose or interest, such as poker buddies, mom friends, extended family, or work friends. The ability for users to easily share blog posts or even e-commerce products to dark social channels is crucial for exposure to these networks that are not diluted by algorithms and advertising.</p>\n<p>With user bases in the hundreds of millions to billions, messaging applications are channels that publishers can no longer afford to ignore. Hopefully the team at Automattic will prioritize making these buttons available to Jetpack users on self-hosted sites in the near future. Until then, you can add <a href=\"http://wptavern.com/new-plugin-adds-a-whatsapp-button-to-jetpacks-sharing-module\" target=\"_blank\">WhatsApp</a> and <a href=\"http://wptavern.com/add-telegram-to-jetpack-sharing-buttons\" target=\"_blank\">Telegram</a> sharing buttons to Jetpack using a couple of existing plugins created by Brazilian WordPress developer Valerio Souza.</p>\n<p>If everyone were to agree on <a href=\"http://www.wired.com/2015/08/time-to-ditch-texting/\" target=\"_blank\">a universal messaging app</a> we could reduce the number of sharing buttons that clutter the ends of posts. Since that is unlikely to happen anytime soon, now might be a good time to find out what apps your readers are using so you can reevaluate your lineup of sharing buttons for additions and/or removals.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 13 Apr 2016 20:37:36 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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: Mendel Kurland Interviews Konstantin Obenland at WordCamp London, 2016\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=53604\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"http://wptavern.com/mendel-kurland-interviews-konstantin-obenland-at-wordcamp-london-2016\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:650:\"<p><a href=\"https://mendel.me/\">Mendel Kurland, </a>GoDaddy’s evangelist who participates in a number of open source communities published a great interview with Automattic employee, <a title=\"http://konstantin.obenland.it\" href=\"http://konstantin.obenland.it/\">Konstantin Obenland</a>.</p>\n<p>In the interview, Obenland describes how he got involved with WordPress, what motivated him to learn PHP, and what it’s like living the dream. The video is 14 minutes in length and while it contains background noise from the crowd, it doesn’t detract from the interview.</p>\n<div class=\"embed-wrap\"></div>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 13 Apr 2016 18:40: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:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:47;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"Matt: Dangerous Driving\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=46418\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://ma.tt/2016/04/dangerous-driving/\";s: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:667:\"<blockquote><p>If U.S. roads were a war zone, they would be the most dangerous battlefield the American military has ever encountered. Seriously: Annual U.S. highway fatalities outnumber the yearly war dead during each Vietnam, Korea, Iraq, Afghanistan, the War of 1812, and the American Revolution. When all of the injuries from car wrecks are also taken into account, one year of American driving is more dangerous than all those wars put together.</p></blockquote>\n<p>From <a href=\"http://www.theatlantic.com/business/archive/2016/04/absurd-primacy-of-the-car-in-american-life/476346/\">The Absurd Primacy of the Automobile in American Life in The Atlantic</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, 13 Apr 2016 15:58: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:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:63:\"WPTavern: A Day of REST is Coming to Boston on October 28, 2016\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=53515\";s:7:\"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:\"http://wptavern.com/a-day-of-rest-is-coming-to-boston-on-october-28-2016\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2916:\"<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/04/a-day-of-rest-boston.png\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/04/a-day-of-rest-boston.png?resize=1025%2C473\" alt=\"a-day-of-rest-boston\" class=\"aligncenter size-full wp-image-53577\" /></a></p>\n<p>The “A Day of REST” conference, an event devoted to the WordPress REST API, is expanding to the US. The <a href=\"http://wptavern.com/a-day-of-rest-conference-successful-81-would-attend-again\" target=\"_blank\">first edition</a>, held in London in January, was a success, with the majority of participants indicating they would attend again. Last month, <a href=\"https://hmn.md/\" target=\"_blank\">Human Made</a> announced that the organization team is planning an expanded <a href=\"http://wptavern.com/a-week-of-rest-wordpress-rest-api-developer-bootcamp-coming-to-the-uk-late-2016\" target=\"_blank\">“Week of REST” developer bootcamp</a> to be held in London later in 2016.</p>\n<p>Today the team <a href=\"https://hmn.md/2016/04/12/announcing-a-day-of-rest-boston-workshops/\" target=\"_blank\">announced</a> its third planned event for this year – A Day of REST in Boston, MA, on October 28. Human Made will be hosting the event in partnership with <a href=\"https://poststatus.com/\" target=\"_blank\">Post Status</a> and the team at <a href=\"https://bocoup.com/\" target=\"_blank\">Bocoup</a>. This edition of the conference will include workshops on the 27th and the 29th to educate attendees on how to use some of the most popular frontend technologies for building applications with the WP REST API.</p>\n<p>Human Made representative Petya Raykovska said that Bocoup being located in Boston was one of the main reasons for hosting the event there, since they wanted to partner together for the workshops. Prospective attendees were also eager for a US-based event where they could go in-depth with the WP REST API.</p>\n<p>“We never planned to do the event only in Europe,” Raykovska said. “We had a lot of people asking for live streaming or if we’re planning to organize an event in the US while we were planning A Day of REST London. It was always the plan to pilot the idea in the UK and then bring it to the US and other places.”</p>\n<p>Organizers are planning for 300+ attendees in Boston. In addition to a lineup of speakers that includes WP REST API team members and experts, the event will put out a call for papers to give developers who are using the API an opportunity to share their work and tips.</p>\n<p>If you want to attend one of the frontend workshops, make sure to fill out the event’s <a href=\"https://docs.google.com/forms/d/1b8RlgPxD7JaeKVgNErsbxS7vCe_9LMQLAvVaekHiFlY/viewform?c=0&w=1\" target=\"_blank\">survey</a> to indicate the topics you’re interested in. Tickets will go on sale in the next few weeks.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 13 Apr 2016 00:55:23 +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: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:59:\"WPTavern: Hey Automattic, What’s Going on With Edit Flow?\";s:7:\"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:28:\"http://wptavern.com/?p=53303\";s:7:\"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:64:\"http://wptavern.com/hey-automattic-whats-going-on-with-edit-flow\";s: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:4281:\"<p><a href=\"https://wordpress.org/plugins/edit-flow/\">Edit Flow</a> is an editorial workflow plugin for WordPress created in 2009 that is actively installed on more than 10K sites. Although the author listing on the plugin’s page shows Mohammad Jangda, Daniel Bachhuber, and Scott Bressler as authors, it’s currently maintained by Automattic.</p>\n<p>Bachhuber <a href=\"https://danielbachhuber.com/2013/05/08/end-of-one-era-on-to-the-next/\">announced in 2013</a> that Automattic claimed ownership of all the plugins he worked on during his employment, including Edit Flow. The WordPress.com VIP team took over development and in some cases, <a href=\"https://vip.wordpress.com/2013/08/07/atlantic-medias-quartz/\">uses it on client sites</a>.</p>\n<p>If you visit the plugin’s page today, you’ll see the following notice:</p>\n<blockquote><p><span class=\"plugin-notice-banner-msg\">This plugin <strong>hasn’t been updated in over 2 years</strong>. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.</span></p></blockquote>\n<p>According to the <a href=\"https://wordpress.org/plugins/edit-flow/changelog/\">changelog</a> and the <a href=\"http://editflow.org/2014/01/07/v0-8-dashboard-notepad-calendar-improvements-and-more/\">Edit Flow news blog</a>, the plugin hasn’t been updated since January 2014, when 0.8 was released. For more than a year, concerned users have created threads in the support forum questioning if the project has been abandoned.</p>\n<ul>\n<li><a href=\"https://wordpress.org/support/topic/assume-that-edit-flow-has-been-abandoned\">Assume that Edit Flow has been abandoned</a></li>\n<li><a href=\"https://wordpress.org/support/topic/abandoned-23\">Abandoned?</a></li>\n<li><a href=\"https://wordpress.org/support/topic/has-edit-flow-been-discontinued\">Has Edit Flow been discontinued?</a></li>\n</ul>\n<p>A user who goes by the name drtarnaizoltan who has used Edit Flow for more than two years even <a href=\"https://wordpress.org/support/topic/fundraising-for-continuation\">suggested</a> a crowdfunding campaign to continue development.</p>\n<blockquote><p>We have an online magazine, and started to use this plugin almost 2 years ago. We don’t want to switch another, cause everyone in the editorial likes this one. I think we are not alone in this situation. I suggest to make a fundraising for continuation the develop of this plugin. We are able make a kickstarter page or something like that to reach our goal. What is your opinion about?</p></blockquote>\n<p>The most <a href=\"https://github.com/automattic/Edit-Flow\">recent commit</a> to the project’s GitHub page is from Bachhuber six months ago. All of the communication channels used by Edit Flow developers to inform users are dormant. It’s ironic that a company that <a href=\"http://www.businessinsider.com/automattic-no-email-no-office-workers-2013-11\">relies on so many tools to communicate internally</a> has <a href=\"http://wptavern.com/a-little-communication-goes-a-long-way\">failed to communicate</a> with users of its plugin. This is a classic example where a little communication about the project’s status would go a long way.</p>\n<p>Edit Flow is an important plugin that we use on the Tavern and as a user, I understand the frustration of not knowing what’s going on. The lack of updates, and inability to fix a critical bug <a href=\"https://github.com/Automattic/Edit-Flow/issues/267\">I reported a year ago</a> that conflicts with WordPress mobile apps is forcing us to consider alternatives.</p>\n<p>I reached out to Automattic to find out whether or not Edit Flow is still an active project. Mark Armstrong, who represents Automattic provided the Tavern with the following statement:</p>\n<blockquote><p>Edit Flow is a plugin we maintain, and a number of WordPress.com VIP clients use it. We have no other updates in the works at this time.</p></blockquote>\n<p>While his statement verifies that it’s an active project, all signs point to it being an abandoned plugin for those not part of the WordPress.com VIP program.</p>\n<p>Have you ditched Edit Flow? Let us know what alternatives you’ve discovered and or use.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 12 Apr 2016 20:26: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:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:10:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Sat, 30 Apr 2016 00:22:18 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:14:\"content-length\";s:6:\"216819\";s:10:\"connection\";s:5:\"close\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:13:\"last-modified\";s:29:\"Sat, 30 Apr 2016 00:15:13 GMT\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:11:\"HIT lax 250\";s:13:\"accept-ranges\";s:5:\"bytes\";}s:5:\"build\";s:14:\"20130911080210\";}','no'),(4578,'acx_csma_display_var_arr','s:1063:\"a:8:{s:4:\"year\";a:4:{s:8:\"singular\";s:4:\"Year\";s:6:\"plural\";s:5:\"Years\";s:16:\"default_singular\";s:4:\"Year\";s:14:\"default_plural\";s:5:\"Years\";}s:5:\"month\";a:4:{s:8:\"singular\";s:5:\"Month\";s:6:\"plural\";s:6:\"Months\";s:16:\"default_singular\";s:5:\"Month\";s:14:\"default_plural\";s:6:\"Months\";}s:4:\"week\";a:4:{s:8:\"singular\";s:4:\"Week\";s:6:\"plural\";s:5:\"Weeks\";s:16:\"default_singular\";s:4:\"Week\";s:14:\"default_plural\";s:5:\"Weeks\";}s:3:\"day\";a:4:{s:8:\"singular\";s:3:\"Day\";s:6:\"plural\";s:4:\"Days\";s:16:\"default_singular\";s:3:\"Day\";s:14:\"default_plural\";s:4:\"Days\";}s:4:\"hour\";a:4:{s:8:\"singular\";s:4:\"Hour\";s:6:\"plural\";s:5:\"Hours\";s:16:\"default_singular\";s:4:\"Hour\";s:14:\"default_plural\";s:5:\"Hours\";}s:6:\"minute\";a:4:{s:8:\"singular\";s:6:\"Minute\";s:6:\"plural\";s:7:\"Minutes\";s:16:\"default_singular\";s:6:\"Minute\";s:14:\"default_plural\";s:7:\"Minutes\";}s:6:\"second\";a:4:{s:8:\"singular\";s:6:\"Second\";s:6:\"plural\";s:7:\"Seconds\";s:16:\"default_singular\";s:6:\"Second\";s:14:\"default_plural\";s:7:\"Seconds\";}s:4:\"next\";a:2:{s:8:\"singular\";s:4:\"Next\";s:16:\"default_singular\";s:4:\"Next\";}}\";','yes'),(5223,'_transient_timeout_yoast_notifications','1461980658','no'),(5224,'_transient_yoast_notifications','[{\"message\":\"Yoast SEO has been updated to version 3.1.2. <a href=\\\"http:\\/\\/03c1307.netsolhost.com\\/tccwordpress\\/wp-admin\\/admin.php?page=wpseo_dashboard&intro=1\\\">Click here<\\/a> to find out what\'s new!\",\"options\":{\"type\":\"updated\",\"id\":\"wpseo-dismiss-about\",\"nonce\":\"5406155695\",\"data_json\":[]}}]','no'),(5225,'wpseo_sitemap_cache_validator_global','pWMu','yes'),(5194,'wpseo_sitemap_1_cache_validator','7ffQ9','yes'),(5195,'wpseo_sitemap_revision_cache_validator','AaQ4','yes'),(5196,'wpseo_sitemap_page_cache_validator','mso','yes'),(5185,'wpseo','a:21:{s:14:\"blocking_files\";a:0:{}s:26:\"ignore_blog_public_warning\";b:0;s:31:\"ignore_meta_description_warning\";b:0;s:20:\"ignore_page_comments\";b:0;s:16:\"ignore_permalink\";b:0;s:15:\"ms_defaults_set\";b:0;s:23:\"theme_description_found\";s:0:\"\";s:21:\"theme_has_description\";b:0;s:7:\"version\";s:5:\"3.2.4\";s:11:\"alexaverify\";s:0:\"\";s:12:\"company_logo\";s:0:\"\";s:12:\"company_name\";s:0:\"\";s:17:\"company_or_person\";s:0:\"\";s:20:\"disableadvanced_meta\";b:1;s:19:\"onpage_indexability\";b:1;s:12:\"googleverify\";s:0:\"\";s:8:\"msverify\";s:0:\"\";s:11:\"person_name\";s:0:\"\";s:12:\"website_name\";s:0:\"\";s:22:\"alternate_website_name\";s:0:\"\";s:12:\"yandexverify\";s:0:\"\";}','yes'),(5186,'wpseo_permalinks','a:13:{s:15:\"cleanpermalinks\";b:0;s:24:\"cleanpermalink-extravars\";s:0:\"\";s:29:\"cleanpermalink-googlecampaign\";b:0;s:31:\"cleanpermalink-googlesitesearch\";b:0;s:15:\"cleanreplytocom\";b:0;s:10:\"cleanslugs\";b:1;s:14:\"hide-feedlinks\";b:0;s:12:\"hide-rsdlink\";b:0;s:14:\"hide-shortlink\";b:0;s:16:\"hide-wlwmanifest\";b:0;s:18:\"redirectattachment\";b:0;s:17:\"stripcategorybase\";b:0;s:13:\"trailingslash\";b:0;}','yes'),(5187,'wpseo_titles','a:88:{s:10:\"title_test\";i:0;s:17:\"forcerewritetitle\";b:0;s:9:\"separator\";s:7:\"sc-dash\";s:5:\"noodp\";b:0;s:15:\"usemetakeywords\";b:0;s:16:\"title-home-wpseo\";s:42:\"%%sitename%% %%page%% %%sep%% %%sitedesc%%\";s:18:\"title-author-wpseo\";s:41:\"%%name%%, Author at %%sitename%% %%page%%\";s:19:\"title-archive-wpseo\";s:38:\"%%date%% %%page%% %%sep%% %%sitename%%\";s:18:\"title-search-wpseo\";s:63:\"You searched for %%searchphrase%% %%page%% %%sep%% %%sitename%%\";s:15:\"title-404-wpseo\";s:35:\"Page not found %%sep%% %%sitename%%\";s:19:\"metadesc-home-wpseo\";s:0:\"\";s:21:\"metadesc-author-wpseo\";s:0:\"\";s:22:\"metadesc-archive-wpseo\";s:0:\"\";s:18:\"metakey-home-wpseo\";s:0:\"\";s:20:\"metakey-author-wpseo\";s:0:\"\";s:22:\"noindex-subpages-wpseo\";b:0;s:20:\"noindex-author-wpseo\";b:0;s:21:\"noindex-archive-wpseo\";b:1;s:14:\"disable-author\";b:0;s:12:\"disable-date\";b:0;s:10:\"title-post\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-post\";s:0:\"\";s:12:\"metakey-post\";s:0:\"\";s:12:\"noindex-post\";b:0;s:13:\"showdate-post\";b:0;s:16:\"hideeditbox-post\";b:0;s:10:\"title-page\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-page\";s:0:\"\";s:12:\"metakey-page\";s:0:\"\";s:12:\"noindex-page\";b:0;s:13:\"showdate-page\";b:0;s:16:\"hideeditbox-page\";b:0;s:16:\"title-attachment\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:19:\"metadesc-attachment\";s:0:\"\";s:18:\"metakey-attachment\";s:0:\"\";s:18:\"noindex-attachment\";b:0;s:19:\"showdate-attachment\";b:0;s:22:\"hideeditbox-attachment\";b:0;s:14:\"title-services\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:17:\"metadesc-services\";s:0:\"\";s:16:\"metakey-services\";s:0:\"\";s:16:\"noindex-services\";b:0;s:17:\"showdate-services\";b:0;s:20:\"hideeditbox-services\";b:0;s:18:\"title-pi_portfolio\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-pi_portfolio\";s:0:\"\";s:20:\"metakey-pi_portfolio\";s:0:\"\";s:20:\"noindex-pi_portfolio\";b:0;s:21:\"showdate-pi_portfolio\";b:0;s:24:\"hideeditbox-pi_portfolio\";b:0;s:18:\"title-team_members\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-team_members\";s:0:\"\";s:20:\"metakey-team_members\";s:0:\"\";s:20:\"noindex-team_members\";b:0;s:21:\"showdate-team_members\";b:0;s:24:\"hideeditbox-team_members\";b:0;s:20:\"title-pi_nivo_slider\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:23:\"metadesc-pi_nivo_slider\";s:0:\"\";s:22:\"metakey-pi_nivo_slider\";s:0:\"\";s:22:\"noindex-pi_nivo_slider\";b:0;s:23:\"showdate-pi_nivo_slider\";b:0;s:26:\"hideeditbox-pi_nivo_slider\";b:0;s:22:\"title-optionsframework\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:25:\"metadesc-optionsframework\";s:0:\"\";s:24:\"metakey-optionsframework\";s:0:\"\";s:24:\"noindex-optionsframework\";b:0;s:25:\"showdate-optionsframework\";b:0;s:28:\"hideeditbox-optionsframework\";b:0;s:18:\"title-tax-category\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-category\";s:0:\"\";s:20:\"metakey-tax-category\";s:0:\"\";s:24:\"hideeditbox-tax-category\";b:0;s:20:\"noindex-tax-category\";b:0;s:18:\"title-tax-post_tag\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-post_tag\";s:0:\"\";s:20:\"metakey-tax-post_tag\";s:0:\"\";s:24:\"hideeditbox-tax-post_tag\";b:0;s:20:\"noindex-tax-post_tag\";b:0;s:21:\"title-tax-post_format\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:24:\"metadesc-tax-post_format\";s:0:\"\";s:23:\"metakey-tax-post_format\";s:0:\"\";s:27:\"hideeditbox-tax-post_format\";b:0;s:23:\"noindex-tax-post_format\";b:1;s:28:\"title-tax-portfolio-category\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:31:\"metadesc-tax-portfolio-category\";s:0:\"\";s:30:\"metakey-tax-portfolio-category\";s:0:\"\";s:34:\"hideeditbox-tax-portfolio-category\";b:0;s:30:\"noindex-tax-portfolio-category\";b:0;}','yes'),(5188,'wpseo_social','a:21:{s:9:\"fb_admins\";a:0:{}s:12:\"fbconnectkey\";s:32:\"ec55438bf07049fe39067d4c9e3bc38c\";s:13:\"facebook_site\";s:0:\"\";s:13:\"instagram_url\";s:0:\"\";s:12:\"linkedin_url\";s:0:\"\";s:11:\"myspace_url\";s:0:\"\";s:16:\"og_default_image\";s:0:\"\";s:18:\"og_frontpage_title\";s:0:\"\";s:17:\"og_frontpage_desc\";s:0:\"\";s:18:\"og_frontpage_image\";s:0:\"\";s:9:\"opengraph\";b:1;s:10:\"googleplus\";b:0;s:13:\"pinterest_url\";s:0:\"\";s:15:\"pinterestverify\";s:0:\"\";s:14:\"plus-publisher\";s:0:\"\";s:7:\"twitter\";b:1;s:12:\"twitter_site\";s:0:\"\";s:17:\"twitter_card_type\";s:7:\"summary\";s:11:\"youtube_url\";s:0:\"\";s:15:\"google_plus_url\";s:0:\"\";s:10:\"fbadminapp\";s:0:\"\";}','yes'),(5189,'wpseo_rss','a:2:{s:9:\"rssbefore\";s:0:\"\";s:8:\"rssafter\";s:53:\"The post %%POSTLINK%% appeared first on %%BLOGLINK%%.\";}','yes'),(5190,'wpseo_internallinks','a:12:{s:20:\"breadcrumbs-404crumb\";s:25:\"Error 404: Page not found\";s:23:\"breadcrumbs-blog-remove\";b:0;s:20:\"breadcrumbs-boldlast\";b:0;s:25:\"breadcrumbs-archiveprefix\";s:12:\"Archives for\";s:18:\"breadcrumbs-enable\";b:0;s:16:\"breadcrumbs-home\";s:4:\"Home\";s:18:\"breadcrumbs-prefix\";s:0:\"\";s:24:\"breadcrumbs-searchprefix\";s:16:\"You searched for\";s:15:\"breadcrumbs-sep\";s:7:\"»\";s:23:\"post_types-post-maintax\";i:0;s:31:\"post_types-pi_portfolio-maintax\";i:0;s:36:\"taxonomy-portfolio-category-ptparent\";i:0;}','yes'),(5191,'wpseo_xml','a:22:{s:22:\"disable_author_sitemap\";b:1;s:22:\"disable_author_noposts\";b:1;s:16:\"enablexmlsitemap\";b:1;s:16:\"entries-per-page\";i:1000;s:14:\"excluded-posts\";s:0:\"\";s:38:\"user_role-administrator-not_in_sitemap\";b:0;s:31:\"user_role-editor-not_in_sitemap\";b:0;s:31:\"user_role-author-not_in_sitemap\";b:0;s:36:\"user_role-contributor-not_in_sitemap\";b:0;s:35:\"user_role-subscriber-not_in_sitemap\";b:0;s:30:\"post_types-post-not_in_sitemap\";b:0;s:30:\"post_types-page-not_in_sitemap\";b:0;s:36:\"post_types-attachment-not_in_sitemap\";b:1;s:34:\"post_types-services-not_in_sitemap\";b:0;s:38:\"post_types-pi_portfolio-not_in_sitemap\";b:0;s:38:\"post_types-team_members-not_in_sitemap\";b:0;s:40:\"post_types-pi_nivo_slider-not_in_sitemap\";b:0;s:42:\"post_types-optionsframework-not_in_sitemap\";b:0;s:34:\"taxonomies-category-not_in_sitemap\";b:0;s:34:\"taxonomies-post_tag-not_in_sitemap\";b:0;s:37:\"taxonomies-post_format-not_in_sitemap\";b:0;s:44:\"taxonomies-portfolio-category-not_in_sitemap\";b:0;}','yes'),(5252,'_transient_timeout_wpseo-dashboard-totals','1462069063','no'),(5253,'_transient_wpseo-dashboard-totals','a:1:{i:1;a:0:{}}','no'),(5233,'wpseo_sitemap_services_cache_validator','rjwX','yes'),(5236,'wpseo_sitemap_team_members_cache_validator','rpul','yes'),(5239,'wpseo_sitemap_pi_portfolio_cache_validator','rt2a','yes'),(21926,'_transient_timeout_yst_sm_portfolio-category_1:pWMu_s9c7','1519164870','no'),(21927,'_transient_yst_sm_portfolio-category_1:pWMu_s9c7','C:24:\"WPSEO_Sitemap_Cache_Data\":1205:{a:2:{s:6:\"status\";s:2:\"ok\";s:3:\"xml\";s:1157:\"<urlset xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:image=\"http://www.google.com/schemas/sitemap-image/1.1\" xsi:schemaLocation=\"http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd\" xmlns=\"http://www.sitemaps.org/schemas/sitemap/0.9\">\n <url>\n <loc>http://03c1307.netsolhost.com/tccwordpress/portfolio-category/graphic-design/</loc>\n <lastmod>2013-05-15T14:53:58+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://03c1307.netsolhost.com/tccwordpress/portfolio-category/motion-graphics/</loc>\n <lastmod>2013-05-15T14:54:33+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n <url>\n <loc>http://03c1307.netsolhost.com/tccwordpress/portfolio-category/photography/</loc>\n <lastmod>2013-05-15T14:56:39+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.4</priority>\n </url>\n <url>\n <loc>http://03c1307.netsolhost.com/tccwordpress/portfolio-category/web-design/</loc>\n <lastmod>2013-05-15T14:56:10+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.2</priority>\n </url>\n</urlset>\";}}','no'),(5242,'wpseo_sitemap_portfolio-category_cache_validator','s9c7','yes'),(5508,'wpseo_sitemap_post_cache_validator','4NX1','yes'),(22205,'_transient_timeout_yst_sm_team_members_1:pWMu_rpul','1520287894','no'),(22206,'_transient_yst_sm_team_members_1:pWMu_rpul','C:24:\"WPSEO_Sitemap_Cache_Data\":3646:{a:2:{s:6:\"status\";s:2:\"ok\";s:3:\"xml\";s:3598:\"<urlset xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:image=\"http://www.google.com/schemas/sitemap-image/1.1\" xsi:schemaLocation=\"http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd\" xmlns=\"http://www.sitemaps.org/schemas/sitemap/0.9\">\n <url>\n <loc>http://03c1307.netsolhost.com/tccwordpress/team-member/jonathan-stevinson/</loc>\n <lastmod>2013-05-16T11:27:21+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.6</priority>\n <image:image>\n <image:loc>http://03c1307.netsolhost.com/tccwordpress/wp-content/uploads/2013/05/placeholder-4.jpg</image:loc>\n <image:caption><![CDATA[Jonathan Stevinson]]></image:caption>\n </image:image>\n </url>\n <url>\n <loc>http://03c1307.netsolhost.com/tccwordpress/team-member/kelly-stark/</loc>\n <lastmod>2013-05-16T11:29:03+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.6</priority>\n <image:image>\n <image:loc>http://03c1307.netsolhost.com/tccwordpress/wp-content/uploads/2013/05/placeholder-4.jpg</image:loc>\n <image:caption><![CDATA[Kelly Stark]]></image:caption>\n </image:image>\n </url>\n <url>\n <loc>http://03c1307.netsolhost.com/tccwordpress/team-member/laura-eriksen/</loc>\n <lastmod>2013-05-16T11:29:48+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.6</priority>\n <image:image>\n <image:loc>http://03c1307.netsolhost.com/tccwordpress/wp-content/uploads/2013/05/placeholder-4.jpg</image:loc>\n <image:caption><![CDATA[Laura Eriksen]]></image:caption>\n </image:image>\n </url>\n <url>\n <loc>http://03c1307.netsolhost.com/tccwordpress/team-member/sean-masters/</loc>\n <lastmod>2013-05-16T11:30:31+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.6</priority>\n <image:image>\n <image:loc>http://03c1307.netsolhost.com/tccwordpress/wp-content/uploads/2013/05/placeholder-4.jpg</image:loc>\n <image:caption><![CDATA[Sean Masters]]></image:caption>\n </image:image>\n </url>\n <url>\n <loc>http://03c1307.netsolhost.com/tccwordpress/team-member/john-doe-2/</loc>\n <lastmod>2013-05-16T11:31:54+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.6</priority>\n <image:image>\n <image:loc>http://03c1307.netsolhost.com/tccwordpress/wp-content/uploads/2013/05/placeholder-4.jpg</image:loc>\n <image:caption><![CDATA[John Doe]]></image:caption>\n </image:image>\n </url>\n <url>\n <loc>http://03c1307.netsolhost.com/tccwordpress/team-member/laura-stark/</loc>\n <lastmod>2013-05-16T11:32:32+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.6</priority>\n <image:image>\n <image:loc>http://03c1307.netsolhost.com/tccwordpress/wp-content/uploads/2013/05/placeholder-4.jpg</image:loc>\n <image:caption><![CDATA[Laura Stark]]></image:caption>\n </image:image>\n </url>\n <url>\n <loc>http://03c1307.netsolhost.com/tccwordpress/team-member/melissa-hurk/</loc>\n <lastmod>2013-05-16T11:33:09+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.6</priority>\n <image:image>\n <image:loc>http://03c1307.netsolhost.com/tccwordpress/wp-content/uploads/2013/05/placeholder-4.jpg</image:loc>\n <image:caption><![CDATA[Chris Doe]]></image:caption>\n </image:image>\n </url>\n <url>\n <loc>http://03c1307.netsolhost.com/tccwordpress/team-member/melissa-hurk-2/</loc>\n <lastmod>2013-05-16T11:34:33+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.6</priority>\n <image:image>\n <image:loc>http://03c1307.netsolhost.com/tccwordpress/wp-content/uploads/2013/05/placeholder-4.jpg</image:loc>\n <image:caption><![CDATA[Melissa Hurk]]></image:caption>\n </image:image>\n </url>\n</urlset>\";}}','no'),(8165,'_transient_timeout_mailserver_last_checked','1470787607','no'),(8166,'_transient_mailserver_last_checked','1','no'),(22255,'_transient_timeout_yst_sm_page_1:pWMu_mso','1520486058','no'),(22256,'_transient_yst_sm_page_1:pWMu_mso','C:24:\"WPSEO_Sitemap_Cache_Data\":5056:{a:2:{s:6:\"status\";s:2:\"ok\";s:3:\"xml\";s:5008:\"<urlset xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:image=\"http://www.google.com/schemas/sitemap-image/1.1\" xsi:schemaLocation=\"http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd\" xmlns=\"http://www.sitemaps.org/schemas/sitemap/0.9\">\n <url>\n <loc>http://03c1307.netsolhost.com/tccwordpress/sample-page/</loc>\n <lastmod>2015-04-07T19:47:54+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.8</priority>\n </url>\n <url>\n <loc>http://03c1307.netsolhost.com/tccwordpress/services/</loc>\n <lastmod>2016-02-23T02:06:44+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.8</priority>\n <image:image>\n <image:loc>http://03c1307.netsolhost.com/tccwordpress/wp-content/uploads/2013/05/iStock_000068469995_Small-300x200.jpg</image:loc>\n <image:caption><![CDATA[Network Server]]></image:caption>\n </image:image>\n <image:image>\n <image:loc>http://03c1307.netsolhost.com/tccwordpress/wp-content/uploads/2013/05/iStock_000075102667_Small-300x221.jpg</image:loc>\n <image:caption><![CDATA[Computer Virus / hack]]></image:caption>\n </image:image>\n </url>\n <url>\n <loc>http://03c1307.netsolhost.com/tccwordpress/repair/</loc>\n <lastmod>2016-03-03T15:04:15+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.8</priority>\n <image:image>\n <image:loc>http://03c1307.netsolhost.com/tccwordpress/wp-content/uploads/2013/05/iStock_000080243487_Small-300x225.jpg</image:loc>\n <image:caption><![CDATA[laptop computer repair]]></image:caption>\n </image:image>\n </url>\n <url>\n <loc>http://03c1307.netsolhost.com/tccwordpress/</loc>\n <lastmod>2016-03-08T19:14:54+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>1</priority>\n <image:image>\n <image:loc>http://03c1307.netsolhost.com/tccwordpress/wp-content/uploads/2013/05/Screen-Shot-2016-03-08-at-2.12.25-PM.png</image:loc>\n <image:caption><![CDATA[Computer Networking & Repair by Tropical Computer in Hobe Sound, FL]]></image:caption>\n </image:image>\n </url>\n <url>\n <loc>http://03c1307.netsolhost.com/tccwordpress/contact-us/</loc>\n <lastmod>2016-04-30T01:32:56+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.8</priority>\n </url>\n <url>\n <loc>http://03c1307.netsolhost.com/tccwordpress/about-us/</loc>\n <lastmod>2016-04-30T02:12:59+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.8</priority>\n <image:image>\n <image:loc>http://03c1307.netsolhost.com/tccwordpress/wp-content/uploads/2015/04/10988275_10152576259180653_5542485206646291387_n-2-300x167.jpg</image:loc>\n <image:caption><![CDATA[Tropical Computer Hobe Sound, FL]]></image:caption>\n </image:image>\n </url>\n <url>\n <loc>http://03c1307.netsolhost.com/tccwordpress/contact/</loc>\n <lastmod>2013-05-03T14:25:51+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.8</priority>\n </url>\n <url>\n <loc>http://03c1307.netsolhost.com/tccwordpress/home-2/</loc>\n <lastmod>2015-11-22T20:58:52+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.8</priority>\n </url>\n <url>\n <loc>http://03c1307.netsolhost.com/tccwordpress/about/</loc>\n <lastmod>2013-05-15T14:09:27+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.8</priority>\n </url>\n <url>\n <loc>http://03c1307.netsolhost.com/tccwordpress/about-alternative/</loc>\n <lastmod>2013-05-15T14:09:37+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.8</priority>\n <image:image>\n <image:loc>http://03c1307.netsolhost.com/tccwordpress/wp-content/uploads/2013/04/placeholder-1.jpg</image:loc>\n <image:caption><![CDATA[placeholder 1]]></image:caption>\n </image:image>\n </url>\n <url>\n <loc>http://03c1307.netsolhost.com/tccwordpress/services-2/</loc>\n <lastmod>2013-05-15T14:09:48+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.8</priority>\n </url>\n <url>\n <loc>http://03c1307.netsolhost.com/tccwordpress/services-simple/</loc>\n <lastmod>2013-05-15T14:10:01+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.8</priority>\n </url>\n <url>\n <loc>http://03c1307.netsolhost.com/tccwordpress/services-vertical-tabs/</loc>\n <lastmod>2013-05-15T14:10:12+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.8</priority>\n </url>\n <url>\n <loc>http://03c1307.netsolhost.com/tccwordpress/portfolio-2/</loc>\n <lastmod>2013-05-15T14:10:51+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.8</priority>\n </url>\n <url>\n <loc>http://03c1307.netsolhost.com/tccwordpress/blog/</loc>\n <lastmod>2013-05-15T14:11:01+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.8</priority>\n </url>\n <url>\n <loc>http://03c1307.netsolhost.com/tccwordpress/elements/</loc>\n <lastmod>2013-05-15T14:11:13+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.8</priority>\n </url>\n <url>\n <loc>http://03c1307.netsolhost.com/tccwordpress/social-media/</loc>\n <lastmod>2013-05-15T14:11:23+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.8</priority>\n </url>\n</urlset>\";}}','no'),(22319,'_site_transient_update_themes','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1520646766;s:7:\"checked\";a:11:{s:17:\"appointment-green\";s:5:\"1.0.3\";s:11:\"appointment\";s:5:\"2.4.7\";s:9:\"chromatic\";s:3:\"3.2\";s:8:\"cleanbiz\";s:5:\"1.2.4\";s:7:\"i-excel\";s:5:\"1.1.6\";s:8:\"minamaze\";s:5:\"1.3.5\";s:13:\"twentyfifteen\";s:3:\"1.4\";s:14:\"twentyfourteen\";s:3:\"1.6\";s:14:\"twentythirteen\";s:3:\"1.7\";s:12:\"twentytwelve\";s:3:\"1.9\";s:13:\"wen-corporate\";s:3:\"1.3\";}s:8:\"response\";a:10:{s:17:\"appointment-green\";a:4:{s:5:\"theme\";s:17:\"appointment-green\";s:11:\"new_version\";s:5:\"1.0.9\";s:3:\"url\";s:47:\"https://wordpress.org/themes/appointment-green/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/theme/appointment-green.1.0.9.zip\";}s:11:\"appointment\";a:4:{s:5:\"theme\";s:11:\"appointment\";s:11:\"new_version\";s:5:\"2.6.9\";s:3:\"url\";s:41:\"https://wordpress.org/themes/appointment/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/theme/appointment.2.6.9.zip\";}s:9:\"chromatic\";a:4:{s:5:\"theme\";s:9:\"chromatic\";s:11:\"new_version\";s:5:\"4.4.3\";s:3:\"url\";s:39:\"https://wordpress.org/themes/chromatic/\";s:7:\"package\";s:57:\"https://downloads.wordpress.org/theme/chromatic.4.4.3.zip\";}s:7:\"i-excel\";a:4:{s:5:\"theme\";s:7:\"i-excel\";s:11:\"new_version\";s:5:\"1.3.2\";s:3:\"url\";s:37:\"https://wordpress.org/themes/i-excel/\";s:7:\"package\";s:55:\"https://downloads.wordpress.org/theme/i-excel.1.3.2.zip\";}s:8:\"minamaze\";a:4:{s:5:\"theme\";s:8:\"minamaze\";s:11:\"new_version\";s:6:\"1.4.17\";s:3:\"url\";s:38:\"https://wordpress.org/themes/minamaze/\";s:7:\"package\";s:57:\"https://downloads.wordpress.org/theme/minamaze.1.4.17.zip\";}s:13:\"twentyfifteen\";a:4:{s:5:\"theme\";s:13:\"twentyfifteen\";s:11:\"new_version\";s:3:\"1.9\";s:3:\"url\";s:43:\"https://wordpress.org/themes/twentyfifteen/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/theme/twentyfifteen.1.9.zip\";}s:14:\"twentyfourteen\";a:4:{s:5:\"theme\";s:14:\"twentyfourteen\";s:11:\"new_version\";s:3:\"2.1\";s:3:\"url\";s:44:\"https://wordpress.org/themes/twentyfourteen/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/theme/twentyfourteen.2.1.zip\";}s:14:\"twentythirteen\";a:4:{s:5:\"theme\";s:14:\"twentythirteen\";s:11:\"new_version\";s:3:\"2.3\";s:3:\"url\";s:44:\"https://wordpress.org/themes/twentythirteen/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/theme/twentythirteen.2.3.zip\";}s:12:\"twentytwelve\";a:4:{s:5:\"theme\";s:12:\"twentytwelve\";s:11:\"new_version\";s:3:\"2.4\";s:3:\"url\";s:42:\"https://wordpress.org/themes/twentytwelve/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/theme/twentytwelve.2.4.zip\";}s:13:\"wen-corporate\";a:4:{s:5:\"theme\";s:13:\"wen-corporate\";s:11:\"new_version\";s:5:\"1.9.2\";s:3:\"url\";s:43:\"https://wordpress.org/themes/wen-corporate/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/wen-corporate.1.9.2.zip\";}}s:12:\"translations\";a:0:{}}','yes'),(22320,'_site_transient_update_plugins','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1520640287;s:8:\"response\";a:4:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":11:{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.0.3\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.4.0.3.zip\";s:5:\"icons\";a:3:{s:2:\"1x\";s:59:\"https://ps.w.org/akismet/assets/icon-128x128.png?rev=969272\";s:2:\"2x\";s:59:\"https://ps.w.org/akismet/assets/icon-256x256.png?rev=969272\";s:7:\"default\";s:59:\"https://ps.w.org/akismet/assets/icon-256x256.png?rev=969272\";}s:7:\"banners\";a:2:{s:2:\"1x\";s:61:\"https://ps.w.org/akismet/assets/banner-772x250.jpg?rev=479904\";s:7:\"default\";s:61:\"https://ps.w.org/akismet/assets/banner-772x250.jpg?rev=479904\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"4.9.4\";s:13:\"compatibility\";a:0:{}}s:35:\"call-now-button/call-now-button.php\";O:8:\"stdClass\":11:{s:2:\"id\";s:29:\"w.org/plugins/call-now-button\";s:4:\"slug\";s:15:\"call-now-button\";s:6:\"plugin\";s:35:\"call-now-button/call-now-button.php\";s:11:\"new_version\";s:5:\"0.3.1\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/call-now-button/\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/plugin/call-now-button.0.3.1.zip\";s:5:\"icons\";a:3:{s:2:\"1x\";s:68:\"https://ps.w.org/call-now-button/assets/icon-128x128.png?rev=1793650\";s:2:\"2x\";s:68:\"https://ps.w.org/call-now-button/assets/icon-256x256.png?rev=1793650\";s:7:\"default\";s:68:\"https://ps.w.org/call-now-button/assets/icon-256x256.png?rev=1793650\";}s:7:\"banners\";a:3:{s:2:\"2x\";s:71:\"https://ps.w.org/call-now-button/assets/banner-1544x500.jpg?rev=1793650\";s:2:\"1x\";s:70:\"https://ps.w.org/call-now-button/assets/banner-772x250.jpg?rev=1793650\";s:7:\"default\";s:71:\"https://ps.w.org/call-now-button/assets/banner-1544x500.jpg?rev=1793650\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"4.9.1\";s:13:\"compatibility\";a:0:{}}s:53:\"coming-soon-maintenance-mode-from-acurax/acx_csma.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:54:\"w.org/plugins/coming-soon-maintenance-mode-from-acurax\";s:4:\"slug\";s:40:\"coming-soon-maintenance-mode-from-acurax\";s:6:\"plugin\";s:53:\"coming-soon-maintenance-mode-from-acurax/acx_csma.php\";s:11:\"new_version\";s:5:\"2.5.7\";s:3:\"url\";s:71:\"https://wordpress.org/plugins/coming-soon-maintenance-mode-from-acurax/\";s:7:\"package\";s:83:\"https://downloads.wordpress.org/plugin/coming-soon-maintenance-mode-from-acurax.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:93:\"https://ps.w.org/coming-soon-maintenance-mode-from-acurax/assets/icon-128x128.png?rev=1196400\";s:7:\"default\";s:93:\"https://ps.w.org/coming-soon-maintenance-mode-from-acurax/assets/icon-128x128.png?rev=1196400\";}s:7:\"banners\";a:2:{s:2:\"1x\";s:95:\"https://ps.w.org/coming-soon-maintenance-mode-from-acurax/assets/banner-772x250.png?rev=1196400\";s:7:\"default\";s:95:\"https://ps.w.org/coming-soon-maintenance-mode-from-acurax/assets/banner-772x250.png?rev=1196400\";}s:11:\"banners_rtl\";a:0:{}s:14:\"upgrade_notice\";s:64:\"<p>Fix - Security Improvements\nFix - Perfomance Improvements</p>\";s:6:\"tested\";s:5:\"4.9.4\";s:13:\"compatibility\";a:0:{}}s:41:\"wordpress-importer/wordpress-importer.php\";O:8:\"stdClass\":11:{s:2:\"id\";s:32:\"w.org/plugins/wordpress-importer\";s:4:\"slug\";s:18:\"wordpress-importer\";s:6:\"plugin\";s:41:\"wordpress-importer/wordpress-importer.php\";s:11:\"new_version\";s:5:\"0.6.4\";s:3:\"url\";s:49:\"https://wordpress.org/plugins/wordpress-importer/\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/plugin/wordpress-importer.0.6.4.zip\";s:5:\"icons\";a:0:{}s:7:\"banners\";a:2:{s:2:\"1x\";s:72:\"https://ps.w.org/wordpress-importer/assets/banner-772x250.png?rev=547654\";s:7:\"default\";s:72:\"https://ps.w.org/wordpress-importer/assets/banner-772x250.png?rev=547654\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"4.9.4\";s:13:\"compatibility\";a:0:{}}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:3:{s:36:\"contact-form-7/wp-contact-form-7.php\";O:8:\"stdClass\":11:{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.0.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.0.1.zip\";s:5:\"icons\";a:3:{s:2:\"1x\";s:66:\"https://ps.w.org/contact-form-7/assets/icon-128x128.png?rev=984007\";s:2:\"2x\";s:66:\"https://ps.w.org/contact-form-7/assets/icon-256x256.png?rev=984007\";s:7:\"default\";s:66:\"https://ps.w.org/contact-form-7/assets/icon-256x256.png?rev=984007\";}s:7:\"banners\";a:3:{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:7:\"default\";s:69:\"https://ps.w.org/contact-form-7/assets/banner-1544x500.png?rev=860901\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"4.9.4\";s:13:\"compatibility\";a:0:{}}s:17:\"mofuse/mofuse.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:20:\"w.org/plugins/mofuse\";s:4:\"slug\";s:6:\"mofuse\";s:6:\"plugin\";s:17:\"mofuse/mofuse.php\";s:11:\"new_version\";s:4:\"0.9o\";s:3:\"url\";s:37:\"https://wordpress.org/plugins/mofuse/\";s:7:\"package\";s:49:\"https://downloads.wordpress.org/plugin/mofuse.zip\";s:5:\"icons\";a:0:{}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}}s:24:\"wordpress-seo/wp-seo.php\";O:8:\"stdClass\":11:{s:2:\"id\";s:27:\"w.org/plugins/wordpress-seo\";s:4:\"slug\";s:13:\"wordpress-seo\";s:6:\"plugin\";s:24:\"wordpress-seo/wp-seo.php\";s:11:\"new_version\";s:5:\"7.0.2\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/wordpress-seo/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/plugin/wordpress-seo.7.0.2.zip\";s:5:\"icons\";a:4:{s:2:\"1x\";s:66:\"https://ps.w.org/wordpress-seo/assets/icon-128x128.png?rev=1834347\";s:2:\"2x\";s:66:\"https://ps.w.org/wordpress-seo/assets/icon-256x256.png?rev=1834347\";s:3:\"svg\";s:58:\"https://ps.w.org/wordpress-seo/assets/icon.svg?rev=1834347\";s:7:\"default\";s:58:\"https://ps.w.org/wordpress-seo/assets/icon.svg?rev=1834347\";}s:7:\"banners\";a:3:{s:2:\"2x\";s:69:\"https://ps.w.org/wordpress-seo/assets/banner-1544x500.png?rev=1695112\";s:2:\"1x\";s:68:\"https://ps.w.org/wordpress-seo/assets/banner-772x250.png?rev=1695112\";s:7:\"default\";s:69:\"https://ps.w.org/wordpress-seo/assets/banner-1544x500.png?rev=1695112\";}s:11:\"banners_rtl\";a:3:{s:2:\"2x\";s:73:\"https://ps.w.org/wordpress-seo/assets/banner-1544x500-rtl.png?rev=1695112\";s:2:\"1x\";s:72:\"https://ps.w.org/wordpress-seo/assets/banner-772x250-rtl.png?rev=1695112\";s:7:\"default\";s:73:\"https://ps.w.org/wordpress-seo/assets/banner-1544x500-rtl.png?rev=1695112\";}s:6:\"tested\";s:5:\"4.9.4\";s:13:\"compatibility\";a:0:{}}}}','yes'),(22258,'_transient_timeout_yst_sm_services_1:pWMu_rjwX','1520493057','no'),(22259,'_transient_yst_sm_services_1:pWMu_rjwX','C:24:\"WPSEO_Sitemap_Cache_Data\":2219:{a:2:{s:6:\"status\";s:2:\"ok\";s:3:\"xml\";s:2171:\"<urlset xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:image=\"http://www.google.com/schemas/sitemap-image/1.1\" xsi:schemaLocation=\"http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd\" xmlns=\"http://www.sitemaps.org/schemas/sitemap/0.9\">\n <url>\n <loc>http://03c1307.netsolhost.com/tccwordpress/services/copywriting/</loc>\n <lastmod>2015-11-22T22:30:57+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.6</priority>\n <image:image>\n <image:loc>http://03c1307.netsolhost.com/tccwordpress/wp-content/uploads/2013/04/placeholder-1.jpg</image:loc>\n <image:caption><![CDATA[placeholder 1]]></image:caption>\n </image:image>\n <image:image>\n <image:loc>http://03c1307.netsolhost.com/tccwordpress/wp-content/uploads/2013/04/placeholder-2.jpg</image:loc>\n <image:caption><![CDATA[placeholder 2]]></image:caption>\n </image:image>\n </url>\n <url>\n <loc>http://03c1307.netsolhost.com/tccwordpress/services/responsive-design/</loc>\n <lastmod>2013-05-15T14:20:25+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.6</priority>\n </url>\n <url>\n <loc>http://03c1307.netsolhost.com/tccwordpress/services/social-marketing/</loc>\n <lastmod>2013-05-15T14:21:14+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.6</priority>\n </url>\n <url>\n <loc>http://03c1307.netsolhost.com/tccwordpress/services/theme-customization/</loc>\n <lastmod>2013-05-15T14:22:47+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.6</priority>\n </url>\n <url>\n <loc>http://03c1307.netsolhost.com/tccwordpress/services/worldwide-support/</loc>\n <lastmod>2013-05-15T14:23:17+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.6</priority>\n <image:image>\n <image:loc>http://03c1307.netsolhost.com/tccwordpress/wp-content/uploads/2013/04/placeholder-3.jpg</image:loc>\n <image:caption><![CDATA[placeholder 3]]></image:caption>\n </image:image>\n </url>\n <url>\n <loc>http://03c1307.netsolhost.com/tccwordpress/services/unlimited-color-options/</loc>\n <lastmod>2013-05-15T14:23:53+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.6</priority>\n </url>\n</urlset>\";}}','no'),(22159,'_transient_timeout_yst_sm_pi_portfolio_1:pWMu_rt2a','1520089545','no'),(22160,'_transient_yst_sm_pi_portfolio_1:pWMu_rt2a','C:24:\"WPSEO_Sitemap_Cache_Data\":2931:{a:2:{s:6:\"status\";s:2:\"ok\";s:3:\"xml\";s:2883:\"<urlset xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:image=\"http://www.google.com/schemas/sitemap-image/1.1\" xsi:schemaLocation=\"http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd\" xmlns=\"http://www.sitemaps.org/schemas/sitemap/0.9\">\n <url>\n <loc>http://03c1307.netsolhost.com/tccwordpress/portfolio-item/navigating-to-success/</loc>\n <lastmod>2013-05-15T14:48:46+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.6</priority>\n </url>\n <url>\n <loc>http://03c1307.netsolhost.com/tccwordpress/portfolio-item/nice-photo-manipulation/</loc>\n <lastmod>2013-05-15T14:50:16+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.6</priority>\n </url>\n <url>\n <loc>http://03c1307.netsolhost.com/tccwordpress/portfolio-item/nicely-designed-cube/</loc>\n <lastmod>2013-05-15T14:51:08+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.6</priority>\n </url>\n <url>\n <loc>http://03c1307.netsolhost.com/tccwordpress/portfolio-item/polar-bear/</loc>\n <lastmod>2013-05-15T14:51:44+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.6</priority>\n </url>\n <url>\n <loc>http://03c1307.netsolhost.com/tccwordpress/portfolio-item/nike-shoes-design/</loc>\n <lastmod>2013-05-15T14:52:15+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.6</priority>\n </url>\n <url>\n <loc>http://03c1307.netsolhost.com/tccwordpress/portfolio-item/how-it-looks-on-notebook/</loc>\n <lastmod>2013-05-15T14:52:48+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.6</priority>\n </url>\n <url>\n <loc>http://03c1307.netsolhost.com/tccwordpress/portfolio-item/creative-designs/</loc>\n <lastmod>2013-05-15T14:53:18+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.6</priority>\n </url>\n <url>\n <loc>http://03c1307.netsolhost.com/tccwordpress/portfolio-item/some-cool-sunglasses/</loc>\n <lastmod>2013-05-15T14:53:58+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.6</priority>\n </url>\n <url>\n <loc>http://03c1307.netsolhost.com/tccwordpress/portfolio-item/super-nike-shoes/</loc>\n <lastmod>2013-05-15T14:54:33+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.6</priority>\n </url>\n <url>\n <loc>http://03c1307.netsolhost.com/tccwordpress/portfolio-item/rellaxing-with-coffee/</loc>\n <lastmod>2013-05-15T14:55:25+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.6</priority>\n </url>\n <url>\n <loc>http://03c1307.netsolhost.com/tccwordpress/portfolio-item/market-research/</loc>\n <lastmod>2013-05-15T14:56:10+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.6</priority>\n </url>\n <url>\n <loc>http://03c1307.netsolhost.com/tccwordpress/portfolio-item/creativity-in-numbers/</loc>\n <lastmod>2013-05-15T14:56:39+00:00</lastmod>\n <changefreq>weekly</changefreq>\n <priority>0.6</priority>\n </url>\n</urlset>\";}}','no'),(21236,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:6:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.9.4.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.9.4.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.9.4-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.9.4-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.9.4\";s:7:\"version\";s:5:\"4.9.4\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.7\";s:15:\"partial_version\";s:0:\"\";}i:1;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.9.4.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.9.4.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.9.4-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.9.4-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.9.4\";s:7:\"version\";s:5:\"4.9.4\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.7\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:2;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.8.5.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.8.5.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.8.5-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.8.5-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.8.5\";s:7:\"version\";s:5:\"4.8.5\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.7\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:3;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.7.9.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.7.9.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.7.9-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.7.9-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.7.9\";s:7:\"version\";s:5:\"4.7.9\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.7\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:4;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.6.10.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.6.10.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.6.10-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.6.10-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"4.6.10\";s:7:\"version\";s:6:\"4.6.10\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.7\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:5;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.5.13.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.5.13.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.5.13-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.5.13-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"4.5.13\";s:7:\"version\";s:6:\"4.5.13\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.7\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}}s:12:\"last_checked\";i:1520640276;s:15:\"version_checked\";s:6:\"4.4.14\";s:12:\"translations\";a:0:{}}','yes'); /*!40000 ALTER TABLE `wp_options` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_postmeta` -- DROP TABLE IF EXISTS `wp_postmeta`; SET @saved_cs_client = @@character_set_client; 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) default NULL, `meta_value` longtext, PRIMARY KEY (`meta_id`), KEY `post_id` (`post_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=MyISAM AUTO_INCREMENT=748 DEFAULT CHARSET=utf8; 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,4,'_wp_attached_file','2015/03/tropical-computer.jpg'),(3,4,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:375;s:6:\"height\";i:375;s:4:\"file\";s:29:\"2015/03/tropical-computer.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"tropical-computer-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"tropical-computer-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"tropical-computer-375x372.jpg\";s:5:\"width\";i:375;s:6:\"height\";i:372;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"a1-portfolio-image\";a:4:{s:4:\"file\";s:29:\"tropical-computer-320x260.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(4,4,'_wp_attachment_image_alt','Tropical Computer'),(5,5,'_edit_last','1'),(6,5,'_wp_page_template','default'),(7,5,'_edit_lock','1456193205:1'),(8,7,'_edit_last','1'),(9,7,'_wp_page_template','default'),(10,7,'_edit_lock','1457017457:1'),(11,10,'_menu_item_type','post_type'),(12,10,'_menu_item_menu_item_parent','0'),(13,10,'_menu_item_object_id','7'),(14,10,'_menu_item_object','page'),(15,10,'_menu_item_target',''),(16,10,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(17,10,'_menu_item_xfn',''),(18,10,'_menu_item_url',''),(20,11,'_menu_item_type','post_type'),(21,11,'_menu_item_menu_item_parent','0'),(22,11,'_menu_item_object_id','5'),(23,11,'_menu_item_object','page'),(24,11,'_menu_item_target',''),(25,11,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(26,11,'_menu_item_xfn',''),(27,11,'_menu_item_url',''),(29,12,'_wp_attached_file','2015/03/tropical-computer-rectangle.jpg'),(30,12,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:375;s:6:\"height\";i:221;s:4:\"file\";s:39:\"2015/03/tropical-computer-rectangle.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"tropical-computer-rectangle-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:39:\"tropical-computer-rectangle-300x177.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"appointment_latest_news_img\";a:4:{s:4:\"file\";s:39:\"tropical-computer-rectangle-190x190.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:190;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"webriti_blogright_img\";a:4:{s:4:\"file\";s:39:\"tropical-computer-rectangle-270x221.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:221;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(31,12,'_wp_attachment_image_alt','Tropical Computer logo'),(32,13,'_edit_last','1'),(33,13,'_wp_page_template','default'),(34,14,'_menu_item_type','post_type'),(35,14,'_menu_item_menu_item_parent','0'),(36,14,'_menu_item_object_id','13'),(37,14,'_menu_item_object','page'),(38,14,'_menu_item_target',''),(39,14,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(40,14,'_menu_item_xfn',''),(41,14,'_menu_item_url',''),(42,13,'_edit_lock','1461979248:1'),(179,72,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:146;s:4:\"file\";s:34:\"2015/11/Tropical-Computer-Logo.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"Tropical-Computer-Logo-150x146.png\";s:5:\"width\";i:150;s:6:\"height\";i:146;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"Tropical-Computer-Logo-300x146.png\";s:5:\"width\";i:300;s:6:\"height\";i:146;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(178,72,'_wp_attached_file','2015/11/Tropical-Computer-Logo.png'),(112,2,'_edit_lock','1448216578:1'),(180,72,'_wp_attachment_image_alt','Tropical Computer Logo'),(181,47,'_wp_attachment_image_alt','Tropical Computer favicon'),(182,73,'_wp_attached_file','2015/11/Tropical-Computer-Logo-175.png'),(183,73,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:175;s:6:\"height\";i:85;s:4:\"file\";s:38:\"2015/11/Tropical-Computer-Logo-175.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"Tropical-Computer-Logo-175-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(184,73,'_wp_attachment_image_alt','Tropical Computer - Hobe Sound, FL'),(187,75,'_menu_item_type','custom'),(188,75,'_menu_item_menu_item_parent','0'),(189,75,'_menu_item_object_id','75'),(190,75,'_menu_item_object','custom'),(191,75,'_menu_item_target',''),(55,19,'_wp_attached_file','2015/03/10923806_10152502411280653_1623438138705472952_o.jpg'),(56,19,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1152;s:4:\"file\";s:60:\"2015/03/10923806_10152502411280653_1623438138705472952_o.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:60:\"10923806_10152502411280653_1623438138705472952_o-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:60:\"10923806_10152502411280653_1623438138705472952_o-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:61:\"10923806_10152502411280653_1623438138705472952_o-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"chromaticfw-small-preview\";a:4:{s:4:\"file\";s:60:\"10923806_10152502411280653_1623438138705472952_o-315x230.jpg\";s:5:\"width\";i:315;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"chromaticfw-large-preview\";a:4:{s:4:\"file\";s:60:\"10923806_10152502411280653_1623438138705472952_o-420x190.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:190;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"chromaticfw-medium-preview\";a:4:{s:4:\"file\";s:60:\"10923806_10152502411280653_1623438138705472952_o-420x236.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:236;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"chromaticfw-wide\";a:4:{s:4:\"file\";s:60:\"10923806_10152502411280653_1623438138705472952_o-840x385.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"chromaticfw-extra-wide\";a:4:{s:4:\"file\";s:60:\"10923806_10152502411280653_1623438138705472952_o-945x385.jpg\";s:5:\"width\";i:945;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(57,19,'_wp_attachment_image_alt','Selection of Computer Networking Products at Tropical Computer'),(58,20,'_wp_attached_file','2015/03/10862587_10152502411420653_4784434501972749359_o.jpg'),(59,20,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1152;s:4:\"file\";s:60:\"2015/03/10862587_10152502411420653_4784434501972749359_o.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:60:\"10862587_10152502411420653_4784434501972749359_o-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:60:\"10862587_10152502411420653_4784434501972749359_o-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:61:\"10862587_10152502411420653_4784434501972749359_o-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"chromaticfw-small-preview\";a:4:{s:4:\"file\";s:60:\"10862587_10152502411420653_4784434501972749359_o-315x230.jpg\";s:5:\"width\";i:315;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"chromaticfw-large-preview\";a:4:{s:4:\"file\";s:60:\"10862587_10152502411420653_4784434501972749359_o-420x190.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:190;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"chromaticfw-medium-preview\";a:4:{s:4:\"file\";s:60:\"10862587_10152502411420653_4784434501972749359_o-420x236.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:236;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"chromaticfw-wide\";a:4:{s:4:\"file\";s:60:\"10862587_10152502411420653_4784434501972749359_o-840x385.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"chromaticfw-extra-wide\";a:4:{s:4:\"file\";s:60:\"10862587_10152502411420653_4784434501972749359_o-945x385.jpg\";s:5:\"width\";i:945;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(60,20,'_wp_attachment_image_alt','Computer Cables, Adapters & Parts at Tropical Computer'),(61,24,'_edit_last','1'),(62,24,'_edit_lock','1461979860:1'),(63,24,'_wp_page_template','default'),(64,25,'_menu_item_type','post_type'),(65,25,'_menu_item_menu_item_parent','0'),(66,25,'_menu_item_object_id','24'),(67,25,'_menu_item_object','page'),(68,25,'_menu_item_target',''),(69,25,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(70,25,'_menu_item_xfn',''),(71,25,'_menu_item_url',''),(72,27,'_edit_last','1'),(73,27,'_edit_lock','1461982287:1'),(74,27,'_wp_page_template','default'),(75,28,'_menu_item_type','post_type'),(76,28,'_menu_item_menu_item_parent','0'),(77,28,'_menu_item_object_id','27'),(78,28,'_menu_item_object','page'),(79,28,'_menu_item_target',''),(80,28,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(81,28,'_menu_item_xfn',''),(82,28,'_menu_item_url',''),(83,30,'_wp_attached_file','2015/04/11093301_10202563424606039_274769003_o.jpg'),(84,30,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1536;s:4:\"file\";s:50:\"2015/04/11093301_10202563424606039_274769003_o.jpg\";s:5:\"sizes\";a:43:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"11093301_10202563424606039_274769003_o-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:50:\"11093301_10202563424606039_274769003_o-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:51:\"11093301_10202563424606039_274769003_o-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column1-1/1\";a:4:{s:4:\"file\";s:50:\"11093301_10202563424606039_274769003_o-960x960.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column1-1/2\";a:4:{s:4:\"file\";s:50:\"11093301_10202563424606039_274769003_o-960x480.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column1-1/3\";a:4:{s:4:\"file\";s:50:\"11093301_10202563424606039_274769003_o-960x320.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column1-2/3\";a:4:{s:4:\"file\";s:50:\"11093301_10202563424606039_274769003_o-960x640.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column1-1/4\";a:4:{s:4:\"file\";s:50:\"11093301_10202563424606039_274769003_o-960x240.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column1-3/4\";a:4:{s:4:\"file\";s:50:\"11093301_10202563424606039_274769003_o-960x720.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column1-1/5\";a:4:{s:4:\"file\";s:50:\"11093301_10202563424606039_274769003_o-960x192.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column1-2/5\";a:4:{s:4:\"file\";s:50:\"11093301_10202563424606039_274769003_o-960x384.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column1-3/5\";a:4:{s:4:\"file\";s:50:\"11093301_10202563424606039_274769003_o-960x576.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column1-4/5\";a:4:{s:4:\"file\";s:50:\"11093301_10202563424606039_274769003_o-960x768.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-1/1\";a:4:{s:4:\"file\";s:50:\"11093301_10202563424606039_274769003_o-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-1/2\";a:4:{s:4:\"file\";s:50:\"11093301_10202563424606039_274769003_o-480x240.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-1/3\";a:4:{s:4:\"file\";s:50:\"11093301_10202563424606039_274769003_o-480x160.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-2/3\";a:4:{s:4:\"file\";s:50:\"11093301_10202563424606039_274769003_o-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-1/4\";a:4:{s:4:\"file\";s:50:\"11093301_10202563424606039_274769003_o-480x120.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-3/4\";a:4:{s:4:\"file\";s:50:\"11093301_10202563424606039_274769003_o-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-1/5\";a:4:{s:4:\"file\";s:49:\"11093301_10202563424606039_274769003_o-480x96.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-2/5\";a:4:{s:4:\"file\";s:50:\"11093301_10202563424606039_274769003_o-480x192.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-3/5\";a:4:{s:4:\"file\";s:50:\"11093301_10202563424606039_274769003_o-480x288.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:288;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-4/5\";a:4:{s:4:\"file\";s:50:\"11093301_10202563424606039_274769003_o-480x384.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-1/1\";a:4:{s:4:\"file\";s:50:\"11093301_10202563424606039_274769003_o-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-1/2\";a:4:{s:4:\"file\";s:50:\"11093301_10202563424606039_274769003_o-320x160.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-1/3\";a:4:{s:4:\"file\";s:50:\"11093301_10202563424606039_274769003_o-320x107.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:107;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-2/3\";a:4:{s:4:\"file\";s:50:\"11093301_10202563424606039_274769003_o-320x213.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-1/4\";a:4:{s:4:\"file\";s:49:\"11093301_10202563424606039_274769003_o-320x80.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-3/4\";a:4:{s:4:\"file\";s:50:\"11093301_10202563424606039_274769003_o-320x240.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-1/5\";a:4:{s:4:\"file\";s:49:\"11093301_10202563424606039_274769003_o-320x64.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:64;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-2/5\";a:4:{s:4:\"file\";s:50:\"11093301_10202563424606039_274769003_o-320x128.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-3/5\";a:4:{s:4:\"file\";s:50:\"11093301_10202563424606039_274769003_o-320x192.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-4/5\";a:4:{s:4:\"file\";s:50:\"11093301_10202563424606039_274769003_o-320x256.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:256;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-1/1\";a:4:{s:4:\"file\";s:50:\"11093301_10202563424606039_274769003_o-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-1/2\";a:4:{s:4:\"file\";s:50:\"11093301_10202563424606039_274769003_o-240x120.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-1/3\";a:4:{s:4:\"file\";s:49:\"11093301_10202563424606039_274769003_o-240x80.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-2/3\";a:4:{s:4:\"file\";s:50:\"11093301_10202563424606039_274769003_o-240x160.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-1/4\";a:4:{s:4:\"file\";s:49:\"11093301_10202563424606039_274769003_o-240x60.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-3/4\";a:4:{s:4:\"file\";s:50:\"11093301_10202563424606039_274769003_o-240x180.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-1/5\";a:4:{s:4:\"file\";s:49:\"11093301_10202563424606039_274769003_o-240x48.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:48;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-2/5\";a:4:{s:4:\"file\";s:49:\"11093301_10202563424606039_274769003_o-240x96.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-3/5\";a:4:{s:4:\"file\";s:50:\"11093301_10202563424606039_274769003_o-240x144.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-4/5\";a:4:{s:4:\"file\";s:50:\"11093301_10202563424606039_274769003_o-240x192.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(85,30,'_wp_attachment_image_alt','Tropical Computer - Hobe Sound, FL'),(86,31,'_wp_attached_file','2015/04/10988275_10152576259180653_5542485206646291387_n-2.jpg'),(87,31,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:356;s:4:\"file\";s:62:\"2015/04/10988275_10152576259180653_5542485206646291387_n-2.jpg\";s:5:\"sizes\";a:35:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:62:\"10988275_10152576259180653_5542485206646291387_n-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:62:\"10988275_10152576259180653_5542485206646291387_n-2-300x167.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:167;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column1-1/3\";a:4:{s:4:\"file\";s:62:\"10988275_10152576259180653_5542485206646291387_n-2-640x320.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column1-1/4\";a:4:{s:4:\"file\";s:62:\"10988275_10152576259180653_5542485206646291387_n-2-640x240.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column1-1/5\";a:4:{s:4:\"file\";s:62:\"10988275_10152576259180653_5542485206646291387_n-2-640x192.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-1/1\";a:4:{s:4:\"file\";s:62:\"10988275_10152576259180653_5542485206646291387_n-2-480x356.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:356;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-1/2\";a:4:{s:4:\"file\";s:62:\"10988275_10152576259180653_5542485206646291387_n-2-480x240.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-1/3\";a:4:{s:4:\"file\";s:62:\"10988275_10152576259180653_5542485206646291387_n-2-480x160.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-2/3\";a:4:{s:4:\"file\";s:62:\"10988275_10152576259180653_5542485206646291387_n-2-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-1/4\";a:4:{s:4:\"file\";s:62:\"10988275_10152576259180653_5542485206646291387_n-2-480x120.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-3/4\";a:4:{s:4:\"file\";s:62:\"10988275_10152576259180653_5542485206646291387_n-2-480x356.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:356;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-1/5\";a:4:{s:4:\"file\";s:61:\"10988275_10152576259180653_5542485206646291387_n-2-480x96.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-2/5\";a:4:{s:4:\"file\";s:62:\"10988275_10152576259180653_5542485206646291387_n-2-480x192.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-3/5\";a:4:{s:4:\"file\";s:62:\"10988275_10152576259180653_5542485206646291387_n-2-480x288.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:288;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-4/5\";a:4:{s:4:\"file\";s:62:\"10988275_10152576259180653_5542485206646291387_n-2-480x356.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:356;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-1/1\";a:4:{s:4:\"file\";s:62:\"10988275_10152576259180653_5542485206646291387_n-2-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-1/2\";a:4:{s:4:\"file\";s:62:\"10988275_10152576259180653_5542485206646291387_n-2-320x160.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-1/3\";a:4:{s:4:\"file\";s:62:\"10988275_10152576259180653_5542485206646291387_n-2-320x107.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:107;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-2/3\";a:4:{s:4:\"file\";s:62:\"10988275_10152576259180653_5542485206646291387_n-2-320x213.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-1/4\";a:4:{s:4:\"file\";s:61:\"10988275_10152576259180653_5542485206646291387_n-2-320x80.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-3/4\";a:4:{s:4:\"file\";s:62:\"10988275_10152576259180653_5542485206646291387_n-2-320x240.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-1/5\";a:4:{s:4:\"file\";s:61:\"10988275_10152576259180653_5542485206646291387_n-2-320x64.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:64;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-2/5\";a:4:{s:4:\"file\";s:62:\"10988275_10152576259180653_5542485206646291387_n-2-320x128.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-3/5\";a:4:{s:4:\"file\";s:62:\"10988275_10152576259180653_5542485206646291387_n-2-320x192.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-4/5\";a:4:{s:4:\"file\";s:62:\"10988275_10152576259180653_5542485206646291387_n-2-320x256.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:256;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-1/1\";a:4:{s:4:\"file\";s:62:\"10988275_10152576259180653_5542485206646291387_n-2-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-1/2\";a:4:{s:4:\"file\";s:62:\"10988275_10152576259180653_5542485206646291387_n-2-240x120.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-1/3\";a:4:{s:4:\"file\";s:61:\"10988275_10152576259180653_5542485206646291387_n-2-240x80.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-2/3\";a:4:{s:4:\"file\";s:62:\"10988275_10152576259180653_5542485206646291387_n-2-240x160.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-1/4\";a:4:{s:4:\"file\";s:61:\"10988275_10152576259180653_5542485206646291387_n-2-240x60.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-3/4\";a:4:{s:4:\"file\";s:62:\"10988275_10152576259180653_5542485206646291387_n-2-240x180.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-1/5\";a:4:{s:4:\"file\";s:61:\"10988275_10152576259180653_5542485206646291387_n-2-240x48.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:48;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-2/5\";a:4:{s:4:\"file\";s:61:\"10988275_10152576259180653_5542485206646291387_n-2-240x96.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-3/5\";a:4:{s:4:\"file\";s:62:\"10988275_10152576259180653_5542485206646291387_n-2-240x144.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-4/5\";a:4:{s:4:\"file\";s:62:\"10988275_10152576259180653_5542485206646291387_n-2-240x192.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(88,31,'_wp_attachment_image_alt','Tropical Computer - Hobe Sound, FL'),(603,665,'_menu_item_object','page'),(604,665,'_menu_item_target',''),(413,349,'_edit_last','1'),(414,349,'sv_icon','brush'),(415,349,'sv_subtitle','From creative orange to blue'),(416,349,'sv_short_description','There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form.'),(417,349,'sv_link_to_option','page'),(418,349,'sv_link_to_page','321'),(433,409,'_edit_last','1'),(434,409,'pf_hide_button','0'),(435,409,'_dp_original','408'),(436,409,'pf_image','646'),(437,410,'_edit_last','1'),(438,410,'pf_hide_button','0'),(439,410,'_dp_original','409'),(440,410,'pf_image','646'),(441,411,'_edit_last','1'),(442,411,'pf_hide_button','0'),(443,411,'_dp_original','410'),(444,411,'pf_image','646'),(445,413,'_edit_last','1'),(446,413,'pf_hide_button','0'),(447,413,'_dp_original','411'),(448,413,'pf_image','646'),(449,415,'_edit_last','1'),(450,415,'pf_hide_button','0'),(451,415,'_dp_original','414'),(452,415,'pf_image','646'),(453,416,'_edit_last','1'),(454,416,'pf_hide_button','0'),(455,416,'_dp_original','415'),(456,416,'pf_image','646'),(659,27,'pg_sidebar','fullwidth'),(656,320,'_edit_lock','1461979188:1'),(657,320,'slide_template','default'),(658,27,'slide_template','default'),(461,458,'_edit_last','1'),(462,458,'_thumbnail_id','646'),(463,458,'tm_job_position','Senior Manager, CEO'),(464,458,'tm_icon','skype'),(465,458,'tm_social_behance','www.pixel-industry.com'),(466,458,'tm_social_facebook-1','www.pixel-industry.com'),(467,458,'tm_social_twitter-1','www.pixel-industry.com'),(468,458,'tm_social_xing','www.pixel-industry.com'),(469,458,'tm_social_skype','www.pixel-industry.com'),(470,468,'_edit_last','1'),(471,468,'_thumbnail_id','646'),(472,468,'tm_job_position','Web Designer'),(473,468,'tm_icon','skype'),(474,468,'tm_social_behance','www.pixel-industry.com'),(475,468,'tm_social_facebook-1','www.pixel-industry.com'),(476,468,'tm_social_skype','www.pixel-industry.com'),(477,468,'tm_social_twitter-1','www.pixel-industry.com'),(478,468,'tm_social_xing','www.pixel-industry.com'),(479,469,'_edit_last','1'),(480,469,'tm_job_position','Senior Manager'),(481,469,'tm_icon','skype'),(482,469,'tm_social_behance','www.pixel-industry.com'),(483,469,'tm_social_facebook-1','www.pixel-industry.com'),(484,469,'tm_social_skype','www.pixel-industry.com'),(485,469,'tm_social_twitter-1','www.pixel-industry.com'),(486,469,'tm_social_xing','www.pixel-industry.com'),(487,469,'_dp_original','468'),(488,469,'_thumbnail_id','646'),(489,470,'_edit_last','1'),(490,470,'tm_job_position','Marketing Specialist'),(491,470,'tm_icon','skype'),(492,470,'tm_social_behance','www.pixel-industry.com'),(493,470,'tm_social_facebook-1','www.pixel-industry.com'),(494,470,'tm_social_skype','www.pixel-industry.com'),(495,470,'tm_social_twitter-1','www.pixel-industry.com'),(496,470,'tm_social_xing','www.pixel-industry.com'),(497,470,'_dp_original','469'),(498,470,'_thumbnail_id','646'),(499,471,'_edit_last','1'),(500,471,'tm_job_position','Company CEO'),(501,471,'tm_icon','skype'),(502,471,'tm_social_behance','www.pixel-industry.com'),(503,471,'tm_social_facebook-1','www.pixel-industry.com'),(504,471,'tm_social_skype','www.pixel-industry.com'),(505,471,'tm_social_twitter-1','www.pixel-industry.com'),(506,471,'tm_social_xing','www.pixel-industry.com'),(507,471,'_dp_original','470'),(508,471,'_thumbnail_id','646'),(509,472,'_edit_last','1'),(510,472,'tm_job_position','Web Developer'),(511,472,'tm_icon','skype'),(512,472,'tm_social_behance','www.pixel-industry.com'),(513,472,'tm_social_facebook-1','www.pixel-industry.com'),(514,472,'tm_social_skype','www.pixel-industry.com'),(515,472,'tm_social_twitter-1','www.pixel-industry.com'),(516,472,'tm_social_xing','www.pixel-industry.com'),(517,472,'_dp_original','471'),(518,472,'_thumbnail_id','646'),(519,473,'_edit_last','1'),(520,473,'tm_job_position','Human Resources'),(521,473,'tm_icon','skype'),(522,473,'tm_social_behance','www.pixel-industry.com'),(523,473,'tm_social_facebook-1','www.pixel-industry.com'),(524,473,'tm_social_skype','www.pixel-industry.com'),(525,473,'tm_social_twitter-1','www.pixel-industry.com'),(526,473,'tm_social_xing','www.pixel-industry.com'),(527,473,'_dp_original','472'),(528,473,'_thumbnail_id','646'),(529,474,'_edit_last','1'),(530,474,'tm_job_position','Web Designer'),(531,474,'tm_icon','skype'),(532,474,'tm_social_behance','www.pixel-industry.com'),(533,474,'tm_social_facebook-1','www.pixel-industry.com'),(534,474,'tm_social_skype','www.pixel-industry.com'),(535,474,'tm_social_twitter-1','www.pixel-industry.com'),(536,474,'tm_social_xing','www.pixel-industry.com'),(537,474,'_dp_original','473'),(538,474,'_thumbnail_id','646'),(539,623,'_form','<p>Your Name (required)<br />\n [text* your-name] </p>\n\n<p>Your Email (required)<br />\n [email* your-email] </p>\n\n<p>Subject<br />\n [text your-subject] </p>\n\n<p>Your Message<br />\n [textarea your-message] </p>\n\n<p>[submit \"Send\"]</p>'),(540,623,'_mail','a:7:{s:7:\"subject\";s:14:\"[your-subject]\";s:6:\"sender\";s:26:\"[your-name] <[your-email]>\";s:4:\"body\";s:210:\"From: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n--\nThis mail is sent via contact form on CleanBiz Multipurpose Wordpress Theme http://pixel-industry.com/dummy_wp/cleanbiz\";s:9:\"recipient\";s:16:\"mrkyvk@gmail.com\";s:18:\"additional_headers\";s:0:\"\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";i:0;}'),(541,623,'_mail_2','a:8:{s:6:\"active\";b:0;s:7:\"subject\";s:14:\"[your-subject]\";s:6:\"sender\";s:26:\"[your-name] <[your-email]>\";s:4:\"body\";s:152:\"Message body:\n[your-message]\n\n--\nThis mail is sent via contact form on CleanBiz Multipurpose Wordpress Theme http://pixel-industry.com/dummy_wp/cleanbiz\";s:9:\"recipient\";s:12:\"[your-email]\";s:18:\"additional_headers\";s:0:\"\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";i:0;}'),(542,623,'_messages','a:7:{s:12:\"mail_sent_ok\";s:43:\"Your message was sent successfully. Thanks.\";s:12:\"mail_sent_ng\";s:93:\"Failed to send your message. Please try later or contact the administrator by another method.\";s:16:\"validation_error\";s:74:\"Validation errors occurred. Please confirm the fields and submit it again.\";s:4:\"spam\";s:93:\"Failed to send your message. Please try later or contact the administrator by another method.\";s:12:\"accept_terms\";s:35:\"Please accept the terms to proceed.\";s:13:\"invalid_email\";s:28:\"Email address seems invalid.\";s:16:\"invalid_required\";s:31:\"Please fill the required field.\";}'),(543,623,'_additional_settings',''),(544,658,'_menu_item_type','post_type'),(545,658,'_menu_item_menu_item_parent','298'),(546,658,'_menu_item_object_id','328'),(547,658,'_menu_item_object','page'),(548,658,'_menu_item_target',''),(549,658,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(550,658,'_menu_item_xfn',''),(551,658,'_menu_item_url',''),(552,659,'_menu_item_type','post_type'),(553,659,'_menu_item_menu_item_parent','0'),(554,659,'_menu_item_object_id','318'),(555,659,'_menu_item_object','page'),(556,659,'_menu_item_target',''),(557,659,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(558,659,'_menu_item_xfn',''),(559,659,'_menu_item_url',''),(560,660,'_menu_item_type','post_type'),(561,660,'_menu_item_menu_item_parent','75'),(562,660,'_menu_item_object_id','319'),(563,660,'_menu_item_object','page'),(564,660,'_menu_item_target',''),(565,660,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(566,660,'_menu_item_xfn',''),(567,660,'_menu_item_url',''),(568,661,'_menu_item_type','post_type'),(569,661,'_menu_item_menu_item_parent','75'),(570,661,'_menu_item_object_id','320'),(571,661,'_menu_item_object','page'),(572,661,'_menu_item_target',''),(573,661,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(574,661,'_menu_item_xfn',''),(575,661,'_menu_item_url',''),(576,662,'_menu_item_type','post_type'),(577,662,'_menu_item_menu_item_parent','75'),(578,662,'_menu_item_object_id','321'),(579,662,'_menu_item_object','page'),(580,662,'_menu_item_target',''),(581,662,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(582,662,'_menu_item_xfn',''),(583,662,'_menu_item_url',''),(584,663,'_menu_item_type','post_type'),(585,663,'_menu_item_menu_item_parent','75'),(586,663,'_menu_item_object_id','322'),(587,663,'_menu_item_object','page'),(588,663,'_menu_item_target',''),(589,663,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(590,663,'_menu_item_xfn',''),(591,663,'_menu_item_url',''),(592,664,'_menu_item_type','post_type'),(593,664,'_menu_item_menu_item_parent','75'),(594,664,'_menu_item_object_id','323'),(595,664,'_menu_item_object','page'),(596,664,'_menu_item_target',''),(597,664,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(598,664,'_menu_item_xfn',''),(599,664,'_menu_item_url',''),(600,665,'_menu_item_type','post_type'),(601,665,'_menu_item_menu_item_parent','0'),(602,665,'_menu_item_object_id','325'),(411,348,'sv_link_to_option','page'),(412,348,'sv_link_to_page','321'),(173,61,'_wp_attachment_image_alt','Welcome to Tropical Computer in Hobe Sound, FL'),(174,61,'_wp_attachment_custom_header_last_used_minamaze','1437357132'),(175,61,'_wp_attachment_is_custom_header','minamaze'),(192,75,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(193,75,'_menu_item_xfn',''),(194,75,'_menu_item_url','#'),(654,682,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:250;s:6:\"height\";i:121;s:4:\"file\";s:33:\"2015/11/TROPICAL-COMPUTER-250.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"TROPICAL-COMPUTER-250-150x121.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(653,682,'_wp_attached_file','2015/11/TROPICAL-COMPUTER-250.jpg'),(203,296,'_edit_last','1'),(204,296,'_wp_page_template','default'),(205,296,'pg_sidebar','left'),(206,298,'_menu_item_type','custom'),(207,298,'_menu_item_menu_item_parent','0'),(208,298,'_menu_item_object_id','298'),(209,298,'_menu_item_object','custom'),(210,298,'_menu_item_target',''),(211,298,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(212,298,'_menu_item_xfn',''),(213,298,'_menu_item_url','#'),(214,299,'_menu_item_type','post_type'),(215,299,'_menu_item_menu_item_parent','0'),(216,299,'_menu_item_object_id','296'),(217,299,'_menu_item_object','page'),(218,299,'_menu_item_target',''),(219,299,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(220,299,'_menu_item_xfn',''),(221,299,'_menu_item_url',''),(222,632,'_wp_attached_file','2013/04/placeholder-1.jpg'),(223,632,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:175;s:4:\"file\";s:25:\"2013/04/placeholder-1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"placeholder-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:25:\"placeholder-1-300x175.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:175;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(224,633,'_wp_attached_file','2013/04/placeholder-2.jpg'),(225,633,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:133;s:4:\"file\";s:25:\"2013/04/placeholder-2.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"placeholder-2-150x133.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"placeholder-2-300x133.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(226,634,'_wp_attached_file','2013/04/placeholder-3.jpg'),(227,634,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:80;s:6:\"height\";i:80;s:4:\"file\";s:25:\"2013/04/placeholder-3.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(228,646,'_wp_attached_file','2013/05/placeholder-4.jpg'),(229,646,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:25:\"2013/05/placeholder-4.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"placeholder-4-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:25:\"placeholder-4-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(238,318,'_edit_last','1'),(239,318,'_wp_page_template','default'),(240,318,'pg_sidebar','fullwidth'),(249,319,'_edit_last','1'),(250,319,'_wp_page_template','default'),(251,319,'pg_sidebar','fullwidth'),(649,679,'sv_link_to_page','5'),(648,679,'sv_link_to_option','this'),(647,679,'sv_subtitle','Describe it in few words.'),(646,679,'sv_icon','mac'),(645,679,'slide_template','default'),(644,679,'_edit_lock','1448233479:1'),(643,679,'_edit_last','1'),(260,320,'_edit_last','1'),(261,320,'_wp_page_template','default'),(262,320,'pg_sidebar','fullwidth'),(642,344,'slide_template','default'),(641,678,'_wp_attachment_image_alt','Tropical Computer Products'),(271,321,'_edit_last','1'),(272,321,'_wp_page_template','default'),(273,321,'pg_sidebar','left'),(282,322,'_edit_last','1'),(283,322,'_wp_page_template','default'),(284,322,'pg_sidebar','fullwidth'),(640,678,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:357;s:4:\"file\";s:22:\"2013/05/products-1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"products-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:22:\"products-1-300x107.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:107;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(639,678,'_wp_attached_file','2013/05/products-1.jpg'),(638,39,'_edit_lock','1448228341:1'),(637,344,'_edit_lock','1448231466:1'),(293,323,'_edit_last','1'),(294,323,'_wp_page_template','default'),(295,323,'pg_sidebar','fullwidth'),(304,325,'_edit_last','1'),(305,325,'pg_sidebar','fullwidth'),(306,325,'_wp_page_template','portfolio-template.php'),(632,671,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:80;s:6:\"height\";i:80;s:4:\"file\";s:35:\"revslider/slider1/placeholder-3.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(631,671,'_wp_attached_file','revslider/slider1/placeholder-3.jpg'),(315,327,'_edit_last','1'),(316,327,'_wp_page_template','default'),(317,327,'pg_sidebar','fullwidth'),(326,328,'_edit_last','1'),(327,328,'_wp_page_template','default'),(328,328,'pg_sidebar','fullwidth'),(630,670,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:35:\"revslider/slider1/placeholder-4.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"placeholder-4-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:25:\"placeholder-4-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(629,670,'_wp_attached_file','revslider/slider1/placeholder-4.jpg'),(628,13,'pg_sidebar','fullwidth'),(627,13,'slide_template','default'),(626,318,'slide_template',''),(625,319,'_edit_lock','1461982210:1'),(624,318,'_edit_lock','1448228675:1'),(337,332,'_edit_last','1'),(338,332,'_wp_page_template','default'),(339,332,'pg_sidebar','fullwidth'),(340,391,'_edit_last','1'),(341,391,'pf_image','646'),(342,391,'pf_hide_button','0'),(343,404,'_edit_last','1'),(344,404,'pf_hide_button','0'),(345,404,'_dp_original','391'),(346,404,'pf_image','646'),(347,405,'_edit_last','1'),(348,405,'pf_hide_button','0'),(349,405,'_dp_original','404'),(350,405,'pf_image','646'),(351,406,'_edit_last','1'),(352,406,'pf_hide_button','0'),(353,406,'_dp_original','405'),(354,406,'pf_image','646'),(355,407,'_edit_last','1'),(356,407,'pf_hide_button','0'),(357,407,'_dp_original','406'),(358,407,'pf_image','646'),(359,408,'_edit_last','1'),(360,408,'pf_hide_button','0'),(361,408,'_dp_original','407'),(362,408,'pf_image','646'),(686,701,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:900;s:6:\"height\";i:357;s:4:\"file\";s:21:\"products-slide-11.jpg\";}}'),(743,748,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:997;s:6:\"height\";i:359;s:4:\"file\";s:48:\"2013/05/Screen-Shot-2016-03-08-at-1.59.22-PM.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2016-03-08-at-1.59.22-PM-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:48:\"Screen-Shot-2016-03-08-at-1.59.22-PM-300x108.png\";s:5:\"width\";i:300;s:6:\"height\";i:108;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2016-03-08-at-1.59.22-PM-768x277.png\";s:5:\"width\";i:768;s:6:\"height\";i:277;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:{}}}'),(742,748,'_wp_attached_file','2013/05/Screen-Shot-2016-03-08-at-1.59.22-PM.png'),(383,344,'_edit_last','1'),(384,344,'sv_icon','mac'),(385,344,'sv_subtitle','Great copy is very important'),(386,344,'sv_short_description','There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form.'),(387,344,'sv_link_to_option','this'),(388,344,'sv_link_to_page','5'),(389,345,'_edit_last','1'),(390,345,'sv_icon','mac'),(391,345,'sv_subtitle','It looks good on mobile too'),(392,345,'sv_short_description','There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form.'),(393,345,'sv_link_to_option','page'),(394,345,'sv_link_to_page','321'),(395,346,'_edit_last','1'),(396,346,'sv_icon','users2'),(397,346,'sv_subtitle','Introducing you to customers'),(398,346,'sv_short_description','There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form.'),(399,346,'sv_link_to_option','page'),(400,346,'sv_link_to_page','321'),(401,347,'_edit_last','1'),(402,347,'sv_icon','cog'),(403,347,'sv_subtitle','We can customize it for you'),(404,347,'sv_short_description','There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form.'),(405,347,'sv_link_to_option','page'),(406,347,'sv_link_to_page','321'),(407,348,'_edit_last','1'),(408,348,'sv_icon','globe'),(409,348,'sv_subtitle','We offer you 24/7 support'),(410,348,'sv_short_description','There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form.'),(110,39,'_wp_attached_file','2015/04/10931201_10152502411265653_2224558694539044047_o.jpg'),(605,665,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(606,665,'_menu_item_xfn',''),(607,665,'_menu_item_url',''),(608,666,'_menu_item_type','post_type'),(609,666,'_menu_item_menu_item_parent','0'),(610,666,'_menu_item_object_id','327'),(611,666,'_menu_item_object','page'),(612,666,'_menu_item_target',''),(613,666,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(614,666,'_menu_item_xfn',''),(615,666,'_menu_item_url',''),(616,667,'_menu_item_type','post_type'),(617,667,'_menu_item_menu_item_parent','298'),(618,667,'_menu_item_object_id','332'),(619,667,'_menu_item_object','page'),(620,667,'_menu_item_target',''),(621,667,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(622,667,'_menu_item_xfn',''),(623,667,'_menu_item_url',''),(655,682,'_wp_attachment_image_alt','TROPICAL COMPUTER - Hobe Sound, FL'),(660,323,'_edit_lock','1448234348:1'),(661,323,'slide_template','default'),(662,7,'slide_template','default'),(663,7,'pg_sidebar','fullwidth'),(664,296,'_edit_lock','1448236943:1'),(665,692,'_wp_attached_file','2013/05/square-reader1.png'),(666,692,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:685;s:6:\"height\";i:493;s:4:\"file\";s:26:\"2013/05/square-reader1.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"square-reader1-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:\"square-reader1-300x216.png\";s:5:\"width\";i:300;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(667,693,'_wp_attached_file','2013/05/showmypc.png'),(668,693,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:128;s:6:\"height\";i:128;s:4:\"file\";s:20:\"2013/05/showmypc.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(669,694,'_wp_attached_file','2013/05/ShowMyPC-Logo.png'),(670,694,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:550;s:6:\"height\";i:305;s:4:\"file\";s:25:\"2013/05/ShowMyPC-Logo.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"ShowMyPC-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:25:\"ShowMyPC-Logo-300x166.png\";s:5:\"width\";i:300;s:6:\"height\";i:166;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(671,695,'_wp_attached_file','2013/05/square-reader-white.jpg'),(672,695,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:685;s:6:\"height\";i:493;s:4:\"file\";s:31:\"2013/05/square-reader-white.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"square-reader-white-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"square-reader-white-300x216.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(673,321,'_edit_lock','1448236570:1'),(674,322,'_edit_lock','1448236594:1'),(675,322,'slide_template','default'),(676,5,'slide_template','default'),(677,5,'pg_sidebar','fullwidth'),(678,24,'slide_template','default'),(679,24,'pg_sidebar','fullwidth'),(680,701,'_wp_attached_file','2013/05/products-slide-11-e1450230757899.jpg'),(681,701,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:850;s:6:\"height\";i:337;s:4:\"file\";s:44:\"2013/05/products-slide-11-e1450230757899.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"products-slide-11-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"products-slide-11-300x119.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:119;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(682,701,'_wp_attachment_image_alt','Tropical Computer Consultants'),(111,39,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1152;s:4:\"file\";s:60:\"2015/04/10931201_10152502411265653_2224558694539044047_o.jpg\";s:5:\"sizes\";a:43:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:60:\"10931201_10152502411265653_2224558694539044047_o-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:60:\"10931201_10152502411265653_2224558694539044047_o-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:61:\"10931201_10152502411265653_2224558694539044047_o-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column1-1/1\";a:4:{s:4:\"file\";s:60:\"10931201_10152502411265653_2224558694539044047_o-960x960.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column1-1/2\";a:4:{s:4:\"file\";s:60:\"10931201_10152502411265653_2224558694539044047_o-960x480.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column1-1/3\";a:4:{s:4:\"file\";s:60:\"10931201_10152502411265653_2224558694539044047_o-960x320.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column1-2/3\";a:4:{s:4:\"file\";s:60:\"10931201_10152502411265653_2224558694539044047_o-960x640.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column1-1/4\";a:4:{s:4:\"file\";s:60:\"10931201_10152502411265653_2224558694539044047_o-960x240.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column1-3/4\";a:4:{s:4:\"file\";s:60:\"10931201_10152502411265653_2224558694539044047_o-960x720.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column1-1/5\";a:4:{s:4:\"file\";s:60:\"10931201_10152502411265653_2224558694539044047_o-960x192.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column1-2/5\";a:4:{s:4:\"file\";s:60:\"10931201_10152502411265653_2224558694539044047_o-960x384.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column1-3/5\";a:4:{s:4:\"file\";s:60:\"10931201_10152502411265653_2224558694539044047_o-960x576.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column1-4/5\";a:4:{s:4:\"file\";s:60:\"10931201_10152502411265653_2224558694539044047_o-960x768.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-1/1\";a:4:{s:4:\"file\";s:60:\"10931201_10152502411265653_2224558694539044047_o-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-1/2\";a:4:{s:4:\"file\";s:60:\"10931201_10152502411265653_2224558694539044047_o-480x240.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-1/3\";a:4:{s:4:\"file\";s:60:\"10931201_10152502411265653_2224558694539044047_o-480x160.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-2/3\";a:4:{s:4:\"file\";s:60:\"10931201_10152502411265653_2224558694539044047_o-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-1/4\";a:4:{s:4:\"file\";s:60:\"10931201_10152502411265653_2224558694539044047_o-480x120.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-3/4\";a:4:{s:4:\"file\";s:60:\"10931201_10152502411265653_2224558694539044047_o-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-1/5\";a:4:{s:4:\"file\";s:59:\"10931201_10152502411265653_2224558694539044047_o-480x96.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-2/5\";a:4:{s:4:\"file\";s:60:\"10931201_10152502411265653_2224558694539044047_o-480x192.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-3/5\";a:4:{s:4:\"file\";s:60:\"10931201_10152502411265653_2224558694539044047_o-480x288.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:288;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-4/5\";a:4:{s:4:\"file\";s:60:\"10931201_10152502411265653_2224558694539044047_o-480x384.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-1/1\";a:4:{s:4:\"file\";s:60:\"10931201_10152502411265653_2224558694539044047_o-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-1/2\";a:4:{s:4:\"file\";s:60:\"10931201_10152502411265653_2224558694539044047_o-320x160.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-1/3\";a:4:{s:4:\"file\";s:60:\"10931201_10152502411265653_2224558694539044047_o-320x107.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:107;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-2/3\";a:4:{s:4:\"file\";s:60:\"10931201_10152502411265653_2224558694539044047_o-320x213.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-1/4\";a:4:{s:4:\"file\";s:59:\"10931201_10152502411265653_2224558694539044047_o-320x80.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-3/4\";a:4:{s:4:\"file\";s:60:\"10931201_10152502411265653_2224558694539044047_o-320x240.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-1/5\";a:4:{s:4:\"file\";s:59:\"10931201_10152502411265653_2224558694539044047_o-320x64.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:64;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-2/5\";a:4:{s:4:\"file\";s:60:\"10931201_10152502411265653_2224558694539044047_o-320x128.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-3/5\";a:4:{s:4:\"file\";s:60:\"10931201_10152502411265653_2224558694539044047_o-320x192.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-4/5\";a:4:{s:4:\"file\";s:60:\"10931201_10152502411265653_2224558694539044047_o-320x256.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:256;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-1/1\";a:4:{s:4:\"file\";s:60:\"10931201_10152502411265653_2224558694539044047_o-240x240.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-1/2\";a:4:{s:4:\"file\";s:60:\"10931201_10152502411265653_2224558694539044047_o-240x120.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-1/3\";a:4:{s:4:\"file\";s:59:\"10931201_10152502411265653_2224558694539044047_o-240x80.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-2/3\";a:4:{s:4:\"file\";s:60:\"10931201_10152502411265653_2224558694539044047_o-240x160.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-1/4\";a:4:{s:4:\"file\";s:59:\"10931201_10152502411265653_2224558694539044047_o-240x60.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-3/4\";a:4:{s:4:\"file\";s:60:\"10931201_10152502411265653_2224558694539044047_o-240x180.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-1/5\";a:4:{s:4:\"file\";s:59:\"10931201_10152502411265653_2224558694539044047_o-240x48.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:48;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-2/5\";a:4:{s:4:\"file\";s:59:\"10931201_10152502411265653_2224558694539044047_o-240x96.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-3/5\";a:4:{s:4:\"file\";s:60:\"10931201_10152502411265653_2224558694539044047_o-240x144.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-4/5\";a:4:{s:4:\"file\";s:60:\"10931201_10152502411265653_2224558694539044047_o-240x192.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(113,2,'_edit_last','1'),(171,61,'_wp_attached_file','2015/07/Tropical-Computer-Header-Clear.png'),(172,61,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:200;s:4:\"file\";s:42:\"2015/07/Tropical-Computer-Header-Clear.png\";s:5:\"sizes\";a:43:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"Tropical-Computer-Header-Clear-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:41:\"Tropical-Computer-Header-Clear-300x38.png\";s:5:\"width\";i:300;s:6:\"height\";i:38;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:43:\"Tropical-Computer-Header-Clear-1024x128.png\";s:5:\"width\";i:1024;s:6:\"height\";i:128;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column1-1/1\";a:4:{s:4:\"file\";s:42:\"Tropical-Computer-Header-Clear-960x200.png\";s:5:\"width\";i:960;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column1-1/2\";a:4:{s:4:\"file\";s:42:\"Tropical-Computer-Header-Clear-960x200.png\";s:5:\"width\";i:960;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column1-1/3\";a:4:{s:4:\"file\";s:42:\"Tropical-Computer-Header-Clear-960x200.png\";s:5:\"width\";i:960;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column1-2/3\";a:4:{s:4:\"file\";s:42:\"Tropical-Computer-Header-Clear-960x200.png\";s:5:\"width\";i:960;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column1-1/4\";a:4:{s:4:\"file\";s:42:\"Tropical-Computer-Header-Clear-960x200.png\";s:5:\"width\";i:960;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column1-3/4\";a:4:{s:4:\"file\";s:42:\"Tropical-Computer-Header-Clear-960x200.png\";s:5:\"width\";i:960;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column1-1/5\";a:4:{s:4:\"file\";s:42:\"Tropical-Computer-Header-Clear-960x192.png\";s:5:\"width\";i:960;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column1-2/5\";a:4:{s:4:\"file\";s:42:\"Tropical-Computer-Header-Clear-960x200.png\";s:5:\"width\";i:960;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column1-3/5\";a:4:{s:4:\"file\";s:42:\"Tropical-Computer-Header-Clear-960x200.png\";s:5:\"width\";i:960;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column1-4/5\";a:4:{s:4:\"file\";s:42:\"Tropical-Computer-Header-Clear-960x200.png\";s:5:\"width\";i:960;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column2-1/1\";a:4:{s:4:\"file\";s:42:\"Tropical-Computer-Header-Clear-480x200.png\";s:5:\"width\";i:480;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column2-1/2\";a:4:{s:4:\"file\";s:42:\"Tropical-Computer-Header-Clear-480x200.png\";s:5:\"width\";i:480;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column2-1/3\";a:4:{s:4:\"file\";s:42:\"Tropical-Computer-Header-Clear-480x160.png\";s:5:\"width\";i:480;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column2-2/3\";a:4:{s:4:\"file\";s:42:\"Tropical-Computer-Header-Clear-480x200.png\";s:5:\"width\";i:480;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column2-1/4\";a:4:{s:4:\"file\";s:42:\"Tropical-Computer-Header-Clear-480x120.png\";s:5:\"width\";i:480;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column2-3/4\";a:4:{s:4:\"file\";s:42:\"Tropical-Computer-Header-Clear-480x200.png\";s:5:\"width\";i:480;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column2-1/5\";a:4:{s:4:\"file\";s:41:\"Tropical-Computer-Header-Clear-480x96.png\";s:5:\"width\";i:480;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column2-2/5\";a:4:{s:4:\"file\";s:42:\"Tropical-Computer-Header-Clear-480x192.png\";s:5:\"width\";i:480;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column2-3/5\";a:4:{s:4:\"file\";s:42:\"Tropical-Computer-Header-Clear-480x200.png\";s:5:\"width\";i:480;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column2-4/5\";a:4:{s:4:\"file\";s:42:\"Tropical-Computer-Header-Clear-480x200.png\";s:5:\"width\";i:480;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column3-1/1\";a:4:{s:4:\"file\";s:42:\"Tropical-Computer-Header-Clear-320x200.png\";s:5:\"width\";i:320;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column3-1/2\";a:4:{s:4:\"file\";s:42:\"Tropical-Computer-Header-Clear-320x160.png\";s:5:\"width\";i:320;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column3-1/3\";a:4:{s:4:\"file\";s:42:\"Tropical-Computer-Header-Clear-320x107.png\";s:5:\"width\";i:320;s:6:\"height\";i:107;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column3-2/3\";a:4:{s:4:\"file\";s:42:\"Tropical-Computer-Header-Clear-320x200.png\";s:5:\"width\";i:320;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column3-1/4\";a:4:{s:4:\"file\";s:41:\"Tropical-Computer-Header-Clear-320x80.png\";s:5:\"width\";i:320;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column3-3/4\";a:4:{s:4:\"file\";s:42:\"Tropical-Computer-Header-Clear-320x200.png\";s:5:\"width\";i:320;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column3-1/5\";a:4:{s:4:\"file\";s:41:\"Tropical-Computer-Header-Clear-320x64.png\";s:5:\"width\";i:320;s:6:\"height\";i:64;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column3-2/5\";a:4:{s:4:\"file\";s:42:\"Tropical-Computer-Header-Clear-320x128.png\";s:5:\"width\";i:320;s:6:\"height\";i:128;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column3-3/5\";a:4:{s:4:\"file\";s:42:\"Tropical-Computer-Header-Clear-320x192.png\";s:5:\"width\";i:320;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column3-4/5\";a:4:{s:4:\"file\";s:42:\"Tropical-Computer-Header-Clear-320x200.png\";s:5:\"width\";i:320;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-1/1\";a:4:{s:4:\"file\";s:42:\"Tropical-Computer-Header-Clear-240x200.png\";s:5:\"width\";i:240;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-1/2\";a:4:{s:4:\"file\";s:42:\"Tropical-Computer-Header-Clear-240x120.png\";s:5:\"width\";i:240;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-1/3\";a:4:{s:4:\"file\";s:41:\"Tropical-Computer-Header-Clear-240x80.png\";s:5:\"width\";i:240;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-2/3\";a:4:{s:4:\"file\";s:42:\"Tropical-Computer-Header-Clear-240x160.png\";s:5:\"width\";i:240;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-1/4\";a:4:{s:4:\"file\";s:41:\"Tropical-Computer-Header-Clear-240x60.png\";s:5:\"width\";i:240;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-3/4\";a:4:{s:4:\"file\";s:42:\"Tropical-Computer-Header-Clear-240x180.png\";s:5:\"width\";i:240;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-1/5\";a:4:{s:4:\"file\";s:41:\"Tropical-Computer-Header-Clear-240x48.png\";s:5:\"width\";i:240;s:6:\"height\";i:48;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-2/5\";a:4:{s:4:\"file\";s:41:\"Tropical-Computer-Header-Clear-240x96.png\";s:5:\"width\";i:240;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-3/5\";a:4:{s:4:\"file\";s:42:\"Tropical-Computer-Header-Clear-240x144.png\";s:5:\"width\";i:240;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-4/5\";a:4:{s:4:\"file\";s:42:\"Tropical-Computer-Header-Clear-240x192.png\";s:5:\"width\";i:240;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(164,58,'_wp_attached_file','2015/06/Tropical-Computer-Header.jpg'),(165,58,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:200;s:4:\"file\";s:36:\"2015/06/Tropical-Computer-Header.jpg\";s:5:\"sizes\";a:43:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"Tropical-Computer-Header-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:35:\"Tropical-Computer-Header-300x38.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:38;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"Tropical-Computer-Header-1024x128.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column1-1/1\";a:4:{s:4:\"file\";s:36:\"Tropical-Computer-Header-960x200.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column1-1/2\";a:4:{s:4:\"file\";s:36:\"Tropical-Computer-Header-960x200.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column1-1/3\";a:4:{s:4:\"file\";s:36:\"Tropical-Computer-Header-960x200.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column1-2/3\";a:4:{s:4:\"file\";s:36:\"Tropical-Computer-Header-960x200.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column1-1/4\";a:4:{s:4:\"file\";s:36:\"Tropical-Computer-Header-960x200.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column1-3/4\";a:4:{s:4:\"file\";s:36:\"Tropical-Computer-Header-960x200.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column1-1/5\";a:4:{s:4:\"file\";s:36:\"Tropical-Computer-Header-960x192.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column1-2/5\";a:4:{s:4:\"file\";s:36:\"Tropical-Computer-Header-960x200.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column1-3/5\";a:4:{s:4:\"file\";s:36:\"Tropical-Computer-Header-960x200.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column1-4/5\";a:4:{s:4:\"file\";s:36:\"Tropical-Computer-Header-960x200.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-1/1\";a:4:{s:4:\"file\";s:36:\"Tropical-Computer-Header-480x200.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-1/2\";a:4:{s:4:\"file\";s:36:\"Tropical-Computer-Header-480x200.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-1/3\";a:4:{s:4:\"file\";s:36:\"Tropical-Computer-Header-480x160.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-2/3\";a:4:{s:4:\"file\";s:36:\"Tropical-Computer-Header-480x200.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-1/4\";a:4:{s:4:\"file\";s:36:\"Tropical-Computer-Header-480x120.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-3/4\";a:4:{s:4:\"file\";s:36:\"Tropical-Computer-Header-480x200.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-1/5\";a:4:{s:4:\"file\";s:35:\"Tropical-Computer-Header-480x96.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-2/5\";a:4:{s:4:\"file\";s:36:\"Tropical-Computer-Header-480x192.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-3/5\";a:4:{s:4:\"file\";s:36:\"Tropical-Computer-Header-480x200.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column2-4/5\";a:4:{s:4:\"file\";s:36:\"Tropical-Computer-Header-480x200.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-1/1\";a:4:{s:4:\"file\";s:36:\"Tropical-Computer-Header-320x200.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-1/2\";a:4:{s:4:\"file\";s:36:\"Tropical-Computer-Header-320x160.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-1/3\";a:4:{s:4:\"file\";s:36:\"Tropical-Computer-Header-320x107.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:107;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-2/3\";a:4:{s:4:\"file\";s:36:\"Tropical-Computer-Header-320x200.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-1/4\";a:4:{s:4:\"file\";s:35:\"Tropical-Computer-Header-320x80.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-3/4\";a:4:{s:4:\"file\";s:36:\"Tropical-Computer-Header-320x200.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-1/5\";a:4:{s:4:\"file\";s:35:\"Tropical-Computer-Header-320x64.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:64;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-2/5\";a:4:{s:4:\"file\";s:36:\"Tropical-Computer-Header-320x128.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-3/5\";a:4:{s:4:\"file\";s:36:\"Tropical-Computer-Header-320x192.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column3-4/5\";a:4:{s:4:\"file\";s:36:\"Tropical-Computer-Header-320x200.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-1/1\";a:4:{s:4:\"file\";s:36:\"Tropical-Computer-Header-240x200.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-1/2\";a:4:{s:4:\"file\";s:36:\"Tropical-Computer-Header-240x120.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-1/3\";a:4:{s:4:\"file\";s:35:\"Tropical-Computer-Header-240x80.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-2/3\";a:4:{s:4:\"file\";s:36:\"Tropical-Computer-Header-240x160.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-1/4\";a:4:{s:4:\"file\";s:35:\"Tropical-Computer-Header-240x60.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-3/4\";a:4:{s:4:\"file\";s:36:\"Tropical-Computer-Header-240x180.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-1/5\";a:4:{s:4:\"file\";s:35:\"Tropical-Computer-Header-240x48.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:48;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-2/5\";a:4:{s:4:\"file\";s:35:\"Tropical-Computer-Header-240x96.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-3/5\";a:4:{s:4:\"file\";s:36:\"Tropical-Computer-Header-240x144.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"column4-4/5\";a:4:{s:4:\"file\";s:36:\"Tropical-Computer-Header-240x192.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(135,47,'_wp_attached_file','2015/04/favicon1.ico'),(124,43,'_form','<p>Your Name (required)<br />\n [text* your-name] </p>\n\n<p>Your Email (required)<br />\n [email* your-email] </p>\n\n<p>Subject<br />\n [text your-subject] </p>\n\n<p>Your Message<br />\n [textarea your-message] </p>\n\n<p>[submit \"Send\"]</p>'),(125,43,'_mail','a:8:{s:7:\"subject\";s:14:\"[your-subject]\";s:6:\"sender\";s:46:\"[your-name] <wordpress@03c1307.netsolhost.com>\";s:4:\"body\";s:214:\"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 Tropical Computer - Hobe Sound, FL (http://03c1307.netsolhost.com/tccwordpress)\";s:9:\"recipient\";s:24:\"jim@tropicalcomputer.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;}'),(126,43,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:14:\"[your-subject]\";s:6:\"sender\";s:69:\"Tropical Computer - Hobe Sound, FL <wordpress@03c1307.netsolhost.com>\";s:4:\"body\";s:156:\"Message Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on Tropical Computer - Hobe Sound, FL (http://03c1307.netsolhost.com/tccwordpress)\";s:9:\"recipient\";s:12:\"[your-email]\";s:18:\"additional_headers\";s:34:\"Reply-To: jim@tropicalcomputer.com\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";i:0;s:13:\"exclude_blank\";i:0;}'),(127,43,'_messages','a:8:{s:12:\"mail_sent_ok\";s:43:\"Your message was sent successfully. Thanks.\";s:12:\"mail_sent_ng\";s:93:\"Failed to send your message. Please try later or contact the administrator by another method.\";s:16:\"validation_error\";s:74:\"Validation errors occurred. Please confirm the fields and submit it again.\";s:4:\"spam\";s:93:\"Failed to send your message. Please try later or contact the administrator by another method.\";s:12:\"accept_terms\";s:35:\"Please accept the terms to proceed.\";s:16:\"invalid_required\";s:34:\"Please fill in the required field.\";s:16:\"invalid_too_long\";s:23:\"This input is too long.\";s:17:\"invalid_too_short\";s:24:\"This input is too short.\";}'),(128,43,'_additional_settings',''),(129,43,'_locale','en_US'),(130,46,'_wp_attached_file','2015/04/Tropical-Computer-Logo.png'),(131,46,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:200;s:4:\"file\";s:34:\"2015/04/Tropical-Computer-Logo.png\";s:5:\"sizes\";a:43:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"Tropical-Computer-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:33:\"Tropical-Computer-Logo-300x38.png\";s:5:\"width\";i:300;s:6:\"height\";i:38;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"Tropical-Computer-Logo-1024x128.png\";s:5:\"width\";i:1024;s:6:\"height\";i:128;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column1-1/1\";a:4:{s:4:\"file\";s:34:\"Tropical-Computer-Logo-960x200.png\";s:5:\"width\";i:960;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column1-1/2\";a:4:{s:4:\"file\";s:34:\"Tropical-Computer-Logo-960x200.png\";s:5:\"width\";i:960;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column1-1/3\";a:4:{s:4:\"file\";s:34:\"Tropical-Computer-Logo-960x200.png\";s:5:\"width\";i:960;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column1-2/3\";a:4:{s:4:\"file\";s:34:\"Tropical-Computer-Logo-960x200.png\";s:5:\"width\";i:960;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column1-1/4\";a:4:{s:4:\"file\";s:34:\"Tropical-Computer-Logo-960x200.png\";s:5:\"width\";i:960;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column1-3/4\";a:4:{s:4:\"file\";s:34:\"Tropical-Computer-Logo-960x200.png\";s:5:\"width\";i:960;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column1-1/5\";a:4:{s:4:\"file\";s:34:\"Tropical-Computer-Logo-960x192.png\";s:5:\"width\";i:960;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column1-2/5\";a:4:{s:4:\"file\";s:34:\"Tropical-Computer-Logo-960x200.png\";s:5:\"width\";i:960;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column1-3/5\";a:4:{s:4:\"file\";s:34:\"Tropical-Computer-Logo-960x200.png\";s:5:\"width\";i:960;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column1-4/5\";a:4:{s:4:\"file\";s:34:\"Tropical-Computer-Logo-960x200.png\";s:5:\"width\";i:960;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column2-1/1\";a:4:{s:4:\"file\";s:34:\"Tropical-Computer-Logo-480x200.png\";s:5:\"width\";i:480;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column2-1/2\";a:4:{s:4:\"file\";s:34:\"Tropical-Computer-Logo-480x200.png\";s:5:\"width\";i:480;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column2-1/3\";a:4:{s:4:\"file\";s:34:\"Tropical-Computer-Logo-480x160.png\";s:5:\"width\";i:480;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column2-2/3\";a:4:{s:4:\"file\";s:34:\"Tropical-Computer-Logo-480x200.png\";s:5:\"width\";i:480;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column2-1/4\";a:4:{s:4:\"file\";s:34:\"Tropical-Computer-Logo-480x120.png\";s:5:\"width\";i:480;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column2-3/4\";a:4:{s:4:\"file\";s:34:\"Tropical-Computer-Logo-480x200.png\";s:5:\"width\";i:480;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column2-1/5\";a:4:{s:4:\"file\";s:33:\"Tropical-Computer-Logo-480x96.png\";s:5:\"width\";i:480;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column2-2/5\";a:4:{s:4:\"file\";s:34:\"Tropical-Computer-Logo-480x192.png\";s:5:\"width\";i:480;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column2-3/5\";a:4:{s:4:\"file\";s:34:\"Tropical-Computer-Logo-480x200.png\";s:5:\"width\";i:480;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column2-4/5\";a:4:{s:4:\"file\";s:34:\"Tropical-Computer-Logo-480x200.png\";s:5:\"width\";i:480;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column3-1/1\";a:4:{s:4:\"file\";s:34:\"Tropical-Computer-Logo-320x200.png\";s:5:\"width\";i:320;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column3-1/2\";a:4:{s:4:\"file\";s:34:\"Tropical-Computer-Logo-320x160.png\";s:5:\"width\";i:320;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column3-1/3\";a:4:{s:4:\"file\";s:34:\"Tropical-Computer-Logo-320x107.png\";s:5:\"width\";i:320;s:6:\"height\";i:107;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column3-2/3\";a:4:{s:4:\"file\";s:34:\"Tropical-Computer-Logo-320x200.png\";s:5:\"width\";i:320;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column3-1/4\";a:4:{s:4:\"file\";s:33:\"Tropical-Computer-Logo-320x80.png\";s:5:\"width\";i:320;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column3-3/4\";a:4:{s:4:\"file\";s:34:\"Tropical-Computer-Logo-320x200.png\";s:5:\"width\";i:320;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column3-1/5\";a:4:{s:4:\"file\";s:33:\"Tropical-Computer-Logo-320x64.png\";s:5:\"width\";i:320;s:6:\"height\";i:64;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column3-2/5\";a:4:{s:4:\"file\";s:34:\"Tropical-Computer-Logo-320x128.png\";s:5:\"width\";i:320;s:6:\"height\";i:128;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column3-3/5\";a:4:{s:4:\"file\";s:34:\"Tropical-Computer-Logo-320x192.png\";s:5:\"width\";i:320;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column3-4/5\";a:4:{s:4:\"file\";s:34:\"Tropical-Computer-Logo-320x200.png\";s:5:\"width\";i:320;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-1/1\";a:4:{s:4:\"file\";s:34:\"Tropical-Computer-Logo-240x200.png\";s:5:\"width\";i:240;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-1/2\";a:4:{s:4:\"file\";s:34:\"Tropical-Computer-Logo-240x120.png\";s:5:\"width\";i:240;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-1/3\";a:4:{s:4:\"file\";s:33:\"Tropical-Computer-Logo-240x80.png\";s:5:\"width\";i:240;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-2/3\";a:4:{s:4:\"file\";s:34:\"Tropical-Computer-Logo-240x160.png\";s:5:\"width\";i:240;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-1/4\";a:4:{s:4:\"file\";s:33:\"Tropical-Computer-Logo-240x60.png\";s:5:\"width\";i:240;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-3/4\";a:4:{s:4:\"file\";s:34:\"Tropical-Computer-Logo-240x180.png\";s:5:\"width\";i:240;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-1/5\";a:4:{s:4:\"file\";s:33:\"Tropical-Computer-Logo-240x48.png\";s:5:\"width\";i:240;s:6:\"height\";i:48;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-2/5\";a:4:{s:4:\"file\";s:33:\"Tropical-Computer-Logo-240x96.png\";s:5:\"width\";i:240;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-3/5\";a:4:{s:4:\"file\";s:34:\"Tropical-Computer-Logo-240x144.png\";s:5:\"width\";i:240;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-4/5\";a:4:{s:4:\"file\";s:34:\"Tropical-Computer-Logo-240x192.png\";s:5:\"width\";i:240;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(132,46,'_wp_attachment_image_alt','Tropical Computer Logo'),(166,58,'_wp_attachment_image_alt','Tropical Computer - Service & Repair - Hobe Sound, FL'),(167,58,'_wp_attachment_custom_header_last_used_minamaze','1434499470'),(168,58,'_wp_attachment_is_custom_header','minamaze'),(169,59,'_wp_attached_file','2015/06/featured1.png'),(170,59,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:350;s:4:\"file\";s:21:\"2015/06/featured1.png\";s:5:\"sizes\";a:43:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"featured1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"featured1-300x70.png\";s:5:\"width\";i:300;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"featured1-1024x239.png\";s:5:\"width\";i:1024;s:6:\"height\";i:239;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column1-1/1\";a:4:{s:4:\"file\";s:21:\"featured1-960x350.png\";s:5:\"width\";i:960;s:6:\"height\";i:350;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column1-1/2\";a:4:{s:4:\"file\";s:21:\"featured1-960x350.png\";s:5:\"width\";i:960;s:6:\"height\";i:350;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column1-1/3\";a:4:{s:4:\"file\";s:21:\"featured1-960x320.png\";s:5:\"width\";i:960;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column1-2/3\";a:4:{s:4:\"file\";s:21:\"featured1-960x350.png\";s:5:\"width\";i:960;s:6:\"height\";i:350;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column1-1/4\";a:4:{s:4:\"file\";s:21:\"featured1-960x240.png\";s:5:\"width\";i:960;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column1-3/4\";a:4:{s:4:\"file\";s:21:\"featured1-960x350.png\";s:5:\"width\";i:960;s:6:\"height\";i:350;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column1-1/5\";a:4:{s:4:\"file\";s:21:\"featured1-960x192.png\";s:5:\"width\";i:960;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column1-2/5\";a:4:{s:4:\"file\";s:21:\"featured1-960x350.png\";s:5:\"width\";i:960;s:6:\"height\";i:350;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column1-3/5\";a:4:{s:4:\"file\";s:21:\"featured1-960x350.png\";s:5:\"width\";i:960;s:6:\"height\";i:350;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column1-4/5\";a:4:{s:4:\"file\";s:21:\"featured1-960x350.png\";s:5:\"width\";i:960;s:6:\"height\";i:350;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column2-1/1\";a:4:{s:4:\"file\";s:21:\"featured1-480x350.png\";s:5:\"width\";i:480;s:6:\"height\";i:350;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column2-1/2\";a:4:{s:4:\"file\";s:21:\"featured1-480x240.png\";s:5:\"width\";i:480;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column2-1/3\";a:4:{s:4:\"file\";s:21:\"featured1-480x160.png\";s:5:\"width\";i:480;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column2-2/3\";a:4:{s:4:\"file\";s:21:\"featured1-480x320.png\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column2-1/4\";a:4:{s:4:\"file\";s:21:\"featured1-480x120.png\";s:5:\"width\";i:480;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column2-3/4\";a:4:{s:4:\"file\";s:21:\"featured1-480x350.png\";s:5:\"width\";i:480;s:6:\"height\";i:350;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column2-1/5\";a:4:{s:4:\"file\";s:20:\"featured1-480x96.png\";s:5:\"width\";i:480;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column2-2/5\";a:4:{s:4:\"file\";s:21:\"featured1-480x192.png\";s:5:\"width\";i:480;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column2-3/5\";a:4:{s:4:\"file\";s:21:\"featured1-480x288.png\";s:5:\"width\";i:480;s:6:\"height\";i:288;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column2-4/5\";a:4:{s:4:\"file\";s:21:\"featured1-480x350.png\";s:5:\"width\";i:480;s:6:\"height\";i:350;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column3-1/1\";a:4:{s:4:\"file\";s:21:\"featured1-320x320.png\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column3-1/2\";a:4:{s:4:\"file\";s:21:\"featured1-320x160.png\";s:5:\"width\";i:320;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column3-1/3\";a:4:{s:4:\"file\";s:21:\"featured1-320x107.png\";s:5:\"width\";i:320;s:6:\"height\";i:107;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column3-2/3\";a:4:{s:4:\"file\";s:21:\"featured1-320x213.png\";s:5:\"width\";i:320;s:6:\"height\";i:213;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column3-1/4\";a:4:{s:4:\"file\";s:20:\"featured1-320x80.png\";s:5:\"width\";i:320;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column3-3/4\";a:4:{s:4:\"file\";s:21:\"featured1-320x240.png\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column3-1/5\";a:4:{s:4:\"file\";s:20:\"featured1-320x64.png\";s:5:\"width\";i:320;s:6:\"height\";i:64;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column3-2/5\";a:4:{s:4:\"file\";s:21:\"featured1-320x128.png\";s:5:\"width\";i:320;s:6:\"height\";i:128;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column3-3/5\";a:4:{s:4:\"file\";s:21:\"featured1-320x192.png\";s:5:\"width\";i:320;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column3-4/5\";a:4:{s:4:\"file\";s:21:\"featured1-320x256.png\";s:5:\"width\";i:320;s:6:\"height\";i:256;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-1/1\";a:4:{s:4:\"file\";s:21:\"featured1-240x240.png\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-1/2\";a:4:{s:4:\"file\";s:21:\"featured1-240x120.png\";s:5:\"width\";i:240;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-1/3\";a:4:{s:4:\"file\";s:20:\"featured1-240x80.png\";s:5:\"width\";i:240;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-2/3\";a:4:{s:4:\"file\";s:21:\"featured1-240x160.png\";s:5:\"width\";i:240;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-1/4\";a:4:{s:4:\"file\";s:20:\"featured1-240x60.png\";s:5:\"width\";i:240;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-3/4\";a:4:{s:4:\"file\";s:21:\"featured1-240x180.png\";s:5:\"width\";i:240;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-1/5\";a:4:{s:4:\"file\";s:20:\"featured1-240x48.png\";s:5:\"width\";i:240;s:6:\"height\";i:48;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-2/5\";a:4:{s:4:\"file\";s:20:\"featured1-240x96.png\";s:5:\"width\";i:240;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-3/5\";a:4:{s:4:\"file\";s:21:\"featured1-240x144.png\";s:5:\"width\";i:240;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-4/5\";a:4:{s:4:\"file\";s:21:\"featured1-240x192.png\";s:5:\"width\";i:240;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(160,54,'_wp_attached_file','2015/04/featured1.png'),(161,54,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:350;s:4:\"file\";s:21:\"2015/04/featured1.png\";s:5:\"sizes\";a:43:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"featured1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"featured1-300x70.png\";s:5:\"width\";i:300;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"featured1-1024x239.png\";s:5:\"width\";i:1024;s:6:\"height\";i:239;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column1-1/1\";a:4:{s:4:\"file\";s:21:\"featured1-960x350.png\";s:5:\"width\";i:960;s:6:\"height\";i:350;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column1-1/2\";a:4:{s:4:\"file\";s:21:\"featured1-960x350.png\";s:5:\"width\";i:960;s:6:\"height\";i:350;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column1-1/3\";a:4:{s:4:\"file\";s:21:\"featured1-960x320.png\";s:5:\"width\";i:960;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column1-2/3\";a:4:{s:4:\"file\";s:21:\"featured1-960x350.png\";s:5:\"width\";i:960;s:6:\"height\";i:350;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column1-1/4\";a:4:{s:4:\"file\";s:21:\"featured1-960x240.png\";s:5:\"width\";i:960;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column1-3/4\";a:4:{s:4:\"file\";s:21:\"featured1-960x350.png\";s:5:\"width\";i:960;s:6:\"height\";i:350;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column1-1/5\";a:4:{s:4:\"file\";s:21:\"featured1-960x192.png\";s:5:\"width\";i:960;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column1-2/5\";a:4:{s:4:\"file\";s:21:\"featured1-960x350.png\";s:5:\"width\";i:960;s:6:\"height\";i:350;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column1-3/5\";a:4:{s:4:\"file\";s:21:\"featured1-960x350.png\";s:5:\"width\";i:960;s:6:\"height\";i:350;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column1-4/5\";a:4:{s:4:\"file\";s:21:\"featured1-960x350.png\";s:5:\"width\";i:960;s:6:\"height\";i:350;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column2-1/1\";a:4:{s:4:\"file\";s:21:\"featured1-480x350.png\";s:5:\"width\";i:480;s:6:\"height\";i:350;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column2-1/2\";a:4:{s:4:\"file\";s:21:\"featured1-480x240.png\";s:5:\"width\";i:480;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column2-1/3\";a:4:{s:4:\"file\";s:21:\"featured1-480x160.png\";s:5:\"width\";i:480;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column2-2/3\";a:4:{s:4:\"file\";s:21:\"featured1-480x320.png\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column2-1/4\";a:4:{s:4:\"file\";s:21:\"featured1-480x120.png\";s:5:\"width\";i:480;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column2-3/4\";a:4:{s:4:\"file\";s:21:\"featured1-480x350.png\";s:5:\"width\";i:480;s:6:\"height\";i:350;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column2-1/5\";a:4:{s:4:\"file\";s:20:\"featured1-480x96.png\";s:5:\"width\";i:480;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column2-2/5\";a:4:{s:4:\"file\";s:21:\"featured1-480x192.png\";s:5:\"width\";i:480;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column2-3/5\";a:4:{s:4:\"file\";s:21:\"featured1-480x288.png\";s:5:\"width\";i:480;s:6:\"height\";i:288;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column2-4/5\";a:4:{s:4:\"file\";s:21:\"featured1-480x350.png\";s:5:\"width\";i:480;s:6:\"height\";i:350;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column3-1/1\";a:4:{s:4:\"file\";s:21:\"featured1-320x320.png\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column3-1/2\";a:4:{s:4:\"file\";s:21:\"featured1-320x160.png\";s:5:\"width\";i:320;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column3-1/3\";a:4:{s:4:\"file\";s:21:\"featured1-320x107.png\";s:5:\"width\";i:320;s:6:\"height\";i:107;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column3-2/3\";a:4:{s:4:\"file\";s:21:\"featured1-320x213.png\";s:5:\"width\";i:320;s:6:\"height\";i:213;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column3-1/4\";a:4:{s:4:\"file\";s:20:\"featured1-320x80.png\";s:5:\"width\";i:320;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column3-3/4\";a:4:{s:4:\"file\";s:21:\"featured1-320x240.png\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column3-1/5\";a:4:{s:4:\"file\";s:20:\"featured1-320x64.png\";s:5:\"width\";i:320;s:6:\"height\";i:64;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column3-2/5\";a:4:{s:4:\"file\";s:21:\"featured1-320x128.png\";s:5:\"width\";i:320;s:6:\"height\";i:128;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column3-3/5\";a:4:{s:4:\"file\";s:21:\"featured1-320x192.png\";s:5:\"width\";i:320;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column3-4/5\";a:4:{s:4:\"file\";s:21:\"featured1-320x256.png\";s:5:\"width\";i:320;s:6:\"height\";i:256;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-1/1\";a:4:{s:4:\"file\";s:21:\"featured1-240x240.png\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-1/2\";a:4:{s:4:\"file\";s:21:\"featured1-240x120.png\";s:5:\"width\";i:240;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-1/3\";a:4:{s:4:\"file\";s:20:\"featured1-240x80.png\";s:5:\"width\";i:240;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-2/3\";a:4:{s:4:\"file\";s:21:\"featured1-240x160.png\";s:5:\"width\";i:240;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-1/4\";a:4:{s:4:\"file\";s:20:\"featured1-240x60.png\";s:5:\"width\";i:240;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-3/4\";a:4:{s:4:\"file\";s:21:\"featured1-240x180.png\";s:5:\"width\";i:240;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-1/5\";a:4:{s:4:\"file\";s:20:\"featured1-240x48.png\";s:5:\"width\";i:240;s:6:\"height\";i:48;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-2/5\";a:4:{s:4:\"file\";s:20:\"featured1-240x96.png\";s:5:\"width\";i:240;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-3/5\";a:4:{s:4:\"file\";s:21:\"featured1-240x144.png\";s:5:\"width\";i:240;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-4/5\";a:4:{s:4:\"file\";s:21:\"featured1-240x192.png\";s:5:\"width\";i:240;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(162,57,'_wp_attached_file','2015/06/featured.png'),(163,57,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:350;s:4:\"file\";s:20:\"2015/06/featured.png\";s:5:\"sizes\";a:43:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"featured-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"featured-300x70.png\";s:5:\"width\";i:300;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"featured-1024x239.png\";s:5:\"width\";i:1024;s:6:\"height\";i:239;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column1-1/1\";a:4:{s:4:\"file\";s:20:\"featured-960x350.png\";s:5:\"width\";i:960;s:6:\"height\";i:350;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column1-1/2\";a:4:{s:4:\"file\";s:20:\"featured-960x350.png\";s:5:\"width\";i:960;s:6:\"height\";i:350;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column1-1/3\";a:4:{s:4:\"file\";s:20:\"featured-960x320.png\";s:5:\"width\";i:960;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column1-2/3\";a:4:{s:4:\"file\";s:20:\"featured-960x350.png\";s:5:\"width\";i:960;s:6:\"height\";i:350;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column1-1/4\";a:4:{s:4:\"file\";s:20:\"featured-960x240.png\";s:5:\"width\";i:960;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column1-3/4\";a:4:{s:4:\"file\";s:20:\"featured-960x350.png\";s:5:\"width\";i:960;s:6:\"height\";i:350;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column1-1/5\";a:4:{s:4:\"file\";s:20:\"featured-960x192.png\";s:5:\"width\";i:960;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column1-2/5\";a:4:{s:4:\"file\";s:20:\"featured-960x350.png\";s:5:\"width\";i:960;s:6:\"height\";i:350;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column1-3/5\";a:4:{s:4:\"file\";s:20:\"featured-960x350.png\";s:5:\"width\";i:960;s:6:\"height\";i:350;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column1-4/5\";a:4:{s:4:\"file\";s:20:\"featured-960x350.png\";s:5:\"width\";i:960;s:6:\"height\";i:350;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column2-1/1\";a:4:{s:4:\"file\";s:20:\"featured-480x350.png\";s:5:\"width\";i:480;s:6:\"height\";i:350;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column2-1/2\";a:4:{s:4:\"file\";s:20:\"featured-480x240.png\";s:5:\"width\";i:480;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column2-1/3\";a:4:{s:4:\"file\";s:20:\"featured-480x160.png\";s:5:\"width\";i:480;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column2-2/3\";a:4:{s:4:\"file\";s:20:\"featured-480x320.png\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column2-1/4\";a:4:{s:4:\"file\";s:20:\"featured-480x120.png\";s:5:\"width\";i:480;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column2-3/4\";a:4:{s:4:\"file\";s:20:\"featured-480x350.png\";s:5:\"width\";i:480;s:6:\"height\";i:350;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column2-1/5\";a:4:{s:4:\"file\";s:19:\"featured-480x96.png\";s:5:\"width\";i:480;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column2-2/5\";a:4:{s:4:\"file\";s:20:\"featured-480x192.png\";s:5:\"width\";i:480;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column2-3/5\";a:4:{s:4:\"file\";s:20:\"featured-480x288.png\";s:5:\"width\";i:480;s:6:\"height\";i:288;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column2-4/5\";a:4:{s:4:\"file\";s:20:\"featured-480x350.png\";s:5:\"width\";i:480;s:6:\"height\";i:350;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column3-1/1\";a:4:{s:4:\"file\";s:20:\"featured-320x320.png\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column3-1/2\";a:4:{s:4:\"file\";s:20:\"featured-320x160.png\";s:5:\"width\";i:320;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column3-1/3\";a:4:{s:4:\"file\";s:20:\"featured-320x107.png\";s:5:\"width\";i:320;s:6:\"height\";i:107;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column3-2/3\";a:4:{s:4:\"file\";s:20:\"featured-320x213.png\";s:5:\"width\";i:320;s:6:\"height\";i:213;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column3-1/4\";a:4:{s:4:\"file\";s:19:\"featured-320x80.png\";s:5:\"width\";i:320;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column3-3/4\";a:4:{s:4:\"file\";s:20:\"featured-320x240.png\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column3-1/5\";a:4:{s:4:\"file\";s:19:\"featured-320x64.png\";s:5:\"width\";i:320;s:6:\"height\";i:64;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column3-2/5\";a:4:{s:4:\"file\";s:20:\"featured-320x128.png\";s:5:\"width\";i:320;s:6:\"height\";i:128;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column3-3/5\";a:4:{s:4:\"file\";s:20:\"featured-320x192.png\";s:5:\"width\";i:320;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column3-4/5\";a:4:{s:4:\"file\";s:20:\"featured-320x256.png\";s:5:\"width\";i:320;s:6:\"height\";i:256;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-1/1\";a:4:{s:4:\"file\";s:20:\"featured-240x240.png\";s:5:\"width\";i:240;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-1/2\";a:4:{s:4:\"file\";s:20:\"featured-240x120.png\";s:5:\"width\";i:240;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-1/3\";a:4:{s:4:\"file\";s:19:\"featured-240x80.png\";s:5:\"width\";i:240;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-2/3\";a:4:{s:4:\"file\";s:20:\"featured-240x160.png\";s:5:\"width\";i:240;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-1/4\";a:4:{s:4:\"file\";s:19:\"featured-240x60.png\";s:5:\"width\";i:240;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-3/4\";a:4:{s:4:\"file\";s:20:\"featured-240x180.png\";s:5:\"width\";i:240;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-1/5\";a:4:{s:4:\"file\";s:19:\"featured-240x48.png\";s:5:\"width\";i:240;s:6:\"height\";i:48;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-2/5\";a:4:{s:4:\"file\";s:19:\"featured-240x96.png\";s:5:\"width\";i:240;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-3/5\";a:4:{s:4:\"file\";s:20:\"featured-240x144.png\";s:5:\"width\";i:240;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-4/5\";a:4:{s:4:\"file\";s:20:\"featured-240x192.png\";s:5:\"width\";i:240;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(153,52,'_wp_attachment_custom_header_last_used_minamaze','1437352697'),(154,52,'_wp_attachment_is_custom_header','minamaze'),(155,53,'_wp_attached_file','2015/04/Tropical-Computer-Header.png'),(156,53,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:222;s:4:\"file\";s:36:\"2015/04/Tropical-Computer-Header.png\";s:5:\"sizes\";a:43:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"Tropical-Computer-Header-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:35:\"Tropical-Computer-Header-300x42.png\";s:5:\"width\";i:300;s:6:\"height\";i:42;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"Tropical-Computer-Header-1024x142.png\";s:5:\"width\";i:1024;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column1-1/1\";a:4:{s:4:\"file\";s:36:\"Tropical-Computer-Header-960x222.png\";s:5:\"width\";i:960;s:6:\"height\";i:222;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column1-1/2\";a:4:{s:4:\"file\";s:36:\"Tropical-Computer-Header-960x222.png\";s:5:\"width\";i:960;s:6:\"height\";i:222;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column1-1/3\";a:4:{s:4:\"file\";s:36:\"Tropical-Computer-Header-960x222.png\";s:5:\"width\";i:960;s:6:\"height\";i:222;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column1-2/3\";a:4:{s:4:\"file\";s:36:\"Tropical-Computer-Header-960x222.png\";s:5:\"width\";i:960;s:6:\"height\";i:222;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column1-1/4\";a:4:{s:4:\"file\";s:36:\"Tropical-Computer-Header-960x222.png\";s:5:\"width\";i:960;s:6:\"height\";i:222;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column1-3/4\";a:4:{s:4:\"file\";s:36:\"Tropical-Computer-Header-960x222.png\";s:5:\"width\";i:960;s:6:\"height\";i:222;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column1-1/5\";a:4:{s:4:\"file\";s:36:\"Tropical-Computer-Header-960x192.png\";s:5:\"width\";i:960;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column1-2/5\";a:4:{s:4:\"file\";s:36:\"Tropical-Computer-Header-960x222.png\";s:5:\"width\";i:960;s:6:\"height\";i:222;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column1-3/5\";a:4:{s:4:\"file\";s:36:\"Tropical-Computer-Header-960x222.png\";s:5:\"width\";i:960;s:6:\"height\";i:222;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column1-4/5\";a:4:{s:4:\"file\";s:36:\"Tropical-Computer-Header-960x222.png\";s:5:\"width\";i:960;s:6:\"height\";i:222;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column2-1/1\";a:4:{s:4:\"file\";s:36:\"Tropical-Computer-Header-480x222.png\";s:5:\"width\";i:480;s:6:\"height\";i:222;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column2-1/2\";a:4:{s:4:\"file\";s:36:\"Tropical-Computer-Header-480x222.png\";s:5:\"width\";i:480;s:6:\"height\";i:222;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column2-1/3\";a:4:{s:4:\"file\";s:36:\"Tropical-Computer-Header-480x160.png\";s:5:\"width\";i:480;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column2-2/3\";a:4:{s:4:\"file\";s:36:\"Tropical-Computer-Header-480x222.png\";s:5:\"width\";i:480;s:6:\"height\";i:222;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column2-1/4\";a:4:{s:4:\"file\";s:36:\"Tropical-Computer-Header-480x120.png\";s:5:\"width\";i:480;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column2-3/4\";a:4:{s:4:\"file\";s:36:\"Tropical-Computer-Header-480x222.png\";s:5:\"width\";i:480;s:6:\"height\";i:222;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column2-1/5\";a:4:{s:4:\"file\";s:35:\"Tropical-Computer-Header-480x96.png\";s:5:\"width\";i:480;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column2-2/5\";a:4:{s:4:\"file\";s:36:\"Tropical-Computer-Header-480x192.png\";s:5:\"width\";i:480;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column2-3/5\";a:4:{s:4:\"file\";s:36:\"Tropical-Computer-Header-480x222.png\";s:5:\"width\";i:480;s:6:\"height\";i:222;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column2-4/5\";a:4:{s:4:\"file\";s:36:\"Tropical-Computer-Header-480x222.png\";s:5:\"width\";i:480;s:6:\"height\";i:222;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column3-1/1\";a:4:{s:4:\"file\";s:36:\"Tropical-Computer-Header-320x222.png\";s:5:\"width\";i:320;s:6:\"height\";i:222;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column3-1/2\";a:4:{s:4:\"file\";s:36:\"Tropical-Computer-Header-320x160.png\";s:5:\"width\";i:320;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column3-1/3\";a:4:{s:4:\"file\";s:36:\"Tropical-Computer-Header-320x107.png\";s:5:\"width\";i:320;s:6:\"height\";i:107;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column3-2/3\";a:4:{s:4:\"file\";s:36:\"Tropical-Computer-Header-320x213.png\";s:5:\"width\";i:320;s:6:\"height\";i:213;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column3-1/4\";a:4:{s:4:\"file\";s:35:\"Tropical-Computer-Header-320x80.png\";s:5:\"width\";i:320;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column3-3/4\";a:4:{s:4:\"file\";s:36:\"Tropical-Computer-Header-320x222.png\";s:5:\"width\";i:320;s:6:\"height\";i:222;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column3-1/5\";a:4:{s:4:\"file\";s:35:\"Tropical-Computer-Header-320x64.png\";s:5:\"width\";i:320;s:6:\"height\";i:64;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column3-2/5\";a:4:{s:4:\"file\";s:36:\"Tropical-Computer-Header-320x128.png\";s:5:\"width\";i:320;s:6:\"height\";i:128;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column3-3/5\";a:4:{s:4:\"file\";s:36:\"Tropical-Computer-Header-320x192.png\";s:5:\"width\";i:320;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column3-4/5\";a:4:{s:4:\"file\";s:36:\"Tropical-Computer-Header-320x222.png\";s:5:\"width\";i:320;s:6:\"height\";i:222;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-1/1\";a:4:{s:4:\"file\";s:36:\"Tropical-Computer-Header-240x222.png\";s:5:\"width\";i:240;s:6:\"height\";i:222;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-1/2\";a:4:{s:4:\"file\";s:36:\"Tropical-Computer-Header-240x120.png\";s:5:\"width\";i:240;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-1/3\";a:4:{s:4:\"file\";s:35:\"Tropical-Computer-Header-240x80.png\";s:5:\"width\";i:240;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-2/3\";a:4:{s:4:\"file\";s:36:\"Tropical-Computer-Header-240x160.png\";s:5:\"width\";i:240;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-1/4\";a:4:{s:4:\"file\";s:35:\"Tropical-Computer-Header-240x60.png\";s:5:\"width\";i:240;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-3/4\";a:4:{s:4:\"file\";s:36:\"Tropical-Computer-Header-240x180.png\";s:5:\"width\";i:240;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-1/5\";a:4:{s:4:\"file\";s:35:\"Tropical-Computer-Header-240x48.png\";s:5:\"width\";i:240;s:6:\"height\";i:48;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-2/5\";a:4:{s:4:\"file\";s:35:\"Tropical-Computer-Header-240x96.png\";s:5:\"width\";i:240;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-3/5\";a:4:{s:4:\"file\";s:36:\"Tropical-Computer-Header-240x144.png\";s:5:\"width\";i:240;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-4/5\";a:4:{s:4:\"file\";s:36:\"Tropical-Computer-Header-240x192.png\";s:5:\"width\";i:240;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(157,53,'_wp_attachment_image_alt','Tropical Computer - Hobe Sound, FL'),(148,52,'_wp_attached_file','2015/04/Tropical-Computer-Header2.png'),(149,52,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:222;s:4:\"file\";s:37:\"2015/04/Tropical-Computer-Header2.png\";s:5:\"sizes\";a:43:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"Tropical-Computer-Header2-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:36:\"Tropical-Computer-Header2-300x42.png\";s:5:\"width\";i:300;s:6:\"height\";i:42;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"Tropical-Computer-Header2-1024x142.png\";s:5:\"width\";i:1024;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column1-1/1\";a:4:{s:4:\"file\";s:37:\"Tropical-Computer-Header2-960x222.png\";s:5:\"width\";i:960;s:6:\"height\";i:222;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column1-1/2\";a:4:{s:4:\"file\";s:37:\"Tropical-Computer-Header2-960x222.png\";s:5:\"width\";i:960;s:6:\"height\";i:222;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column1-1/3\";a:4:{s:4:\"file\";s:37:\"Tropical-Computer-Header2-960x222.png\";s:5:\"width\";i:960;s:6:\"height\";i:222;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column1-2/3\";a:4:{s:4:\"file\";s:37:\"Tropical-Computer-Header2-960x222.png\";s:5:\"width\";i:960;s:6:\"height\";i:222;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column1-1/4\";a:4:{s:4:\"file\";s:37:\"Tropical-Computer-Header2-960x222.png\";s:5:\"width\";i:960;s:6:\"height\";i:222;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column1-3/4\";a:4:{s:4:\"file\";s:37:\"Tropical-Computer-Header2-960x222.png\";s:5:\"width\";i:960;s:6:\"height\";i:222;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column1-1/5\";a:4:{s:4:\"file\";s:37:\"Tropical-Computer-Header2-960x192.png\";s:5:\"width\";i:960;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column1-2/5\";a:4:{s:4:\"file\";s:37:\"Tropical-Computer-Header2-960x222.png\";s:5:\"width\";i:960;s:6:\"height\";i:222;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column1-3/5\";a:4:{s:4:\"file\";s:37:\"Tropical-Computer-Header2-960x222.png\";s:5:\"width\";i:960;s:6:\"height\";i:222;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column1-4/5\";a:4:{s:4:\"file\";s:37:\"Tropical-Computer-Header2-960x222.png\";s:5:\"width\";i:960;s:6:\"height\";i:222;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column2-1/1\";a:4:{s:4:\"file\";s:37:\"Tropical-Computer-Header2-480x222.png\";s:5:\"width\";i:480;s:6:\"height\";i:222;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column2-1/2\";a:4:{s:4:\"file\";s:37:\"Tropical-Computer-Header2-480x222.png\";s:5:\"width\";i:480;s:6:\"height\";i:222;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column2-1/3\";a:4:{s:4:\"file\";s:37:\"Tropical-Computer-Header2-480x160.png\";s:5:\"width\";i:480;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column2-2/3\";a:4:{s:4:\"file\";s:37:\"Tropical-Computer-Header2-480x222.png\";s:5:\"width\";i:480;s:6:\"height\";i:222;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column2-1/4\";a:4:{s:4:\"file\";s:37:\"Tropical-Computer-Header2-480x120.png\";s:5:\"width\";i:480;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column2-3/4\";a:4:{s:4:\"file\";s:37:\"Tropical-Computer-Header2-480x222.png\";s:5:\"width\";i:480;s:6:\"height\";i:222;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column2-1/5\";a:4:{s:4:\"file\";s:36:\"Tropical-Computer-Header2-480x96.png\";s:5:\"width\";i:480;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column2-2/5\";a:4:{s:4:\"file\";s:37:\"Tropical-Computer-Header2-480x192.png\";s:5:\"width\";i:480;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column2-3/5\";a:4:{s:4:\"file\";s:37:\"Tropical-Computer-Header2-480x222.png\";s:5:\"width\";i:480;s:6:\"height\";i:222;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column2-4/5\";a:4:{s:4:\"file\";s:37:\"Tropical-Computer-Header2-480x222.png\";s:5:\"width\";i:480;s:6:\"height\";i:222;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column3-1/1\";a:4:{s:4:\"file\";s:37:\"Tropical-Computer-Header2-320x222.png\";s:5:\"width\";i:320;s:6:\"height\";i:222;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column3-1/2\";a:4:{s:4:\"file\";s:37:\"Tropical-Computer-Header2-320x160.png\";s:5:\"width\";i:320;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column3-1/3\";a:4:{s:4:\"file\";s:37:\"Tropical-Computer-Header2-320x107.png\";s:5:\"width\";i:320;s:6:\"height\";i:107;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column3-2/3\";a:4:{s:4:\"file\";s:37:\"Tropical-Computer-Header2-320x213.png\";s:5:\"width\";i:320;s:6:\"height\";i:213;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column3-1/4\";a:4:{s:4:\"file\";s:36:\"Tropical-Computer-Header2-320x80.png\";s:5:\"width\";i:320;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column3-3/4\";a:4:{s:4:\"file\";s:37:\"Tropical-Computer-Header2-320x222.png\";s:5:\"width\";i:320;s:6:\"height\";i:222;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column3-1/5\";a:4:{s:4:\"file\";s:36:\"Tropical-Computer-Header2-320x64.png\";s:5:\"width\";i:320;s:6:\"height\";i:64;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column3-2/5\";a:4:{s:4:\"file\";s:37:\"Tropical-Computer-Header2-320x128.png\";s:5:\"width\";i:320;s:6:\"height\";i:128;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column3-3/5\";a:4:{s:4:\"file\";s:37:\"Tropical-Computer-Header2-320x192.png\";s:5:\"width\";i:320;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column3-4/5\";a:4:{s:4:\"file\";s:37:\"Tropical-Computer-Header2-320x222.png\";s:5:\"width\";i:320;s:6:\"height\";i:222;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-1/1\";a:4:{s:4:\"file\";s:37:\"Tropical-Computer-Header2-240x222.png\";s:5:\"width\";i:240;s:6:\"height\";i:222;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-1/2\";a:4:{s:4:\"file\";s:37:\"Tropical-Computer-Header2-240x120.png\";s:5:\"width\";i:240;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-1/3\";a:4:{s:4:\"file\";s:36:\"Tropical-Computer-Header2-240x80.png\";s:5:\"width\";i:240;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-2/3\";a:4:{s:4:\"file\";s:37:\"Tropical-Computer-Header2-240x160.png\";s:5:\"width\";i:240;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-1/4\";a:4:{s:4:\"file\";s:36:\"Tropical-Computer-Header2-240x60.png\";s:5:\"width\";i:240;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-3/4\";a:4:{s:4:\"file\";s:37:\"Tropical-Computer-Header2-240x180.png\";s:5:\"width\";i:240;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-1/5\";a:4:{s:4:\"file\";s:36:\"Tropical-Computer-Header2-240x48.png\";s:5:\"width\";i:240;s:6:\"height\";i:48;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-2/5\";a:4:{s:4:\"file\";s:36:\"Tropical-Computer-Header2-240x96.png\";s:5:\"width\";i:240;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-3/5\";a:4:{s:4:\"file\";s:37:\"Tropical-Computer-Header2-240x144.png\";s:5:\"width\";i:240;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"column4-4/5\";a:4:{s:4:\"file\";s:37:\"Tropical-Computer-Header2-240x192.png\";s:5:\"width\";i:240;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(150,52,'_wp_attachment_image_alt','Tropical Computer - Hobe Sound, FL'),(710,715,'_wp_attached_file','2013/05/products-services.jpg'),(711,715,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:361;s:4:\"file\";s:29:\"2013/05/products-services.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"products-services-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"products-services-300x108.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:108;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"products-services-768x277.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:277;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:{}}}'),(712,715,'_wp_attachment_image_alt','Tropical Computer Products & Services'),(715,716,'_wp_attached_file','2013/05/slide1-notebook.png'),(716,716,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:480;s:6:\"height\";i:331;s:4:\"file\";s:27:\"2013/05/slide1-notebook.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"slide1-notebook-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:\"slide1-notebook-300x207.png\";s:5:\"width\";i:300;s:6:\"height\";i:207;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:{}}}'),(717,717,'_wp_attached_file','2013/05/slide1-tablet.png'),(718,717,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:159;s:6:\"height\";i:241;s:4:\"file\";s:25:\"2013/05/slide1-tablet.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"slide1-tablet-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(719,718,'_wp_attached_file','2013/05/laptop-repair.png'),(720,718,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:314;s:6:\"height\";i:324;s:4:\"file\";s:25:\"2013/05/laptop-repair.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"laptop-repair-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:\"laptop-repair-291x300.png\";s:5:\"width\";i:291;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(721,718,'_wp_attachment_image_alt','Laptop Repair by Tropical Computer'),(722,719,'_wp_attached_file','2013/05/products-slide.png'),(723,719,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:850;s:6:\"height\";i:337;s:4:\"file\";s:26:\"2013/05/products-slide.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"products-slide-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:\"products-slide-300x119.png\";s:5:\"width\";i:300;s:6:\"height\";i:119;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"products-slide-768x304.png\";s:5:\"width\";i:768;s:6:\"height\";i:304;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:{}}}'),(724,719,'_wp_attachment_image_alt',''),(725,720,'_wp_attached_file','2013/05/products-slide-11-e1450230757899.png'),(726,720,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:850;s:6:\"height\";i:337;s:4:\"file\";s:44:\"2013/05/products-slide-11-e1450230757899.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"products-slide-11-e1450230757899-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:44:\"products-slide-11-e1450230757899-300x119.png\";s:5:\"width\";i:300;s:6:\"height\";i:119;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:44:\"products-slide-11-e1450230757899-768x304.png\";s:5:\"width\";i:768;s:6:\"height\";i:304;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:{}}}'),(727,720,'_wp_attachment_image_alt','Computer Networking & Repair - Tropical Computer'),(728,43,'_config_errors','a:1:{s:12:\"mail.subject\";i:101;}'),(729,623,'_config_errors','a:2:{s:12:\"mail.subject\";i:101;s:11:\"mail.sender\";i:103;}'),(730,736,'_wp_attached_file','2013/05/iStock_000080243487_Small.jpg'),(731,736,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:600;s:4:\"file\";s:37:\"2013/05/iStock_000080243487_Small.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"iStock_000080243487_Small-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"iStock_000080243487_Small-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"iStock_000080243487_Small-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:37:\"laptop and repair symbol (done in 3d)\";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:17:\"laptop and repair\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:33:{i:0;s:6:\"laptop\";i:1;s:2:\"pc\";i:2;s:8:\"computer\";i:3;s:7:\"spanner\";i:4;s:9:\"screw-key\";i:5;s:8:\"abstarct\";i:6;s:2:\"3d\";i:7;s:8:\"abstract\";i:8;s:4:\"tool\";i:9;s:7:\"support\";i:10;s:9:\"equipment\";i:11;s:11:\"maintenance\";i:12;s:6:\"repair\";i:13;s:7:\"service\";i:14;s:8:\"settings\";i:15;s:7:\"setting\";i:16;s:6:\"symbol\";i:17;s:7:\"mending\";i:18;s:10:\"rebuilding\";i:19;s:6:\"revamp\";i:20;s:6:\"rework\";i:21;s:8:\"notebook\";i:22;s:10:\"adjustment\";i:23;s:6:\"tuning\";i:24;s:4:\"icon\";i:25;s:5:\"setup\";i:26;s:12:\"installation\";i:27;s:9:\"retooling\";i:28;s:5:\"tools\";i:29;s:7:\"toolbox\";i:30;s:8:\"isolated\";i:31;s:11:\"screwdriver\";i:32;s:10:\"turn-screw\";}}}'),(732,739,'_wp_attached_file','2013/05/iStock_000068469995_Small.jpg'),(733,739,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:849;s:6:\"height\";i:565;s:4:\"file\";s:37:\"2013/05/iStock_000068469995_Small.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"iStock_000068469995_Small-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"iStock_000068469995_Small-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"iStock_000068469995_Small-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"13\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D810\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1430510301\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"105\";s:3:\"iso\";s:3:\"125\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(734,739,'_wp_attachment_image_alt','Network Server'),(735,740,'_wp_attached_file','2013/05/iStock_000075102667_Small.jpg'),(736,740,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:808;s:6:\"height\";i:594;s:4:\"file\";s:37:\"2013/05/iStock_000075102667_Small.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"iStock_000075102667_Small-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"iStock_000075102667_Small-300x221.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:221;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"iStock_000075102667_Small-768x565.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:565;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:56:\"3D Laptop with a pirate symbol on screen. Hacker concept\";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:53:\"Laptop with a pirate symbol on screen. Hacker concept\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:46:{i:0;s:6:\"Laptop\";i:1;s:7:\"hacking\";i:2;s:6:\"hacker\";i:3;s:8:\"computer\";i:4;s:6:\"piracy\";i:5;s:6:\"pirate\";i:6;s:4:\"hack\";i:7;s:8:\"internet\";i:8;s:4:\"data\";i:9;s:8:\"security\";i:10;s:15:\"security system\";i:11;s:6:\"danger\";i:12;s:6:\"attack\";i:13;s:10:\"protection\";i:14;s:10:\"electronic\";i:15;s:10:\"technology\";i:16;s:7:\"concept\";i:17;s:4:\"idea\";i:18;s:6:\"symbol\";i:19;s:12:\"illustration\";i:20;s:8:\"isolated\";i:21;s:13:\"clipping path\";i:22;s:17:\"isolated on white\";i:23;s:5:\"virus\";i:24;s:5:\"skull\";i:25;s:10:\"crossbones\";i:26;s:5:\"bones\";i:27;s:5:\"crime\";i:28;s:17:\"cyber criminality\";i:29;s:6:\"online\";i:30;s:10:\"programmer\";i:31;s:5:\"theft\";i:32;s:11:\"information\";i:33;s:8:\"business\";i:34;s:5:\"fraud\";i:35;s:8:\"password\";i:36;s:8:\"software\";i:37;s:6:\"secure\";i:38;s:2:\"3D\";i:39;s:17:\"three dimensional\";i:40;s:6:\"safety\";i:41;s:8:\"criminal\";i:42;s:4:\"code\";i:43;s:5:\"thief\";i:44;s:7:\"network\";i:45;s:12:\"cyber attack\";}}}'),(737,744,'_wp_attached_file','2013/05/computer-products.png'),(738,744,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:361;s:4:\"file\";s:29:\"2013/05/computer-products.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"computer-products-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"computer-products-300x108.png\";s:5:\"width\";i:300;s:6:\"height\";i:108;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"computer-products-768x277.png\";s:5:\"width\";i:768;s:6:\"height\";i:277;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:{}}}'),(739,744,'_wp_attachment_image_alt','computer products'),(744,748,'_wp_attachment_image_alt','Computer Networking & Repair - Tropical Computer'),(745,750,'_wp_attached_file','2013/05/Screen-Shot-2016-03-08-at-2.12.25-PM.png'),(746,750,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:999;s:6:\"height\";i:360;s:4:\"file\";s:48:\"2013/05/Screen-Shot-2016-03-08-at-2.12.25-PM.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2016-03-08-at-2.12.25-PM-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:48:\"Screen-Shot-2016-03-08-at-2.12.25-PM-300x108.png\";s:5:\"width\";i:300;s:6:\"height\";i:108;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2016-03-08-at-2.12.25-PM-768x277.png\";s:5:\"width\";i:768;s:6:\"height\";i:277;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:{}}}'),(747,750,'_wp_attachment_image_alt','Computer Networking & Repair by Tropical Computer in Hobe Sound, FL'); /*!40000 ALTER TABLE `wp_postmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_posts` -- DROP TABLE IF EXISTS `wp_posts`; SET @saved_cs_client = @@character_set_client; 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 NOT NULL, `post_title` text NOT NULL, `post_excerpt` text NOT NULL, `post_status` varchar(20) NOT NULL default 'publish', `comment_status` varchar(20) NOT NULL default 'open', `ping_status` varchar(20) NOT NULL default 'open', `post_password` varchar(20) NOT NULL default '', `post_name` varchar(200) NOT NULL default '', `to_ping` text NOT NULL, `pinged` text 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 NOT NULL, `post_parent` bigint(20) unsigned NOT NULL default '0', `guid` varchar(255) NOT NULL default '', `menu_order` int(11) NOT NULL default '0', `post_type` varchar(20) NOT NULL default 'post', `post_mime_type` varchar(100) NOT NULL default '', `comment_count` bigint(20) NOT NULL default '0', PRIMARY KEY (`ID`), KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`), KEY `post_parent` (`post_parent`), KEY `post_author` (`post_author`), KEY `post_name` (`post_name`(191)) ) ENGINE=MyISAM AUTO_INCREMENT=757 DEFAULT CHARSET=utf8; 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,'2014-08-13 15:26:49','2014-08-13 15:26:49','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:\r\n\r\n<blockquote>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my blog. I live in Los Angeles, have a great dog named Jack, and I like piña coladas. (And gettin\' caught in the rain.)</blockquote>\r\n\r\n...or something like this:\r\n\r\n<blockquote>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</blockquote>\r\n\r\nAs a new WordPress user, you should go to <a href=\"http://03c1307.netsolhost.com/tccwordpress/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!','Sample Page','','publish','closed','closed','','sample-page','','','2015-04-07 19:47:54','2015-04-07 19:47:54','',0,'http://03c1307.netsolhost.com/tccwordpress/?page_id=2',0,'page','',0),(54,1,'2015-04-15 11:22:18','2015-04-15 11:22:18','','featured1','','inherit','closed','open','','featured1','','','2015-04-15 11:22:18','2015-04-15 11:22:18','',0,'http://03c1307.netsolhost.com/tccwordpress/wp-content/uploads/2015/04/featured1.png',0,'attachment','image/png',0),(4,1,'2015-03-24 23:38:05','2015-03-24 23:38:05','Tropical Computer logo','Tropical Computer','','inherit','open','open','','tropical-computer','','','2015-03-24 23:38:28','2015-03-24 23:38:28','',0,'http://03c1307.netsolhost.com/tccwordpress/wp-content/uploads/2015/03/tropical-computer.jpg',0,'attachment','image/jpeg',0),(5,1,'2015-03-24 23:48:38','2015-03-24 23:48:38','[title]What We Can Do For You[/title]\r\n\r\nIf you are experiencing computer problems and are in need of a computer technician to assist you with \"troubleshooting computer problem\" please contact us. We understand new technology can be frustrating; if you require help installing wireless networking, troubleshooting, preventive maintenance, installing routers, installing hubs, installing hard drives, setting up printers, setting up computers or helping you get back online, <strong>Tropical Computer</strong> knows exactly how you feel.\r\n\r\n \r\n\r\nComputer repair is a sensitive subject for many of our customers; we understand your concerns. Whether you have a need for computer services in your office, corporate environment or home we would be happy to assist you.\r\n\r\n \r\n\r\n<img class=\"alignright size-medium wp-image-739\" src=\"http://03c1307.netsolhost.com/tccwordpress/wp-content/uploads/2013/05/iStock_000068469995_Small-300x200.jpg\" alt=\"Network Server\" width=\"300\" height=\"200\" />\r\n<ul class=\"arrow-list\">\r\n <li>PC - Laptop Repair - All Makes</li>\r\n <li>Servers & Workstations</li>\r\n <li>Microsoft Exchange</li>\r\n <li>Microsoft SQL</li>\r\n</ul>\r\nWe have the ability to run cables, Ethernet and Coax, upon request. Also, the ability to terminate cable ends and wall jacks in new installs or to repair existing cable runs.\r\n\r\n \r\n<ul>\r\n <li>Security camera install and configuration, both IP and Analog systems. Whether you want us to install a system you purchased or put together a package that fits your need and budget.</li>\r\n <li>Custom PC builds, existing PC modifications/upgrades Solid State Drives</li>\r\n <li>Onsite and offsite backup solutions</li>\r\n</ul>\r\n \r\n<h5><strong>Virus/Malware Removal</strong></h5>\r\nWe are Authorized resellers for Symantec Endpoint Protection which is a cloud based Antivirus which keeps you up to date with the latest Virus definitions to prevent infection, this includes preventing the devastating “CryptoVirus” or “CryptoLocker” which is known to encrypt all of your files and then holds them for a ransom amount of their choosing.\r\n\r\n \r\n\r\n<img class=\"alignright wp-image-740 \" src=\"http://03c1307.netsolhost.com/tccwordpress/wp-content/uploads/2013/05/iStock_000075102667_Small-300x221.jpg\" alt=\"Computer Virus / hack\" width=\"363\" height=\"235\" />\r\n<ul>\r\n <li>Hardware replacements including (call for a free quote)</li>\r\n <li>Laptop and desktop Motherboard replacement</li>\r\n <li>Power supply replacement</li>\r\n <li>CPU and Case fan replacement and upgrades</li>\r\n <li>RAM replacements and upgrades</li>\r\n <li>Hard Drive replacements and upgrades to Solid State Drives</li>\r\n <li>Laptop keyboards</li>\r\n <li>Laptop screens</li>\r\n <li>Video cards, including multiple monitor displays</li>\r\n <li>Laptop batteries and chargers</li>\r\n <li>iMac and MacBook repair and upgrades</li>\r\n</ul>\r\n \r\n<h5><strong>Calyptix Security</strong></h5>\r\n<strong>Network Security for Small Business</strong>\r\n\r\nSmall and medium businesses are prime targets for hackers. Most have lax network security, which creates a perfect opportunity for threats to steal their data and escape unnoticed.\r\n\r\n<em>AccessEnforcer</em> from Calyptix protects small and medium networks so you can focus on business. Threats such as hackers, spam, and malware are blocked automatically. Easy management tools help make your network faster and more reliable with less down time.\r\n\r\n \r\n\r\n<strong>Network Security for HIPAA Compliance</strong>\r\n\r\nHIPAA requires every healthcare office to protect patient health data. This task gets harder each year as healthcare networks continue to grow. Every new medical device, computer, and printer added to the network creates a new potential route for attackers to break in and steal data.\r\n\r\n<em>AccessEnforcer</em> from Calyptix provides advanced security for small and medium healthcare networks, keeping your data safe and your network HIPAA compliant. Our solution blocks threats such as hackers, malware, and spam, and its simple interface makes it easy to manage your network at a budget-friendly price.\r\n\r\n \r\n\r\n[button size=\"medium\" url=\"http://03c1307.netsolhost.com/tccwordpress/contact-us/\"]Contact Us[/button]','Services','','publish','closed','closed','','services','','','2016-02-23 02:06:44','2016-02-23 02:06:44','',0,'http://03c1307.netsolhost.com/tccwordpress/?page_id=5',0,'page','',0),(6,1,'2015-03-24 23:48:38','2015-03-24 23:48:38','','Services','','inherit','open','open','','5-revision-v1','','','2015-03-24 23:48:38','2015-03-24 23:48:38','',5,'http://03c1307.netsolhost.com/tccwordpress/?p=6',0,'revision','',0),(7,1,'2015-03-24 23:48:59','2015-03-24 23:48:59','<h4><strong>PC & Laptop Repair</strong></h4>\r\n<a href=\"http://03c1307.netsolhost.com/tccwordpress/wp-content/uploads/2013/05/iStock_000080243487_Small.jpg\" rel=\"attachment wp-att-736\"><img class=\"alignleft wp-image-736 size-medium\" src=\"http://03c1307.netsolhost.com/tccwordpress/wp-content/uploads/2013/05/iStock_000080243487_Small-300x225.jpg\" alt=\"laptop computer repair\" width=\"300\" height=\"225\" /></a>\r\n\r\n \r\n\r\nPersonal Computers and Laptops are at the core of the <strong>Tropical Computer</strong> business mission.\r\n\r\n \r\n\r\nWe are committed to helping our customers get the kinds of value, convenience and enjoyment they are looking for from their computer systems, while avoiding as much of the pain as possible.If you are experiencing computer problems and are in need of a computer technician to assist you with \"troubleshooting computer problem\" please contact us.\r\n\r\n \r\n\r\nWe understand new technology can be frustrating; if you require help installing wireless networking, troubleshooting, preventive maintenance, installing routers, installing hubs, installing hard drives, setting up printers, setting up computers or helping you get back online, <strong>Tropical Computer</strong> knows exactly how you feel.\r\n\r\n \r\n\r\nComputer repair is a sensitive subject for many of our customers; we understand your concerns. Whether you have a need for computer services in your office, corporate environment or home we would be happy to assist you.\r\n\r\n \r\n<p style=\"text-align: left;\">[button size=\"medium\" url=\"http://03c1307.netsolhost.com/tccwordpress/contact-us/\"]Contact Us[/button]</p>\r\n \r\n\r\n ','Repair','','publish','closed','closed','','repair','','','2016-03-03 15:04:15','2016-03-03 15:04:15','',0,'http://03c1307.netsolhost.com/tccwordpress/?page_id=7',0,'page','',0),(8,1,'2015-03-24 23:48:59','2015-03-24 23:48:59','','Repair','','inherit','open','open','','7-revision-v1','','','2015-03-24 23:48:59','2015-03-24 23:48:59','',7,'http://03c1307.netsolhost.com/tccwordpress/?p=8',0,'revision','',0),(10,1,'2015-03-24 23:58:30','2015-03-24 23:58:30',' ','','','publish','open','open','','10','','','2015-11-22 20:56:13','2015-11-22 20:56:13','',0,'http://03c1307.netsolhost.com/tccwordpress/?p=10',3,'nav_menu_item','',0),(11,1,'2015-03-24 23:58:30','2015-03-24 23:58:30',' ','','','publish','open','open','','11','','','2015-11-22 20:56:13','2015-11-22 20:56:13','',0,'http://03c1307.netsolhost.com/tccwordpress/?p=11',4,'nav_menu_item','',0),(12,1,'2015-03-25 00:10:23','2015-03-25 00:10:23','Tropical Computer logo','Tropical Computer logo','','inherit','open','open','','tropical-computer-rectangle','','','2015-03-25 00:10:54','2015-03-25 00:10:54','',0,'http://03c1307.netsolhost.com/tccwordpress/wp-content/uploads/2015/03/tropical-computer-rectangle.jpg',0,'attachment','image/jpeg',0),(13,1,'2015-03-25 00:12:07','2015-03-25 00:12:07',' \r\n\r\n<a href=\"http://03c1307.netsolhost.com/tccwordpress/about-us/\"><img class=\"aligncenter wp-image-750 size-full\" src=\"http://03c1307.netsolhost.com/tccwordpress/wp-content/uploads/2013/05/Screen-Shot-2016-03-08-at-2.12.25-PM.png\" alt=\"Computer Networking & Repair by Tropical Computer in Hobe Sound, FL\" width=\"999\" height=\"360\" /></a>\r\n\r\n[note background=\"color\" small_text=\"Get in touch with us today!\" button_text=\"Contact Us\" button_url=\"http://03c1307.netsolhost.com/tccwordpress/contact-us/\"]Don\'t lose your connection. Whether it\'s for your business or your home, you can count on Tropical Computer to keep you up and running![/note]\r\n\r\n ','Home','','publish','closed','closed','','home','','','2016-03-08 19:14:54','2016-03-08 19:14:54','',0,'http://03c1307.netsolhost.com/tccwordpress/?page_id=13',0,'page','',0),(14,1,'2015-03-25 00:12:07','2015-03-25 00:12:07',' ','','','publish','open','open','','14','','','2015-11-22 20:56:13','2015-11-22 20:56:13','',0,'http://03c1307.netsolhost.com/tccwordpress/?p=14',1,'nav_menu_item','',0),(15,1,'2015-03-25 00:12:07','2015-03-25 00:12:07','','Home','','inherit','open','open','','13-revision-v1','','','2015-03-25 00:12:07','2015-03-25 00:12:07','',13,'http://03c1307.netsolhost.com/tccwordpress/?p=15',0,'revision','',0),(71,1,'2015-11-22 20:13:46','0000-00-00 00:00:00','','Favicon','','draft','closed','closed','','of-favicon','','','2015-11-22 20:13:46','0000-00-00 00:00:00','',0,'http://03c1307.netsolhost.com/tccwordpress/?post_type=optionsframework&p=71',0,'optionsframework','',0),(19,1,'2015-04-06 23:47:14','2015-04-06 23:47:14','Selection of Computer Networking Products at Tropical Computer','Computer Networking Products at Tropical Computer','','inherit','open','open','','10923806_10152502411280653_1623438138705472952_o','','','2015-04-06 23:47:56','2015-04-06 23:47:56','',0,'http://03c1307.netsolhost.com/tccwordpress/wp-content/uploads/2015/03/10923806_10152502411280653_1623438138705472952_o.jpg',0,'attachment','image/jpeg',0),(20,1,'2015-04-06 23:49:50','2015-04-06 23:49:50','Thousands of cables, adapters and parts in stock for quick service.','Computer Cables, Adapters & Parts at Tropical Computer','','inherit','open','open','','10862587_10152502411420653_4784434501972749359_o','','','2015-04-06 23:50:28','2015-04-06 23:50:28','',0,'http://03c1307.netsolhost.com/tccwordpress/wp-content/uploads/2015/03/10862587_10152502411420653_4784434501972749359_o.jpg',0,'attachment','image/jpeg',0),(21,1,'2016-02-23 01:07:32','2016-02-23 01:07:32','<h4><strong>PC, Laptop, iPad & iPhone Repair</strong></h4>\r\n<a href=\"http://03c1307.netsolhost.com/tccwordpress/wp-content/uploads/2013/05/iStock_000080243487_Small.jpg\" rel=\"attachment wp-att-736\"><img class=\"alignleft wp-image-736 size-medium\" src=\"http://03c1307.netsolhost.com/tccwordpress/wp-content/uploads/2013/05/iStock_000080243487_Small-300x225.jpg\" alt=\"laptop computer repair\" width=\"300\" height=\"225\" /></a>\r\n\r\n \r\n\r\nPersonal Computers and Laptops are at the core of Tropical Computer business mission.\r\n\r\nWe are committed to helping our customers get the kinds of value, convenience and enjoyment they are looking for from their computer systems, while avoiding as much of the pain as possible.If you are experiencing computer problems and are in need of a computer technician to assist you with \"troubleshooting computer problem\" please contact us.\r\n\r\n \r\n\r\nWe understand new technology can be frustrating; if you require help installing wireless networking, troubleshooting, preventive maintenance, installing routers, installing hubs, installing hard drives, setting up printers, setting up computers or helping you get back online, Tropical Computer knows exactly how you feel.\r\n\r\n \r\n\r\nComputer repair is a sensitive subject for many of our customers; we understand your concerns. Whether you have a need for computer services in your office, corporate environment or home we would be happy to assist you.\r\n<p style=\"text-align: right;\">[button size=\"medium\" url=\"http://03c1307.netsolhost.com/tccwordpress/contact-us/\"]Contact Us[/button]</p>\r\n \r\n\r\n ','Repair','','inherit','open','open','','7-autosave-v1','','','2016-02-23 01:07:32','2016-02-23 01:07:32','',7,'http://03c1307.netsolhost.com/tccwordpress/?p=21',0,'revision','',0),(22,1,'2015-04-07 00:34:05','2015-04-07 00:34:05','PC, Laptop, iPad & iPhone Repair\r\n\r\n\r\nPersonal Computers are at the core of Tropical Computer business mission. We are committed to helping our customers get the kinds of value, convenience and enjoyment they are looking for from their computer systems, while avoiding as much of the pain as possible.If you are experiencing computer problems and are in need of a computer technician to assist you with \"troubleshooting computer problem\" please contact us. We understand new technology can be frustrating; if you require help installing wireless networking, troubleshooting, preventive maintenance, installing routers, installing hubs, installing hard drives, setting up printers, setting up computers or helping you get back online, Tropical Computer knows exactly how you feel.\r\n\r\nComputer repair is a sensitive subject for many of our customers; we understand your concerns. Whether you have a need for computer services in your office, corporate environment or home we would be happy to assist you.\r\n\r\n\r\n \r\n\r\n \r\n\r\n ','Repair','','inherit','open','open','','7-revision-v1','','','2015-04-07 00:34:05','2015-04-07 00:34:05','',7,'http://03c1307.netsolhost.com/tccwordpress/?p=22',0,'revision','',0),(23,1,'2015-04-07 00:35:27','2015-04-07 00:35:27','Personal Computers are at the core of Tropical Computer business mission. We are committed to helping our customers get the kinds of value, convenience and enjoyment they are looking for from their computer systems, while avoiding as much of the pain as possible.If you are experiencing computer problems and are in need of a computer technician to assist you with \"troubleshooting computer problem\" please contact us. We understand new technology can be frustrating; if you require help installing wireless networking, troubleshooting, preventive maintenance, installing routers, installing hubs, installing hard drives, setting up printers, setting up computers or helping you get back online, Tropical Computer knows exactly how you feel.\r\n\r\nComputer repair is a sensitive subject for many of our customers; we understand your concerns. Whether you have a need for computer services in your office, corporate environment or home we would be happy to assist you.\r\n\r\nPC - Laptop Repair - All Makes \r\nServers & Workstations \r\nMicrosoft Exchange \r\nMicrosoft SQL \r\n','Services','','inherit','open','open','','5-revision-v1','','','2015-04-07 00:35:27','2015-04-07 00:35:27','',5,'http://03c1307.netsolhost.com/tccwordpress/?p=23',0,'revision','',0),(24,1,'2015-04-07 01:09:14','2015-04-07 01:09:14','<h5>BY APPOINTMENT SERVICES:</h5>\r\n<span style=\"line-height: 1.5;\">\"ON-SITE\" or \"IN-OUR-SHOP\":\r\nMON-FRI - 9AM-5PM\r\n<em>(limited after hour & weekend appointments available for an extra fee)</em>\r\n<br />\r\nCALL 772-288-6260\r\n<br />\r\nEMAIL <a href=\"mailto:support@tropicalcomputer.com\">support@tropicalcomputer.com</a>\r\n<br />\r\n- OR -\r\n<br />\r\nSpeak your request at our front door video window!\r\n</span><span style=\"line-height: 1.5;\">US 1 & 6425 SE POINCIANA LANE\r\n</span><span style=\"line-height: 1.5;\">HOBE SOUND, FL 33455</span>\r\n\r\n \r\n\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3551.6047403784323!2d-80.16697576425472!3d27.10575619655129!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0x0!2zMjfCsDA2JzIwLjkiTiA4MMKwMTAnMDIuOCJX!5e0!3m2!1sen!2sus!4v1448237774579\" width=\"960\" height=\"400\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n<span style=\"line-height: 1.5;\">[contact-form-7 id=\"43\" title=\"Contact form 1\"]</span>','Contact Us','','publish','closed','closed','','contact-us','','','2016-04-30 01:32:56','2016-04-30 01:32:56','',0,'http://03c1307.netsolhost.com/tccwordpress/?page_id=24',0,'page','',0),(25,1,'2015-04-07 01:09:14','2015-04-07 01:09:14',' ','','','publish','open','open','','25','','','2015-11-22 20:56:13','2015-11-22 20:56:13','',0,'http://03c1307.netsolhost.com/tccwordpress/25/',5,'nav_menu_item','',0),(26,1,'2015-04-07 01:09:14','2015-04-07 01:09:14','','Contact Us','','inherit','open','open','','24-revision-v1','','','2015-04-07 01:09:14','2015-04-07 01:09:14','',24,'http://03c1307.netsolhost.com/tccwordpress/24-revision-v1/',0,'revision','',0),(27,1,'2015-04-07 01:16:19','2015-04-07 01:16:19','[grid_8 position=\"alpha\"]\r\n\r\n[title]We are Veteran Owned[/title]\r\n\r\n<a href=\"http://03c1307.netsolhost.com/tccwordpress/wp-content/uploads/2015/04/10988275_10152576259180653_5542485206646291387_n-2.jpg\" rel=\"attachment wp-att-31\"><img class=\"size-medium wp-image-31 alignright\" src=\"http://03c1307.netsolhost.com/tccwordpress/wp-content/uploads/2015/04/10988275_10152576259180653_5542485206646291387_n-2-300x167.jpg\" alt=\"Tropical Computer - Hobe Sound, FL\" width=\"300\" height=\"167\" /></a>For 24 years, <strong>Tropical Computer Consultants</strong> (TCC) has provided:\r\n<ul>\r\n <li>Professional IT & Computer Network Consulting</li>\r\n <li>System Design</li>\r\n <li>Disaster Recovery</li>\r\n <li>Exchange Server Integration</li>\r\n <li>Repair and Support for our Commercial and Residential customers</li>\r\n <li>Custom PC Sales and Installation Services</li>\r\n <li>Website Services</li>\r\n</ul>\r\n\r\n[button size=\"medium\" url=\"http://03c1307.netsolhost.com/tccwordpress/contact-us/\"]Contact Us[/button]\r\n\r\n[/grid_8]\r\n\r\n \r\n\r\n \r\n\r\n[pi_skills title=\"This is what we do\" position=\"omega\" size=\"4\"][pi_skill skill=\"IT & Network Consulting\" percentage=\"80\"][pi_skill skill=\"System Design\" percentage=\"50\"][pi_skill skill=\"Disaster Recovery\" percentage=\"60\"][pi_skill skill=\"Exchange Server Integration, Repair & Support\" percentage=\"90\"][pi_skill skill=\"PC Sales & Installation\" percentage=\"70\"][pi_skill skill=\"Website Services\" percentage=\"60\"][/pi_skills]','About Us','','publish','closed','closed','','about-us','','','2016-04-30 02:12:59','2016-04-30 02:12:59','',0,'http://03c1307.netsolhost.com/tccwordpress/?page_id=27',0,'page','',0),(28,1,'2015-04-07 01:16:19','2015-04-07 01:16:19',' ','','','publish','open','open','','28','','','2015-11-22 20:56:13','2015-11-22 20:56:13','',0,'http://03c1307.netsolhost.com/tccwordpress/28/',2,'nav_menu_item','',0),(29,1,'2015-04-07 01:16:19','2015-04-07 01:16:19','For 23 years, Tropical Computer Consultants (TCC) has provided professional IT and computer network consulting, system design, disaster recovery, Exchange server integration, repair and support for our commercial and residential customers / Custom PC sales and installation services are available\r\n\r\nLARGE CABLE SELECTION AND PARTS IN STOCK.\r\n\r\nPLEASE STOP IN IF YOU HAVE ANY QUESTIONS.','About Us','','inherit','open','open','','27-revision-v1','','','2015-04-07 01:16:19','2015-04-07 01:16:19','',27,'http://03c1307.netsolhost.com/tccwordpress/27-revision-v1/',0,'revision','',0),(30,1,'2015-04-07 01:20:12','2015-04-07 01:20:12','Tropical Computer - Hobe Sound, FL','Tropical Computer - Hobe Sound, FL','','inherit','open','open','','11093301_10202563424606039_274769003_o','','','2015-04-07 01:21:00','2015-04-07 01:21:00','',0,'http://03c1307.netsolhost.com/tccwordpress/wp-content/uploads/2015/04/11093301_10202563424606039_274769003_o.jpg',0,'attachment','image/jpeg',0),(31,1,'2015-04-07 01:34:19','2015-04-07 01:34:19','Tropical Computer - Hobe Sound, FL','Tropical Computer - Hobe Sound, FL','','inherit','closed','open','','10988275_10152576259180653_5542485206646291387_n-2','','','2015-04-07 01:34:44','2015-04-07 01:34:44','',0,'http://03c1307.netsolhost.com/tccwordpress/wp-content/uploads/2015/04/10988275_10152576259180653_5542485206646291387_n-2.jpg',0,'attachment','image/jpeg',0),(64,1,'2015-11-20 00:31:47','2015-11-20 00:31:47','Mailing Address:\r\nPO Box 606\r\nHobe Sound, FL 33475\r\n\r\n[contact-form-7 id=\"43\" title=\"Contact form 1\"]','Contact Us','','inherit','closed','open','','24-revision-v1','','','2015-11-20 00:31:47','2015-11-20 00:31:47','',24,'http://03c1307.netsolhost.com/tccwordpress/24-revision-v1/',0,'revision','',0),(65,1,'2016-02-23 02:04:41','2016-02-23 02:04:41','[title]What We Can Do For You[/title]\r\n\r\nPersonal Computers are at the core of Tropical Computer business mission. We are committed to helping our customers get the kinds of value, convenience and enjoyment they are looking for from their computer systems, while avoiding as much of the pain as possible.If you are experiencing computer problems and are in need of a computer technician to assist you with \"troubleshooting computer problem\" please contact us. We understand new technology can be frustrating; if you require help installing wireless networking, troubleshooting, preventive maintenance, installing routers, installing hubs, installing hard drives, setting up printers, setting up computers or helping you get back online, Tropical Computer knows exactly how you feel.\r\n\r\nComputer repair is a sensitive subject for many of our customers; we understand your concerns. Whether you have a need for computer services in your office, corporate environment or home we would be happy to assist you.\r\n\r\n \r\n\r\n<img class=\"alignright size-medium wp-image-739\" src=\"http://03c1307.netsolhost.com/tccwordpress/wp-content/uploads/2013/05/iStock_000068469995_Small-300x200.jpg\" alt=\"Network Server\" width=\"300\" height=\"200\" />\r\n<ul class=\"arrow-list\">\r\n <li>PC - Laptop Repair - All Makes</li>\r\n <li>Servers & Workstations</li>\r\n <li>Microsoft Exchange</li>\r\n <li>Microsoft SQL</li>\r\n</ul>\r\nWe have the ability to run cables, Ethernet and Coax, upon request. Also, the ability to terminate cable ends and wall jacks in new installs or to repair existing cable runs.\r\n\r\n \r\n<ul>\r\n <li>Security camera install and configuration, both IP and Analog systems. Whether you want us to install a system you purchased or put together a package that fits your need and budget.</li>\r\n <li>Custom PC builds, existing PC modifications/upgrades Solid State Drives</li>\r\n <li>Onsite and offsite backup solutions</li>\r\n</ul>\r\n \r\n<h5><strong>Virus/Malware Removal</strong></h5>\r\nWe are Authorized resellers for Symantec Endpoint Protection which is a cloud based Antivirus which keeps you up to date with the latest Virus definitions to prevent infection, this includes preventing the devastating “CryptoVirus” or “CryptoLocker” which is known to encrypt all of your files and then holds them for a ransom amount of their choosing.\r\n\r\n \r\n\r\n<img class=\"alignright wp-image-740 size-medium\" src=\"http://03c1307.netsolhost.com/tccwordpress/wp-content/uploads/2013/05/iStock_000075102667_Small-300x221.jpg\" alt=\"Computer Virus / hack\" width=\"300\" height=\"221\" />\r\n<ul>\r\n <li>Hardware replacements including (call for a free quote)</li>\r\n <li>Laptop and desktop Motherboard replacement</li>\r\n <li>Power supply replacement</li>\r\n <li>CPU and Case fan replacement and upgrades</li>\r\n <li>RAM replacements and upgrades</li>\r\n <li>Hard Drive replacements and upgrades to Solid State Drives</li>\r\n <li>Laptop keyboards</li>\r\n <li>Laptop screens</li>\r\n <li>Video cards, including multiple monitor displays</li>\r\n <li>Laptop batteries and chargers</li>\r\n <li>iMac and MacBook repair and upgrades</li>\r\n</ul>\r\n \r\n<h5><strong>Calyptix Security</strong></h5>\r\n<strong>Network Security for Small Business</strong>\r\n\r\nSmall and medium businesses are prime targets for hackers. Most have lax network security, which creates a perfect opportunity for threats to steal their data and escape unnoticed.\r\n\r\n<em>AccessEnforcer</em> from Calyptix protects small and medium networks so you can focus on business. Threats such as hackers, spam, and malware are blocked automatically. Easy management tools help make your network faster and more reliable with less down time.\r\n\r\n \r\n\r\n<strong>Network Security for HIPAA Compliance</strong>\r\n\r\nHIPAA requires every healthcare office to protect patient health data. This task gets harder each year as healthcare networks continue to grow. Every new medical device, computer, and printer added to the network creates a new potential route for attackers to break in and steal data.\r\n\r\n<em>AccessEnforcer</em> from Calyptix provides advanced security for small and medium healthcare networks, keeping your data safe and your network HIPAA compliant. Our solution blocks threats such as hackers, malware, and spam, and its simple interface makes it easy to manage your network at a budget-friendly price.','Services','','inherit','closed','open','','5-autosave-v1','','','2016-02-23 02:04:41','2016-02-23 02:04:41','',5,'http://03c1307.netsolhost.com/tccwordpress/5-autosave-v1/',0,'revision','',0),(39,1,'2015-04-07 12:05:25','2015-04-07 12:05:25','','10931201_10152502411265653_2224558694539044047_o','','inherit','closed','open','','10931201_10152502411265653_2224558694539044047_o','','','2015-04-07 12:05:25','2015-04-07 12:05:25','',0,'http://03c1307.netsolhost.com/tccwordpress/wp-content/uploads/2015/04/10931201_10152502411265653_2224558694539044047_o.jpg',0,'attachment','image/jpeg',0),(40,1,'2015-04-07 19:47:54','2015-04-07 19:47:54','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:\r\n\r\n<blockquote>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my blog. I live in Los Angeles, have a great dog named Jack, and I like piña coladas. (And gettin\' caught in the rain.)</blockquote>\r\n\r\n...or something like this:\r\n\r\n<blockquote>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</blockquote>\r\n\r\nAs a new WordPress user, you should go to <a href=\"http://03c1307.netsolhost.com/tccwordpress/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!','Sample Page','','inherit','closed','open','','2-revision-v1','','','2015-04-07 19:47:54','2015-04-07 19:47:54','',2,'http://03c1307.netsolhost.com/tccwordpress/2-revision-v1/',0,'revision','',0),(59,1,'2015-06-17 00:07:05','2015-06-17 00:07:05','','featured1','','inherit','closed','open','','featured1-2','','','2015-06-17 00:07:05','2015-06-17 00:07:05','',0,'http://03c1307.netsolhost.com/tccwordpress/wp-content/uploads/2015/06/featured1.png',0,'attachment','image/png',0),(61,1,'2015-07-20 01:51:15','2015-07-20 01:51:15','Tropical Computer in Hobe Sound, FL','Welcome to Tropical Computer in Hobe Sound, FL','','inherit','closed','open','','tropical-computer-header-clear','','','2015-07-20 01:51:50','2015-07-20 01:51:50','',0,'http://03c1307.netsolhost.com/tccwordpress/wp-content/uploads/2015/07/Tropical-Computer-Header-Clear.png',0,'attachment','image/png',0),(43,1,'2015-04-10 00:22:17','2015-04-10 00:22:17','<p>Your Name (required)<br />\n [text* your-name] </p>\n\n<p>Your Email (required)<br />\n [email* your-email] </p>\n\n<p>Subject<br />\n [text your-subject] </p>\n\n<p>Your Message<br />\n [textarea your-message] </p>\n\n<p>[submit \"Send\"]</p>\n[your-subject]\n[your-name] <wordpress@03c1307.netsolhost.com>\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 Tropical Computer - Hobe Sound, FL (http://03c1307.netsolhost.com/tccwordpress)\njim@tropicalcomputer.com\nReply-To: [your-email]\n\n0\n0\n\n[your-subject]\nTropical Computer - Hobe Sound, FL <wordpress@03c1307.netsolhost.com>\nMessage Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on Tropical Computer - Hobe Sound, FL (http://03c1307.netsolhost.com/tccwordpress)\n[your-email]\nReply-To: jim@tropicalcomputer.com\n\n0\n0\nYour message was sent successfully. Thanks.\nFailed to send your message. Please try later or contact the administrator by another method.\nValidation errors occurred. Please confirm the fields and submit it again.\nFailed to send your message. Please try later or contact the administrator by another method.\nPlease accept the terms to proceed.\nPlease fill in the required field.\nThis input is too long.\nThis input is too short.','Contact form 1','','publish','closed','open','','contact-form-1','','','2015-04-10 00:22:17','2015-04-10 00:22:17','',0,'http://03c1307.netsolhost.com/tccwordpress/?post_type=wpcf7_contact_form&p=43',0,'wpcf7_contact_form','',0),(44,1,'2016-04-30 00:58:47','2016-04-30 00:58:47','<h5>BY APPOINTMENT SERVICES:</h5>\n<span style=\"line-height: 1.5;\">\"ON-SITE\" or \"IN-OUR-SHOP\":\nMON-FRI - 9AM-5PM\n<em>(limited after hour & weekend appointments available for an extra fee)</em>\n\nCALL 772-288-6260\nEMAIL support@tropicalcomputer.com</a><br/>\n- OR - <br />\nSpeak your request at our front door video window!<br/>772-288-6260</span>\n\nUS 1 & 6425 SE POINCIANA LANE\nHOBE SOUND, FL 33455\n\n \n\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3551.6047403784323!2d-80.16697576425472!3d27.10575619655129!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0x0!2zMjfCsDA2JzIwLjkiTiA4MMKwMTAnMDIuOCJX!5e0!3m2!1sen!2sus!4v1448237774579\" width=\"960\" height=\"400\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\n\n<span style=\"line-height: 1.5;\">[contact-form-7 id=\"43\" title=\"Contact form 1\"]</span>','Contact Us','','inherit','closed','open','','24-autosave-v1','','','2016-04-30 00:58:47','2016-04-30 00:58:47','',24,'http://03c1307.netsolhost.com/tccwordpress/24-autosave-v1/',0,'revision','',0),(45,1,'2015-04-10 00:24:39','2015-04-10 00:24:39','[contact-form-7 id=\"43\" title=\"Contact form 1\"]','Contact Us','','inherit','closed','open','','24-revision-v1','','','2015-04-10 00:24:39','2015-04-10 00:24:39','',24,'http://03c1307.netsolhost.com/tccwordpress/24-revision-v1/',0,'revision','',0),(46,1,'2015-04-13 13:07:19','2015-04-13 13:07:19','Tropical Computer Logo','Tropical-Computer-Logo','US 1 & 6425 SE POINCIANA LANE \r\nHOBE SOUND, FL 33455 \r\n772-288-6260','inherit','closed','open','','tropical-computer-logo','','','2015-11-22 20:30:05','2015-11-22 20:30:05','',0,'http://03c1307.netsolhost.com/tccwordpress/wp-content/uploads/2015/04/Tropical-Computer-Logo.png',0,'attachment','image/png',0),(47,1,'2015-04-13 14:22:48','2015-04-13 14:22:48','Tropical Computer favicon','Tropical Computer favicon','','inherit','closed','open','','favicon1','','','2015-11-22 20:30:05','2015-11-22 20:30:05','',71,'http://03c1307.netsolhost.com/tccwordpress/wp-content/uploads/2015/04/favicon1.ico',0,'attachment','image/x-icon',0),(58,1,'2015-06-17 00:03:45','2015-06-17 00:03:45','Tropical Computer - Service & Repair - Hobe Sound, FL','Tropical Computer - Service & Repair - Hobe Sound, FL','','inherit','closed','open','','tropical-computer-header-2','','','2015-06-17 00:04:19','2015-06-17 00:04:19','',0,'http://03c1307.netsolhost.com/tccwordpress/wp-content/uploads/2015/06/Tropical-Computer-Header.jpg',0,'attachment','image/jpeg',0),(57,1,'2015-06-16 23:41:47','2015-06-16 23:41:47','','featured','','inherit','closed','open','','featured','','','2015-06-16 23:41:47','2015-06-16 23:41:47','',0,'http://03c1307.netsolhost.com/tccwordpress/wp-content/uploads/2015/06/featured.png',0,'attachment','image/png',0),(53,1,'2015-04-14 23:02:44','2015-04-14 23:02:44','Tropical Computer - Hobe Sound, FL','Tropical Computer - Hobe Sound, FL','','inherit','closed','open','','tropical-computer-header','','','2015-04-14 23:03:15','2015-04-14 23:03:15','',0,'http://03c1307.netsolhost.com/tccwordpress/wp-content/uploads/2015/04/Tropical-Computer-Header.png',0,'attachment','image/png',0),(52,1,'2015-04-14 16:14:43','2015-04-14 16:14:43','Tropical Computer - Hobe Sound, FL','Tropical Computer - Hobe Sound, FL','','inherit','closed','open','','tropical-computer-header-7','','','2015-04-14 16:15:16','2015-04-14 16:15:16','',0,'http://03c1307.netsolhost.com/tccwordpress/wp-content/uploads/2015/04/Tropical-Computer-Header2.png',0,'attachment','image/png',0),(66,1,'2015-11-20 00:40:22','2015-11-20 00:40:22','Personal Computers are at the core of Tropical Computer business mission. We are committed to helping our customers get the kinds of value, convenience and enjoyment they are looking for from their computer systems, while avoiding as much of the pain as possible.If you are experiencing computer problems and are in need of a computer technician to assist you with \"troubleshooting computer problem\" please contact us. We understand new technology can be frustrating; if you require help installing wireless networking, troubleshooting, preventive maintenance, installing routers, installing hubs, installing hard drives, setting up printers, setting up computers or helping you get back online, Tropical Computer knows exactly how you feel.\r\n\r\nComputer repair is a sensitive subject for many of our customers; we understand your concerns. Whether you have a need for computer services in your office, corporate environment or home we would be happy to assist you.\r\n\r\nPC - Laptop Repair - All Makes\r\nServers & Workstations\r\nMicrosoft Exchange\r\nMicrosoft SQL\r\n\r\nWe have the ability to run cables, Ethernet and Coax, upon request. Also, the ability to terminate cable ends and wall jacks in new installs or to repair existing cable runs.\r\n\r\n-Security camera install and configuration, both IP and Analog systems. Whether you want us to install a system you purchased or put together a package that fits your need and budget.\r\n\r\n-Custom PC builds, existing PC modifications/upgrades Solid State Drives\r\n\r\n-Onsite and offsite backup solutions\r\n\r\n<strong>Virus/Malware Removal</strong>\r\nWe are Authorized resellers for Symantec Endpoint Protection which is a cloud based Antivirus which keeps you up to date with the latest Virus definitions to prevent infection, this includes preventing the devastating “CryptoVirus” or “CryptoLocker” which is known to encrypt all of your files and then holds them for a ransom amount of their choosing.\r\n\r\n-Hardware replacements including (call for a free quote)\r\n\r\n- Laptop and desktop Motherboard replacement\r\n\r\n- Power supply replacement\r\n\r\n- CPU and Case fan replacement and upgrades\r\n\r\n- RAM replacements and upgrades\r\n\r\n- Hard Drive replacements and upgrades to Solid State Drives\r\n\r\n- Laptop keyboards\r\n\r\n- Laptop screens\r\n\r\n- Video cards, including multiple monitor displays\r\n\r\n- Laptop batteries and chargers\r\n\r\n- iMac and MacBook repair and upgrades','Services','','inherit','closed','open','','5-revision-v1','','','2015-11-20 00:40:22','2015-11-20 00:40:22','',5,'http://03c1307.netsolhost.com/tccwordpress/5-revision-v1/',0,'revision','',0),(67,1,'2015-11-20 00:41:41','2015-11-20 00:41:41','Personal Computers are at the core of Tropical Computer business mission. We are committed to helping our customers get the kinds of value, convenience and enjoyment they are looking for from their computer systems, while avoiding as much of the pain as possible.If you are experiencing computer problems and are in need of a computer technician to assist you with \"troubleshooting computer problem\" please contact us. We understand new technology can be frustrating; if you require help installing wireless networking, troubleshooting, preventive maintenance, installing routers, installing hubs, installing hard drives, setting up printers, setting up computers or helping you get back online, Tropical Computer knows exactly how you feel.\r\n\r\nComputer repair is a sensitive subject for many of our customers; we understand your concerns. Whether you have a need for computer services in your office, corporate environment or home we would be happy to assist you.\r\n\r\nPC - Laptop Repair - All Makes\r\nServers & Workstations\r\nMicrosoft Exchange\r\nMicrosoft SQL\r\n\r\nWe have the ability to run cables, Ethernet and Coax, upon request. Also, the ability to terminate cable ends and wall jacks in new installs or to repair existing cable runs.\r\n\r\n-Security camera install and configuration, both IP and Analog systems. Whether you want us to install a system you purchased or put together a package that fits your need and budget.\r\n\r\n-Custom PC builds, existing PC modifications/upgrades Solid State Drives\r\n\r\n-Onsite and offsite backup solutions\r\n\r\n<strong>Virus/Malware Removal</strong>\r\nWe are Authorized resellers for Symantec Endpoint Protection which is a cloud based Antivirus which keeps you up to date with the latest Virus definitions to prevent infection, this includes preventing the devastating “CryptoVirus” or “CryptoLocker” which is known to encrypt all of your files and then holds them for a ransom amount of their choosing.\r\n\r\n-Hardware replacements including (call for a free quote)\r\n\r\n- Laptop and desktop Motherboard replacement\r\n\r\n- Power supply replacement\r\n\r\n- CPU and Case fan replacement and upgrades\r\n\r\n- RAM replacements and upgrades\r\n\r\n- Hard Drive replacements and upgrades to Solid State Drives\r\n\r\n- Laptop keyboards\r\n\r\n- Laptop screens\r\n\r\n- Video cards, including multiple monitor displays\r\n\r\n- Laptop batteries and chargers\r\n\r\n- iMac and MacBook repair and upgrades\r\n\r\n \r\n\r\n<strong>Calyptix Security</strong>\r\n\r\n<strong>Network Security for Small Business</strong>\r\n\r\nSmall and medium businesses are prime targets for hackers. Most have lax network security, which creates a perfect opportunity for threats to steal their data and escape unnoticed.\r\n\r\n<em>AccessEnforcer</em> from Calyptix protects small and medium networks so you can focus on business. Threats such as hackers, spam, and malware are blocked automatically. Easy management tools help make your network faster and more reliable with less down time.\r\n\r\nAlso,\r\n\r\n<strong>Network Security for HIPAA Compliance</strong>\r\n\r\nHIPAA requires every healthcare office to protect patient health data. This task gets harder each year as healthcare networks continue to grow. Every new medical device, computer, and printer added to the network creates a new potential route for attackers to break in and steal data.\r\n\r\n<em>AccessEnforcer</em> from Calyptix provides advanced security for small and medium healthcare networks, keeping your data safe and your network HIPAA compliant. Our solution blocks threats such as hackers, malware, and spam, and its simple interface makes it easy to manage your network at a budget-friendly price.','Services','','inherit','closed','open','','5-revision-v1','','','2015-11-20 00:41:41','2015-11-20 00:41:41','',5,'http://03c1307.netsolhost.com/tccwordpress/5-revision-v1/',0,'revision','',0),(68,1,'2015-11-20 00:41:52','2015-11-20 00:41:52','Personal Computers are at the core of Tropical Computer business mission. We are committed to helping our customers get the kinds of value, convenience and enjoyment they are looking for from their computer systems, while avoiding as much of the pain as possible.If you are experiencing computer problems and are in need of a computer technician to assist you with \"troubleshooting computer problem\" please contact us. We understand new technology can be frustrating; if you require help installing wireless networking, troubleshooting, preventive maintenance, installing routers, installing hubs, installing hard drives, setting up printers, setting up computers or helping you get back online, Tropical Computer knows exactly how you feel.\r\n\r\nComputer repair is a sensitive subject for many of our customers; we understand your concerns. Whether you have a need for computer services in your office, corporate environment or home we would be happy to assist you.\r\n\r\nPC - Laptop Repair - All Makes\r\nServers & Workstations\r\nMicrosoft Exchange\r\nMicrosoft SQL\r\n\r\nWe have the ability to run cables, Ethernet and Coax, upon request. Also, the ability to terminate cable ends and wall jacks in new installs or to repair existing cable runs.\r\n\r\n-Security camera install and configuration, both IP and Analog systems. Whether you want us to install a system you purchased or put together a package that fits your need and budget.\r\n\r\n-Custom PC builds, existing PC modifications/upgrades Solid State Drives\r\n\r\n-Onsite and offsite backup solutions\r\n\r\n<strong>Virus/Malware Removal</strong>\r\nWe are Authorized resellers for Symantec Endpoint Protection which is a cloud based Antivirus which keeps you up to date with the latest Virus definitions to prevent infection, this includes preventing the devastating “CryptoVirus” or “CryptoLocker” which is known to encrypt all of your files and then holds them for a ransom amount of their choosing.\r\n\r\n-Hardware replacements including (call for a free quote)\r\n\r\n- Laptop and desktop Motherboard replacement\r\n\r\n- Power supply replacement\r\n\r\n- CPU and Case fan replacement and upgrades\r\n\r\n- RAM replacements and upgrades\r\n\r\n- Hard Drive replacements and upgrades to Solid State Drives\r\n\r\n- Laptop keyboards\r\n\r\n- Laptop screens\r\n\r\n- Video cards, including multiple monitor displays\r\n\r\n- Laptop batteries and chargers\r\n\r\n- iMac and MacBook repair and upgrades\r\n\r\n \r\n\r\n<strong>Calyptix Security</strong>\r\n\r\n<strong>Network Security for Small Business</strong>\r\n\r\nSmall and medium businesses are prime targets for hackers. Most have lax network security, which creates a perfect opportunity for threats to steal their data and escape unnoticed.\r\n\r\n<em>AccessEnforcer</em> from Calyptix protects small and medium networks so you can focus on business. Threats such as hackers, spam, and malware are blocked automatically. Easy management tools help make your network faster and more reliable with less down time.\r\n\r\n<strong>Network Security for HIPAA Compliance</strong>\r\n\r\nHIPAA requires every healthcare office to protect patient health data. This task gets harder each year as healthcare networks continue to grow. Every new medical device, computer, and printer added to the network creates a new potential route for attackers to break in and steal data.\r\n\r\n<em>AccessEnforcer</em> from Calyptix provides advanced security for small and medium healthcare networks, keeping your data safe and your network HIPAA compliant. Our solution blocks threats such as hackers, malware, and spam, and its simple interface makes it easy to manage your network at a budget-friendly price.','Services','','inherit','closed','open','','5-revision-v1','','','2015-11-20 00:41:52','2015-11-20 00:41:52','',5,'http://03c1307.netsolhost.com/tccwordpress/5-revision-v1/',0,'revision','',0),(70,1,'2015-11-22 20:13:46','0000-00-00 00:00:00','','Logo Upload','','draft','closed','closed','','of-logo_upload','','','2015-11-22 20:13:46','0000-00-00 00:00:00','',0,'http://03c1307.netsolhost.com/tccwordpress/?post_type=optionsframework&p=70',0,'optionsframework','',0),(72,1,'2015-11-22 20:29:14','2015-11-22 20:29:14','Tropical Computer Logo','Tropical Computer Logo','','inherit','closed','open','','tropical-computer-logo-2','','','2015-11-22 20:29:34','2015-11-22 20:29:34','',70,'http://03c1307.netsolhost.com/tccwordpress/wp-content/uploads/2015/11/Tropical-Computer-Logo.png',0,'attachment','image/png',0),(73,1,'2015-11-22 20:31:14','2015-11-22 20:31:14','Tropical Computer - Hobe Sound, FL','Tropical Computer - Hobe Sound, FL','','inherit','closed','open','','tropical-computer-logo-175','','','2015-11-22 20:31:39','2015-11-22 20:31:39','',70,'http://03c1307.netsolhost.com/tccwordpress/wp-content/uploads/2015/11/Tropical-Computer-Logo-175.png',0,'attachment','image/png',0),(75,1,'2015-11-22 20:47:18','2015-11-22 20:47:18','','Pages','','publish','closed','open','','pages','','','2015-11-22 20:47:18','2015-11-22 20:47:18','',0,'http://03c1307.netsolhost.com/tccwordpress/pages/',2,'nav_menu_item','',0),(296,1,'2013-05-03 14:25:51','2013-05-03 14:25:51','[gmaps latitude=\"48.880833\" longitude=\"2.42333\" zoom=\"15\" ui=\"0\"]\n\n[contact-form-7 id=\"299\" title=\"Contact form 1\"]','Contact','','publish','open','open','','contact','','','2013-05-03 14:25:51','2013-05-03 14:25:51','',0,'http://localhost/wordpress/cleanbiz/?page_id=296',0,'page','',0),(298,1,'2015-11-22 20:47:18','2015-11-22 20:47:18','','Shortcodes','','publish','closed','open','','shortcodes','','','2015-11-22 20:47:18','2015-11-22 20:47:18','',0,'http://03c1307.netsolhost.com/tccwordpress/shortcodes/',10,'nav_menu_item','',0),(299,1,'2015-11-22 20:47:18','2015-11-22 20:47:18',' ','','','publish','closed','open','','299','','','2015-11-22 20:47:18','2015-11-22 20:47:18','',0,'http://03c1307.netsolhost.com/tccwordpress/299/',13,'nav_menu_item','',0),(632,1,'2013-05-23 21:34:00','2013-05-23 21:34:00','','placeholder-1','','inherit','open','open','','placeholder-1','','','2013-05-23 21:34:00','2013-05-23 21:34:00','',320,'http://03c1307.netsolhost.com/tccwordpress/wp-content/uploads/2013/04/placeholder-1.jpg',0,'attachment','image/jpeg',0),(633,1,'2013-05-23 21:34:01','2013-05-23 21:34:01','','placeholder-2','','inherit','open','open','','placeholder-2','','','2013-05-23 21:34:01','2013-05-23 21:34:01','',344,'http://03c1307.netsolhost.com/tccwordpress/wp-content/uploads/2013/04/placeholder-2.jpg',0,'attachment','image/jpeg',0),(634,1,'2013-05-23 21:34:02','2013-05-23 21:34:02','','placeholder-3','','inherit','open','open','','placeholder-3','','','2013-05-23 21:34:02','2013-05-23 21:34:02','',348,'http://03c1307.netsolhost.com/tccwordpress/wp-content/uploads/2013/04/placeholder-3.jpg',0,'attachment','image/jpeg',0),(637,1,'2013-05-26 18:37:16','0000-00-00 00:00:00','','Logo Upload','','draft','closed','closed','','of-logo_upload','','','2013-05-26 18:37:16','0000-00-00 00:00:00','',0,'http://pixel-industry.com/dummy_wp/cleanbiz/?post_type=optionsframework&p=637',0,'optionsframework','',0),(638,1,'2013-05-26 18:37:16','0000-00-00 00:00:00','','Favicon','','draft','closed','closed','','of-favicon','','','2013-05-26 18:37:16','0000-00-00 00:00:00','',0,'http://pixel-industry.com/dummy_wp/cleanbiz/?post_type=optionsframework&p=638',0,'optionsframework','',0),(646,1,'2013-05-29 20:06:41','2013-05-29 20:06:41','','placeholder-4','','inherit','open','open','','placeholder-4','','','2013-05-29 20:06:41','2013-05-29 20:06:41','',0,'http://03c1307.netsolhost.com/tccwordpress/wp-content/uploads/2013/05/placeholder-4.jpg',0,'attachment','image/jpeg',0),(318,1,'2013-05-15 14:09:06','2013-05-15 14:09:06','[services id=\"344,345,346,\" style=\"box\"]\n\n[portfolio_carousel title=\"Our portfolio\" number=\"6\" page=\"325\"]\n\n[note background=\"color\" small_text=\"It’s time to impress your clients with new, clean, professional and modern look. Built wih atention to details CleanBiz makes a perfect choice.\" button_text=\"Buy theme\" button_url=\"http://themeforest.net/user/pixel-industry/portfolio\"]This is nice place for some cool quote, and where you can introduce yourself[/note]\n\n[blog title=\"Latest blog posts\" position=\"alpha\" number=\"4\" categories=\"first\"]\n\n[grid_4 position=\"omega\"]\n\n[title]Why choose us[/title]\n\n[accordion bottom_text=\"Do you still need more reasons to buy?\"][accordion_item title=\"Responsive and clean design\"]It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout.[/accordion_item][accordion_item title=\"Unlimited color options\"]It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it look like readable English.[/accordion_item][accordion_item title=\"Pixel perfect and creative\"]It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it look like readable English.[/accordion_item][accordion_item title=\"Perfect for showcasing your work\"]It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it look like readable English.[/accordion_item][accordion_item title=\"Built with attention to details\"]It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it look like readable English.[/accordion_item][/accordion]\n\n[/grid_4]\n\n[image_carousel title=\"Our clients\" greyscale=\"1\" id=\"632,632,632,632,632,632\"]','Home 2','','publish','open','closed','','home-2','','','2015-11-22 20:58:52','2015-11-22 20:58:52','',0,'http://localhost/wordpress/cleanbiz/?page_id=318',0,'page','',0),(319,1,'2013-05-15 14:09:27','2013-05-15 14:09:27','[pi_image_quote position=\"alpha\" size=\"6\" author=\"-Jane Doe, CEO\" id=\"228\"]Once you get to know us you’ll see that we are much, much more than a typical web company. So take a second and hear about our brief story.[/pi_image_quote]\n\n[testimonials title=\"\" position=\"omega\" size=\"6\" style=\"1\"][testimonial author=\"-Mark, Themeforest member\"]It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English.[/testimonial][testimonial author=\"-Jenna, Some company\"]Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam.[/testimonial][testimonial author=\"-noupe, The Curious Side of Smashing magazine\"]Testimonials are an important part of any business’s website, lending trustworthiness and experience to a business.[/testimonial][/testimonials]\n\n[grid_8 position=\"alpha\"]\n\n[title]Why choose our theme[/title]\n\n[accordion bottom_text=\"Do you still need more reasons to buy?\"][accordion_item title=\"Responsive and clean design\" active=\"1\"]It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it look like readable English.[/accordion_item][accordion_item title=\"Unlimited color options - from creative orange to business blue\"]It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it look like readable English.[/accordion_item][accordion_item title=\"Pixel perfect and creative but still clean and professional business theme\"]It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it look like readable English.[/accordion_item][accordion_item title=\"Perfect for showcasing your work or latest company news\"]It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it look like readable English.[/accordion_item][accordion_item title=\"Built with attention to details and look on mobile devices\"]It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it look like readable English.[/accordion_item][/accordion]\n\n[/grid_8]\n\n[pi_skills title=\"This is what we do\" position=\"omega\" size=\"4\"][pi_skill skill=\"Web design\" percentage=\"80\"][pi_skill skill=\"Web development\" percentage=\"50\"][pi_skill skill=\"Wordpress\" percentage=\"60\"][pi_skill skill=\"Marketing\" percentage=\"90\"][pi_skill skill=\"Graphic design\" percentage=\"70\"][/pi_skills]\n\n[team style=\"block\" id=\"458,468,469,470\" title=\"Meet our professionals\"]\n\n[image_carousel title=\"Our clients\" greyscale=\"1\" id=\"69,70,71,72,73,74\"]','About','','publish','open','open','','about','','','2013-05-15 14:09:27','2013-05-15 14:09:27','',0,'http://localhost/wordpress/cleanbiz/?page_id=319',0,'page','',0),(320,1,'2013-05-15 14:09:37','2013-05-15 14:09:37','[grid_8 position=\"alpha\"]\n\n[title]Few words about us[/title]\n\n<a href=\"http://03c1307.netsolhost.com/tccwordpress/wp-content/uploads/2013/04/placeholder-1.jpg\"><img class=\"size-full wp-image-632 alignleft\" alt=\"placeholder-1\" src=\"http://03c1307.netsolhost.com/tccwordpress/wp-content/uploads/2013/04/placeholder-1.jpg\" width=\"300\" height=\"175\" /></a>Nunc blandit, dolor quis iaculis auctor, ante urna ornare tellus, non ultricies sem enim ut lectus. Vestibulum neque mauris, accumsan ut rhoncus consectetur, pharetra ac tortor. Curabitur in odio ipsum, ac condimentum nibh. Nullam aliquam purus vel dolor porttitor sodales. Duis a libero ac tortor varius adipiscing.\n\nMorbi accumsan risus eu neque lobortis quis pretium elit dictum. Morbi leo felis, fringilla et pharetra aliquam, tristique eget quam. Pellentesque sed est non risus scelerisque rhoncus. Sed orci leo, luctus eu tincidunt in, auctor sagittis nisl. Etiam accumsan eros id eros elementum sit amet tincidunt augue tincidunt. Morbi fermentum suscipit sem nec rhoncus. Suspendisse adipiscing egestas eros. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Proin a mauris justo, scelerisque tincidunt mauris. Praesent vestibulum ultrices sem, at egestas odio tincidunt vel.\n\n[/grid_8]\n\n[pi_skills title=\"This is what we do\" position=\"omega\" size=\"4\"][pi_skill skill=\"Web design\" percentage=\"80\"][pi_skill skill=\"Web development\" percentage=\"50\"][pi_skill skill=\"Wordpress\" percentage=\"60\"][pi_skill skill=\"Marketing\" percentage=\"90\"][pi_skill skill=\"Graphic design\" percentage=\"70\"][/pi_skills]\n\n[team style=\"single\" id=\"471\" position=\"alpha\"][team style=\"single\" id=\"472\" position=\"other\"][team style=\"single\" id=\"473\" position=\"other\"][team style=\"single\" id=\"474\" position=\"omega\"]\n\n[image_carousel title=\"Our clients\" greyscale=\"1\" id=\"67,66,61,62,63,64\"]','About alternative','','publish','open','open','','about-alternative','','','2013-05-15 14:09:37','2013-05-15 14:09:37','',0,'http://localhost/wordpress/cleanbiz/?page_id=320',0,'page','',0),(321,1,'2013-05-15 14:09:48','2013-05-15 14:09:48','[title]Welcome to Clean<span style=\"color: #e44d26;\">Biz</span>[/title]\n\nThere are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. There are many variations of passages of Lorem Ipsum available, but the <span style=\"text-decoration: underline; color: #e44d26;\">majority have suffered alteration</span> in some form, by injected humour.\n<ul class=\"arrow-list\">\n <li>Unlimited color options to provide you endless possibilities of managing your contents</li>\n <li>Pricing tables design for use with WP plugins</li>\n <li>Pixel perfect design with creative and clean professional look</li>\n</ul>\n \n\n[services id=\"344,345,346,347,348,349,\" style=\"box\"]','Services','','publish','open','open','','services-2','','','2013-05-15 14:09:48','2013-05-15 14:09:48','',0,'http://localhost/wordpress/cleanbiz/?page_id=321',0,'page','',0),(322,1,'2013-05-15 14:10:01','2013-05-15 14:10:01','[title]Welcome to Clean<span style=\"color: #e44d26;\">Biz</span>[/title]\n\nThere are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. There are many variations of passages of Lorem Ipsum available, but the <span style=\"text-decoration: underline; color: #e44d26;\">majority have suffered alteration</span> in some form, by injected humour.\n<ul class=\"arrow-list\">\n <li>Unlimited color options to provide you endless possibilities of managing your contents</li>\n <li>Pricing tables design for use with WP plugins</li>\n <li>Pixel perfect design with creative and clean professional look</li>\n</ul>\n \n\n[services id=\"344,345,346,347,348,349,\" style=\"classic\"]\n\n[image_carousel title=\"Our clients\" greyscale=\"1\" id=\"67,66,61,62,63,64\"]','Services simple','','publish','open','open','','services-simple','','','2013-05-15 14:10:01','2013-05-15 14:10:01','',0,'http://localhost/wordpress/cleanbiz/?page_id=322',0,'page','',0),(323,1,'2013-05-15 14:10:12','2013-05-15 14:10:12','[services id=\"344,345,346,347,348\" style=\"vertical_tabs\"]','Services vertical tabs','','publish','open','open','','services-vertical-tabs','','','2013-05-15 14:10:12','2013-05-15 14:10:12','',0,'http://localhost/wordpress/cleanbiz/?page_id=323',0,'page','',0),(325,1,'2013-05-15 14:10:51','2013-05-15 14:10:51','','Portfolio','','publish','open','open','','portfolio-2','','','2013-05-15 14:10:51','2013-05-15 14:10:51','',0,'http://localhost/wordpress/cleanbiz/?page_id=325',0,'page','',0),(327,1,'2013-05-15 14:11:01','2013-05-15 14:11:01','','Blog','','publish','open','open','','blog','','','2013-05-15 14:11:01','2013-05-15 14:11:01','',0,'http://localhost/wordpress/cleanbiz/?page_id=327',0,'page','',0),(328,1,'2013-05-15 14:11:13','2013-05-15 14:11:13','[grid_4 position=\"alpha\"]\n\n[title]Accordion[/title]\n\n[accordion bottom_text=\"\"][accordion_item title=\"Responsive and clean design\" active=\"1\"]It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout.[/accordion_item][accordion_item title=\"Unlimited color options\" active=\"0\"]It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it look like readable English.[/accordion_item][accordion_item title=\"Pixel perfect and creative\" active=\"0\"]It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it look like readable English.[/accordion_item][accordion_item title=\"Perfect for showcasing your work\" active=\"0\"]It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it look like readable English.[/accordion_item][/accordion]\n\n[/grid_4][grid_4 position=\"other\"]\n\n[title]Information boxes[/title]\n\n[info_boxes type=\"infobox\"]Info messages...[/info_boxes]\n\n[info_boxes type=\"error-box\"]Error messages...[/info_boxes]\n\n[info_boxes type=\"success-box\"]Success messages...[/info_boxes]\n\n[info_boxes type=\"warning-box\"]Warning messages...[/info_boxes]\n\n[/grid_4][grid_4 position=\"omega\"]\n\n[title]Buttons[/title]\n\n[button size=\"small\" url=\"www.pixel-industry.com\" target=\"true\"]Small[/button][button size=\"small\" url=\"www.pixel-industry.com\" target=\"true\"]Small[/button]\n\n \n<div class=\"clear\"></div>\n[button size=\"medium\" url=\"www.pixel-industry.com\" target=\"true\"]Medium[/button][button size=\"medium\" url=\"www.pixel-industry.com\" target=\"true\"]Medium[/button]\n\n \n<div class=\"clear\"></div>\n[button size=\"big\" url=\"www.pixel-industry.com\" target=\"true\"]Big button[/button][button size=\"big\" url=\"www.pixel-industry.com\" target=\"true\"]Big button[/button]\n\n[/grid_4]\n\n[grid_4 position=\"alpha\"]\n\n[title]Dropcaps[/title]\n\n[dropcap style=\"dropcap1\"]Fusce pharetra, diam eget gravida tempor, augue sem tristique purus, sit amet bibendum neque est non lorem. Ut faucibus fringilla ante in laoreet. Sed quis libero et mi rhoncus adipiscing ac vel risus. Vivamus aliquam sollicitudin commodo. Sed ante ipsum, semper ac rutrum non, ultrices vel purus. Suspendisse potenti. Nunc et ipsum quam, ac accumsan ipsum. Nullam quis turpis tellus. Pellentesque ut lectus vel sem eleifend consequat. Sed nec est et lacus eleifend adipiscing. Suspendisse potenti. In dictum diam pharetra massa vestibulum placerat imperdiet lectus lobortis. Aenean condimentum nunc et ligula commodo sed gravida eros convallis.[/dropcap]\n\n[/grid_4][grid_4 position=\"other\"]\n\n[title]Tabs[/title]\n\n[tabs][tab title=\"First\" active=\"1\"]Integer mollis elementum odio, eget consectetur arcu condi acm ent um sit amet. Donec eui smod, justo quis vulputate varius, leo turpis pretium risus, et molestie mauris juo sit amet. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters.[/tab][tab title=\"Second\" active=\"0\"]Integer mollis elementum odio, eget consectetur arcu condi acm ent um sit amet. Donec eui smod, justo quis vulputate varius, leo turpis pretium risus, et molestie mauris juo sit amet.[/tab][tab title=\"Third\" active=\"0\"]Integer mollis elementum odio, eget consectetur arcu condi acm ent um sit amet. Donec eui smod, justo quis vulputate varius, leo turpis pretium risus, et molestie mauris juo sit amet. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters.[/tab][/tabs]\n\n[/grid_4]\n\n[pi_skills title=\"Progress bars\" position=\"omega\" size=\"4\"][pi_skill skill=\"Web design\" percentage=\"80\"][pi_skill skill=\"Web development\" percentage=\"50\"][pi_skill skill=\"Wordpress\" percentage=\"60\"][pi_skill skill=\"Marketing\" percentage=\"90\"][pi_skill skill=\"Graphic design\" percentage=\"70\"][/pi_skills]\n\n[grid_12 position=\"other\"][title]NOTE WITH BUTTON[/title][/grid_12]\n\n[note background=\"color\" small_text=\"It’s time to impress your clients with new, clean, professional and modern look. Built wih atention to details CleanBiz makes a perfect choice.\" button_text=\"Buy theme\" button_url=\"www.pixel-industry.com\"]This is a really nice place for some cool quote, and where you can introduce yourself[/note]\n\n[grid_12 position=\"other\"][title]NOTE SECOND STYLE[/title][/grid_12]\n\n[note background=\"image\" small_text=\"It’s time to impress your clients with new, clean, professional and modern look. Built wih atention to details CleanBiz makes a perfect choice.\" button=\"false\"]This is a really nice place for some cool quote, and where you can introduce yourself[/note]\n\n[testimonials title=\"Testimonials\" position=\"alpha\" size=\"6\" style=\"1\"][testimonial author=\"-Mark, Themeforest member\"]It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English.[/testimonial][testimonial author=\"-Jenna, Some company\"]Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam.[/testimonial][testimonial author=\"-noupe, The Curious Side of Smashing magazine\"]Testimonials are an important part of any business’s website, lending trustworthiness and experience to a business.[/testimonial][/testimonials]\n\n[testimonials title=\"Testimonials 2\" position=\"alpha\" size=\"6\" style=\"2\"][testimonial author=\"-Mark, Themeforest member\"]It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English.[/testimonial][testimonial author=\"-Jenna, Some company\"]Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam.[/testimonial][testimonial author=\"-noupe, The Curious Side of Smashing magazine\"]Testimonials are an important part of any business’s website, lending trustworthiness and experience to a business.[/testimonial][/testimonials]','Elements','','publish','open','open','','elements','','','2013-05-15 14:11:13','2013-05-15 14:11:13','',0,'http://localhost/wordpress/cleanbiz/?page_id=328',0,'page','',0),(332,1,'2013-05-15 14:11:23','2013-05-15 14:11:23','[grid_3 position=\"alpha\"]\n\n[title]DeviantArt[/title]\n\n[social_feed network=\"deviantart\" username=\"mrky-cro\" limit=\"15\"]\n\n[/grid_3]\n\n[grid_3 position=\"other\"]\n\n[title]Instagram[/title]\n\n[social_feed network=\"instagram\" username=\"pixel_industry\" limit=\"15\"][/grid_3]\n\n[grid_3 position=\"other\"]\n\n[title]Picasa[/title]\n\n[social_feed network=\"picasa\" username=\"vmrkela1@gmail.com\" limit=\"15\"][/grid_3]\n\n[grid_3 position=\"omega\"]\n\n[title]Pinterest[/title]\n\n[social_feed network=\"pinterest\" username=\"vmrkela\" limit=\"15\"][/grid_3]\n\n[grid_3 position=\"alpha\"]\n\n[title]Flickr[/title]\n\n[social_feed network=\"flickr\" username=\"Mrky1\" limit=\"15\"][/grid_3]\n\n[grid_3 position=\"other\"]\n\n[title]Dribbble[/title]\n\n[social_feed network=\"dribbble\" username=\"envato\" limit=\"15\"][/grid_3]\n\n[grid_3 position=\"other\"]\n\n[title]Youtube[/title]\n\n[social_feed network=\"youtube\" username=\"Envato\" limit=\"15\"][/grid_3]\n\n[grid_3 position=\"omega\"]\n\n[title]Newsfeed[/title]\n\n[social_feed network=\"newsfeed\" username=\"http://feeds.feedburner.com/webdesignerdepot?format=xml\" limit=\"15\"][/grid_3]','Social media','','publish','open','open','','social-media','','','2013-05-15 14:11:23','2013-05-15 14:11:23','',0,'http://localhost/wordpress/cleanbiz/?page_id=329',0,'page','',0),(668,1,'2015-11-22 20:58:52','2015-11-22 20:58:52','[services id=\"344,345,346,\" style=\"box\"]\n\n[portfolio_carousel title=\"Our portfolio\" number=\"6\" page=\"325\"]\n\n[note background=\"color\" small_text=\"It’s time to impress your clients with new, clean, professional and modern look. Built wih atention to details CleanBiz makes a perfect choice.\" button_text=\"Buy theme\" button_url=\"http://themeforest.net/user/pixel-industry/portfolio\"]This is nice place for some cool quote, and where you can introduce yourself[/note]\n\n[blog title=\"Latest blog posts\" position=\"alpha\" number=\"4\" categories=\"first\"]\n\n[grid_4 position=\"omega\"]\n\n[title]Why choose us[/title]\n\n[accordion bottom_text=\"Do you still need more reasons to buy?\"][accordion_item title=\"Responsive and clean design\"]It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout.[/accordion_item][accordion_item title=\"Unlimited color options\"]It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it look like readable English.[/accordion_item][accordion_item title=\"Pixel perfect and creative\"]It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it look like readable English.[/accordion_item][accordion_item title=\"Perfect for showcasing your work\"]It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it look like readable English.[/accordion_item][accordion_item title=\"Built with attention to details\"]It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it look like readable English.[/accordion_item][/accordion]\n\n[/grid_4]\n\n[image_carousel title=\"Our clients\" greyscale=\"1\" id=\"632,632,632,632,632,632\"]','Home 2','','inherit','closed','open','','318-revision-v1','','','2015-11-22 20:58:52','2015-11-22 20:58:52','',318,'http://03c1307.netsolhost.com/tccwordpress/318-revision-v1/',0,'revision','',0),(391,1,'2013-05-15 14:48:46','2013-05-15 14:48:46','It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English.\n<ul class=\"arrow-list\">\n <li>Responsive and clean design that attract a visitor</li>\n <li>Endless design options makes it easy to customize</li>\n <li>100% valid HTML and CSS files</li>\n</ul>','Navigating to success','','publish','closed','closed','','navigating-to-success','','','2013-05-15 14:48:46','2013-05-15 14:48:46','',0,'http://localhost/wordpress/cleanbiz/?post_type=pi_portfolio&p=391',0,'pi_portfolio','',0),(404,1,'2013-05-15 14:50:16','2013-05-15 14:50:16','It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English.\n<ul class=\"arrow-list\">\n <li>Responsive and clean design that attract a visitor</li>\n <li>Endless design options makes it easy to customize</li>\n <li>100% valid HTML and CSS files</li>\n</ul>','Nice photo manipulation','','publish','closed','closed','','nice-photo-manipulation','','','2013-05-15 14:50:16','2013-05-15 14:50:16','',0,'http://localhost/wordpress/cleanbiz/?post_type=pi_portfolio&p=404',0,'pi_portfolio','',0),(405,1,'2013-05-15 14:51:08','2013-05-15 14:51:08','It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English.\n<ul class=\"arrow-list\">\n <li>Responsive and clean design that attract a visitor</li>\n <li>Endless design options makes it easy to customize</li>\n <li>100% valid HTML and CSS files</li>\n</ul>','Nicely designed cube','','publish','closed','closed','','nicely-designed-cube','','','2013-05-15 14:51:08','2013-05-15 14:51:08','',0,'http://localhost/wordpress/cleanbiz/?post_type=pi_portfolio&p=405',0,'pi_portfolio','',0),(406,1,'2013-05-15 14:51:44','2013-05-15 14:51:44','It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English.\n<ul class=\"arrow-list\">\n <li>Responsive and clean design that attract a visitor</li>\n <li>Endless design options makes it easy to customize</li>\n <li>100% valid HTML and CSS files</li>\n</ul>','Polar bear','','publish','closed','closed','','polar-bear','','','2013-05-15 14:51:44','2013-05-15 14:51:44','',0,'http://localhost/wordpress/cleanbiz/?post_type=pi_portfolio&p=406',0,'pi_portfolio','',0),(407,1,'2013-05-15 14:52:15','2013-05-15 14:52:15','It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English.\n<ul class=\"arrow-list\">\n <li>Responsive and clean design that attract a visitor</li>\n <li>Endless design options makes it easy to customize</li>\n <li>100% valid HTML and CSS files</li>\n</ul>','Nike shoes design','','publish','closed','closed','','nike-shoes-design','','','2013-05-15 14:52:15','2013-05-15 14:52:15','',0,'http://localhost/wordpress/cleanbiz/?post_type=pi_portfolio&p=407',0,'pi_portfolio','',0),(408,1,'2013-05-15 14:52:48','2013-05-15 14:52:48','It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English.\n<ul class=\"arrow-list\">\n <li>Responsive and clean design that attract a visitor</li>\n <li>Endless design options makes it easy to customize</li>\n <li>100% valid HTML and CSS files</li>\n</ul>','How it looks on notebook','','publish','closed','closed','','how-it-looks-on-notebook','','','2013-05-15 14:52:48','2013-05-15 14:52:48','',0,'http://localhost/wordpress/cleanbiz/?post_type=pi_portfolio&p=408',0,'pi_portfolio','',0),(748,1,'2016-03-08 19:07:33','2016-03-08 19:07:33','Computer Networking & Repair - Tropical Computer','Computer Networking & Repair - Tropical Computer','','inherit','closed','closed','','screen-shot-2016-03-08-at-1-59-22-pm','','','2016-03-08 19:08:16','2016-03-08 19:08:16','',0,'http://03c1307.netsolhost.com/tccwordpress/wp-content/uploads/2013/05/Screen-Shot-2016-03-08-at-1.59.22-PM.png',0,'attachment','image/png',0),(344,1,'2013-05-15 14:19:36','2013-05-15 14:19:36','<a href=\"http://03c1307.netsolhost.com/tccwordpress/wp-content/uploads/2013/04/placeholder-1.jpg\"><img class=\"size-full wp-image-632 alignright\" src=\"http://03c1307.netsolhost.com/tccwordpress/wp-content/uploads/2013/04/placeholder-1.jpg\" alt=\"placeholder-1\" width=\"300\" height=\"175\" /></a>There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. There are many variations of passages of Lorem Ipsum available, but the <span style=\"color: #e44d26;\">majority have suffered alteration</span> in some form, by injected humour.\r\n<ul class=\"arrow-list\">\r\n <li>Responsive and clean design that attract a visitor</li>\r\n <li>Endless design options makes it easy to customize</li>\r\n <li>100% valid HTML and CSS files</li>\r\n</ul>\r\nThere are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour. There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour.\r\n<a href=\"http://03c1307.netsolhost.com/tccwordpress/wp-content/uploads/2013/04/placeholder-2.jpg\"><img class=\"size-full wp-image-633 alignleft\" src=\"http://03c1307.netsolhost.com/tccwordpress/wp-content/uploads/2013/04/placeholder-2.jpg\" alt=\"placeholder-2\" width=\"300\" height=\"133\" /></a>There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour. There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour.','Copywriting','','publish','closed','closed','','copywriting','','','2015-11-22 22:30:57','2015-11-22 22:30:57','',0,'http://localhost/wordpress/cleanbiz/?post_type=services&p=344',0,'services','',0),(345,1,'2013-05-15 14:20:25','2013-05-15 14:20:25','[image_slider position=\"alpha\" size=\"8\" type=\"nocaption\" auto=\"0\" id=\"382,383,384\"]\n\nThere are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour. There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour.\n\n \n\n[title]Why choose us[/title]\n\n[accordion bottom_text=\"Do you still need more reasons to buy?\"][accordion_item title=\"Responsive and clean design\" active=\"1\"]It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it look like readable English.[/accordion_item][accordion_item title=\"Unlimited color options - from creative orange to business blue\"]It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it look like readable English.[/accordion_item][accordion_item title=\"Pixel perfect and creative but still clean and professional business theme\"]It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it look like readable English.[/accordion_item][accordion_item title=\"Perfect for showcasing your work or latest company news\"]It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it look like readable English.[/accordion_item][accordion_item title=\"Built with attention to details and look on mobile devices\"]It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it look like readable English.[/accordion_item][/accordion]','Responsive design','','publish','closed','closed','','responsive-design','','','2013-05-15 14:20:25','2013-05-15 14:20:25','',0,'http://localhost/wordpress/cleanbiz/?post_type=services&p=345',0,'services','',0),(346,1,'2013-05-15 14:21:14','2013-05-15 14:21:14','There are sixty social icons font you can include in your theme very easy. They are placed in footer and can be viewed in team member section. Using them is very easy. Simply put the class of the icon you want to use in already existing ul with icons.\n\n ','Social marketing','','publish','closed','closed','','social-marketing','','','2013-05-15 14:21:14','2013-05-15 14:21:14','',0,'http://localhost/wordpress/cleanbiz/?post_type=services&p=346',0,'services','',0),(347,1,'2013-05-15 14:22:47','2013-05-15 14:22:47','[image_slider position=\"alpha\" size=\"4\" type=\"caption\" auto=\"1\" id=\"403,393,395\"]\n\n[grid_4 position=\"omega\"]\n\nNunc blandit, dolor quis iaculis auctor, ante urna ornare tellus, non ultricies sem enim ut lectus. Vestibulum neque mauris, accumsan ut rhoncus consectetur, pharetra ac tortor. Curabitur in odio ipsum, ac condimentum nibh. Nullam aliquam purus vel dolor porttitor sodales. Duis a libero ac tortor varius adipiscing. Morbi accumsan risus eu neque lobortis quis pretium elit dictum. Morbi leo felis, fringilla et pharetra aliquam, tristique eget quam. The point of using Lorem Ipsum is that it look like readable English.\n\n[/grid_4]\n\n[accordion bottom_text=\"Do you still need more reasons to buy?\"][accordion_item title=\"Responsive and clean design\" active=\"1\"]It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it look like readable English.[/accordion_item][accordion_item title=\"Unlimited color options - from creative orange to business blue\"]It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it look like readable English.[/accordion_item][accordion_item title=\"Pixel perfect and creative but still clean and professional business theme\"]It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it look like readable English.[/accordion_item][accordion_item title=\"Perfect for showcasing your work or latest company news\"]It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it look like readable English.[/accordion_item][accordion_item title=\"Built with attention to details and look on mobile devices\"]It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it look like readable English.[/accordion_item][/accordion]','Theme customization','','publish','closed','closed','','theme-customization','','','2013-05-15 14:22:47','2013-05-15 14:22:47','',0,'http://localhost/wordpress/cleanbiz/?post_type=services&p=347',0,'services','',0),(348,1,'2013-05-15 14:23:17','2013-05-15 14:23:17','<a href=\"http://03c1307.netsolhost.com/tccwordpress/wp-content/uploads/2013/04/placeholder-3.jpg\"><img class=\"size-full wp-image-634 alignleft\" alt=\"placeholder-3\" src=\"http://03c1307.netsolhost.com/tccwordpress/wp-content/uploads/2013/04/placeholder-3.jpg\" width=\"80\" height=\"80\" /></a>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi sagittis, sem quis lacinia faucibus, orci ipsum gravida tortor, vel interdum mi sapien ut justo. Nulla varius consequat magna, id molestie ipsum volutpat quis. Suspendisse consectetur fringilla luctus. Fusce id mi diam, non ornare orci. Pellentesque ipsum erat, facilisis ut venenatis eu, sodales vel dolor. Aliquam non magna sapien, sit amet imperdiet dolor.\n\n \n\n \n\n \n\n[services id=\"348,347,346,344,\" style=\"classic\"]','Worldwide support','','publish','closed','closed','','worldwide-support','','','2013-05-15 14:23:17','2013-05-15 14:23:17','',0,'http://localhost/wordpress/cleanbiz/?post_type=services&p=348',0,'services','',0),(349,1,'2013-05-15 14:23:53','2013-05-15 14:23:53','There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form.','Unlimited color options','','publish','closed','closed','','unlimited-color-options','','','2013-05-15 14:23:53','2013-05-15 14:23:53','',0,'http://localhost/wordpress/cleanbiz/?post_type=services&p=349',0,'services','',0),(754,1,'2016-04-30 00:59:35','2016-04-30 00:59:35','<h5>BY APPOINTMENT SERVICES:</h5>\r\n<span style=\"line-height: 1.5;\">\"ON-SITE\" or \"IN-OUR-SHOP\":\r\nMON-FRI - 9AM-5PM\r\n<em>(limited after hour & weekend appointments available for an extra fee)</em>\r\n\r\nCALL 772-288-6260\r\n\r\nEMAIL <a href=\"mailto:support@tropicalcomputer.com\">support@tropicalcomputer.com</a>\r\n\r\n- OR -\r\n\r\nSpeak your request at our front door video window!\r\n</span><span style=\"line-height: 1.5;\">US 1 & 6425 SE POINCIANA LANE\r\n</span><span style=\"line-height: 1.5;\">HOBE SOUND, FL 33455</span>\r\n\r\n \r\n\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3551.6047403784323!2d-80.16697576425472!3d27.10575619655129!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0x0!2zMjfCsDA2JzIwLjkiTiA4MMKwMTAnMDIuOCJX!5e0!3m2!1sen!2sus!4v1448237774579\" width=\"960\" height=\"400\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n<span style=\"line-height: 1.5;\">[contact-form-7 id=\"43\" title=\"Contact form 1\"]</span>','Contact Us','','inherit','closed','closed','','24-revision-v1','','','2016-04-30 00:59:35','2016-04-30 00:59:35','',24,'http://03c1307.netsolhost.com/tccwordpress/24-revision-v1/',0,'revision','',0),(755,1,'2016-04-30 01:32:56','2016-04-30 01:32:56','<h5>BY APPOINTMENT SERVICES:</h5>\r\n<span style=\"line-height: 1.5;\">\"ON-SITE\" or \"IN-OUR-SHOP\":\r\nMON-FRI - 9AM-5PM\r\n<em>(limited after hour & weekend appointments available for an extra fee)</em>\r\n<br />\r\nCALL 772-288-6260\r\n<br />\r\nEMAIL <a href=\"mailto:support@tropicalcomputer.com\">support@tropicalcomputer.com</a>\r\n<br />\r\n- OR -\r\n<br />\r\nSpeak your request at our front door video window!\r\n</span><span style=\"line-height: 1.5;\">US 1 & 6425 SE POINCIANA LANE\r\n</span><span style=\"line-height: 1.5;\">HOBE SOUND, FL 33455</span>\r\n\r\n \r\n\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3551.6047403784323!2d-80.16697576425472!3d27.10575619655129!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0x0!2zMjfCsDA2JzIwLjkiTiA4MMKwMTAnMDIuOCJX!5e0!3m2!1sen!2sus!4v1448237774579\" width=\"960\" height=\"400\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n<span style=\"line-height: 1.5;\">[contact-form-7 id=\"43\" title=\"Contact form 1\"]</span>','Contact Us','','inherit','closed','closed','','24-revision-v1','','','2016-04-30 01:32:56','2016-04-30 01:32:56','',24,'http://03c1307.netsolhost.com/tccwordpress/24-revision-v1/',0,'revision','',0),(756,1,'2016-04-30 02:12:59','2016-04-30 02:12:59','[grid_8 position=\"alpha\"]\r\n\r\n[title]We are Veteran Owned[/title]\r\n\r\n<a href=\"http://03c1307.netsolhost.com/tccwordpress/wp-content/uploads/2015/04/10988275_10152576259180653_5542485206646291387_n-2.jpg\" rel=\"attachment wp-att-31\"><img class=\"size-medium wp-image-31 alignright\" src=\"http://03c1307.netsolhost.com/tccwordpress/wp-content/uploads/2015/04/10988275_10152576259180653_5542485206646291387_n-2-300x167.jpg\" alt=\"Tropical Computer - Hobe Sound, FL\" width=\"300\" height=\"167\" /></a>For 24 years, <strong>Tropical Computer Consultants</strong> (TCC) has provided:\r\n<ul>\r\n <li>Professional IT & Computer Network Consulting</li>\r\n <li>System Design</li>\r\n <li>Disaster Recovery</li>\r\n <li>Exchange Server Integration</li>\r\n <li>Repair and Support for our Commercial and Residential customers</li>\r\n <li>Custom PC Sales and Installation Services</li>\r\n <li>Website Services</li>\r\n</ul>\r\n\r\n[button size=\"medium\" url=\"http://03c1307.netsolhost.com/tccwordpress/contact-us/\"]Contact Us[/button]\r\n\r\n[/grid_8]\r\n\r\n \r\n\r\n \r\n\r\n[pi_skills title=\"This is what we do\" position=\"omega\" size=\"4\"][pi_skill skill=\"IT & Network Consulting\" percentage=\"80\"][pi_skill skill=\"System Design\" percentage=\"50\"][pi_skill skill=\"Disaster Recovery\" percentage=\"60\"][pi_skill skill=\"Exchange Server Integration, Repair & Support\" percentage=\"90\"][pi_skill skill=\"PC Sales & Installation\" percentage=\"70\"][pi_skill skill=\"Website Services\" percentage=\"60\"][/pi_skills]','About Us','','inherit','closed','closed','','27-revision-v1','','','2016-04-30 02:12:59','2016-04-30 02:12:59','',27,'http://03c1307.netsolhost.com/tccwordpress/27-revision-v1/',0,'revision','',0),(409,1,'2013-05-15 14:53:18','2013-05-15 14:53:18','It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English.\n<ul class=\"arrow-list\">\n <li>Responsive and clean design that attract a visitor</li>\n <li>Endless design options makes it easy to customize</li>\n <li>100% valid HTML and CSS files</li>\n</ul>','Creative designs','','publish','closed','closed','','creative-designs','','','2013-05-15 14:53:18','2013-05-15 14:53:18','',0,'http://localhost/wordpress/cleanbiz/?post_type=pi_portfolio&p=409',0,'pi_portfolio','',0),(410,1,'2013-05-15 14:53:58','2013-05-15 14:53:58','It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English.\n<ul class=\"arrow-list\">\n <li>Responsive and clean design that attract a visitor</li>\n <li>Endless design options makes it easy to customize</li>\n <li>100% valid HTML and CSS files</li>\n</ul>','Some cool sunglasses','','publish','closed','closed','','some-cool-sunglasses','','','2013-05-15 14:53:58','2013-05-15 14:53:58','',0,'http://localhost/wordpress/cleanbiz/?post_type=pi_portfolio&p=410',0,'pi_portfolio','',0),(411,1,'2013-05-15 14:54:33','2013-05-15 14:54:33','It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English.\n<ul class=\"arrow-list\">\n <li>Responsive and clean design that attract a visitor</li>\n <li>Endless design options makes it easy to customize</li>\n <li>100% valid HTML and CSS files</li>\n</ul>','Super Nike shoes','','publish','closed','closed','','super-nike-shoes','','','2013-05-15 14:54:33','2013-05-15 14:54:33','',0,'http://localhost/wordpress/cleanbiz/?post_type=pi_portfolio&p=411',0,'pi_portfolio','',0),(413,1,'2013-05-15 14:55:25','2013-05-15 14:55:25','It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English.\n<ul class=\"arrow-list\">\n <li>Responsive and clean design that attract a visitor</li>\n <li>Endless design options makes it easy to customize</li>\n <li>100% valid HTML and CSS files</li>\n</ul>','Rellaxing with coffee','','publish','closed','closed','','rellaxing-with-coffee','','','2013-05-15 14:55:25','2013-05-15 14:55:25','',0,'http://localhost/wordpress/cleanbiz/?post_type=pi_portfolio&p=413',0,'pi_portfolio','',0),(415,1,'2013-05-15 14:56:10','2013-05-15 14:56:10','It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English.\n<ul class=\"arrow-list\">\n <li>Responsive and clean design that attract a visitor</li>\n <li>Endless design options makes it easy to customize</li>\n <li>100% valid HTML and CSS files</li>\n</ul>','Market research','','publish','closed','closed','','market-research','','','2013-05-15 14:56:10','2013-05-15 14:56:10','',0,'http://localhost/wordpress/cleanbiz/?post_type=pi_portfolio&p=415',0,'pi_portfolio','',0),(416,1,'2013-05-15 14:56:39','2013-05-15 14:56:39','It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English.\n<ul class=\"arrow-list\">\n <li>Responsive and clean design that attract a visitor</li>\n <li>Endless design options makes it easy to customize</li>\n <li>100% valid HTML and CSS files</li>\n</ul>','Creativity in numbers','','publish','closed','closed','','creativity-in-numbers','','','2013-05-15 14:56:39','2013-05-15 14:56:39','',0,'http://localhost/wordpress/cleanbiz/?post_type=pi_portfolio&p=416',0,'pi_portfolio','',0),(684,1,'2016-04-30 01:21:46','2016-04-30 01:21:46','[grid_8 position=\"alpha\"]\r\n\r\n[title]Few words about us[/title]\r\n\r\n<a href=\"http://03c1307.netsolhost.com/tccwordpress/wp-content/uploads/2013/04/placeholder-1.jpg\"><img class=\"size-full wp-image-632 alignleft\" src=\"http://03c1307.netsolhost.com/tccwordpress/wp-content/uploads/2013/04/placeholder-1.jpg\" alt=\"placeholder-1\" width=\"300\" height=\"175\" /></a>Nunc blandit, dolor quis iaculis auctor, ante urna ornare tellus, non ultricies sem enim ut lectus. Vestibulum neque mauris, accumsan ut rhoncus consectetur, pharetra ac tortor. Curabitur in odio ipsum, ac condimentum nibh. Nullam aliquam purus vel dolor porttitor sodales. Duis a libero ac tortor varius adipiscing.\r\n\r\nMorbi accumsan risus eu neque lobortis quis pretium elit dictum. Morbi leo felis, fringilla et pharetra aliquam, tristique eget quam. Pellentesque sed est non risus scelerisque rhoncus. Sed orci leo, luctus eu tincidunt in, auctor sagittis nisl. Etiam accumsan eros id eros elementum sit amet tincidunt augue tincidunt. Morbi fermentum suscipit sem nec rhoncus. Suspendisse adipiscing egestas eros. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Proin a mauris justo, scelerisque tincidunt mauris. Praesent vestibulum ultrices sem, at egestas odio tincidunt vel.\r\n\r\n[/grid_8]\r\n\r\n[pi_skills title=\"This is what we do\" position=\"omega\" size=\"4\"][pi_skill skill=\"Web design\" percentage=\"80\"][pi_skill skill=\"Web development\" percentage=\"50\"][pi_skill skill=\"Wordpress\" percentage=\"60\"][pi_skill skill=\"Marketing\" percentage=\"90\"][pi_skill skill=\"Graphic design\" percentage=\"70\"][/pi_skills]\r\n\r\n[team style=\"single\" id=\"471\" position=\"alpha\"][team style=\"single\" id=\"472\" position=\"other\"][team style=\"single\" id=\"473\" position=\"other\"][team style=\"single\" id=\"474\" position=\"omega\"]\r\n\r\n[image_carousel title=\"Our clients\" greyscale=\"1\" id=\"67,66,61,62,63,64\"]','About alternative','','inherit','closed','open','','320-autosave-v1','','','2016-04-30 01:21:46','2016-04-30 01:21:46','',320,'http://03c1307.netsolhost.com/tccwordpress/320-autosave-v1/',0,'revision','',0),(458,1,'2013-05-16 11:27:21','2013-05-16 11:27:21','It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English. Any desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for \'lorem ipsum\' will uncover many web sites still in their infancy.','Jonathan Stevinson','','publish','closed','closed','','jonathan-stevinson','','','2013-05-16 11:27:21','2013-05-16 11:27:21','',0,'http://localhost/wordpress/cleanbiz/?post_type=team_members&p=458',0,'team_members','',0),(468,1,'2013-05-16 11:29:03','2013-05-16 11:29:03','It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English. Any desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for \'lorem ipsum\' will uncover many web sites still in their infancy.','Kelly Stark','','publish','closed','closed','','kelly-stark','','','2013-05-16 11:29:03','2013-05-16 11:29:03','',0,'http://localhost/wordpress/cleanbiz/?post_type=team_members&p=468',0,'team_members','',0),(469,1,'2013-05-16 11:29:48','2013-05-16 11:29:48','It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English. Any desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for \'lorem ipsum\' will uncover many web sites still in their infancy.','Laura Eriksen','','publish','closed','closed','','laura-eriksen','','','2013-05-16 11:29:48','2013-05-16 11:29:48','',0,'http://localhost/wordpress/cleanbiz/?post_type=team_members&p=469',0,'team_members','',0),(470,1,'2013-05-16 11:30:31','2013-05-16 11:30:31','It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English. Any desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for \'lorem ipsum\' will uncover many web sites still in their infancy.','Sean Masters','','publish','closed','closed','','sean-masters','','','2013-05-16 11:30:31','2013-05-16 11:30:31','',0,'http://localhost/wordpress/cleanbiz/?post_type=team_members&p=470',0,'team_members','',0),(471,1,'2013-05-16 11:31:54','2013-05-16 11:31:54','Vestibulum porta, tortor elementum luctus dictum, est odio egestas justo, dapibus aliquet sem nisl vel augue. Fusce eu.','John Doe','','publish','closed','closed','','john-doe-2','','','2013-05-16 11:31:54','2013-05-16 11:31:54','',0,'http://localhost/wordpress/cleanbiz/?post_type=team_members&p=471',0,'team_members','',0),(472,1,'2013-05-16 11:32:32','2013-05-16 11:32:32','Vestibulum porta, tortor elementum luctus dictum, est odio egestas justo, dapibus aliquet sem nisl vel augue. Fusce eu.','Laura Stark','','publish','closed','closed','','laura-stark','','','2013-05-16 11:32:32','2013-05-16 11:32:32','',0,'http://localhost/wordpress/cleanbiz/?post_type=team_members&p=472',0,'team_members','',0),(473,1,'2013-05-16 11:33:09','2013-05-16 11:33:09','Vestibulum porta, tortor elementum luctus dictum, est odio egestas justo, dapibus aliquet sem nisl vel augue. Fusce eu.','Chris Doe','','publish','closed','closed','','melissa-hurk','','','2013-05-16 11:33:09','2013-05-16 11:33:09','',0,'http://localhost/wordpress/cleanbiz/?post_type=team_members&p=473',0,'team_members','',0),(474,1,'2013-05-16 11:34:33','2013-05-16 11:34:33','Vestibulum porta, tortor elementum luctus dictum, est odio egestas justo, dapibus aliquet sem nisl vel augue. Fusce eu.','Melissa Hurk','','publish','closed','closed','','melissa-hurk-2','','','2013-05-16 11:34:33','2013-05-16 11:34:33','',0,'http://localhost/wordpress/cleanbiz/?post_type=team_members&p=474',0,'team_members','',0),(623,1,'2013-05-23 20:20:03','2013-05-23 20:20:03','<p>Your Name (required)<br />\n [text* your-name] </p>\n\n<p>Your Email (required)<br />\n [email* your-email] </p>\n\n<p>Subject<br />\n [text your-subject] </p>\n\n<p>Your Message<br />\n [textarea your-message] </p>\n\n<p>[submit \"Send\"]</p>\n[your-subject]\n[your-name] <[your-email]>\nFrom: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n--\nThis mail is sent via contact form on CleanBiz Multipurpose Wordpress Theme http://pixel-industry.com/dummy_wp/cleanbiz\nmrkyvk@gmail.com\n\n\n0\n\n[your-subject]\n[your-name] <[your-email]>\nMessage body:\n[your-message]\n\n--\nThis mail is sent via contact form on CleanBiz Multipurpose Wordpress Theme http://pixel-industry.com/dummy_wp/cleanbiz\n[your-email]\n\n\n0\nYour message was sent successfully. Thanks.\nFailed to send your message. Please try later or contact the administrator by another method.\nValidation errors occurred. Please confirm the fields and submit it again.\nFailed to send your message. Please try later or contact the administrator by another method.\nPlease accept the terms to proceed.\nEmail address seems invalid.\nPlease fill the required field.','Contact form 1','','publish','open','open','','contact-form-1-2','','','2013-05-23 20:20:03','2013-05-23 20:20:03','',0,'http://pixel-industry.com/dummy_wp/cleanbiz/?post_type=wpcf7_contact_form&p=623',0,'wpcf7_contact_form','',0),(658,1,'2015-11-22 20:47:22','2015-11-22 20:47:22',' ','','','publish','closed','open','','658','','','2015-11-22 20:47:22','2015-11-22 20:47:22','',0,'http://03c1307.netsolhost.com/tccwordpress/658/',11,'nav_menu_item','',0),(659,1,'2015-11-22 20:47:22','2015-11-22 20:47:22',' ','','','publish','closed','open','','659','','','2015-11-22 20:47:22','2015-11-22 20:47:22','',0,'http://03c1307.netsolhost.com/tccwordpress/659/',1,'nav_menu_item','',0),(660,1,'2015-11-22 20:47:22','2015-11-22 20:47:22',' ','','','publish','closed','open','','660','','','2015-11-22 20:47:22','2015-11-22 20:47:22','',0,'http://03c1307.netsolhost.com/tccwordpress/660/',3,'nav_menu_item','',0),(661,1,'2015-11-22 20:47:22','2015-11-22 20:47:22',' ','','','publish','closed','open','','661','','','2015-11-22 20:47:22','2015-11-22 20:47:22','',0,'http://03c1307.netsolhost.com/tccwordpress/661/',4,'nav_menu_item','',0),(662,1,'2015-11-22 20:47:22','2015-11-22 20:47:22',' ','','','publish','closed','open','','662','','','2015-11-22 20:47:22','2015-11-22 20:47:22','',0,'http://03c1307.netsolhost.com/tccwordpress/662/',5,'nav_menu_item','',0),(663,1,'2015-11-22 20:47:22','2015-11-22 20:47:22',' ','','','publish','closed','open','','663','','','2015-11-22 20:47:22','2015-11-22 20:47:22','',0,'http://03c1307.netsolhost.com/tccwordpress/663/',6,'nav_menu_item','',0),(664,1,'2015-11-22 20:47:22','2015-11-22 20:47:22',' ','','','publish','closed','open','','664','','','2015-11-22 20:47:22','2015-11-22 20:47:22','',0,'http://03c1307.netsolhost.com/tccwordpress/664/',7,'nav_menu_item','',0),(665,1,'2015-11-22 20:47:22','2015-11-22 20:47:22',' ','','','publish','closed','open','','665','','','2015-11-22 20:47:22','2015-11-22 20:47:22','',0,'http://03c1307.netsolhost.com/tccwordpress/665/',8,'nav_menu_item','',0),(666,1,'2015-11-22 20:47:22','2015-11-22 20:47:22',' ','','','publish','closed','open','','666','','','2015-11-22 20:47:22','2015-11-22 20:47:22','',0,'http://03c1307.netsolhost.com/tccwordpress/666/',9,'nav_menu_item','',0),(667,1,'2015-11-22 20:47:22','2015-11-22 20:47:22',' ','','','publish','closed','open','','667','','','2015-11-22 20:47:22','2015-11-22 20:47:22','',0,'http://03c1307.netsolhost.com/tccwordpress/667/',12,'nav_menu_item','',0),(679,1,'2015-11-22 22:32:58','0000-00-00 00:00:00','Test','Networking','','draft','closed','closed','','','','','2015-11-22 22:32:58','2015-11-22 22:32:58','',0,'http://03c1307.netsolhost.com/tccwordpress/?post_type=services&p=679',0,'services','',0),(678,1,'2015-11-22 22:23:20','2015-11-22 22:23:20','Tropical Computer Products','Tropical Computer Products','','inherit','closed','open','','products-1','','','2015-11-22 22:23:41','2015-11-22 22:23:41','',0,'http://03c1307.netsolhost.com/tccwordpress/wp-content/uploads/2013/05/products-1.jpg',0,'attachment','image/jpeg',0),(670,1,'2015-11-22 21:02:10','2015-11-22 21:02:10','','placeholder-4.jpg','','inherit','closed','closed','','placeholder-4-jpg','','','2015-11-22 21:02:10','2015-11-22 21:02:10','',0,'http://03c1307.netsolhost.com/tccwordpress/wp-content/uploads/revslider/slider1/placeholder-4.jpg',0,'attachment','image/jpeg',0),(671,1,'2015-11-22 21:02:10','2015-11-22 21:02:10','','placeholder-3.jpg','','inherit','closed','closed','','placeholder-3-jpg','','','2015-11-22 21:02:10','2015-11-22 21:02:10','',0,'http://03c1307.netsolhost.com/tccwordpress/wp-content/uploads/revslider/slider1/placeholder-3.jpg',0,'attachment','image/jpeg',0),(683,1,'2015-11-22 23:07:21','2015-11-22 23:07:21','[rev_slider slider1]\r\n\r\n \r\n\r\n[note background=\"color\" small_text=\"Get in touch with us today!\" button_text=\"Contact Us\" button_url=\"http://03c1307.netsolhost.com/tccwordpress/contact-us/\"]Don\'t lose your connection. Whether it\'s for your business or your home, you can count on Tropical Computer to keep you up and running![/note]\r\n\r\n ','Home','','inherit','closed','open','','13-revision-v1','','','2015-11-22 23:07:21','2015-11-22 23:07:21','',13,'http://03c1307.netsolhost.com/tccwordpress/13-revision-v1/',0,'revision','',0),(677,1,'2015-11-22 21:52:18','2015-11-22 21:52:18','[rev_slider slider1]\r\n\r\n[services id=\"344,345,346,\" style=\"box\"]\r\n\r\n[note background=\"color\" small_text=\"Get in touch with us today!\" button_text=\"Contact Us\" button_url=\"http://03c1307.netsolhost.com/tccwordpress/contact-us/\"]Don\'t lose your connection. Whether it\'s for your business or your home, you can count on Tropical Computer to keep you up and running![/note]\r\n\r\n ','Home','','inherit','closed','open','','13-revision-v1','','','2015-11-22 21:52:18','2015-11-22 21:52:18','',13,'http://03c1307.netsolhost.com/tccwordpress/13-revision-v1/',0,'revision','',0),(682,1,'2015-11-22 23:05:48','2015-11-22 23:05:48','TROPICAL COMPUTER - Hobe Sound, FL','TROPICAL COMPUTER - Hobe Sound, FL','','inherit','closed','open','','tropical-computer-250','','','2015-11-22 23:06:09','2015-11-22 23:06:09','',70,'http://03c1307.netsolhost.com/tccwordpress/wp-content/uploads/2015/11/TROPICAL-COMPUTER-250.jpg',0,'attachment','image/jpeg',0),(672,1,'2015-11-22 21:23:01','2015-11-22 21:23:01','[services id=\"344,345,346,\" style=\"box\"]\r\n\r\n[note background=\"color\" small_text=\"Get in touch with us today!\" button_text=\"Buy theme\" button_url=\"http://03c1307.netsolhost.com/tccwordpress/contact-us/\"]Don\'t lose your connection. Whether it\'s for your business or your home, you can count on Tropical Computer to keep you up and running![/note]\r\n\r\n[grid_4 position=\"omega\"]\r\n\r\n[title]Why choose us[/title]\r\n\r\n[accordion bottom_text=\"Do you still need more reasons to buy?\"][accordion_item title=\"Responsive and clean design\"]It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout.[/accordion_item][accordion_item title=\"Unlimited color options\"]It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it look like readable English.[/accordion_item][accordion_item title=\"Pixel perfect and creative\"]It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it look like readable English.[/accordion_item][accordion_item title=\"Perfect for showcasing your work\"]It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it look like readable English.[/accordion_item][accordion_item title=\"Built with attention to details\"]It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it look like readable English.[/accordion_item][/accordion]\r\n\r\n[/grid_4]\r\n\r\n ','Home','','inherit','closed','open','','13-revision-v1','','','2015-11-22 21:23:01','2015-11-22 21:23:01','',13,'http://03c1307.netsolhost.com/tccwordpress/13-revision-v1/',0,'revision','',0),(673,1,'2015-11-22 22:33:12','2015-11-22 22:33:12','<a href=\"http://03c1307.netsolhost.com/tccwordpress/wp-content/uploads/2013/04/placeholder-1.jpg\"><img class=\"size-full wp-image-632 alignright\" src=\"http://03c1307.netsolhost.com/tccwordpress/wp-content/uploads/2013/04/placeholder-1.jpg\" alt=\"placeholder-1\" width=\"300\" height=\"175\" /></a>There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. There are many variations of passages of Lorem Ipsum available, but the <span style=\"color: #e44d26;\">majority have suffered alteration</span> in some form, by injected humour.\r\n<ul class=\"arrow-list\">\r\n <li>Responsive and clean design that attract a visitor</li>\r\n <li>Endless design options makes it easy to customize</li>\r\n <li>100% valid HTML and CSS files</li>\r\n</ul>\r\nThere are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour. There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour.\r\n<a href=\"http://03c1307.netsolhost.com/tccwordpress/wp-content/uploads/2013/04/placeholder-2.jpg\"><img class=\"size-full wp-image-633 alignleft\" src=\"http://03c1307.netsolhost.com/tccwordpress/wp-content/uploads/2013/04/placeholder-2.jpg\" alt=\"placeholder-2\" width=\"300\" height=\"133\" /></a>There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour. There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour.','Copywriting','','inherit','closed','open','','344-autosave-v1','','','2015-11-22 22:33:12','2015-11-22 22:33:12','',344,'http://03c1307.netsolhost.com/tccwordpress/344-autosave-v1/',0,'revision','',0),(676,1,'2015-11-22 21:52:05','2015-11-22 21:52:05','[image_slider size=\"8\" type=\"nocaption\" auto=\"1\" id=\"39\"]\r\n\r\n[rev_slider slider1]\r\n\r\n[services id=\"344,345,346,\" style=\"box\"]\r\n\r\n[note background=\"color\" small_text=\"Get in touch with us today!\" button_text=\"Contact Us\" button_url=\"http://03c1307.netsolhost.com/tccwordpress/contact-us/\"]Don\'t lose your connection. Whether it\'s for your business or your home, you can count on Tropical Computer to keep you up and running![/note]\r\n\r\n ','Home','','inherit','closed','open','','13-revision-v1','','','2015-11-22 21:52:05','2015-11-22 21:52:05','',13,'http://03c1307.netsolhost.com/tccwordpress/13-revision-v1/',0,'revision','',0),(675,1,'2015-11-22 21:51:32','2015-11-22 21:51:32','[image_slider size=\"8\" type=\"nocaption\" auto=\"1\" id=\"39\"]\r\n\r\n[rev_slider slider1]\r\n\r\n[services id=\"344,345,346,\" style=\"box\"]\r\n\r\n[note background=\"color\" small_text=\"Get in touch with us today!\" button_text=\"Buy theme\" button_url=\"http://03c1307.netsolhost.com/tccwordpress/contact-us/\"]Don\'t lose your connection. Whether it\'s for your business or your home, you can count on Tropical Computer to keep you up and running![/note]\r\n\r\n ','Home','','inherit','closed','open','','13-revision-v1','','','2015-11-22 21:51:32','2015-11-22 21:51:32','',13,'http://03c1307.netsolhost.com/tccwordpress/13-revision-v1/',0,'revision','',0),(674,1,'2015-11-22 21:46:26','2015-11-22 21:46:26','[image_slider size=\"8\" type=\"nocaption\" auto=\"1\" id=\"39\"]\r\n\r\n[rev_slider slider1]\r\n\r\n[services id=\"344,345,346,\" style=\"box\"]\r\n\r\n[note background=\"color\" small_text=\"Get in touch with us today!\" button_text=\"Buy theme\" button_url=\"http://03c1307.netsolhost.com/tccwordpress/contact-us/\"]Don\'t lose your connection. Whether it\'s for your business or your home, you can count on Tropical Computer to keep you up and running![/note]\r\n\r\n[grid_4 position=\"omega\"]\r\n\r\n[title]Why choose us[/title]\r\n\r\n[accordion bottom_text=\"Do you still need more reasons to buy?\"][accordion_item title=\"Responsive and clean design\"]It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout.[/accordion_item][accordion_item title=\"Unlimited color options\"]It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it look like readable English.[/accordion_item][accordion_item title=\"Pixel perfect and creative\"]It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it look like readable English.[/accordion_item][accordion_item title=\"Perfect for showcasing your work\"]It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it look like readable English.[/accordion_item][accordion_item title=\"Built with attention to details\"]It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it look like readable English.[/accordion_item][/accordion]\r\n\r\n[/grid_4]\r\n\r\n ','Home','','inherit','closed','open','','13-revision-v1','','','2015-11-22 21:46:26','2015-11-22 21:46:26','',13,'http://03c1307.netsolhost.com/tccwordpress/13-revision-v1/',0,'revision','',0),(685,1,'2016-02-23 00:35:16','2016-02-23 00:35:16','[grid_8 position=\"alpha\"]\r\n\r\n[title]We are Veteran Owned[/title]\r\n\r\n<a href=\"http://03c1307.netsolhost.com/tccwordpress/wp-content/uploads/2015/04/10988275_10152576259180653_5542485206646291387_n-2.jpg\" rel=\"attachment wp-att-31\"><img class=\"size-medium wp-image-31 alignright\" src=\"http://03c1307.netsolhost.com/tccwordpress/wp-content/uploads/2015/04/10988275_10152576259180653_5542485206646291387_n-2-300x167.jpg\" alt=\"Tropical Computer - Hobe Sound, FL\" width=\"300\" height=\"167\" /></a>For 23 years, <strong>Tropical Computer Consultants</strong> (TCC) has provided:\r\n<ul>\r\n <li>Professional IT & Computer Network Consulting</li>\r\n <li>System Design</li>\r\n <li>Disaster Recovery</li>\r\n <li>Exchange Server Integration</li>\r\n <li>Repair and Support for our Commercial and Residential customers</li>\r\n <li>Custom PC Sales and Installation Services</li>\r\n <li>Website Services\r\n\r\n[button size=\"small\" url=\"http://03c1307.netsolhost.com/tccwordpress/contact-us/\"]Contact Us[/button]</li>\r\n</ul>\r\n[/grid_8]\r\n\r\n[pi_skills title=\"This is what we do\" position=\"omega\" size=\"4\"][pi_skill skill=\"IT & Network Consulting\" percentage=\"80\"][pi_skill skill=\"System Design\" percentage=\"50\"][pi_skill skill=\"Disaster Recovery\" percentage=\"60\"][pi_skill skill=\"Exchange Server Integration, Repair & Support\" percentage=\"90\"][pi_skill skill=\"PC Sales & Installation\" percentage=\"70\"][pi_skill skill=\"Website Services\" percentage=\"60\"][/pi_skills]','About Us','','inherit','closed','open','','27-autosave-v1','','','2016-02-23 00:35:16','2016-02-23 00:35:16','',27,'http://03c1307.netsolhost.com/tccwordpress/27-autosave-v1/',0,'revision','',0),(687,1,'2015-11-22 23:19:49','2015-11-22 23:19:49','[grid_8 position=\"alpha\"]\r\n\r\n[title]Few words about us[/title]\r\n\r\n<img class=\"alignleft wp-image-31 size-medium\" src=\"http://03c1307.netsolhost.com/tccwordpress/wp-content/uploads/2015/04/10988275_10152576259180653_5542485206646291387_n-2-300x167.jpg\" alt=\"Tropical Computer - Hobe Sound, FL\" width=\"300\" height=\"167\" />\r\n\r\nFor 23 years, Tropical Computer Consultants (TCC) has provided professional IT and computer network consulting, system design, disaster recovery, Exchange server integration, repair and support for our commercial and residential customers / Custom PC sales and installation services are available\r\n\r\nLARGE CABLE SELECTION AND PARTS IN STOCK.\r\n\r\nPLEASE STOP IN IF YOU HAVE ANY QUESTIONS.\r\n\r\n[/grid_8]\r\n\r\n[pi_skills title=\"This is what we do\" position=\"omega\" size=\"4\"][pi_skill skill=\"IT & Network Consulting\" percentage=\"80\"][pi_skill skill=\"System Design\" percentage=\"50\"][pi_skill skill=\"Disaster Recovery\" percentage=\"60\"][pi_skill skill=\"Exchange Server Integration, Repair & Support\" percentage=\"90\"][pi_skill skill=\"PC Sales & Installation\" percentage=\"70\"][/pi_skills]\r\n\r\n[image_carousel title=\"Our clients\" greyscale=\"1\" id=\"67,66,61,62,63,64\"]','About Us','','inherit','closed','open','','27-revision-v1','','','2015-11-22 23:19:49','2015-11-22 23:19:49','',27,'http://03c1307.netsolhost.com/tccwordpress/27-revision-v1/',0,'revision','',0),(688,1,'2015-11-22 23:20:19','2015-11-22 23:20:19','[grid_8 position=\"alpha\"]\r\n\r\n[title]Few words about us[/title]\r\n\r\n<img class=\"alignleft wp-image-31 size-medium\" src=\"http://03c1307.netsolhost.com/tccwordpress/wp-content/uploads/2015/04/10988275_10152576259180653_5542485206646291387_n-2-300x167.jpg\" alt=\"Tropical Computer - Hobe Sound, FL\" width=\"300\" height=\"167\" />\r\n\r\nFor 23 years, Tropical Computer Consultants (TCC) has provided professional IT and computer network consulting, system design, disaster recovery, Exchange server integration, repair and support for our commercial and residential customers / Custom PC sales and installation services are available\r\n\r\nLARGE CABLE SELECTION AND PARTS IN STOCK.\r\n\r\nPLEASE STOP IN IF YOU HAVE ANY QUESTIONS.\r\n\r\n[/grid_8]\r\n\r\n[pi_skills title=\"This is what we do\" position=\"omega\" size=\"4\"][pi_skill skill=\"IT & Network Consulting\" percentage=\"80\"][pi_skill skill=\"System Design\" percentage=\"50\"][pi_skill skill=\"Disaster Recovery\" percentage=\"60\"][pi_skill skill=\"Exchange Server Integration, Repair & Support\" percentage=\"90\"][pi_skill skill=\"PC Sales & Installation\" percentage=\"70\"][/pi_skills]','About Us','','inherit','closed','open','','27-revision-v1','','','2015-11-22 23:20:19','2015-11-22 23:20:19','',27,'http://03c1307.netsolhost.com/tccwordpress/27-revision-v1/',0,'revision','',0),(686,1,'2015-11-22 23:16:44','2015-11-22 23:16:44','[grid_8 position=\"alpha\"]\r\n\r\n[title]Few words about us[/title]\r\n\r\n<a href=\"http://03c1307.netsolhost.com/tccwordpress/wp-content/uploads/2013/04/placeholder-1.jpg\"><img class=\"size-full wp-image-632 alignleft\" src=\"http://03c1307.netsolhost.com/tccwordpress/wp-content/uploads/2013/04/placeholder-1.jpg\" alt=\"placeholder-1\" width=\"300\" height=\"175\" /></a>\r\n\r\nFor 23 years, Tropical Computer Consultants (TCC) has provided professional IT and computer network consulting, system design, disaster recovery, Exchange server integration, repair and support for our commercial and residential customers / Custom PC sales and installation services are available\r\n\r\nLARGE CABLE SELECTION AND PARTS IN STOCK.\r\n\r\nPLEASE STOP IN IF YOU HAVE ANY QUESTIONS.\r\n\r\n[/grid_8]\r\n\r\n[pi_skills title=\"This is what we do\" position=\"omega\" size=\"4\"][pi_skill skill=\"IT & Network Consulting\" percentage=\"80\"][pi_skill skill=\"System Design\" percentage=\"50\"][pi_skill skill=\"Disaster Recovery\" percentage=\"60\"][pi_skill skill=\"Exchange Server Integration, Repair & Support\" percentage=\"90\"][pi_skill skill=\"PC Sales & Installation\" percentage=\"70\"][/pi_skills]\r\n\r\n[image_carousel title=\"Our clients\" greyscale=\"1\" id=\"67,66,61,62,63,64\"]','About Us','','inherit','closed','open','','27-revision-v1','','','2015-11-22 23:16:44','2015-11-22 23:16:44','',27,'http://03c1307.netsolhost.com/tccwordpress/27-revision-v1/',0,'revision','',0),(689,1,'2015-11-22 23:21:18','2015-11-22 23:21:18','[services id=\"344,345,346,347,348\" style=\"vertical_tabs\"]','Services vertical tabs','','inherit','closed','open','','323-autosave-v1','','','2015-11-22 23:21:18','2015-11-22 23:21:18','',323,'http://03c1307.netsolhost.com/tccwordpress/323-autosave-v1/',0,'revision','',0),(690,1,'2015-11-22 23:22:55','2015-11-22 23:22:55','<h4><strong>PC, Laptop, iPad & iPhone Repair</strong></h4>\r\nPersonal Computers are at the core of Tropical Computer business mission.\r\n\r\nWe are committed to helping our customers get the kinds of value, convenience and enjoyment they are looking for from their computer systems, while avoiding as much of the pain as possible.If you are experiencing computer problems and are in need of a computer technician to assist you with \"troubleshooting computer problem\" please contact us.\r\n\r\nWe understand new technology can be frustrating; if you require help installing wireless networking, troubleshooting, preventive maintenance, installing routers, installing hubs, installing hard drives, setting up printers, setting up computers or helping you get back online, Tropical Computer knows exactly how you feel.\r\n\r\nComputer repair is a sensitive subject for many of our customers; we understand your concerns. Whether you have a need for computer services in your office, corporate environment or home we would be happy to assist you.\r\n\r\n \r\n\r\n \r\n\r\n ','Repair','','inherit','closed','open','','7-revision-v1','','','2015-11-22 23:22:55','2015-11-22 23:22:55','',7,'http://03c1307.netsolhost.com/tccwordpress/7-revision-v1/',0,'revision','',0),(691,1,'2015-11-22 23:23:10','2015-11-22 23:23:10','<h4><strong>PC, Laptop, iPad & iPhone Repair</strong></h4>\r\nPersonal Computers are at the core of Tropical Computer business mission.\r\n\r\n \r\n\r\nWe are committed to helping our customers get the kinds of value, convenience and enjoyment they are looking for from their computer systems, while avoiding as much of the pain as possible.If you are experiencing computer problems and are in need of a computer technician to assist you with \"troubleshooting computer problem\" please contact us.\r\n\r\n \r\n\r\nWe understand new technology can be frustrating; if you require help installing wireless networking, troubleshooting, preventive maintenance, installing routers, installing hubs, installing hard drives, setting up printers, setting up computers or helping you get back online, Tropical Computer knows exactly how you feel.\r\n\r\n \r\n\r\nComputer repair is a sensitive subject for many of our customers; we understand your concerns. Whether you have a need for computer services in your office, corporate environment or home we would be happy to assist you.\r\n\r\n \r\n\r\n \r\n\r\n ','Repair','','inherit','closed','open','','7-revision-v1','','','2015-11-22 23:23:10','2015-11-22 23:23:10','',7,'http://03c1307.netsolhost.com/tccwordpress/7-revision-v1/',0,'revision','',0),(692,1,'2015-11-22 23:42:24','2015-11-22 23:42:24','','square-reader1','','inherit','closed','open','','square-reader1','','','2015-11-22 23:42:24','2015-11-22 23:42:24','',0,'http://03c1307.netsolhost.com/tccwordpress/wp-content/uploads/2013/05/square-reader1.png',0,'attachment','image/png',0),(693,1,'2015-11-22 23:42:25','2015-11-22 23:42:25','','showmypc','','inherit','closed','open','','showmypc','','','2015-11-22 23:42:25','2015-11-22 23:42:25','',0,'http://03c1307.netsolhost.com/tccwordpress/wp-content/uploads/2013/05/showmypc.png',0,'attachment','image/png',0),(694,1,'2015-11-22 23:42:26','2015-11-22 23:42:26','','ShowMyPC-Logo','','inherit','closed','open','','showmypc-logo','','','2015-11-22 23:42:26','2015-11-22 23:42:26','',0,'http://03c1307.netsolhost.com/tccwordpress/wp-content/uploads/2013/05/ShowMyPC-Logo.png',0,'attachment','image/png',0),(695,1,'2015-11-22 23:53:00','2015-11-22 23:53:00','','square-reader-white','','inherit','closed','open','','square-reader-white','','','2015-11-22 23:53:00','2015-11-22 23:53:00','',0,'http://03c1307.netsolhost.com/tccwordpress/wp-content/uploads/2013/05/square-reader-white.jpg',0,'attachment','image/jpeg',0),(696,1,'2015-11-22 23:58:40','2015-11-22 23:58:40','[title]Welcome to Clean<span style=\"color: #e44d26;\">Biz</span>[/title]\r\n\r\nThere are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. There are many variations of passages of Lorem Ipsum available, but the <span style=\"text-decoration: underline; color: #e44d26;\">majority have suffered alteration</span> in some form, by injected humour.\r\n<ul class=\"arrow-list\">\r\n <li>Unlimited color options to provide you endless possibilities of managing your contents</li>\r\n <li>Pricing tables design for use with WP plugins</li>\r\n <li>Pixel perfect design with creative and clean professional look</li>\r\n</ul>\r\n \r\n\r\n[services id=\"344,345,346,347,348,349,\" style=\"classic\"]\r\n\r\n[image_carousel title=\"Our clients\" greyscale=\"1\" id=\"67,66,61,62,63,64\"]','Services simple','','inherit','closed','open','','322-autosave-v1','','','2015-11-22 23:58:40','2015-11-22 23:58:40','',322,'http://03c1307.netsolhost.com/tccwordpress/322-autosave-v1/',0,'revision','',0),(697,1,'2015-11-23 00:00:48','2015-11-23 00:00:48','[title]What We Can Do For You[/title]\r\n\r\nPersonal Computers are at the core of Tropical Computer business mission. We are committed to helping our customers get the kinds of value, convenience and enjoyment they are looking for from their computer systems, while avoiding as much of the pain as possible.If you are experiencing computer problems and are in need of a computer technician to assist you with \"troubleshooting computer problem\" please contact us. We understand new technology can be frustrating; if you require help installing wireless networking, troubleshooting, preventive maintenance, installing routers, installing hubs, installing hard drives, setting up printers, setting up computers or helping you get back online, Tropical Computer knows exactly how you feel.\r\n\r\nComputer repair is a sensitive subject for many of our customers; we understand your concerns. Whether you have a need for computer services in your office, corporate environment or home we would be happy to assist you.\r\n<ul class=\"arrow-list\">\r\n <li>PC - Laptop Repair - All Makes</li>\r\n <li>Servers & Workstations</li>\r\n <li>Microsoft Exchange</li>\r\n <li>Microsoft SQL</li>\r\n</ul>\r\nWe have the ability to run cables, Ethernet and Coax, upon request. Also, the ability to terminate cable ends and wall jacks in new installs or to repair existing cable runs.\r\n\r\n-Security camera install and configuration, both IP and Analog systems. Whether you want us to install a system you purchased or put together a package that fits your need and budget.\r\n\r\n-Custom PC builds, existing PC modifications/upgrades Solid State Drives\r\n\r\n-Onsite and offsite backup solutions\r\n\r\n<strong>Virus/Malware Removal</strong>\r\nWe are Authorized resellers for Symantec Endpoint Protection which is a cloud based Antivirus which keeps you up to date with the latest Virus definitions to prevent infection, this includes preventing the devastating “CryptoVirus” or “CryptoLocker” which is known to encrypt all of your files and then holds them for a ransom amount of their choosing.\r\n\r\n-Hardware replacements including (call for a free quote)\r\n\r\n- Laptop and desktop Motherboard replacement\r\n\r\n- Power supply replacement\r\n\r\n- CPU and Case fan replacement and upgrades\r\n\r\n- RAM replacements and upgrades\r\n\r\n- Hard Drive replacements and upgrades to Solid State Drives\r\n\r\n- Laptop keyboards\r\n\r\n- Laptop screens\r\n\r\n- Video cards, including multiple monitor displays\r\n\r\n- Laptop batteries and chargers\r\n\r\n- iMac and MacBook repair and upgrades\r\n\r\n \r\n\r\n<strong>Calyptix Security</strong>\r\n\r\n<strong>Network Security for Small Business</strong>\r\n\r\nSmall and medium businesses are prime targets for hackers. Most have lax network security, which creates a perfect opportunity for threats to steal their data and escape unnoticed.\r\n\r\n<em>AccessEnforcer</em> from Calyptix protects small and medium networks so you can focus on business. Threats such as hackers, spam, and malware are blocked automatically. Easy management tools help make your network faster and more reliable with less down time.\r\n\r\n<strong>Network Security for HIPAA Compliance</strong>\r\n\r\nHIPAA requires every healthcare office to protect patient health data. This task gets harder each year as healthcare networks continue to grow. Every new medical device, computer, and printer added to the network creates a new potential route for attackers to break in and steal data.\r\n\r\n<em>AccessEnforcer</em> from Calyptix provides advanced security for small and medium healthcare networks, keeping your data safe and your network HIPAA compliant. Our solution blocks threats such as hackers, malware, and spam, and its simple interface makes it easy to manage your network at a budget-friendly price.','Services','','inherit','closed','open','','5-revision-v1','','','2015-11-23 00:00:48','2015-11-23 00:00:48','',5,'http://03c1307.netsolhost.com/tccwordpress/5-revision-v1/',0,'revision','',0),(698,1,'2015-11-23 00:04:19','2015-11-23 00:04:19','[title]What We Can Do For You[/title]\r\n\r\nPersonal Computers are at the core of Tropical Computer business mission. We are committed to helping our customers get the kinds of value, convenience and enjoyment they are looking for from their computer systems, while avoiding as much of the pain as possible.If you are experiencing computer problems and are in need of a computer technician to assist you with \"troubleshooting computer problem\" please contact us. We understand new technology can be frustrating; if you require help installing wireless networking, troubleshooting, preventive maintenance, installing routers, installing hubs, installing hard drives, setting up printers, setting up computers or helping you get back online, Tropical Computer knows exactly how you feel.\r\n\r\nComputer repair is a sensitive subject for many of our customers; we understand your concerns. Whether you have a need for computer services in your office, corporate environment or home we would be happy to assist you.\r\n\r\n \r\n<ul class=\"arrow-list\">\r\n <li>PC - Laptop Repair - All Makes</li>\r\n <li>Servers & Workstations</li>\r\n <li>Microsoft Exchange</li>\r\n <li>Microsoft SQL</li>\r\n</ul>\r\nWe have the ability to run cables, Ethernet and Coax, upon request. Also, the ability to terminate cable ends and wall jacks in new installs or to repair existing cable runs.\r\n\r\n \r\n<ul>\r\n <li>Security camera install and configuration, both IP and Analog systems. Whether you want us to install a system you purchased or put together a package that fits your need and budget.</li>\r\n <li>Custom PC builds, existing PC modifications/upgrades Solid State Drives</li>\r\n <li>Onsite and offsite backup solutions</li>\r\n</ul>\r\n \r\n<h5><strong>Virus/Malware Removal</strong></h5>\r\nWe are Authorized resellers for Symantec Endpoint Protection which is a cloud based Antivirus which keeps you up to date with the latest Virus definitions to prevent infection, this includes preventing the devastating “CryptoVirus” or “CryptoLocker” which is known to encrypt all of your files and then holds them for a ransom amount of their choosing.\r\n<ul>\r\n <li>Hardware replacements including (call for a free quote)</li>\r\n <li>Laptop and desktop Motherboard replacement</li>\r\n <li>Power supply replacement</li>\r\n <li>CPU and Case fan replacement and upgrades</li>\r\n <li>RAM replacements and upgrades</li>\r\n <li>Hard Drive replacements and upgrades to Solid State Drives</li>\r\n <li>Laptop keyboards</li>\r\n <li>Laptop screens</li>\r\n <li>Video cards, including multiple monitor displays</li>\r\n <li>Laptop batteries and chargers</li>\r\n <li>iMac and MacBook repair and upgrades</li>\r\n</ul>\r\n \r\n<h5><strong>Calyptix Security</strong></h5>\r\n<strong>Network Security for Small Business</strong>\r\n\r\nSmall and medium businesses are prime targets for hackers. Most have lax network security, which creates a perfect opportunity for threats to steal their data and escape unnoticed.\r\n\r\n<em>AccessEnforcer</em> from Calyptix protects small and medium networks so you can focus on business. Threats such as hackers, spam, and malware are blocked automatically. Easy management tools help make your network faster and more reliable with less down time.\r\n\r\n \r\n\r\n<strong>Network Security for HIPAA Compliance</strong>\r\n\r\nHIPAA requires every healthcare office to protect patient health data. This task gets harder each year as healthcare networks continue to grow. Every new medical device, computer, and printer added to the network creates a new potential route for attackers to break in and steal data.\r\n\r\n<em>AccessEnforcer</em> from Calyptix provides advanced security for small and medium healthcare networks, keeping your data safe and your network HIPAA compliant. Our solution blocks threats such as hackers, malware, and spam, and its simple interface makes it easy to manage your network at a budget-friendly price.','Services','','inherit','closed','open','','5-revision-v1','','','2015-11-23 00:04:19','2015-11-23 00:04:19','',5,'http://03c1307.netsolhost.com/tccwordpress/5-revision-v1/',0,'revision','',0),(699,1,'2015-11-23 00:17:48','2015-11-23 00:17:48','<h5>Mailing Address:</h5>\r\nPO Box 606\r\nHobe Sound, FL 33475\r\n\r\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3551.6047403784323!2d-80.16697576425472!3d27.10575619655129!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0x0!2zMjfCsDA2JzIwLjkiTiA4MMKwMTAnMDIuOCJX!5e0!3m2!1sen!2sus!4v1448237774579\" width=\"960\" height=\"400\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe>\r\n\r\n<span style=\"line-height: 1.5;\">[contact-form-7 id=\"43\" title=\"Contact form 1\"]</span>','Contact Us','','inherit','closed','open','','24-revision-v1','','','2015-11-23 00:17:48','2015-11-23 00:17:48','',24,'http://03c1307.netsolhost.com/tccwordpress/24-revision-v1/',0,'revision','',0),(700,1,'2015-11-23 00:18:01','2015-11-23 00:18:01','<h5>Mailing Address:</h5>\r\nPO Box 606\r\nHobe Sound, FL 33475\r\n\r\n \r\n\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3551.6047403784323!2d-80.16697576425472!3d27.10575619655129!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0x0!2zMjfCsDA2JzIwLjkiTiA4MMKwMTAnMDIuOCJX!5e0!3m2!1sen!2sus!4v1448237774579\" width=\"960\" height=\"400\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n<span style=\"line-height: 1.5;\">[contact-form-7 id=\"43\" title=\"Contact form 1\"]</span>','Contact Us','','inherit','closed','open','','24-revision-v1','','','2015-11-23 00:18:01','2015-11-23 00:18:01','',24,'http://03c1307.netsolhost.com/tccwordpress/24-revision-v1/',0,'revision','',0),(701,1,'2015-11-23 00:32:57','2015-11-23 00:32:57','Tropical Computer Consultants','Tropical Computer Consultants','','inherit','closed','open','','products-slide-1-2','','','2015-11-23 00:33:20','2015-11-23 00:33:20','',0,'http://03c1307.netsolhost.com/tccwordpress/wp-content/uploads/2013/05/products-slide-11.jpg',0,'attachment','image/jpeg',0),(705,1,'2016-03-08 19:09:09','2016-03-08 19:09:09',' \r\n\r\n<a href=\"http://03c1307.netsolhost.com/tccwordpress/about-us/\"><img class=\"aligncenter wp-image-748 size-full\" src=\"http://03c1307.netsolhost.com/tccwordpress/wp-content/uploads/2013/05/Screen-Shot-2016-03-08-at-1.59.22-PM.png\" alt=\"Computer Networking & Repair - Tropical Computer\" width=\"997\" height=\"359\" /></a>\r\n\r\n[note background=\"color\" small_text=\"Get in touch with us today!\" button_text=\"Contact Us\" button_url=\"http://03c1307.netsolhost.com/tccwordpress/contact-us/\"]Don\'t lose your connection. Whether it\'s for your business or your home, you can count on Tropical Computer to keep you up and running![/note]\r\n\r\n ','Home','','inherit','closed','closed','','13-autosave-v1','','','2016-03-08 19:09:09','2016-03-08 19:09:09','',13,'http://03c1307.netsolhost.com/tccwordpress/13-autosave-v1/',0,'revision','',0),(715,1,'2016-02-22 19:53:43','2016-02-22 19:53:43','Tropical Computer Products & Services','Tropical Computer Products & Services','','inherit','closed','closed','','products-services','','','2016-02-22 19:54:06','2016-02-22 19:54:06','',0,'http://03c1307.netsolhost.com/tccwordpress/wp-content/uploads/2013/05/products-services.jpg',0,'attachment','image/jpeg',0),(716,1,'2016-02-22 22:35:38','2016-02-22 22:35:38','','slide1-notebook','','inherit','closed','closed','','slide1-notebook','','','2016-02-22 22:35:38','2016-02-22 22:35:38','',0,'http://03c1307.netsolhost.com/tccwordpress/wp-content/uploads/2013/05/slide1-notebook.png',0,'attachment','image/png',0),(717,1,'2016-02-22 22:40:54','2016-02-22 22:40:54','','slide1-tablet','','inherit','closed','closed','','slide1-tablet','','','2016-02-22 22:40:54','2016-02-22 22:40:54','',0,'http://03c1307.netsolhost.com/tccwordpress/wp-content/uploads/2013/05/slide1-tablet.png',0,'attachment','image/png',0),(718,1,'2016-02-22 23:38:09','2016-02-22 23:38:09','Laptop Repair by Tropical Computer','Laptop Repair by Tropical Computer','','inherit','closed','closed','','laptop-repair','','','2016-02-22 23:38:36','2016-02-22 23:38:36','',0,'http://03c1307.netsolhost.com/tccwordpress/wp-content/uploads/2013/05/laptop-repair.png',0,'attachment','image/png',0),(719,1,'2016-02-22 23:54:59','2016-02-22 23:54:59','','Products Tropical Computer','','inherit','closed','closed','','products-slide','','','2016-02-22 23:55:32','2016-02-22 23:55:32','',0,'http://03c1307.netsolhost.com/tccwordpress/wp-content/uploads/2013/05/products-slide.png',0,'attachment','image/png',0),(720,1,'2016-02-22 23:57:41','2016-02-22 23:57:41','Computer Networking & Repair - Tropical Computer','Computer Networking & Repair - Tropical Computer','','inherit','closed','closed','','products-slide-11-e1450230757899','','','2016-02-22 23:58:10','2016-02-22 23:58:10','',0,'http://03c1307.netsolhost.com/tccwordpress/wp-content/uploads/2013/05/products-slide-11-e1450230757899.png',0,'attachment','image/png',0),(723,1,'2016-02-23 00:26:04','2016-02-23 00:26:04','[grid_8 position=\"alpha\"]\r\n\r\n[title]We are Veteran Owned[/title]\r\n\r\n<img class=\"wp-image-31 aligncenter\" src=\"http://03c1307.netsolhost.com/tccwordpress/wp-content/uploads/2015/04/10988275_10152576259180653_5542485206646291387_n-2-300x167.jpg\" alt=\"Tropical Computer - Hobe Sound, FL\" width=\"433\" height=\"213\" />\r\n\r\nFor 23 years, Tropical Computer Consultants (TCC) has provided professional IT and computer network consulting, system design, disaster recovery, Exchange server integration, repair and support for our commercial and residential customers / Custom PC sales and installation services are available.\r\n<h3>LARGE CABLE SELECTION AND PARTS IN STOCK.</h3>\r\n<h3>PLEASE STOP IN IF YOU HAVE ANY QUESTIONS.</h3>\r\n[/grid_8]\r\n\r\n[pi_skills title=\"This is what we do\" position=\"omega\" size=\"4\"][pi_skill skill=\"IT & Network Consulting\" percentage=\"80\"][pi_skill skill=\"System Design\" percentage=\"50\"][pi_skill skill=\"Disaster Recovery\" percentage=\"60\"][pi_skill skill=\"Exchange Server Integration, Repair & Support\" percentage=\"90\"][pi_skill skill=\"PC Sales & Installation\" percentage=\"70\"][/pi_skills]','About Us','','inherit','closed','closed','','27-revision-v1','','','2016-02-23 00:26:04','2016-02-23 00:26:04','',27,'http://03c1307.netsolhost.com/tccwordpress/27-revision-v1/',0,'revision','',0),(722,1,'2016-02-23 00:25:15','2016-02-23 00:25:15','[grid_8 position=\"alpha\"]\r\n\r\n[title]Few words about us[/title]\r\n\r\n<img class=\"alignleft wp-image-31 size-medium\" src=\"http://03c1307.netsolhost.com/tccwordpress/wp-content/uploads/2015/04/10988275_10152576259180653_5542485206646291387_n-2-300x167.jpg\" alt=\"Tropical Computer - Hobe Sound, FL\" width=\"300\" height=\"167\" />\r\n<p style=\"text-align: justify;\">\r\n\r\nFor 23 years, Tropical Computer Consultants (TCC) has provided professional IT and computer network consulting, system design, disaster recovery, Exchange server integration, repair and support for our commercial and residential customers / Custom PC sales and installation services are available.\r\n\r\n\r\n</p>\r\n\r\n<h3>LARGE CABLE SELECTION AND PARTS IN STOCK.</h3>\r\n<h3>PLEASE STOP IN IF YOU HAVE ANY QUESTIONS.</h3>\r\n[/grid_8]\r\n\r\n[pi_skills title=\"This is what we do\" position=\"omega\" size=\"4\"][pi_skill skill=\"IT & Network Consulting\" percentage=\"80\"][pi_skill skill=\"System Design\" percentage=\"50\"][pi_skill skill=\"Disaster Recovery\" percentage=\"60\"][pi_skill skill=\"Exchange Server Integration, Repair & Support\" percentage=\"90\"][pi_skill skill=\"PC Sales & Installation\" percentage=\"70\"][/pi_skills]','About Us','','inherit','closed','closed','','27-revision-v1','','','2016-02-23 00:25:15','2016-02-23 00:25:15','',27,'http://03c1307.netsolhost.com/tccwordpress/27-revision-v1/',0,'revision','',0),(721,1,'2016-02-23 00:24:51','2016-02-23 00:24:51','[grid_8 position=\"alpha\"]\r\n\r\n[title]Few words about us[/title]\r\n\r\n<img class=\"alignleft wp-image-31 size-medium\" src=\"http://03c1307.netsolhost.com/tccwordpress/wp-content/uploads/2015/04/10988275_10152576259180653_5542485206646291387_n-2-300x167.jpg\" alt=\"Tropical Computer - Hobe Sound, FL\" width=\"300\" height=\"167\" />\r\n<p style=\"text-align: justify;\"></p>\r\n<p style=\"text-align: justify;\">For 23 years, Tropical Computer Consultants (TCC) has provided professional IT and computer network consulting, system design, disaster recovery, Exchange server integration, repair and support for our commercial and residential customers / Custom PC sales and installation services are available.</p>\r\n<p style=\"text-align: justify;\"></p>\r\n<p style=\"text-align: justify;\"></p>\r\n\r\n<h3>LARGE CABLE SELECTION AND PARTS IN STOCK.</h3>\r\n<h3>PLEASE STOP IN IF YOU HAVE ANY QUESTIONS.</h3>\r\n[/grid_8]\r\n\r\n[pi_skills title=\"This is what we do\" position=\"omega\" size=\"4\"][pi_skill skill=\"IT & Network Consulting\" percentage=\"80\"][pi_skill skill=\"System Design\" percentage=\"50\"][pi_skill skill=\"Disaster Recovery\" percentage=\"60\"][pi_skill skill=\"Exchange Server Integration, Repair & Support\" percentage=\"90\"][pi_skill skill=\"PC Sales & Installation\" percentage=\"70\"][/pi_skills]','About Us','','inherit','closed','closed','','27-revision-v1','','','2016-02-23 00:24:51','2016-02-23 00:24:51','',27,'http://03c1307.netsolhost.com/tccwordpress/27-revision-v1/',0,'revision','',0),(724,1,'2016-02-23 00:27:01','2016-02-23 00:27:01','[grid_8 position=\"alpha\"]\r\n\r\n[title]We are Veteran Owned[/title]\r\n\r\n<a href=\"http://03c1307.netsolhost.com/tccwordpress/wp-content/uploads/2015/04/10988275_10152576259180653_5542485206646291387_n-2.jpg\" rel=\"attachment wp-att-31\"><img class=\"size-medium wp-image-31 alignleft\" src=\"http://03c1307.netsolhost.com/tccwordpress/wp-content/uploads/2015/04/10988275_10152576259180653_5542485206646291387_n-2-300x167.jpg\" alt=\"Tropical Computer - Hobe Sound, FL\" width=\"300\" height=\"167\" /></a>\r\n\r\nFor 23 years, Tropical Computer Consultants (TCC) has provided professional IT and computer network consulting, system design, disaster recovery, Exchange server integration, repair and support for our commercial and residential customers / Custom PC sales and installation services are available.\r\n<h3></h3>\r\n<h3 style=\"text-align: center;\">LARGE CABLE SELECTION AND PARTS IN STOCK.</h3>\r\n<h3 style=\"text-align: center;\">PLEASE STOP IN IF YOU HAVE ANY QUESTIONS.</h3>\r\n[/grid_8]\r\n\r\n[pi_skills title=\"This is what we do\" position=\"omega\" size=\"4\"][pi_skill skill=\"IT & Network Consulting\" percentage=\"80\"][pi_skill skill=\"System Design\" percentage=\"50\"][pi_skill skill=\"Disaster Recovery\" percentage=\"60\"][pi_skill skill=\"Exchange Server Integration, Repair & Support\" percentage=\"90\"][pi_skill skill=\"PC Sales & Installation\" percentage=\"70\"][/pi_skills]','About Us','','inherit','closed','closed','','27-revision-v1','','','2016-02-23 00:27:01','2016-02-23 00:27:01','',27,'http://03c1307.netsolhost.com/tccwordpress/27-revision-v1/',0,'revision','',0),(725,1,'2016-02-23 00:27:30','2016-02-23 00:27:30','[grid_8 position=\"alpha\"]\r\n\r\n[title]We are Veteran Owned[/title]\r\n\r\n<a href=\"http://03c1307.netsolhost.com/tccwordpress/wp-content/uploads/2015/04/10988275_10152576259180653_5542485206646291387_n-2.jpg\" rel=\"attachment wp-att-31\"><img class=\"size-medium wp-image-31 alignleft\" src=\"http://03c1307.netsolhost.com/tccwordpress/wp-content/uploads/2015/04/10988275_10152576259180653_5542485206646291387_n-2-300x167.jpg\" alt=\"Tropical Computer - Hobe Sound, FL\" width=\"300\" height=\"167\" /></a>\r\n\r\nFor 23 years, Tropical Computer Consultants (TCC) has provided professional IT and computer network consulting, system design, disaster recovery, Exchange server integration, repair and support for our commercial and residential customers / Custom PC sales and installation services are available.\r\n<h3></h3>\r\n\r\n<h3 style=\"text-align: left;\">LARGE CABLE SELECTION AND PARTS IN STOCK.</h3>\r\n\r\n<h3 style=\"text-align: left;\">PLEASE STOP IN IF YOU HAVE ANY QUESTIONS.</h3>\r\n[/grid_8]\r\n\r\n[pi_skills title=\"This is what we do\" position=\"omega\" size=\"4\"][pi_skill skill=\"IT & Network Consulting\" percentage=\"80\"][pi_skill skill=\"System Design\" percentage=\"50\"][pi_skill skill=\"Disaster Recovery\" percentage=\"60\"][pi_skill skill=\"Exchange Server Integration, Repair & Support\" percentage=\"90\"][pi_skill skill=\"PC Sales & Installation\" percentage=\"70\"][/pi_skills]','About Us','','inherit','closed','closed','','27-revision-v1','','','2016-02-23 00:27:30','2016-02-23 00:27:30','',27,'http://03c1307.netsolhost.com/tccwordpress/27-revision-v1/',0,'revision','',0),(726,1,'2016-02-23 00:29:23','2016-02-23 00:29:23','[grid_8 position=\"alpha\"]\r\n\r\n[title]We are Veteran Owned[/title]\r\n\r\n<a href=\"http://03c1307.netsolhost.com/tccwordpress/wp-content/uploads/2015/04/10988275_10152576259180653_5542485206646291387_n-2.jpg\" rel=\"attachment wp-att-31\"><img class=\"size-medium wp-image-31 alignleft\" src=\"http://03c1307.netsolhost.com/tccwordpress/wp-content/uploads/2015/04/10988275_10152576259180653_5542485206646291387_n-2-300x167.jpg\" alt=\"Tropical Computer - Hobe Sound, FL\" width=\"300\" height=\"167\" /></a>\r\n\r\nFor 23 years, <strong>Tropical Computer Consultants</strong> (TCC) has provided professional IT and Computer Network Consulting, System Design, Disaster Recovery, Exchange Server Integration, Repair and Support for our Commercial and Residential customers / Custom PC Sales and Installation Services and Website Services are also available.\r\n<h3></h3>\r\n<h3 style=\"text-align: left;\">LARGE CABLE SELECTION AND PARTS IN STOCK.</h3>\r\n<h3 style=\"text-align: left;\">PLEASE STOP IN IF YOU HAVE ANY QUESTIONS.</h3>\r\n[/grid_8]\r\n\r\n[pi_skills title=\"This is what we do\" position=\"omega\" size=\"4\"][pi_skill skill=\"IT & Network Consulting\" percentage=\"80\"][pi_skill skill=\"System Design\" percentage=\"50\"][pi_skill skill=\"Disaster Recovery\" percentage=\"60\"][pi_skill skill=\"Exchange Server Integration, Repair & Support\" percentage=\"90\"][pi_skill skill=\"PC Sales & Installation\" percentage=\"70\"][/pi_skills]','About Us','','inherit','closed','closed','','27-revision-v1','','','2016-02-23 00:29:23','2016-02-23 00:29:23','',27,'http://03c1307.netsolhost.com/tccwordpress/27-revision-v1/',0,'revision','',0),(728,1,'2016-02-23 00:33:14','2016-02-23 00:33:14','[grid_8 position=\"alpha\"]\r\n\r\n[title]We are Veteran Owned[/title]\r\n\r\n<a href=\"http://03c1307.netsolhost.com/tccwordpress/wp-content/uploads/2015/04/10988275_10152576259180653_5542485206646291387_n-2.jpg\" rel=\"attachment wp-att-31\"><img class=\"size-medium wp-image-31 alignright\" src=\"http://03c1307.netsolhost.com/tccwordpress/wp-content/uploads/2015/04/10988275_10152576259180653_5542485206646291387_n-2-300x167.jpg\" alt=\"Tropical Computer - Hobe Sound, FL\" width=\"300\" height=\"167\" /></a>For 23 years, <strong>Tropical Computer Consultants</strong> (TCC) has provided:\r\n<ul>\r\n <li>Professional IT & Computer Network Consulting</li>\r\n <li>System Design</li>\r\n <li>Disaster Recovery</li>\r\n <li>Exchange Server Integration</li>\r\n <li>Repair and Support for our Commercial and Residential customers</li>\r\n <li>Custom PC Sales and Installation Services</li>\r\n <li>Website Services</li>\r\n</ul>\r\n<h3 style=\"text-align: left;\">LARGE CABLE SELECTION AND PARTS IN STOCK.</h3>\r\n<h3 style=\"text-align: left;\">PLEASE STOP IN IF YOU HAVE ANY QUESTIONS.</h3>\r\n[/grid_8]\r\n\r\n[pi_skills title=\"This is what we do\" position=\"omega\" size=\"4\"][pi_skill skill=\"IT & Network Consulting\" percentage=\"80\"][pi_skill skill=\"System Design\" percentage=\"50\"][pi_skill skill=\"Disaster Recovery\" percentage=\"60\"][pi_skill skill=\"Exchange Server Integration, Repair & Support\" percentage=\"90\"][pi_skill skill=\"PC Sales & Installation\" percentage=\"70\"][pi_skill skill=\"Website Services\" percentage=\"60\"][/pi_skills]','About Us','','inherit','closed','closed','','27-revision-v1','','','2016-02-23 00:33:14','2016-02-23 00:33:14','',27,'http://03c1307.netsolhost.com/tccwordpress/27-revision-v1/',0,'revision','',0),(727,1,'2016-02-23 00:30:44','2016-02-23 00:30:44','[grid_8 position=\"alpha\"]\r\n\r\n[title]We are Veteran Owned[/title]\r\n\r\n<a href=\"http://03c1307.netsolhost.com/tccwordpress/wp-content/uploads/2015/04/10988275_10152576259180653_5542485206646291387_n-2.jpg\" rel=\"attachment wp-att-31\"><img class=\"size-medium wp-image-31 alignright\" src=\"http://03c1307.netsolhost.com/tccwordpress/wp-content/uploads/2015/04/10988275_10152576259180653_5542485206646291387_n-2-300x167.jpg\" alt=\"Tropical Computer - Hobe Sound, FL\" width=\"300\" height=\"167\" /></a>For 23 years, <strong>Tropical Computer Consultants</strong> (TCC) has provided:\r\n<ul>\r\n <li>Professional IT & Computer Network Consulting</li>\r\n <li>System Design</li>\r\n <li>Disaster Recovery</li>\r\n <li>Exchange Server Integration</li>\r\n <li>Repair and Support for our Commercial and Residential customers</li>\r\n <li>Custom PC Sales and Installation Services</li>\r\n <li>Website Services</li>\r\n</ul>\r\n<h3></h3>\r\n<h3 style=\"text-align: left;\">LARGE CABLE SELECTION AND PARTS IN STOCK.</h3>\r\n<h3 style=\"text-align: left;\">PLEASE STOP IN IF YOU HAVE ANY QUESTIONS.</h3>\r\n[/grid_8]\r\n\r\n[pi_skills title=\"This is what we do\" position=\"omega\" size=\"4\"][pi_skill skill=\"IT & Network Consulting\" percentage=\"80\"][pi_skill skill=\"System Design\" percentage=\"50\"][pi_skill skill=\"Disaster Recovery\" percentage=\"60\"][pi_skill skill=\"Exchange Server Integration, Repair & Support\" percentage=\"90\"][pi_skill skill=\"PC Sales & Installation\" percentage=\"70\"][/pi_skills]','About Us','','inherit','closed','closed','','27-revision-v1','','','2016-02-23 00:30:44','2016-02-23 00:30:44','',27,'http://03c1307.netsolhost.com/tccwordpress/27-revision-v1/',0,'revision','',0),(729,1,'2016-02-23 00:35:44','2016-02-23 00:35:44','[grid_8 position=\"alpha\"]\r\n\r\n[title]We are Veteran Owned[/title]\r\n\r\n<a href=\"http://03c1307.netsolhost.com/tccwordpress/wp-content/uploads/2015/04/10988275_10152576259180653_5542485206646291387_n-2.jpg\" rel=\"attachment wp-att-31\"><img class=\"size-medium wp-image-31 alignright\" src=\"http://03c1307.netsolhost.com/tccwordpress/wp-content/uploads/2015/04/10988275_10152576259180653_5542485206646291387_n-2-300x167.jpg\" alt=\"Tropical Computer - Hobe Sound, FL\" width=\"300\" height=\"167\" /></a>For 23 years, <strong>Tropical Computer Consultants</strong> (TCC) has provided:\r\n<ul>\r\n <li>Professional IT & Computer Network Consulting</li>\r\n <li>System Design</li>\r\n <li>Disaster Recovery</li>\r\n <li>Exchange Server Integration</li>\r\n <li>Repair and Support for our Commercial and Residential customers</li>\r\n <li>Custom PC Sales and Installation Services</li>\r\n <li>Website Services</li>\r\n</ul>\r\n[/grid_8]\r\n\r\n[button size=\"medium\" url=\"http://03c1307.netsolhost.com/tccwordpress/contact-us/\"]Contact Us[/button]\r\n\r\n \r\n\r\n[pi_skills title=\"This is what we do\" position=\"omega\" size=\"4\"][pi_skill skill=\"IT & Network Consulting\" percentage=\"80\"][pi_skill skill=\"System Design\" percentage=\"50\"][pi_skill skill=\"Disaster Recovery\" percentage=\"60\"][pi_skill skill=\"Exchange Server Integration, Repair & Support\" percentage=\"90\"][pi_skill skill=\"PC Sales & Installation\" percentage=\"70\"][pi_skill skill=\"Website Services\" percentage=\"60\"][/pi_skills]','About Us','','inherit','closed','closed','','27-revision-v1','','','2016-02-23 00:35:44','2016-02-23 00:35:44','',27,'http://03c1307.netsolhost.com/tccwordpress/27-revision-v1/',0,'revision','',0),(730,1,'2016-02-23 00:36:14','2016-02-23 00:36:14','[grid_8 position=\"alpha\"]\r\n\r\n[title]We are Veteran Owned[/title]\r\n\r\n<a href=\"http://03c1307.netsolhost.com/tccwordpress/wp-content/uploads/2015/04/10988275_10152576259180653_5542485206646291387_n-2.jpg\" rel=\"attachment wp-att-31\"><img class=\"size-medium wp-image-31 alignright\" src=\"http://03c1307.netsolhost.com/tccwordpress/wp-content/uploads/2015/04/10988275_10152576259180653_5542485206646291387_n-2-300x167.jpg\" alt=\"Tropical Computer - Hobe Sound, FL\" width=\"300\" height=\"167\" /></a>For 23 years, <strong>Tropical Computer Consultants</strong> (TCC) has provided:\r\n<ul>\r\n <li>Professional IT & Computer Network Consulting</li>\r\n <li>System Design</li>\r\n <li>Disaster Recovery</li>\r\n <li>Exchange Server Integration</li>\r\n <li>Repair and Support for our Commercial and Residential customers</li>\r\n <li>Custom PC Sales and Installation Services</li>\r\n <li>Website Services</li>\r\n</ul>\r\n \r\n\r\n[button size=\"medium\" url=\"http://03c1307.netsolhost.com/tccwordpress/contact-us/\"]Contact Us[/button]\r\n\r\n[/grid_8]\r\n\r\n \r\n\r\n \r\n\r\n[pi_skills title=\"This is what we do\" position=\"omega\" size=\"4\"][pi_skill skill=\"IT & Network Consulting\" percentage=\"80\"][pi_skill skill=\"System Design\" percentage=\"50\"][pi_skill skill=\"Disaster Recovery\" percentage=\"60\"][pi_skill skill=\"Exchange Server Integration, Repair & Support\" percentage=\"90\"][pi_skill skill=\"PC Sales & Installation\" percentage=\"70\"][pi_skill skill=\"Website Services\" percentage=\"60\"][/pi_skills]','About Us','','inherit','closed','closed','','27-revision-v1','','','2016-02-23 00:36:14','2016-02-23 00:36:14','',27,'http://03c1307.netsolhost.com/tccwordpress/27-revision-v1/',0,'revision','',0),(733,1,'2016-02-23 00:37:16','2016-02-23 00:37:16','[grid_8 position=\"alpha\"]\r\n\r\n[title]We are Veteran Owned[/title]\r\n\r\n<a href=\"http://03c1307.netsolhost.com/tccwordpress/wp-content/uploads/2015/04/10988275_10152576259180653_5542485206646291387_n-2.jpg\" rel=\"attachment wp-att-31\"><img class=\"size-medium wp-image-31 alignright\" src=\"http://03c1307.netsolhost.com/tccwordpress/wp-content/uploads/2015/04/10988275_10152576259180653_5542485206646291387_n-2-300x167.jpg\" alt=\"Tropical Computer - Hobe Sound, FL\" width=\"300\" height=\"167\" /></a>For 23 years, <strong>Tropical Computer Consultants</strong> (TCC) has provided:\r\n<ul>\r\n <li>Professional IT & Computer Network Consulting</li>\r\n <li>System Design</li>\r\n <li>Disaster Recovery</li>\r\n <li>Exchange Server Integration</li>\r\n <li>Repair and Support for our Commercial and Residential customers</li>\r\n <li>Custom PC Sales and Installation Services</li>\r\n <li>Website Services</li>\r\n</ul>\r\n\r\n[button size=\"medium\" url=\"http://03c1307.netsolhost.com/tccwordpress/contact-us/\"]Contact Us[/button]\r\n\r\n[/grid_8]\r\n\r\n \r\n\r\n \r\n\r\n[pi_skills title=\"This is what we do\" position=\"omega\" size=\"4\"][pi_skill skill=\"IT & Network Consulting\" percentage=\"80\"][pi_skill skill=\"System Design\" percentage=\"50\"][pi_skill skill=\"Disaster Recovery\" percentage=\"60\"][pi_skill skill=\"Exchange Server Integration, Repair & Support\" percentage=\"90\"][pi_skill skill=\"PC Sales & Installation\" percentage=\"70\"][pi_skill skill=\"Website Services\" percentage=\"60\"][/pi_skills]','About Us','','inherit','closed','closed','','27-revision-v1','','','2016-02-23 00:37:16','2016-02-23 00:37:16','',27,'http://03c1307.netsolhost.com/tccwordpress/27-revision-v1/',0,'revision','',0),(731,1,'2016-02-23 00:36:30','2016-02-23 00:36:30','[grid_8 position=\"alpha\"]\r\n\r\n[title]We are Veteran Owned[/title]\r\n\r\n<a href=\"http://03c1307.netsolhost.com/tccwordpress/wp-content/uploads/2015/04/10988275_10152576259180653_5542485206646291387_n-2.jpg\" rel=\"attachment wp-att-31\"><img class=\"size-medium wp-image-31 alignright\" src=\"http://03c1307.netsolhost.com/tccwordpress/wp-content/uploads/2015/04/10988275_10152576259180653_5542485206646291387_n-2-300x167.jpg\" alt=\"Tropical Computer - Hobe Sound, FL\" width=\"300\" height=\"167\" /></a>For 23 years, <strong>Tropical Computer Consultants</strong> (TCC) has provided:\r\n<ul>\r\n <li>Professional IT & Computer Network Consulting</li>\r\n <li>System Design</li>\r\n <li>Disaster Recovery</li>\r\n <li>Exchange Server Integration</li>\r\n <li>Repair and Support for our Commercial and Residential customers</li>\r\n <li>Custom PC Sales and Installation Services</li>\r\n <li>Website Services</li>\r\n</ul>\r\n<p style=\"text-align: center;\"></p>\r\n<p style=\"text-align: center;\">[button size=\"medium\" url=\"http://03c1307.netsolhost.com/tccwordpress/contact-us/\"]Contact Us[/button]</p>\r\n[/grid_8]\r\n\r\n \r\n\r\n \r\n\r\n[pi_skills title=\"This is what we do\" position=\"omega\" size=\"4\"][pi_skill skill=\"IT & Network Consulting\" percentage=\"80\"][pi_skill skill=\"System Design\" percentage=\"50\"][pi_skill skill=\"Disaster Recovery\" percentage=\"60\"][pi_skill skill=\"Exchange Server Integration, Repair & Support\" percentage=\"90\"][pi_skill skill=\"PC Sales & Installation\" percentage=\"70\"][pi_skill skill=\"Website Services\" percentage=\"60\"][/pi_skills]','About Us','','inherit','closed','closed','','27-revision-v1','','','2016-02-23 00:36:30','2016-02-23 00:36:30','',27,'http://03c1307.netsolhost.com/tccwordpress/27-revision-v1/',0,'revision','',0),(732,1,'2016-02-23 00:36:53','2016-02-23 00:36:53','[grid_8 position=\"alpha\"]\r\n\r\n[title]We are Veteran Owned[/title]\r\n\r\n<a href=\"http://03c1307.netsolhost.com/tccwordpress/wp-content/uploads/2015/04/10988275_10152576259180653_5542485206646291387_n-2.jpg\" rel=\"attachment wp-att-31\"><img class=\"size-medium wp-image-31 alignright\" src=\"http://03c1307.netsolhost.com/tccwordpress/wp-content/uploads/2015/04/10988275_10152576259180653_5542485206646291387_n-2-300x167.jpg\" alt=\"Tropical Computer - Hobe Sound, FL\" width=\"300\" height=\"167\" /></a>For 23 years, <strong>Tropical Computer Consultants</strong> (TCC) has provided:\r\n<ul>\r\n <li>Professional IT & Computer Network Consulting</li>\r\n <li>System Design</li>\r\n <li>Disaster Recovery</li>\r\n <li>Exchange Server Integration</li>\r\n <li>Repair and Support for our Commercial and Residential customers</li>\r\n <li>Custom PC Sales and Installation Services</li>\r\n <li>Website Services</li>\r\n</ul>\r\n\r\n<p style=\"text-align: center;\">[button size=\"medium\" url=\"http://03c1307.netsolhost.com/tccwordpress/contact-us/\"]Contact Us[/button]</p>\r\n\r\n[/grid_8]\r\n\r\n \r\n\r\n \r\n\r\n[pi_skills title=\"This is what we do\" position=\"omega\" size=\"4\"][pi_skill skill=\"IT & Network Consulting\" percentage=\"80\"][pi_skill skill=\"System Design\" percentage=\"50\"][pi_skill skill=\"Disaster Recovery\" percentage=\"60\"][pi_skill skill=\"Exchange Server Integration, Repair & Support\" percentage=\"90\"][pi_skill skill=\"PC Sales & Installation\" percentage=\"70\"][pi_skill skill=\"Website Services\" percentage=\"60\"][/pi_skills]','About Us','','inherit','closed','closed','','27-revision-v1','','','2016-02-23 00:36:53','2016-02-23 00:36:53','',27,'http://03c1307.netsolhost.com/tccwordpress/27-revision-v1/',0,'revision','',0),(734,1,'2016-02-23 00:38:35','2016-02-23 00:38:35','<h5>Call or Visit Us Today at:</h5>\r\n772-288-6260\r\nUS 1 & 6425 SE POINCIANA LANE\r\nHOBE SOUND, FL 33455\r\n\r\n \r\n\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3551.6047403784323!2d-80.16697576425472!3d27.10575619655129!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0x0!2zMjfCsDA2JzIwLjkiTiA4MMKwMTAnMDIuOCJX!5e0!3m2!1sen!2sus!4v1448237774579\" width=\"960\" height=\"400\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n<span style=\"line-height: 1.5;\">[contact-form-7 id=\"43\" title=\"Contact form 1\"]</span>','Contact Us','','inherit','closed','closed','','24-revision-v1','','','2016-02-23 00:38:35','2016-02-23 00:38:35','',24,'http://03c1307.netsolhost.com/tccwordpress/24-revision-v1/',0,'revision','',0),(735,1,'2016-02-23 00:39:42','2016-02-23 00:39:42','<h5>Call or Visit Us Today at:</h5>\r\n772-288-6260\r\nUS 1 & 6425 SE POINCIANA LANE\r\nHOBE SOUND, FL 33455\r\n\r\n \r\n\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3551.6047403784323!2d-80.16697576425472!3d27.10575619655129!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0x0!2zMjfCsDA2JzIwLjkiTiA4MMKwMTAnMDIuOCJX!5e0!3m2!1sen!2sus!4v1448237774579\" width=\"960\" height=\"400\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n<span style=\"line-height: 1.5;\">[contact-form-7 id=\"43\" title=\"Contact form 1\"]</span>','Contact Us','','inherit','closed','closed','','24-revision-v1','','','2016-02-23 00:39:42','2016-02-23 00:39:42','',24,'http://03c1307.netsolhost.com/tccwordpress/24-revision-v1/',0,'revision','',0),(736,1,'2016-02-23 01:05:21','2016-02-23 01:05:21','laptop computer repair by Tropical Computer Consultants','laptop computer repair','laptop computer repair','inherit','closed','closed','','laptop-and-repair','','','2016-02-23 01:05:54','2016-02-23 01:05:54','',0,'http://03c1307.netsolhost.com/tccwordpress/wp-content/uploads/2013/05/iStock_000080243487_Small.jpg',0,'attachment','image/jpeg',0),(737,1,'2016-02-23 01:08:02','2016-02-23 01:08:02','<h4><strong>PC, Laptop, iPad & iPhone Repair</strong></h4>\r\n<a href=\"http://03c1307.netsolhost.com/tccwordpress/wp-content/uploads/2013/05/iStock_000080243487_Small.jpg\" rel=\"attachment wp-att-736\"><img class=\"alignleft wp-image-736 size-medium\" src=\"http://03c1307.netsolhost.com/tccwordpress/wp-content/uploads/2013/05/iStock_000080243487_Small-300x225.jpg\" alt=\"laptop computer repair\" width=\"300\" height=\"225\" /></a>\r\n\r\n \r\n\r\nPersonal Computers are at the core of Tropical Computer business mission.\r\n\r\n \r\n\r\nWe are committed to helping our customers get the kinds of value, convenience and enjoyment they are looking for from their computer systems, while avoiding as much of the pain as possible.If you are experiencing computer problems and are in need of a computer technician to assist you with \"troubleshooting computer problem\" please contact us.\r\n\r\n \r\n\r\nWe understand new technology can be frustrating; if you require help installing wireless networking, troubleshooting, preventive maintenance, installing routers, installing hubs, installing hard drives, setting up printers, setting up computers or helping you get back online, Tropical Computer knows exactly how you feel.\r\n\r\n \r\n\r\nComputer repair is a sensitive subject for many of our customers; we understand your concerns. Whether you have a need for computer services in your office, corporate environment or home we would be happy to assist you.\r\n\r\n \r\n<p style=\"text-align: left;\">[button size=\"medium\" url=\"http://03c1307.netsolhost.com/tccwordpress/contact-us/\"]Contact Us[/button]</p>\r\n \r\n\r\n ','Repair','','inherit','closed','closed','','7-revision-v1','','','2016-02-23 01:08:02','2016-02-23 01:08:02','',7,'http://03c1307.netsolhost.com/tccwordpress/7-revision-v1/',0,'revision','',0),(738,1,'2016-02-23 01:08:56','2016-02-23 01:08:56','<h4><strong>PC, Laptop, iPad & iPhone Repair</strong></h4>\r\n<a href=\"http://03c1307.netsolhost.com/tccwordpress/wp-content/uploads/2013/05/iStock_000080243487_Small.jpg\" rel=\"attachment wp-att-736\"><img class=\"alignleft wp-image-736 size-medium\" src=\"http://03c1307.netsolhost.com/tccwordpress/wp-content/uploads/2013/05/iStock_000080243487_Small-300x225.jpg\" alt=\"laptop computer repair\" width=\"300\" height=\"225\" /></a>\r\n\r\n \r\n\r\nPersonal Computers and Laptops are at the core of the <strong>Tropical Computer</strong> business mission.\r\n\r\n \r\n\r\nWe are committed to helping our customers get the kinds of value, convenience and enjoyment they are looking for from their computer systems, while avoiding as much of the pain as possible.If you are experiencing computer problems and are in need of a computer technician to assist you with \"troubleshooting computer problem\" please contact us.\r\n\r\n \r\n\r\nWe understand new technology can be frustrating; if you require help installing wireless networking, troubleshooting, preventive maintenance, installing routers, installing hubs, installing hard drives, setting up printers, setting up computers or helping you get back online, <strong>Tropical Computer</strong> knows exactly how you feel.\r\n\r\n \r\n\r\nComputer repair is a sensitive subject for many of our customers; we understand your concerns. Whether you have a need for computer services in your office, corporate environment or home we would be happy to assist you.\r\n\r\n \r\n<p style=\"text-align: left;\">[button size=\"medium\" url=\"http://03c1307.netsolhost.com/tccwordpress/contact-us/\"]Contact Us[/button]</p>\r\n \r\n\r\n ','Repair','','inherit','closed','closed','','7-revision-v1','','','2016-02-23 01:08:56','2016-02-23 01:08:56','',7,'http://03c1307.netsolhost.com/tccwordpress/7-revision-v1/',0,'revision','',0),(739,1,'2016-02-23 01:57:09','2016-02-23 01:57:09','Network Server','Network Server','','inherit','closed','closed','','istock_000068469995_small','','','2016-02-23 01:57:35','2016-02-23 01:57:35','',0,'http://03c1307.netsolhost.com/tccwordpress/wp-content/uploads/2013/05/iStock_000068469995_Small.jpg',0,'attachment','image/jpeg',0),(740,1,'2016-02-23 02:03:54','2016-02-23 02:03:54','Computer virus / hack','Computer virus / hack','Computer Virus / hack','inherit','closed','closed','','laptop-with-a-pirate-symbol-on-screen-hacker-concept','','','2016-02-23 02:04:24','2016-02-23 02:04:24','',0,'http://03c1307.netsolhost.com/tccwordpress/wp-content/uploads/2013/05/iStock_000075102667_Small.jpg',0,'attachment','image/jpeg',0),(741,1,'2016-02-23 02:05:03','2016-02-23 02:05:03','[title]What We Can Do For You[/title]\r\n\r\nPersonal Computers are at the core of Tropical Computer business mission. We are committed to helping our customers get the kinds of value, convenience and enjoyment they are looking for from their computer systems, while avoiding as much of the pain as possible.If you are experiencing computer problems and are in need of a computer technician to assist you with \"troubleshooting computer problem\" please contact us. We understand new technology can be frustrating; if you require help installing wireless networking, troubleshooting, preventive maintenance, installing routers, installing hubs, installing hard drives, setting up printers, setting up computers or helping you get back online, Tropical Computer knows exactly how you feel.\r\n\r\nComputer repair is a sensitive subject for many of our customers; we understand your concerns. Whether you have a need for computer services in your office, corporate environment or home we would be happy to assist you.\r\n\r\n \r\n\r\n<img class=\"alignright size-medium wp-image-739\" src=\"http://03c1307.netsolhost.com/tccwordpress/wp-content/uploads/2013/05/iStock_000068469995_Small-300x200.jpg\" alt=\"Network Server\" width=\"300\" height=\"200\" />\r\n<ul class=\"arrow-list\">\r\n <li>PC - Laptop Repair - All Makes</li>\r\n <li>Servers & Workstations</li>\r\n <li>Microsoft Exchange</li>\r\n <li>Microsoft SQL</li>\r\n</ul>\r\nWe have the ability to run cables, Ethernet and Coax, upon request. Also, the ability to terminate cable ends and wall jacks in new installs or to repair existing cable runs.\r\n\r\n \r\n<ul>\r\n <li>Security camera install and configuration, both IP and Analog systems. Whether you want us to install a system you purchased or put together a package that fits your need and budget.</li>\r\n <li>Custom PC builds, existing PC modifications/upgrades Solid State Drives</li>\r\n <li>Onsite and offsite backup solutions</li>\r\n</ul>\r\n \r\n<h5><strong>Virus/Malware Removal</strong></h5>\r\nWe are Authorized resellers for Symantec Endpoint Protection which is a cloud based Antivirus which keeps you up to date with the latest Virus definitions to prevent infection, this includes preventing the devastating “CryptoVirus” or “CryptoLocker” which is known to encrypt all of your files and then holds them for a ransom amount of their choosing.\r\n\r\n \r\n\r\n<img class=\"alignright wp-image-740 \" src=\"http://03c1307.netsolhost.com/tccwordpress/wp-content/uploads/2013/05/iStock_000075102667_Small-300x221.jpg\" alt=\"Computer Virus / hack\" width=\"363\" height=\"235\" />\r\n<ul>\r\n <li>Hardware replacements including (call for a free quote)</li>\r\n <li>Laptop and desktop Motherboard replacement</li>\r\n <li>Power supply replacement</li>\r\n <li>CPU and Case fan replacement and upgrades</li>\r\n <li>RAM replacements and upgrades</li>\r\n <li>Hard Drive replacements and upgrades to Solid State Drives</li>\r\n <li>Laptop keyboards</li>\r\n <li>Laptop screens</li>\r\n <li>Video cards, including multiple monitor displays</li>\r\n <li>Laptop batteries and chargers</li>\r\n <li>iMac and MacBook repair and upgrades</li>\r\n</ul>\r\n \r\n<h5><strong>Calyptix Security</strong></h5>\r\n<strong>Network Security for Small Business</strong>\r\n\r\nSmall and medium businesses are prime targets for hackers. Most have lax network security, which creates a perfect opportunity for threats to steal their data and escape unnoticed.\r\n\r\n<em>AccessEnforcer</em> from Calyptix protects small and medium networks so you can focus on business. Threats such as hackers, spam, and malware are blocked automatically. Easy management tools help make your network faster and more reliable with less down time.\r\n\r\n \r\n\r\n<strong>Network Security for HIPAA Compliance</strong>\r\n\r\nHIPAA requires every healthcare office to protect patient health data. This task gets harder each year as healthcare networks continue to grow. Every new medical device, computer, and printer added to the network creates a new potential route for attackers to break in and steal data.\r\n\r\n<em>AccessEnforcer</em> from Calyptix provides advanced security for small and medium healthcare networks, keeping your data safe and your network HIPAA compliant. Our solution blocks threats such as hackers, malware, and spam, and its simple interface makes it easy to manage your network at a budget-friendly price.','Services','','inherit','closed','closed','','5-revision-v1','','','2016-02-23 02:05:03','2016-02-23 02:05:03','',5,'http://03c1307.netsolhost.com/tccwordpress/5-revision-v1/',0,'revision','',0),(743,1,'2016-02-23 02:06:44','2016-02-23 02:06:44','[title]What We Can Do For You[/title]\r\n\r\nIf you are experiencing computer problems and are in need of a computer technician to assist you with \"troubleshooting computer problem\" please contact us. We understand new technology can be frustrating; if you require help installing wireless networking, troubleshooting, preventive maintenance, installing routers, installing hubs, installing hard drives, setting up printers, setting up computers or helping you get back online, <strong>Tropical Computer</strong> knows exactly how you feel.\r\n\r\n \r\n\r\nComputer repair is a sensitive subject for many of our customers; we understand your concerns. Whether you have a need for computer services in your office, corporate environment or home we would be happy to assist you.\r\n\r\n \r\n\r\n<img class=\"alignright size-medium wp-image-739\" src=\"http://03c1307.netsolhost.com/tccwordpress/wp-content/uploads/2013/05/iStock_000068469995_Small-300x200.jpg\" alt=\"Network Server\" width=\"300\" height=\"200\" />\r\n<ul class=\"arrow-list\">\r\n <li>PC - Laptop Repair - All Makes</li>\r\n <li>Servers & Workstations</li>\r\n <li>Microsoft Exchange</li>\r\n <li>Microsoft SQL</li>\r\n</ul>\r\nWe have the ability to run cables, Ethernet and Coax, upon request. Also, the ability to terminate cable ends and wall jacks in new installs or to repair existing cable runs.\r\n\r\n \r\n<ul>\r\n <li>Security camera install and configuration, both IP and Analog systems. Whether you want us to install a system you purchased or put together a package that fits your need and budget.</li>\r\n <li>Custom PC builds, existing PC modifications/upgrades Solid State Drives</li>\r\n <li>Onsite and offsite backup solutions</li>\r\n</ul>\r\n \r\n<h5><strong>Virus/Malware Removal</strong></h5>\r\nWe are Authorized resellers for Symantec Endpoint Protection which is a cloud based Antivirus which keeps you up to date with the latest Virus definitions to prevent infection, this includes preventing the devastating “CryptoVirus” or “CryptoLocker” which is known to encrypt all of your files and then holds them for a ransom amount of their choosing.\r\n\r\n \r\n\r\n<img class=\"alignright wp-image-740 \" src=\"http://03c1307.netsolhost.com/tccwordpress/wp-content/uploads/2013/05/iStock_000075102667_Small-300x221.jpg\" alt=\"Computer Virus / hack\" width=\"363\" height=\"235\" />\r\n<ul>\r\n <li>Hardware replacements including (call for a free quote)</li>\r\n <li>Laptop and desktop Motherboard replacement</li>\r\n <li>Power supply replacement</li>\r\n <li>CPU and Case fan replacement and upgrades</li>\r\n <li>RAM replacements and upgrades</li>\r\n <li>Hard Drive replacements and upgrades to Solid State Drives</li>\r\n <li>Laptop keyboards</li>\r\n <li>Laptop screens</li>\r\n <li>Video cards, including multiple monitor displays</li>\r\n <li>Laptop batteries and chargers</li>\r\n <li>iMac and MacBook repair and upgrades</li>\r\n</ul>\r\n \r\n<h5><strong>Calyptix Security</strong></h5>\r\n<strong>Network Security for Small Business</strong>\r\n\r\nSmall and medium businesses are prime targets for hackers. Most have lax network security, which creates a perfect opportunity for threats to steal their data and escape unnoticed.\r\n\r\n<em>AccessEnforcer</em> from Calyptix protects small and medium networks so you can focus on business. Threats such as hackers, spam, and malware are blocked automatically. Easy management tools help make your network faster and more reliable with less down time.\r\n\r\n \r\n\r\n<strong>Network Security for HIPAA Compliance</strong>\r\n\r\nHIPAA requires every healthcare office to protect patient health data. This task gets harder each year as healthcare networks continue to grow. Every new medical device, computer, and printer added to the network creates a new potential route for attackers to break in and steal data.\r\n\r\n<em>AccessEnforcer</em> from Calyptix provides advanced security for small and medium healthcare networks, keeping your data safe and your network HIPAA compliant. Our solution blocks threats such as hackers, malware, and spam, and its simple interface makes it easy to manage your network at a budget-friendly price.\r\n\r\n \r\n\r\n[button size=\"medium\" url=\"http://03c1307.netsolhost.com/tccwordpress/contact-us/\"]Contact Us[/button]','Services','','inherit','closed','closed','','5-revision-v1','','','2016-02-23 02:06:44','2016-02-23 02:06:44','',5,'http://03c1307.netsolhost.com/tccwordpress/5-revision-v1/',0,'revision','',0),(742,1,'2016-02-23 02:05:59','2016-02-23 02:05:59','[title]What We Can Do For You[/title]\r\n\r\nPersonal Computers are at the core of Tropical Computer business mission. We are committed to helping our customers get the kinds of value, convenience and enjoyment they are looking for from their computer systems, while avoiding as much of the pain as possible.If you are experiencing computer problems and are in need of a computer technician to assist you with \"troubleshooting computer problem\" please contact us. We understand new technology can be frustrating; if you require help installing wireless networking, troubleshooting, preventive maintenance, installing routers, installing hubs, installing hard drives, setting up printers, setting up computers or helping you get back online, Tropical Computer knows exactly how you feel.\r\n\r\nComputer repair is a sensitive subject for many of our customers; we understand your concerns. Whether you have a need for computer services in your office, corporate environment or home we would be happy to assist you.\r\n\r\n \r\n\r\n<img class=\"alignright size-medium wp-image-739\" src=\"http://03c1307.netsolhost.com/tccwordpress/wp-content/uploads/2013/05/iStock_000068469995_Small-300x200.jpg\" alt=\"Network Server\" width=\"300\" height=\"200\" />\r\n<ul class=\"arrow-list\">\r\n <li>PC - Laptop Repair - All Makes</li>\r\n <li>Servers & Workstations</li>\r\n <li>Microsoft Exchange</li>\r\n <li>Microsoft SQL</li>\r\n</ul>\r\nWe have the ability to run cables, Ethernet and Coax, upon request. Also, the ability to terminate cable ends and wall jacks in new installs or to repair existing cable runs.\r\n\r\n \r\n<ul>\r\n <li>Security camera install and configuration, both IP and Analog systems. Whether you want us to install a system you purchased or put together a package that fits your need and budget.</li>\r\n <li>Custom PC builds, existing PC modifications/upgrades Solid State Drives</li>\r\n <li>Onsite and offsite backup solutions</li>\r\n</ul>\r\n \r\n<h5><strong>Virus/Malware Removal</strong></h5>\r\nWe are Authorized resellers for Symantec Endpoint Protection which is a cloud based Antivirus which keeps you up to date with the latest Virus definitions to prevent infection, this includes preventing the devastating “CryptoVirus” or “CryptoLocker” which is known to encrypt all of your files and then holds them for a ransom amount of their choosing.\r\n\r\n \r\n\r\n<img class=\"alignright wp-image-740 \" src=\"http://03c1307.netsolhost.com/tccwordpress/wp-content/uploads/2013/05/iStock_000075102667_Small-300x221.jpg\" alt=\"Computer Virus / hack\" width=\"363\" height=\"235\" />\r\n<ul>\r\n <li>Hardware replacements including (call for a free quote)</li>\r\n <li>Laptop and desktop Motherboard replacement</li>\r\n <li>Power supply replacement</li>\r\n <li>CPU and Case fan replacement and upgrades</li>\r\n <li>RAM replacements and upgrades</li>\r\n <li>Hard Drive replacements and upgrades to Solid State Drives</li>\r\n <li>Laptop keyboards</li>\r\n <li>Laptop screens</li>\r\n <li>Video cards, including multiple monitor displays</li>\r\n <li>Laptop batteries and chargers</li>\r\n <li>iMac and MacBook repair and upgrades</li>\r\n</ul>\r\n \r\n<h5><strong>Calyptix Security</strong></h5>\r\n<strong>Network Security for Small Business</strong>\r\n\r\nSmall and medium businesses are prime targets for hackers. Most have lax network security, which creates a perfect opportunity for threats to steal their data and escape unnoticed.\r\n\r\n<em>AccessEnforcer</em> from Calyptix protects small and medium networks so you can focus on business. Threats such as hackers, spam, and malware are blocked automatically. Easy management tools help make your network faster and more reliable with less down time.\r\n\r\n \r\n\r\n<strong>Network Security for HIPAA Compliance</strong>\r\n\r\nHIPAA requires every healthcare office to protect patient health data. This task gets harder each year as healthcare networks continue to grow. Every new medical device, computer, and printer added to the network creates a new potential route for attackers to break in and steal data.\r\n\r\n<em>AccessEnforcer</em> from Calyptix provides advanced security for small and medium healthcare networks, keeping your data safe and your network HIPAA compliant. Our solution blocks threats such as hackers, malware, and spam, and its simple interface makes it easy to manage your network at a budget-friendly price.\r\n\r\n \r\n\r\n[button size=\"medium\" url=\"http://03c1307.netsolhost.com/tccwordpress/contact-us/\"]Contact Us[/button]','Services','','inherit','closed','closed','','5-revision-v1','','','2016-02-23 02:05:59','2016-02-23 02:05:59','',5,'http://03c1307.netsolhost.com/tccwordpress/5-revision-v1/',0,'revision','',0),(744,1,'2016-02-23 12:10:01','2016-02-23 12:10:01','computer products','computer products','','inherit','closed','closed','','computer-products','','','2016-02-23 12:10:21','2016-02-23 12:10:21','',0,'http://03c1307.netsolhost.com/tccwordpress/wp-content/uploads/2013/05/computer-products.png',0,'attachment','image/png',0),(747,1,'2016-03-03 15:04:15','2016-03-03 15:04:15','<h4><strong>PC & Laptop Repair</strong></h4>\r\n<a href=\"http://03c1307.netsolhost.com/tccwordpress/wp-content/uploads/2013/05/iStock_000080243487_Small.jpg\" rel=\"attachment wp-att-736\"><img class=\"alignleft wp-image-736 size-medium\" src=\"http://03c1307.netsolhost.com/tccwordpress/wp-content/uploads/2013/05/iStock_000080243487_Small-300x225.jpg\" alt=\"laptop computer repair\" width=\"300\" height=\"225\" /></a>\r\n\r\n \r\n\r\nPersonal Computers and Laptops are at the core of the <strong>Tropical Computer</strong> business mission.\r\n\r\n \r\n\r\nWe are committed to helping our customers get the kinds of value, convenience and enjoyment they are looking for from their computer systems, while avoiding as much of the pain as possible.If you are experiencing computer problems and are in need of a computer technician to assist you with \"troubleshooting computer problem\" please contact us.\r\n\r\n \r\n\r\nWe understand new technology can be frustrating; if you require help installing wireless networking, troubleshooting, preventive maintenance, installing routers, installing hubs, installing hard drives, setting up printers, setting up computers or helping you get back online, <strong>Tropical Computer</strong> knows exactly how you feel.\r\n\r\n \r\n\r\nComputer repair is a sensitive subject for many of our customers; we understand your concerns. Whether you have a need for computer services in your office, corporate environment or home we would be happy to assist you.\r\n\r\n \r\n<p style=\"text-align: left;\">[button size=\"medium\" url=\"http://03c1307.netsolhost.com/tccwordpress/contact-us/\"]Contact Us[/button]</p>\r\n \r\n\r\n ','Repair','','inherit','closed','closed','','7-revision-v1','','','2016-03-03 15:04:15','2016-03-03 15:04:15','',7,'http://03c1307.netsolhost.com/tccwordpress/7-revision-v1/',0,'revision','',0),(749,1,'2016-03-08 19:09:22','2016-03-08 19:09:22',' \r\n\r\n<a href=\"http://03c1307.netsolhost.com/tccwordpress/about-us/\"><img class=\"aligncenter wp-image-748 size-full\" src=\"http://03c1307.netsolhost.com/tccwordpress/wp-content/uploads/2013/05/Screen-Shot-2016-03-08-at-1.59.22-PM.png\" alt=\"Computer Networking & Repair - Tropical Computer\" width=\"997\" height=\"359\" /></a>\r\n\r\n[note background=\"color\" small_text=\"Get in touch with us today!\" button_text=\"Contact Us\" button_url=\"http://03c1307.netsolhost.com/tccwordpress/contact-us/\"]Don\'t lose your connection. Whether it\'s for your business or your home, you can count on Tropical Computer to keep you up and running![/note]\r\n\r\n ','Home','','inherit','closed','closed','','13-revision-v1','','','2016-03-08 19:09:22','2016-03-08 19:09:22','',13,'http://03c1307.netsolhost.com/tccwordpress/13-revision-v1/',0,'revision','',0),(750,1,'2016-03-08 19:13:43','2016-03-08 19:13:43','Computer Networking & Repair by Tropical Computer in Hobe Sound, FL','Computer Networking & Repair by Tropical Computer in Hobe Sound, FL','','inherit','closed','closed','','screen-shot-2016-03-08-at-2-12-25-pm','','','2016-03-08 19:14:30','2016-03-08 19:14:30','',0,'http://03c1307.netsolhost.com/tccwordpress/wp-content/uploads/2013/05/Screen-Shot-2016-03-08-at-2.12.25-PM.png',0,'attachment','image/png',0),(751,1,'2016-03-08 19:14:54','2016-03-08 19:14:54',' \r\n\r\n<a href=\"http://03c1307.netsolhost.com/tccwordpress/about-us/\"><img class=\"aligncenter wp-image-750 size-full\" src=\"http://03c1307.netsolhost.com/tccwordpress/wp-content/uploads/2013/05/Screen-Shot-2016-03-08-at-2.12.25-PM.png\" alt=\"Computer Networking & Repair by Tropical Computer in Hobe Sound, FL\" width=\"999\" height=\"360\" /></a>\r\n\r\n[note background=\"color\" small_text=\"Get in touch with us today!\" button_text=\"Contact Us\" button_url=\"http://03c1307.netsolhost.com/tccwordpress/contact-us/\"]Don\'t lose your connection. Whether it\'s for your business or your home, you can count on Tropical Computer to keep you up and running![/note]\r\n\r\n ','Home','','inherit','closed','closed','','13-revision-v1','','','2016-03-08 19:14:54','2016-03-08 19:14:54','',13,'http://03c1307.netsolhost.com/tccwordpress/13-revision-v1/',0,'revision','',0); /*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_revslider_css` -- DROP TABLE IF EXISTS `wp_revslider_css`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_revslider_css` ( `id` int(9) NOT NULL auto_increment, `handle` text NOT NULL, `settings` longtext, `hover` longtext, `params` text NOT NULL, `advanced` longtext, UNIQUE KEY `id` (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=117 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_revslider_css` -- LOCK TABLES `wp_revslider_css` WRITE; /*!40000 ALTER TABLE `wp_revslider_css` DISABLE KEYS */; INSERT INTO `wp_revslider_css` VALUES (1,'.tp-caption.medium_grey','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"padding\":\"2px 4px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#888\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"margin\":\"0px\",\"white-space\":\"nowrap\"},\"hover\":\"\"}'),(2,'.tp-caption.small_text','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"14px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"border-width\":\"0px\",\"border-style\":\"none\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"margin\":\"0px\",\"white-space\":\"nowrap\"},\"hover\":\"\"}'),(3,'.tp-caption.medium_text','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"border-width\":\"0px\",\"border-style\":\"none\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"margin\":\"0px\",\"white-space\":\"nowrap\"},\"hover\":\"\"}'),(4,'.tp-caption.large_text','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"40px\",\"line-height\":\"40px\",\"font-family\":\"Arial\",\"border-width\":\"0px\",\"border-style\":\"none\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"margin\":\"0px\",\"white-space\":\"nowrap\"},\"hover\":\"\"}'),(5,'.tp-caption.very_large_text','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"border-width\":\"0px\",\"border-style\":\"none\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"margin\":\"0px\",\"white-space\":\"nowrap\",\"letter-spacing\":\"-2px\"},\"hover\":\"\"}'),(6,'.tp-caption.very_big_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#fff\",\"font-weight\":\"800\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"border-width\":\"0px\",\"border-style\":\"none\",\"padding\":\"0px 4px\",\"background-color\":\"#000\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"margin\":\"0px\",\"white-space\":\"nowrap\",\"padding-top\":\"1px\"},\"hover\":\"\"}'),(7,'.tp-caption.very_big_black','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#000\",\"font-weight\":\"700\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"border-width\":\"0px\",\"border-style\":\"none\",\"padding\":\"0px 4px\",\"background-color\":\"#fff\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"margin\":\"0px\",\"white-space\":\"nowrap\",\"padding-top\":\"1px\"},\"hover\":\"\"}'),(8,'.tp-caption.modern_medium_fat','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#000\",\"font-weight\":\"800\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"border-width\":\"0px\",\"border-style\":\"none\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"margin\":\"0px\",\"white-space\":\"nowrap\"},\"hover\":\"\"}'),(9,'.tp-caption.modern_medium_fat_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#fff\",\"font-weight\":\"800\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"border-width\":\"0px\",\"border-style\":\"none\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"margin\":\"0px\",\"white-space\":\"nowrap\"},\"hover\":\"\"}'),(10,'.tp-caption.modern_medium_light','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#000\",\"font-weight\":\"300\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"border-width\":\"0px\",\"border-style\":\"none\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"margin\":\"0px\",\"white-space\":\"nowrap\"},\"hover\":\"\"}'),(11,'.tp-caption.modern_big_bluebg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#fff\",\"font-weight\":\"800\",\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"padding\":\"3px 10px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#4e5b6c\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"margin\":\"0px\",\"letter-spacing\":\"0\"},\"hover\":\"\"}'),(12,'.tp-caption.modern_big_redbg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"padding\":\"3px 10px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#de543e\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"padding-top\":\"1px\",\"margin\":\"0px\",\"letter-spacing\":\"0\"},\"hover\":\"\"}'),(13,'.tp-caption.modern_small_text_dark','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#555\",\"font-size\":\"14px\",\"line-height\":\"22px\",\"font-family\":\"Arial\",\"border-width\":\"0px\",\"border-style\":\"none\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"margin\":\"0px\",\"white-space\":\"nowrap\"},\"hover\":\"\"}'),(14,'.tp-caption.boxshadow','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','[]','{\"idle\":{\"-moz-box-shadow\":\"0px 0px 20px rgba(0, 0, 0, 0.5)\",\"-webkit-box-shadow\":\"0px 0px 20px rgba(0, 0, 0, 0.5)\",\"box-shadow\":\"0px 0px 20px rgba(0, 0, 0, 0.5)\"},\"hover\":\"\"}'),(15,'.tp-caption.black','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#000\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),(16,'.tp-caption.noshadow','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','[]','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),(17,'.tp-caption.thinheadline_dark','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"rgba(0,0,0,0.85)\",\"font-weight\":\"300\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"transparent\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\"},\"hover\":\"\"}'),(18,'.tp-caption.thintext_dark','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"rgba(0,0,0,0.85)\",\"font-weight\":\"300\",\"font-size\":\"16px\",\"line-height\":\"26px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"transparent\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\"},\"hover\":\"\"}'),(19,'.tp-caption.largeblackbg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#000\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":\"\"}'),(20,'.tp-caption.largepinkbg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#db4360\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":\"\"}'),(21,'.tp-caption.largewhitebg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#000\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#fff\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":\"\"}'),(22,'.tp-caption.largegreenbg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#67ae73\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":\"\"}'),(23,'.tp-caption.excerpt','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"36px\",\"line-height\":\"36px\",\"font-weight\":\"700\",\"font-family\":\"Arial\",\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"rgba(0, 0, 0, 1)\",\"padding\":\"1px 4px 0px 4px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 255, 255)\",\"border-style\":\"none\"}','{\"idle\":{\"text-shadow\":\"none\",\"margin\":\"0px\",\"letter-spacing\":\"-1.5px\",\"width\":\"150px\",\"white-space\":\"normal !important\",\"height\":\"auto\"},\"hover\":\"\"}'),(24,'.tp-caption.large_bold_grey','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(102, 102, 102)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"1px 4px 0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":{\"text-shadow\":\"none\",\"margin\":\"0px\"},\"hover\":\"\"}'),(25,'.tp-caption.medium_thin_grey','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"34px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(102, 102, 102)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"1px 4px 0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":{\"text-shadow\":\"none\",\"margin\":\"0px\"},\"hover\":\"\"}'),(26,'.tp-caption.small_thin_grey','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"18px\",\"line-height\":\"26px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(117, 117, 117)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"1px 4px 0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":{\"text-shadow\":\"none\",\"margin\":\"0px\"},\"hover\":\"\"}'),(27,'.tp-caption.lightgrey_divider','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"text-decoration\":\"none\",\"background-color\":\"rgba(235, 235, 235, 1)\",\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}','{\"idle\":{\"width\":\"370px\",\"height\":\"3px\",\"background-position\":\"initial initial\",\"background-repeat\":\"initial initial\"},\"hover\":\"\"}'),(28,'.tp-caption.large_bold_darkblue','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(52, 73, 94)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(29,'.tp-caption.medium_bg_darkblue','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(52, 73, 94)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(30,'.tp-caption.medium_bold_red','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"24px\",\"line-height\":\"30px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(227, 58, 12)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(31,'.tp-caption.medium_light_red','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"21px\",\"line-height\":\"26px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(227, 58, 12)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(32,'.tp-caption.medium_bg_red','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(227, 58, 12)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(33,'.tp-caption.medium_bold_orange','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"24px\",\"line-height\":\"30px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(243, 156, 18)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(34,'.tp-caption.medium_bg_orange','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(243, 156, 18)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(35,'.tp-caption.grassfloor','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"text-decoration\":\"none\",\"background-color\":\"rgba(160, 179, 151, 1)\",\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}','{\"idle\":{\"width\":\"4000px\",\"height\":\"150px\"},\"hover\":\"\"}'),(36,'.tp-caption.large_bold_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(37,'.tp-caption.medium_light_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(38,'.tp-caption.mediumlarge_light_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(39,'.tp-caption.mediumlarge_light_white_center','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px 0px 0px 0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":{\"text-align\":\"center\"},\"hover\":\"\"}'),(40,'.tp-caption.medium_bg_asbestos','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(127, 140, 141)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(41,'.tp-caption.medium_light_black','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(42,'.tp-caption.large_bold_black','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(43,'.tp-caption.mediumlarge_light_darkblue','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(52, 73, 94)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(44,'.tp-caption.small_light_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"17px\",\"line-height\":\"28px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(45,'.tp-caption.roundedimage','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(46,'.tp-caption.large_bg_black','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"40px\",\"line-height\":\"40px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(0, 0, 0)\",\"padding\":\"10px 20px 15px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(47,'.tp-caption.mediumwhitebg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(255, 255, 255)\",\"padding\":\"5px 15px 10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(0, 0, 0)\",\"border-style\":\"none\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),(48,'.tp-caption.pi_regular_title','{\"translated\":5,\"type\":\"text\",\"version\":\"custom\"}','null','{\"font-family\":\"\\\"Open Sans\\\" sans-serif\",\"font-size\":\"24px\",\"font-weight\":\"normal\",\"color\":\"#444\"}','{\"idle\":{\"border-bottom\":\"none\",\"padding-bottom\":\"0\",\"margin-bottom\":\"5px\"},\"hover\":\"\"}'),(49,'.tp-caption.pi_colored_subtitle','{\"translated\":5,\"type\":\"text\",\"version\":\"custom\"}','null','{\"font-family\":\"\\\"Open Sans\\\" sans-serif\",\"font-size\":\"16px\",\"font-weight\":\"normal\",\"color\":\"#fff\"}','{\"idle\":{\"border-bottom\":\"none\"},\"hover\":\"\"}'),(50,'.tp-caption.pi_regular_text_one_third','{\"translated\":5,\"type\":\"text\",\"version\":\"custom\"}','null','{\"border-width\":\"0px\",\"border-style\":\"none\",\"line-height\":\"20px\",\"color\":\"#666\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"margin\":\"0px\",\"letter-spacing\":\"-1.5px\",\"white-space\":\"normal !important\",\"font\":\"12px \\\"Open Sans\\\", sans-serif\",\"width\":\"330px\"},\"hover\":\"\"}'),(51,'.tp-caption.piregulartitle','{\"hover\":\"false\",\"translated\":5,\"type\":\"text\",\"version\":\"custom\"}','\"\"','{\"font-size\":\"24px\",\"font-weight\":\"normal\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"color\":\"rgb(68, 68, 68)\",\"text-decoration\":\"none\",\"padding\":\"0px\",\"background-color\":\"rgb(255, 255, 255)\",\"border-width\":\"0px\",\"border-color\":\"rgb(68, 68, 68)\",\"border-style\":\"none\"}','{\"idle\":{\"margin-bottom\":\"5px\"},\"hover\":\"\"}'),(52,'.tp-caption.piregulartextonethird','{\"hover\":\"false\",\"translated\":5,\"type\":\"text\",\"version\":\"custom\"}','\"\"','{\"font-size\":\"21px\",\"line-height\":\"28px\",\"font-weight\":\"normal\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"color\":\"rgb(102, 102, 102)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(102, 102, 102)\",\"border-style\":\"none\"}','{\"idle\":{\"text-shadow\":\"none\",\"margin\":\"0px\",\"letter-spacing\":\"-1.5px\",\"font-variant\":\"normal\",\"font-stretch\":\"normal\",\"width\":\"330px\"},\"hover\":\"\"}'),(53,'.tp-caption.picoloredsubtitle','{\"hover\":\"false\",\"translated\":5,\"type\":\"text\",\"version\":\"custom\"}','\"\"','{\"font-size\":\"16px\",\"font-weight\":\"normal\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 255, 255)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(54,'.tp-caption.piregulartextonethird','{\"hover\":\"false\",\"translated\":5,\"type\":\"text\",\"version\":\"custom\"}','\"\"','{\"font-size\":\"21px\",\"line-height\":\"28px\",\"font-weight\":\"normal\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"color\":\"rgb(102, 102, 102)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(102, 102, 102)\",\"border-style\":\"none\"}','{\"idle\":{\"text-shadow\":\"none\",\"margin\":\"0px\",\"letter-spacing\":\"-1.5px\",\"font-variant\":\"normal\",\"font-stretch\":\"normal\",\"width\":\"330px\"},\"hover\":\"\"}'),(55,'.tp-caption.MarkerDisplay','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ff0000\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"font-style\":\"normal\",\"font-family\":\"Permanent Marker\",\"padding\":\"0px 0px 0px 0px\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),(56,'.tp-caption.Restaurant-Display','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"color\":\"#ffffff\",\"font-size\":\"120px\",\"line-height\":\"120px\",\"font-weight\":\"700\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":\"\",\"hover\":\"\"}'),(57,'.tp-caption.Restaurant-Cursive','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"color\":\"#ffffff\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Nothing you could do\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(58,'.tp-caption.Restaurant-ScrollDownText','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"color\":\"#ffffff\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(59,'.tp-caption.Restaurant-Description','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"color\":\"#ffffff\",\"font-size\":\"20px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}'),(60,'.tp-caption.Restaurant-Price','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"color\":\"#ffffff\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}'),(61,'.tp-caption.Restaurant-Menuitem','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"500\",\"easing\":\"Power2.easeInOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(62,'.tp-caption.Furniture-LogoText','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#e6cfa3\",\"color-transparency\":\"1\",\"font-size\":\"160px\",\"line-height\":\"150px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),(63,'.tp-caption.Furniture-Plus','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0.5\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#e6cfa3\",\"color-transparency\":\"1\",\"font-size\":\"20\",\"line-height\":\"20px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"6px\",\"7px\",\"4px\",\"7px\"],\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"text-shadow\":\"none\",\"box-shadow\":\"rgba(0,0,0,0.1) 0 1px 3px\"},\"hover\":\"\"}'),(64,'.tp-caption.Furniture-Title','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"700\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"text-shadow\":\"none\",\"letter-spacing\":\"3px\"},\"hover\":\"\"}'),(65,'.tp-caption.Furniture-Subtitle','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"20px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),(66,'.tp-caption.Gym-Display','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"80px\",\"line-height\":\"70px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":\"\",\"hover\":\"\"}'),(67,'.tp-caption.Gym-Subline','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"5px\"},\"hover\":\"\"}'),(68,'.tp-caption.Gym-SmallText','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"22\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),(69,'.tp-caption.Fashion-SmallText','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"12px\",\"line-height\":\"20px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(70,'.tp-caption.Fashion-BigDisplay','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(71,'.tp-caption.Fashion-TextBlock','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"40px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(72,'.tp-caption.Sports-Display','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"130px\",\"line-height\":\"130px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"13px\"},\"hover\":\"\"}'),(73,'.tp-caption.Sports-DisplayFat','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"130px\",\"line-height\":\"130px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":[\"\"],\"hover\":\"\"}'),(74,'.tp-caption.Sports-Subline','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"32px\",\"line-height\":\"32px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"4px\"},\"hover\":\"\"}'),(75,'.tp-caption.Instagram-Caption','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":\"\",\"hover\":\"\"}'),(76,'.tp-caption.News-Title','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"70px\",\"line-height\":\"60px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Roboto Slab\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":\"\",\"hover\":\"\"}'),(77,'.tp-caption.News-Subtitle','{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"0.65\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"0px\",\"border-radius\":[\"0\",\"0\",\"0px\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"300\",\"easing\":\"Power3.easeInOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"24px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Roboto Slab\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":\"\",\"hover\":\"\"}'),(78,'.tp-caption.Photography-Display','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"80px\",\"line-height\":\"70px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"5px\"},\"hover\":\"\"}'),(79,'.tp-caption.Photography-Subline','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#777777\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}'),(80,'.tp-caption.Photography-ImageHover','{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"0.5\",\"scalex\":\"0.8\",\"scaley\":\"0.8\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"1000\",\"easing\":\"Power3.easeInOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20\",\"line-height\":\"22\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":\"\",\"hover\":\"\"}'),(81,'.tp-caption.Photography-Menuitem','{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#00ffde\",\"background-transparency\":\"0.65\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"200\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"3px\",\"5px\",\"3px\",\"8px\"],\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0.65\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(82,'.tp-caption.Photography-Textblock','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(83,'.tp-caption.Photography-Subline-2','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"0.35\",\"font-size\":\"20px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}'),(84,'.tp-caption.Photography-ImageHover2','{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"0.5\",\"scalex\":\"0.8\",\"scaley\":\"0.8\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"500\",\"easing\":\"Back.easeOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20\",\"line-height\":\"22\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Arial\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":\"\",\"hover\":\"\"}'),(85,'.tp-caption.WebProduct-Title','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#333333\",\"color-transparency\":\"1\",\"font-size\":\"90px\",\"line-height\":\"90px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":\"\",\"hover\":\"\"}'),(86,'.tp-caption.WebProduct-SubTitle','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#999999\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":\"\",\"hover\":\"\"}'),(87,'.tp-caption.WebProduct-Content','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#999999\",\"color-transparency\":\"1\",\"font-size\":\"16px\",\"line-height\":\"24px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":\"\",\"hover\":\"\"}'),(88,'.tp-caption.WebProduct-Menuitem','{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#999999\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"200\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"3px\",\"5px\",\"3px\",\"8px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#333333\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(89,'.tp-caption.WebProduct-Title-Light','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"90px\",\"line-height\":\"90px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":\"\",\"hover\":\"\"}'),(90,'.tp-caption.WebProduct-SubTitle-Light','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"0.35\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":\"\",\"hover\":\"\"}'),(91,'.tp-caption.WebProduct-Content-Light','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"0.65\",\"font-size\":\"16px\",\"line-height\":\"24px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":\"\",\"hover\":\"\"}'),(92,'.tp-caption.FatRounded','{\"hover\":\"true\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#d3d3d3\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"50px\",\"50px\",\"50px\",\"50px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"20px\",\"22px\",\"20px\",\"25px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0.5\",\"border-color\":\"#d3d3d3\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"50px\",\"50px\",\"50px\",\"50px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),(93,'.tp-caption.NotGeneric-Title','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"70px\",\"line-height\":\"70px\",\"font-weight\":\"800\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"10px 0px 10px 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":\"[object Object]\",\"hover\":\"\"}'),(94,'.tp-caption.NotGeneric-SubTitle','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"13px\",\"line-height\":\"20px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"4px\",\"text-align\":\"left\"},\"hover\":\"\"}'),(95,'.tp-caption.NotGeneric-CallToAction','{\"hover\":\"true\",\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":\"0px 0px 0px 0px\",\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power3.easeOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"10px 30px 10px 30px\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}'),(96,'.tp-caption.NotGeneric-Icon','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"default\",\"speed\":\"300\",\"easing\":\"Power3.easeOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"0px 0px 0px 0px\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"0px\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}'),(97,'.tp-caption.NotGeneric-Menuitem','{\"hover\":\"true\",\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":\"0px 0px 0px 0px\",\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"27px 30px 27px 30px\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.15\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}'),(98,'.tp-caption.MarkerStyle','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"30px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"\\\"Permanent Marker\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"text-align\":\"left\",\"0\":\"\"},\"hover\":\"\"}'),(99,'.tp-caption.Gym-Menuitem','{\"hover\":\"true\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"200\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"3px\",\"5px\",\"3px\",\"8px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(100,'.tp-caption.Newspaper-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#FFFFFF\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"13px\",\"line-height\":\"17px\",\"font-weight\":\"700\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#ffffff\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(101,'.tp-caption.Newspaper-Subtitle','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#a8d8ee\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":\"\",\"hover\":\"\"}'),(102,'.tp-caption.Newspaper-Title','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"50px\",\"line-height\":\"55px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Roboto Slab\\\"\",\"padding\":[\"0\",\"0\",\"10px\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":\"\",\"hover\":\"\"}'),(103,'.tp-caption.Newspaper-Title-Centered','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"50px\",\"line-height\":\"55px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Roboto Slab\\\"\",\"padding\":[\"0\",\"0\",\"10px\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"center\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":\"\",\"hover\":\"\"}'),(104,'.tp-caption.Hero-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}'),(105,'.tp-caption.Video-Title','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"5px\",\"5px\",\"5px\",\"5px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"-20%\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":\"\",\"hover\":\"\"}'),(106,'.tp-caption.Video-SubTitle','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"12px\",\"line-height\":\"12px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"5px\",\"5px\",\"5px\",\"5px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0.35\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"-20%\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(107,'.tp-caption.NotGeneric-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}'),(108,'.tp-caption.NotGeneric-BigButton','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"27px\",\"30px\",\"27px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.15\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}'),(109,'.tp-caption.WebProduct-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#333333\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"2\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"300\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"16px\",\"line-height\":\"48px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0px\",\"40px\",\"0px\",\"40px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#333333\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"2\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"1px\"},\"hover\":\"\"}'),(110,'.tp-caption.Restaurant-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffe081\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"300\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#0a0a0a\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}'),(111,'.tp-caption.Gym-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#72a800\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"13px\",\"35px\",\"13px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#8bc027\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"1px\"},\"hover\":\"\"}'),(112,'.tp-caption.Gym-Button-Light','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#72a800\",\"background-transparency\":\"0\",\"border-color\":\"#8bc027\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power2.easeInOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":\"\",\"hover\":\"\"}'),(113,'.tp-caption.Sports-Button-Light','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"500\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(114,'.tp-caption.Sports-Button-Red','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"500\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#db1c22\",\"background-transparency\":\"1\",\"border-color\":\"#db1c22\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(115,'.tp-caption.Photography-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"300\",\"easing\":\"Power3.easeOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"13px\",\"35px\",\"13px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"1px\"},\"hover\":\"\"}'),(116,'.tp-caption.Newspaper-Button-2','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":\"\",\"hover\":\"\"}'); /*!40000 ALTER TABLE `wp_revslider_css` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_revslider_layer_animations` -- DROP TABLE IF EXISTS `wp_revslider_layer_animations`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_revslider_layer_animations` ( `id` int(9) NOT NULL auto_increment, `handle` text NOT NULL, `params` text NOT NULL, `settings` text, UNIQUE KEY `id` (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_revslider_layer_animations` -- LOCK TABLES `wp_revslider_layer_animations` WRITE; /*!40000 ALTER TABLE `wp_revslider_layer_animations` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_revslider_layer_animations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_revslider_navigations` -- DROP TABLE IF EXISTS `wp_revslider_navigations`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_revslider_navigations` ( `id` int(9) NOT NULL auto_increment, `name` varchar(191) NOT NULL, `handle` varchar(191) NOT NULL, `css` longtext NOT NULL, `markup` longtext NOT NULL, `settings` longtext, UNIQUE KEY `id` (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_revslider_navigations` -- LOCK TABLES `wp_revslider_navigations` WRITE; /*!40000 ALTER TABLE `wp_revslider_navigations` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_revslider_navigations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_revslider_settings` -- DROP TABLE IF EXISTS `wp_revslider_settings`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_revslider_settings` ( `id` int(9) NOT NULL auto_increment, `general` text NOT NULL, `params` text NOT NULL, UNIQUE KEY `id` (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_revslider_settings` -- LOCK TABLES `wp_revslider_settings` WRITE; /*!40000 ALTER TABLE `wp_revslider_settings` DISABLE KEYS */; INSERT INTO `wp_revslider_settings` VALUES (1,'a:0:{}',''); /*!40000 ALTER TABLE `wp_revslider_settings` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_revslider_sliders` -- DROP TABLE IF EXISTS `wp_revslider_sliders`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_revslider_sliders` ( `id` int(9) NOT NULL auto_increment, `title` tinytext NOT NULL, `alias` tinytext, `params` longtext NOT NULL, `settings` text, `type` varchar(191) NOT NULL default '', UNIQUE KEY `id` (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_revslider_sliders` -- LOCK TABLES `wp_revslider_sliders` WRITE; /*!40000 ALTER TABLE `wp_revslider_sliders` DISABLE KEYS */; INSERT INTO `wp_revslider_sliders` VALUES (3,'slider1','slider1','{\"hero_active\":\"-1\",\"source_type\":\"gallery\",\"instagram-count\":\"\",\"instagram-transient\":\"1200\",\"instagram-access-token\":\"\",\"instagram-type\":\"user\",\"instagram-user-id\":\"\",\"instagram-hash-tag\":\"\",\"flickr-count\":\"\",\"flickr-transient\":\"1200\",\"flickr-api-key\":\"\",\"flickr-type\":\"publicphotos\",\"flickr-user-url\":\"\",\"flickr-photoset\":\"\",\"flickr-photoset-select\":\"\",\"flickr-gallery-url\":\"\",\"flickr-group-url\":\"\",\"facebook-count\":\"\",\"facebook-transient\":\"1200\",\"facebook-page-url\":\"\",\"facebook-type-source\":\"album\",\"facebook-album\":\"\",\"facebook-album-select\":\"\",\"facebook-app-id\":\"\",\"facebook-app-secret\":\"\",\"twitter-count\":\"\",\"twitter-transient\":\"1200\",\"twitter-user-id\":\"\",\"twitter-image-only\":\"off\",\"twitter-include-retweets\":\"off\",\"twitter-exclude-replies\":\"off\",\"twitter-consumer-key\":\"\",\"twitter-consumer-secret\":\"\",\"twitter-access-token\":\"\",\"twitter-access-secret\":\"\",\"youtube-count\":\"\",\"youtube-transient\":\"1200\",\"youtube-api\":\"\",\"youtube-channel-id\":\"\",\"youtube-type-source\":\"channel\",\"youtube-playlist\":\"\",\"youtube-playlist-select\":\"\",\"vimeo-count\":\"\",\"vimeo-transient\":\"1200\",\"vimeo-type-source\":\"user\",\"vimeo-username\":\"\",\"vimeo-groupname\":\"\",\"vimeo-albumid\":\"\",\"vimeo-channelname\":\"\",\"product_types\":\"product\",\"product_category\":\"\",\"posts_list\":\"\",\"fetch_type\":\"cat_tag\",\"post_types\":\"post\",\"post_category\":\"\",\"product_sortby\":\"ID\",\"product_sort_direction\":\"DESC\",\"max_slider_products\":\"30\",\"excerpt_limit_product\":\"55\",\"reg_price_from\":\"\",\"reg_price_to\":\"\",\"sale_price_from\":\"\",\"sale_price_to\":\"\",\"instock_only\":\"off\",\"featured_only\":\"off\",\"post_sortby\":\"ID\",\"posts_sort_direction\":\"DESC\",\"max_slider_posts\":\"30\",\"excerpt_limit\":\"55\",\"title\":\"slider1\",\"alias\":\"slider1\",\"shortcode\":\"[rev_slider alias=\\\\\\\"slider1\\\\\\\"]\",\"slider-type\":\"standard\",\"slider_type\":\"auto\",\"width\":\"1240\",\"height\":\"600\",\"width_notebook\":\"1024\",\"height_notebook\":\"768\",\"enable_custom_size_notebook\":\"on\",\"width_tablet\":\"778\",\"height_tablet\":\"960\",\"enable_custom_size_tablet\":\"on\",\"width_mobile\":\"480\",\"height_mobile\":\"720\",\"enable_custom_size_iphone\":\"on\",\"full_screen_align_force\":\"off\",\"fullscreen_min_height\":\"\",\"autowidth_force\":\"off\",\"fullscreen_offset_container\":\"\",\"fullscreen_offset_size\":\"\",\"main_overflow_hidden\":\"off\",\"auto_height\":\"off\",\"min_height\":\"\",\"max_width\":\"\",\"force_full_width\":\"off\",\"next_slide_on_window_focus\":\"off\",\"disable_focus_listener\":\"off\",\"def-layer_selection\":\"off\",\"delay\":\"9000\",\"start_js_after_delay\":\"0\",\"def-slide_transition\":\"fade\",\"def-transition_duration\":\"300\",\"def-image_source_type\":\"full\",\"def-background_fit\":\"cover\",\"def-bg_fit_x\":\"100\",\"def-bg_fit_y\":\"100\",\"def-bg_position\":\"center center\",\"def-bg_position_x\":\"0\",\"def-bg_position_y\":\"0\",\"def-bg_repeat\":\"no-repeat\",\"def-kenburn_effect\":\"off\",\"def-kb_start_fit\":\"100\",\"def-kb_easing\":\"Linear.easeNone\",\"def-kb_end_fit\":\"100\",\"def-kb_start_offset_x\":\"0\",\"def-kb_start_offset_y\":\"0\",\"def-kb_end_offset_x\":\"0\",\"def-kb_end_offset_y\":\"0\",\"def-kb_start_rotate\":\"0\",\"def-kb_end_rotate\":\"0\",\"def-kb_duration\":\"10000\",\"0\":\"blank\",\"start_with_slide_enable\":\"off\",\"start_with_slide\":\"1\",\"first_transition_active\":\"off\",\"first_transition_type\":\"fade\",\"first_transition_duration\":\"300\",\"first_transition_slot_amount\":\"7\",\"stop_on_hover\":\"on\",\"stop_slider\":\"off\",\"stop_after_loops\":\"0\",\"stop_at_slide\":\"1\",\"shuffle\":\"off\",\"loop_slide\":\"off\",\"label_viewport\":\"off\",\"viewport_start\":\"wait\",\"viewport_area\":\"80\",\"waitforinit\":\"off\",\"enable_progressbar\":\"on\",\"show_timerbar\":\"top\",\"progress_height\":\"5\",\"progress_opa\":\"15\",\"progressbar_color\":\"#000000\",\"disable_on_mobile\":\"off\",\"disable_kenburns_on_mobile\":\"off\",\"hide_slider_under\":\"0\",\"hide_defined_layers_under\":\"0\",\"hide_all_layers_under\":\"0\",\"shadow_type\":\"1\",\"background_dotted_overlay\":\"none\",\"background_color\":\"transparent\",\"padding\":\"0\",\"show_background_image\":\"off\",\"background_image\":\"http:\\/\\/03c1307.netsolhost.com\\/tccwordpress\\/wp-content\\/uploads\\/2013\\/05\\/computer-products.png\",\"bg_fit\":\"cover\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center center\",\"position\":\"center\",\"margin_top\":\"0\",\"margin_bottom\":\"0\",\"margin_left\":\"0\",\"margin_right\":\"0\",\"use_spinner\":\"-1\",\"spinner_color\":\"#FFFFFF\",\"enable_arrows\":\"off\",\"rtl_arrows\":\"off\",\"navigation_arrow_style\":\"round\",\"navigation_arrows_preset\":\"default\",\"ph-round-arrows-hover-bg-color-color-rgba-def\":\"off\",\"ph-round-arrows-hover-bg-color-color-rgba\":\"#000000\",\"ph-round-arrows-arrow-size-custom-def\":\"off\",\"ph-round-arrows-arrow-size-custom\":\"20\",\"ph-round-arrows-arrow-color-color-def\":\"off\",\"ph-round-arrows-arrow-color-color\":\"#ffffff\",\"ph-round-arrows-bg-size-custom-def\":\"off\",\"ph-round-arrows-bg-size-custom\":\"40\",\"ph-round-arrows-bg-color-custom-def\":\"off\",\"ph-round-arrows-bg-color-custom\":\"0,0,0,0.5\",\"arrows_always_on\":\"true\",\"hide_arrows\":\"200\",\"hide_arrows_mobile\":\"1200\",\"hide_arrows_on_mobile\":\"on\",\"arrows_under_hidden\":\"600\",\"hide_arrows_over\":\"off\",\"arrows_over_hidden\":\"0\",\"leftarrow_align_hor\":\"left\",\"leftarrow_align_vert\":\"center\",\"leftarrow_offset_hor\":\"30\",\"leftarrow_offset_vert\":\"0\",\"leftarrow_position\":\"slider\",\"rightarrow_align_hor\":\"right\",\"rightarrow_align_vert\":\"center\",\"rightarrow_offset_hor\":\"30\",\"rightarrow_offset_vert\":\"0\",\"rightarrow_position\":\"slider\",\"enable_bullets\":\"on\",\"rtl_bullets\":\"off\",\"navigation_bullets_style\":\"round-old\",\"navigation_bullets_preset\":\"default\",\"ph-round-old-bullets-border-hover-color-color-rgba-def\":\"off\",\"ph-round-old-bullets-border-hover-color-color-rgba\":\"#000000\",\"ph-round-old-bullets-back-hover-color-color-rgba-def\":\"off\",\"ph-round-old-bullets-back-hover-color-color-rgba\":\"#ffffff\",\"ph-round-old-bullets-border-size-custom-def\":\"off\",\"ph-round-old-bullets-border-size-custom\":\"3\",\"ph-round-old-bullets-border-color-color-rgba-def\":\"off\",\"ph-round-old-bullets-border-color-color-rgba\":\"rgba(255,255,255,0.9)\",\"ph-round-old-bullets-back-color-color-rgba-def\":\"off\",\"ph-round-old-bullets-back-color-color-rgba\":\"#999999\",\"ph-round-old-bullets-bullet-size-custom-def\":\"off\",\"ph-round-old-bullets-bullet-size-custom\":\"12\",\"bullets_space\":\"5\",\"bullets_direction\":\"horizontal\",\"bullets_always_on\":\"true\",\"hide_bullets\":\"200\",\"hide_bullets_mobile\":\"1200\",\"hide_bullets_on_mobile\":\"on\",\"bullets_under_hidden\":\"600\",\"hide_bullets_over\":\"off\",\"bullets_over_hidden\":\"0\",\"bullets_align_hor\":\"center\",\"bullets_align_vert\":\"bottom\",\"bullets_offset_hor\":\"0\",\"bullets_offset_vert\":\"30\",\"bullets_position\":\"slider\",\"enable_thumbnails\":\"off\",\"rtl_thumbnails\":\"off\",\"thumbnails_padding\":\"5\",\"span_thumbnails_wrapper\":\"off\",\"thumbnails_wrapper_color\":\"transparent\",\"thumbnails_wrapper_opacity\":\"100\",\"thumbnails_style\":\"round\",\"navigation_thumbs_preset\":\"default\",\"ph-round-thumbs-title-font-size-custom-def\":\"off\",\"ph-round-thumbs-title-font-size-custom\":\"12\",\"ph-round-thumbs-title-color-color-rgba-def\":\"off\",\"ph-round-thumbs-title-color-color-rgba\":\"#ffffff\",\"ph-round-thumbs-title-bg-color-rgba-def\":\"off\",\"ph-round-thumbs-title-bg-color-rgba\":\"rgba(0,0,0,0.85)\",\"thumb_amount\":\"5\",\"thumbnails_space\":\"5\",\"thumbnail_direction\":\"horizontal\",\"thumb_width\":\"100\",\"thumb_height\":\"50\",\"thumb_width_min\":\"100\",\"thumbs_always_on\":\"false\",\"hide_thumbs\":\"200\",\"hide_thumbs_mobile\":\"1200\",\"hide_thumbs_on_mobile\":\"off\",\"thumbs_under_hidden\":\"0\",\"hide_thumbs_over\":\"off\",\"thumbs_over_hidden\":\"0\",\"thumbnails_inner_outer\":\"inner\",\"thumbnails_align_hor\":\"center\",\"thumbnails_align_vert\":\"bottom\",\"thumbnails_offset_hor\":\"0\",\"thumbnails_offset_vert\":\"20\",\"thumbnails_position\":\"slider\",\"enable_tabs\":\"off\",\"rtl_tabs\":\"off\",\"tabs_padding\":\"5\",\"span_tabs_wrapper\":\"off\",\"tabs_wrapper_color\":\"transparent\",\"tabs_wrapper_opacity\":\"5\",\"tabs_style\":\"\",\"navigation_tabs_preset\":\"default\",\"tabs_amount\":\"5\",\"tabs_space\":\"5\",\"tabs_direction\":\"horizontal\",\"tabs_width\":\"100\",\"tabs_height\":\"50\",\"tabs_width_min\":\"100\",\"tabs_always_on\":\"false\",\"hide_tabs\":\"200\",\"hide_tabs_mobile\":\"1200\",\"hide_tabs_on_mobile\":\"off\",\"tabs_under_hidden\":\"0\",\"hide_tabs_over\":\"off\",\"tabs_over_hidden\":\"0\",\"tabs_inner_outer\":\"inner\",\"tabs_align_hor\":\"center\",\"tabs_align_vert\":\"bottom\",\"tabs_offset_hor\":\"0\",\"tabs_offset_vert\":\"20\",\"tabs_position\":\"slider\",\"touchenabled\":\"on\",\"drag_block_vertical\":\"off\",\"swipe_velocity\":\"75\",\"swipe_min_touches\":\"50\",\"swipe_direction\":\"horizontal\",\"keyboard_navigation\":\"off\",\"keyboard_direction\":\"horizontal\",\"mousescroll_navigation\":\"off\",\"mousescroll_navigation_reverse\":\"default\",\"previewimage_width\":\"100\",\"previewimage_height\":\"50\",\"carousel_infinity\":\"off\",\"carousel_space\":\"0\",\"carousel_borderr\":\"0\",\"carousel_borderr_unit\":\"px\",\"carousel_padding_top\":\"0\",\"carousel_padding_bottom\":\"0\",\"carousel_maxitems\":\"3\",\"carousel_stretch\":\"off\",\"carousel_fadeout\":\"on\",\"carousel_varyfade\":\"off\",\"carousel_rotation\":\"off\",\"carousel_varyrotate\":\"off\",\"carousel_maxrotation\":\"0\",\"carousel_scale\":\"off\",\"carousel_varyscale\":\"off\",\"carousel_scaledown\":\"50\",\"carousel_hposition\":\"center\",\"carousel_vposition\":\"center\",\"use_parallax\":\"on\",\"disable_parallax_mobile\":\"off\",\"ddd_parallax\":\"off\",\"ddd_parallax_shadow\":\"off\",\"ddd_parallax_bgfreeze\":\"off\",\"ddd_parallax_overflow\":\"off\",\"ddd_parallax_layer_overflow\":\"off\",\"ddd_parallax_zcorrection\":\"65\",\"parallax_type\":\"mouse\",\"parallax_origo\":\"slidercenter\",\"parallax_speed\":\"2000\",\"parallax_level_16\":\"55\",\"parallax_level_1\":\"2\",\"parallax_level_2\":\"3\",\"parallax_level_3\":\"4\",\"parallax_level_4\":\"5\",\"parallax_level_5\":\"6\",\"parallax_level_6\":\"7\",\"parallax_level_7\":\"12\",\"parallax_level_8\":\"16\",\"parallax_level_9\":\"10\",\"parallax_level_10\":\"50\",\"parallax_level_11\":\"47\",\"parallax_level_12\":\"48\",\"parallax_level_13\":\"49\",\"parallax_level_14\":\"50\",\"parallax_level_15\":\"51\",\"lazy_load_type\":\"smart\",\"simplify_ie8_ios4\":\"off\",\"show_alternative_type\":\"off\",\"show_alternate_image\":\"\",\"jquery_noconflict\":\"off\",\"js_to_body\":\"false\",\"output_type\":\"none\",\"jquery_debugmode\":\"off\",\"custom_css\":\".rev_slider_wrapper{\\nmargin-left: -30px !important;\\n}\",\"custom_javascript\":\"\"}','{\"version\":5}',''); /*!40000 ALTER TABLE `wp_revslider_sliders` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_revslider_slides` -- DROP TABLE IF EXISTS `wp_revslider_slides`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_revslider_slides` ( `id` int(9) NOT NULL auto_increment, `slider_id` int(9) NOT NULL, `slide_order` int(11) NOT NULL, `params` longtext NOT NULL, `layers` longtext NOT NULL, `settings` text NOT NULL, UNIQUE KEY `id` (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=14 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_revslider_slides` -- LOCK TABLES `wp_revslider_slides` WRITE; /*!40000 ALTER TABLE `wp_revslider_slides` DISABLE KEYS */; INSERT INTO `wp_revslider_slides` VALUES (10,3,1,'{\"title\":\"Slide1\",\"state\":\"published\",\"slide_transition\":[\"random\"],\"slot_amount\":[\"7\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"300\"],\"delay\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"enable_video\":\"false\",\"video_id\":\"\",\"video_autoplay\":\"true\",\"slide_thumb\":\"\",\"0\":\"Clear\",\"fullwidth_centering\":\"true\",\"background_type\":\"image\",\"slide_bg_color\":\"#E7E7E7\",\"image\":\"http:\\/\\/03c1307.netsolhost.com\\/tccwordpress\\/wp-content\\/uploads\\/2013\\/05\\/computer-products.png\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"class_attr\":\"\",\"id_attr\":\"\",\"attr_attr\":\"\",\"data_attr\":\"\",\"image_id\":\"744\",\"slide_bg_external\":\"\",\"bg_fit\":\"normal\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center top\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_end_position_x\":\"0\",\"bg_end_position_y\":\"0\",\"bg_end_position\":\"center top\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_duration\":\"9000\",\"kb_easing\":\"Linear.easeNone\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"title_option\":\"media_library\",\"title_attr\":\"\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=1\",\"slide_parallax_level\":\"-\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"stoponpurpose\":\"false\",\"invisibleslide\":\"false\",\"hideslideafter\":\"0\",\"hideslideonmobile\":\"off\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"ph-round-arrows-bg-color-custom-slide\":\"off\",\"ph-round-arrows-bg-color-custom\":\"0,0,0,0.5\",\"ph-round-arrows-bg-size-custom-slide\":\"off\",\"ph-round-arrows-bg-size-custom\":\"40\",\"ph-round-arrows-arrow-color-color-slide\":\"off\",\"ph-round-arrows-arrow-color-color\":\"#ffffff\",\"ph-round-arrows-arrow-size-custom-slide\":\"off\",\"ph-round-arrows-arrow-size-custom\":\"20\",\"ph-round-arrows-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-arrows-hover-bg-color-color-rgba\":\"#000000\",\"ph-round-old-bullets-bullet-size-custom-slide\":\"off\",\"ph-round-old-bullets-bullet-size-custom\":\"12\",\"ph-round-old-bullets-back-color-color-rgba-slide\":\"off\",\"ph-round-old-bullets-back-color-color-rgba\":\"#999999\",\"ph-round-old-bullets-border-color-color-rgba-slide\":\"off\",\"ph-round-old-bullets-border-color-color-rgba\":\"rgba(255,255,255,0.9)\",\"ph-round-old-bullets-border-size-custom-slide\":\"off\",\"ph-round-old-bullets-border-size-custom\":\"3\",\"ph-round-old-bullets-back-hover-color-color-rgba-slide\":\"off\",\"ph-round-old-bullets-back-hover-color-color-rgba\":\"#ffffff\",\"ph-round-old-bullets-border-hover-color-color-rgba-slide\":\"off\",\"ph-round-old-bullets-border-hover-color-color-rgba\":\"#000000\",\"ph-round-thumbs-title-bg-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-bg-color-rgba\":\"rgba(0,0,0,0.85)\",\"ph-round-thumbs-title-color-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-color-color-rgba\":\"#ffffff\",\"ph-round-thumbs-title-font-size-custom-slide\":\"off\",\"ph-round-thumbs-title-font-size-custom\":\"12\",\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"0\":\"Clear\"}','[{\"text\":\"PC & Laptop Repair\",\"type\":\"text\",\"left\":{\"desktop\":43},\"top\":{\"desktop\":27},\"animation\":\"tp-fade\",\"easing\":\"easeOutExpo\",\"speed\":300,\"hiddenunder\":false,\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"video_autoplay\":false,\"style\":\"largewhitebg\",\"time\":1100,\"endtime\":9300,\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"serial\":0,\"timeLast\":7900,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"loop_speed\":\"2\",\"loop_startdeg\":\"-20\",\"loop_enddeg\":\"20\",\"loop_xorigin\":\"50\",\"loop_yorigin\":\"50\",\"loop_xstart\":\"0\",\"loop_xend\":\"0\",\"loop_ystart\":\"0\",\"loop_yend\":\"0\",\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"parallax_level\":\"-\",\"whitespace\":{\"desktop\":\"nowrap\"},\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"resizeme\":true,\"scrollunder_offset\":\"\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":818,\"height\":70,\"endWithSlide\":true,\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"link_id\":\"\",\"link_class\":\"\",\"link_title\":\"\",\"link_rel\":\"\",\"x_start\":\"inherit\",\"x_end\":\"inherit\",\"y_start\":\"inherit\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"-\",\"font-family\":\"\\\"Open Sans\\\"\",\"padding\":[\"0px\",\"20px\",\"0px\",\"20px\"],\"background-color\":\"#fff\",\"background-transparency\":100,\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"font-style\":\"normal\",\"color-transparency\":1,\"text-decoration\":\"none\",\"text-align\":\"left\",\"text-transform\":\"none\",\"border-color\":\"transparent\",\"border-transparency\":1,\"border-style\":\"none\",\"border-width\":\"0\",\"x\":0,\"y\":0,\"z\":0,\"skewx\":0,\"skewy\":0,\"scalex\":1,\"scaley\":1,\"opacity\":1,\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"pers\":600,\"corner_left\":\"nothing\",\"corner_right\":\"nothing\"},\"inline\":[],\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":0,\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":0,\"border-radius\":[0,0,0,0],\"x\":0,\"y\":0,\"z\":0,\"skewx\":0,\"skewy\":0,\"scalex\":1,\"scaley\":1,\"opacity\":1,\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":0,\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"static_styles\":{\"color\":{\"desktop\":\"#000\"},\"font-weight\":{\"desktop\":\"300\"},\"font-size\":{\"desktop\":\"50px\"},\"line-height\":{\"desktop\":\"70px\"},\"font-family\":\"\\\"Open Sans\\\"\"},\"subtype\":\"\",\"specialsettings\":{},\"internal_class\":\"\",\"hover\":false,\"alias\":\"pc & laptop repair\",\"html_tag\":\"div\",\"parallax_layer_ddd_zlevel\":\"front\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":0,\"mask_y_start\":0,\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_x_end\":0,\"mask_y_end\":0,\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"video_width\":{\"desktop\":480},\"video_height\":{\"desktop\":360},\"static_end\":\"last\",\"seo-optimized\":false,\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"cover_mode\":\"custom\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-transparency\":1,\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-transparency\":1,\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"split_in_extratime\":-10,\"split_out_extratime\":-10,\"unique_id\":1},{\"text\":\"Diagnostics, repair, networking & web services for home & business...\",\"type\":\"text\",\"left\":{\"desktop\":107},\"top\":{\"desktop\":135},\"animation\":\"tp-fade\",\"easing\":\"easeOutExpo\",\"speed\":300,\"hiddenunder\":false,\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"video_autoplay\":false,\"style\":\"thinheadline_dark\",\"time\":1400,\"endtime\":9300,\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"serial\":1,\"timeLast\":7600,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"loop_speed\":\"2\",\"loop_startdeg\":\"-20\",\"loop_enddeg\":\"20\",\"loop_xorigin\":\"50\",\"loop_yorigin\":\"50\",\"loop_xstart\":\"0\",\"loop_xend\":\"0\",\"loop_ystart\":\"0\",\"loop_yend\":\"0\",\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"40px\"},\"max_width\":{\"desktop\":\"407px\"},\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"parallax_level\":\"-\",\"whitespace\":{\"desktop\":\"normal\"},\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"resizeme\":true,\"scrollunder_offset\":\"\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":407,\"height\":47,\"endWithSlide\":true,\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"link_id\":\"\",\"link_class\":\"\",\"link_title\":\"\",\"link_rel\":\"\",\"static_end\":\"1\",\"x_start\":\"inherit\",\"x_end\":\"inherit\",\"y_start\":\"inherit\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"-\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"transparent\",\"background-transparency\":100,\"padding\":[0,0,0,0],\"font-style\":\"normal\",\"color-transparency\":1,\"text-decoration\":\"none\",\"text-align\":\"left\",\"text-transform\":\"none\",\"border-color\":\"transparent\",\"border-transparency\":1,\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[0,0,0,0],\"x\":0,\"y\":0,\"z\":0,\"skewx\":0,\"skewy\":0,\"scalex\":1,\"scaley\":1,\"opacity\":1,\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"pers\":600,\"corner_left\":\"nothing\",\"corner_right\":\"nothing\"},\"inline\":[],\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":0,\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":0,\"border-radius\":[0,0,0,0],\"x\":0,\"y\":0,\"z\":0,\"skewx\":0,\"skewy\":0,\"scalex\":1,\"scaley\":1,\"opacity\":1,\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":0,\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"static_styles\":{\"color\":{\"desktop\":\"#000000\"},\"font-weight\":{\"desktop\":\"300\"},\"font-size\":{\"desktop\":\"30px\"},\"line-height\":{\"desktop\":\"30px\"},\"font-family\":\"\\\"Open Sans\\\"\"},\"subtype\":\"\",\"specialsettings\":{},\"internal_class\":\"\",\"hover\":false,\"alias\":\"diagnostics, repair,...\",\"html_tag\":\"div\",\"parallax_layer_ddd_zlevel\":\"front\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":0,\"mask_y_start\":0,\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_x_end\":0,\"mask_y_end\":0,\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"video_width\":{\"desktop\":480},\"video_height\":{\"desktop\":360},\"seo-optimized\":false,\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"cover_mode\":\"custom\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-transparency\":1,\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-transparency\":1,\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"split_in_extratime\":-10,\"split_out_extratime\":-10,\"unique_id\":2},{\"text\":\"<a href=\'http:\\/\\/03c1307.netsolhost.com\\/tccwordpress\\/about-us\\/\' class=\'tp-button red small\'>Learn More<\\/a>\",\"type\":\"text\",\"left\":{\"desktop\":108},\"top\":{\"desktop\":243},\"animation\":\"tp-fade\",\"easing\":\"easeOutExpo\",\"speed\":300,\"hiddenunder\":false,\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"video_autoplay\":false,\"style\":\"\",\"time\":1700,\"endtime\":9300,\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"serial\":2,\"timeLast\":7000,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"loop_speed\":\"2\",\"loop_startdeg\":\"-20\",\"loop_enddeg\":\"20\",\"loop_xorigin\":\"50\",\"loop_yorigin\":\"50\",\"loop_xstart\":\"0\",\"loop_xend\":\"0\",\"loop_ystart\":\"0\",\"loop_yend\":\"0\",\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"parallax_level\":\"-\",\"whitespace\":{\"desktop\":\"nowrap\"},\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"resizeme\":true,\"scrollunder_offset\":\"\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":97,\"height\":45,\"endWithSlide\":true,\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"link_id\":\"\",\"link_class\":\"\",\"link_title\":\"\",\"link_rel\":\"\",\"static_end\":\"1\",\"x_start\":\"inherit\",\"x_end\":\"inherit\",\"y_start\":\"inherit\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"-\",\"font-family\":\"\",\"padding\":[0,0,0,0],\"font-style\":\"normal\",\"color-transparency\":1,\"text-decoration\":\"none\",\"text-align\":\"left\",\"text-transform\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":1,\"border-color\":\"transparent\",\"border-transparency\":1,\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[0,0,0,0],\"x\":0,\"y\":0,\"z\":0,\"skewx\":0,\"skewy\":0,\"scalex\":1,\"scaley\":1,\"opacity\":1,\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"pers\":600,\"corner_left\":\"nothing\",\"corner_right\":\"nothing\"},\"subtype\":\"\",\"specialsettings\":{},\"internal_class\":\"\",\"hover\":false,\"alias\":\"learn more\",\"html_tag\":\"div\",\"parallax_layer_ddd_zlevel\":\"front\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":0,\"mask_y_start\":0,\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_x_end\":0,\"mask_y_end\":0,\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"video_width\":{\"desktop\":480},\"video_height\":{\"desktop\":360},\"seo-optimized\":false,\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":20},\"line-height\":{\"desktop\":22},\"font-weight\":{\"desktop\":400},\"color\":{\"desktop\":\"#ffffff\"}},\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-transparency\":1,\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-transparency\":1,\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":0,\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":0,\"border-radius\":[0,0,0,0],\"x\":0,\"y\":0,\"z\":0,\"skewx\":0,\"skewy\":0,\"scalex\":1,\"scaley\":1,\"opacity\":1,\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":0,\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"split_in_extratime\":-10,\"split_out_extratime\":-10,\"unique_id\":3},{\"style\":\"\",\"text\":\"Image 7\",\"type\":\"image\",\"image_url\":\"http:\\/\\/03c1307.netsolhost.com\\/tccwordpress\\/wp-content\\/uploads\\/2013\\/05\\/laptop-repair.png\",\"left\":{\"desktop\":555},\"top\":{\"desktop\":81},\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"loop_speed\":\"2\",\"loop_startdeg\":\"-20\",\"loop_enddeg\":\"20\",\"loop_xorigin\":\"50\",\"loop_yorigin\":\"50\",\"loop_xstart\":\"0\",\"loop_xend\":\"0\",\"loop_ystart\":\"0\",\"loop_yend\":\"0\",\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"animation\":\"tp-fade\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"parallax_level\":\"-\",\"whitespace\":{\"desktop\":\"nowrap\"},\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"time\":2000,\"endtime\":9300,\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":314,\"height\":324,\"serial\":3,\"timeLast\":7000,\"endWithSlide\":true,\"max_height\":{\"desktop\":\"\"},\"max_width\":{\"desktop\":\"\"},\"2d_rotation\":\"\",\"alt\":\"\",\"scaleX\":\"314\",\"scaleY\":\"324\",\"scaleProportional\":true,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"link_id\":\"\",\"link_class\":\"\",\"link_title\":\"\",\"link_rel\":\"\",\"static_end\":\"1\",\"x_start\":\"inherit\",\"x_end\":\"inherit\",\"y_start\":\"inherit\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"-\",\"font-family\":\"\",\"padding\":[0,0,0,0],\"font-style\":\"normal\",\"color-transparency\":1,\"text-decoration\":\"none\",\"text-align\":\"left\",\"text-transform\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":1,\"border-color\":\"transparent\",\"border-transparency\":1,\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[0,0,0,0],\"x\":0,\"y\":0,\"z\":0,\"skewx\":0,\"skewy\":0,\"scalex\":1,\"scaley\":1,\"opacity\":1,\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"pers\":600,\"corner_left\":\"nothing\",\"corner_right\":\"nothing\"},\"subtype\":\"\",\"specialsettings\":{},\"internal_class\":\"\",\"hover\":false,\"alias\":\"image 7\",\"html_tag\":\"div\",\"parallax_layer_ddd_zlevel\":\"front\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":0,\"mask_y_start\":0,\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_x_end\":0,\"mask_y_end\":0,\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"video_width\":{\"desktop\":480},\"video_height\":{\"desktop\":360},\"seo-optimized\":false,\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":20},\"line-height\":{\"desktop\":22},\"font-weight\":{\"desktop\":400},\"color\":{\"desktop\":\"#ffffff\"}},\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-transparency\":1,\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-transparency\":1,\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":0,\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":0,\"border-radius\":[0,0,0,0],\"x\":0,\"y\":0,\"z\":0,\"skewx\":0,\"skewy\":0,\"scalex\":1,\"scaley\":1,\"opacity\":1,\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":0,\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"split_in_extratime\":-10,\"split_out_extratime\":-10,\"unique_id\":4}]','\"\"'); /*!40000 ALTER TABLE `wp_revslider_slides` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_revslider_static_slides` -- DROP TABLE IF EXISTS `wp_revslider_static_slides`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_revslider_static_slides` ( `id` int(9) NOT NULL auto_increment, `slider_id` int(9) NOT NULL, `params` longtext NOT NULL, `layers` longtext NOT NULL, `settings` text NOT NULL, UNIQUE KEY `id` (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_revslider_static_slides` -- LOCK TABLES `wp_revslider_static_slides` WRITE; /*!40000 ALTER TABLE `wp_revslider_static_slides` DISABLE KEYS */; INSERT INTO `wp_revslider_static_slides` VALUES (1,3,'{\"background_type\":\"trans\"}','',''); /*!40000 ALTER TABLE `wp_revslider_static_slides` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_term_relationships` -- DROP TABLE IF EXISTS `wp_term_relationships`; SET @saved_cs_client = @@character_set_client; 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=MyISAM DEFAULT CHARSET=utf8; 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 (10,2,0),(11,2,0),(14,2,0),(25,2,0),(28,2,0),(75,41,0),(298,41,0),(299,41,0),(391,36,0),(404,38,0),(405,37,0),(406,40,0),(407,38,0),(408,38,0),(409,40,0),(410,36,0),(411,37,0),(413,38,0),(415,40,0),(416,38,0),(658,41,0),(659,41,0),(660,41,0),(661,41,0),(662,41,0),(663,41,0),(664,41,0),(665,41,0),(666,41,0),(667,41,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`; SET @saved_cs_client = @@character_set_client; 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) NOT NULL default '', `description` longtext 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=MyISAM AUTO_INCREMENT=47 DEFAULT CHARSET=utf8; 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,0),(2,2,'nav_menu','',0,5),(3,3,'portfolio-category','Default portfolio category.',0,0),(4,4,'category','',0,0),(5,5,'category','',0,0),(6,6,'category','',0,0),(7,7,'post_tag','',0,0),(8,8,'post_tag','',0,0),(9,9,'post_tag','',0,0),(10,10,'post_tag','',0,0),(11,11,'post_tag','',0,0),(12,12,'post_tag','',0,0),(13,13,'post_tag','',0,0),(14,14,'post_tag','',0,0),(15,15,'post_tag','',0,0),(16,16,'post_tag','',0,0),(17,17,'post_tag','',0,0),(18,18,'post_tag','',0,0),(19,19,'post_tag','',0,0),(20,20,'post_tag','',0,0),(21,21,'post_tag','',0,0),(22,22,'post_tag','',0,0),(23,23,'post_tag','',0,0),(24,24,'post_tag','',0,0),(25,25,'post_tag','',0,0),(26,26,'post_tag','',0,0),(27,27,'post_tag','',0,0),(28,28,'post_tag','',0,0),(29,29,'post_tag','',0,0),(30,30,'post_tag','',0,0),(31,31,'post_tag','',0,0),(32,32,'post_tag','',0,0),(33,33,'post_tag','',0,0),(34,34,'post_tag','',0,0),(35,35,'portfolio-category','',0,0),(36,36,'portfolio-category','',0,2),(37,37,'portfolio-category','',0,2),(38,38,'portfolio-category','',0,5),(39,39,'portfolio-category','',0,0),(40,40,'portfolio-category','',0,3),(41,41,'nav_menu','',0,13),(42,42,'post_format','',0,0),(43,43,'post_format','',0,0),(44,44,'post_format','',0,0),(45,45,'post_format','',0,0),(46,46,'post_format','',0,0); /*!40000 ALTER TABLE `wp_term_taxonomy` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_termmeta` -- DROP TABLE IF EXISTS `wp_termmeta`; SET @saved_cs_client = @@character_set_client; 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) default NULL, `meta_value` longtext, PRIMARY KEY (`meta_id`), KEY `term_id` (`term_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; 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`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_terms` ( `term_id` bigint(20) unsigned NOT NULL auto_increment, `name` varchar(200) NOT NULL default '', `slug` varchar(200) NOT NULL default '', `term_group` bigint(10) NOT NULL default '0', PRIMARY KEY (`term_id`), KEY `slug` (`slug`(191)), KEY `name` (`name`(191)) ) ENGINE=MyISAM AUTO_INCREMENT=47 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_terms` -- LOCK TABLES `wp_terms` WRITE; /*!40000 ALTER TABLE `wp_terms` DISABLE KEYS */; INSERT INTO `wp_terms` VALUES (1,'Uncategorized','uncategorized',0),(2,'Main','main',0),(3,'Default','default',0),(4,'Category 1','category-1',0),(5,'Video','video',0),(6,'Web design','web-design',0),(7,'audio','audio-2',0),(8,'blockquote','blockquote',0),(9,'CSS3','css3',0),(10,'design','design',0),(11,'guitar','guitar',0),(12,'HTML5','html5',0),(13,'jQuery','jquery',0),(14,'link','link',0),(15,'MySQL','mysql',0),(16,'no image','no-image',0),(17,'player','player',0),(18,'print','print',0),(19,'Programming','programming',0),(20,'psd','psd',0),(21,'quote','quote',0),(22,'reference','reference',0),(23,'responsive','responsive',0),(24,'sample','sample',0),(25,'song','song',0),(26,'Tag1','tag1',0),(27,'text','text',0),(28,'track','track',0),(29,'video','video-2',0),(30,'video post','video-post',0),(31,'vimeo','vimeo',0),(32,'Web design','web-design',0),(33,'website','website',0),(34,'youtube','youtube',0),(35,'Audio','audio',0),(36,'Graphic design','graphic-design',0),(37,'Motion Graphics','motion-graphics',0),(38,'Photography','photography',0),(39,'Video','video',0),(40,'Web design','web-design',0),(41,'Menu','menu',0),(42,'Link','post-format-link',0),(43,'Quote','post-format-quote',0),(44,'Audio','post-format-audio',0),(45,'Video','post-format-video',0),(46,'Gallery','post-format-gallery',0); /*!40000 ALTER TABLE `wp_terms` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_usermeta` -- DROP TABLE IF EXISTS `wp_usermeta`; SET @saved_cs_client = @@character_set_client; 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) default NULL, `meta_value` longtext, PRIMARY KEY (`umeta_id`), KEY `user_id` (`user_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=MyISAM AUTO_INCREMENT=28 DEFAULT CHARSET=utf8; 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,'first_name',''),(2,1,'last_name',''),(3,1,'nickname','mrtropicaljim'),(4,1,'description',''),(5,1,'rich_editing','true'),(6,1,'comment_shortcuts','false'),(7,1,'admin_color','fresh'),(8,1,'use_ssl','0'),(9,1,'show_admin_bar_front','true'),(10,1,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(11,1,'wp_user_level','10'),(12,1,'dismissed_wp_pointers','wp350_media,wp360_revisions,wp360_locks,wp390_widgets,wp410_dfw'),(13,1,'show_welcome_panel','1'),(14,1,'wp_dashboard_quick_press_last_post_id','753'),(25,1,'session_tokens','a:1:{s:64:\"8ab41942985b4dcf9d2f1574e47e484a1e9bc3b12961adb95e1b7cb2e4a3bfeb\";a:4:{s:10:\"expiration\";i:1462148522;s:2:\"ip\";s:12:\"65.32.157.87\";s:2:\"ua\";s:121:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36\";s:5:\"login\";i:1461975722;}}'),(16,1,'wp_user-settings','libraryContent=browse&editor=html&galcols=3&hidetb=1&align=right&urlbutton=none&advImgDetails=show'),(17,1,'wp_user-settings-time','1461979387'),(18,1,'managenav-menuscolumnshidden','a:4:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";}'),(19,1,'metaboxhidden_nav-menus','a:2:{i:0;s:8:\"add-post\";i:1;s:12:\"add-post_tag\";}'),(20,1,'nav_menu_recently_edited','2'),(21,1,'closedpostboxes_page','a:0:{}'),(22,1,'metaboxhidden_page','a:3:{i:0;s:10:\"postcustom\";i:1;s:7:\"slugdiv\";i:2;s:9:\"authordiv\";}'),(26,1,'wporg_favorites',''),(27,1,'wpseo_ignore_tour','1'); /*!40000 ALTER TABLE `wp_usermeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_users` -- DROP TABLE IF EXISTS `wp_users`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_users` ( `ID` bigint(20) unsigned NOT NULL auto_increment, `user_login` varchar(60) NOT NULL default '', `user_pass` varchar(255) NOT NULL default '', `user_nicename` varchar(50) NOT NULL default '', `user_email` varchar(100) NOT NULL default '', `user_url` varchar(100) NOT NULL default '', `user_registered` datetime NOT NULL default '0000-00-00 00:00:00', `user_activation_key` varchar(255) NOT NULL default '', `user_status` int(11) NOT NULL default '0', `display_name` varchar(250) NOT NULL default '', PRIMARY KEY (`ID`), KEY `user_login_key` (`user_login`), KEY `user_nicename` (`user_nicename`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; 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,'mrtropicaljim','$P$B.viX1bzmI5T4YMkHnemEb1e6Orqbb1','mrtropicaljim','jim@tropicalcomputer.com','','2014-08-13 15:26:49','',0,'mrtropicaljim'); /*!40000 ALTER TABLE `wp_users` ENABLE KEYS */; UNLOCK TABLES; -- -- Dumping routines for database '1_03c1307_0' -- DELIMITER ;; DELIMITER ; /*!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 2018-04-16 9:56:35
© 2017 -
ZeroByte.ID
.