-- phpMyAdmin SQL Dump -- version 3.5.8.2 -- http://www.phpmyadmin.net -- -- 主机: sql304.byetcluster.com -- 生成日期: 2018 年 07 月 26 日 23:49 -- 服务器版本: 5.6.35-81.0 -- PHP 版本: 5.3.3 SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO"; SET time_zone = "+00:00"; /*!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 */; -- -- 数据库: `b18_22304998_6sykdb` -- -- -------------------------------------------------------- -- -- 表的结构 `wp_commentmeta` -- CREATE TABLE IF NOT EXISTS `wp_commentmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `comment_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`meta_id`), KEY `comment_id` (`comment_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci AUTO_INCREMENT=1 ; -- -------------------------------------------------------- -- -- 表的结构 `wp_comments` -- CREATE TABLE IF NOT EXISTS `wp_comments` ( `comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT '0', `comment_author` tinytext COLLATE utf8mb4_unicode_ci NOT NULL, `comment_author_email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_author_url` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_author_IP` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_content` text COLLATE utf8mb4_unicode_ci NOT NULL, `comment_karma` int(11) NOT NULL DEFAULT '0', `comment_approved` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '1', `comment_agent` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_parent` bigint(20) unsigned NOT NULL DEFAULT '0', `user_id` bigint(20) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`comment_ID`), KEY `comment_post_ID` (`comment_post_ID`), KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`), KEY `comment_date_gmt` (`comment_date_gmt`), KEY `comment_parent` (`comment_parent`), KEY `comment_author_email` (`comment_author_email`(10)) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci AUTO_INCREMENT=2 ; -- -- 转存表中的数据 `wp_comments` -- INSERT INTO `wp_comments` (`comment_ID`, `comment_post_ID`, `comment_author`, `comment_author_email`, `comment_author_url`, `comment_author_IP`, `comment_date`, `comment_date_gmt`, `comment_content`, `comment_karma`, `comment_approved`, `comment_agent`, `comment_type`, `comment_parent`, `user_id`) VALUES (1, 1, 'A WordPress Commenter', 'wapuu@wordpress.example', 'https://wordpress.org/', '', '2018-07-20 04:04:12', '2018-07-20 04:04:12', 'Hi, this is a comment.\nTo get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.\nCommenter avatars come from Gravatar.', 0, '1', '', '', 0, 0); -- -------------------------------------------------------- -- -- 表的结构 `wp_links` -- CREATE TABLE IF NOT EXISTS `wp_links` ( `link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `link_url` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_image` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_target` varchar(25) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_description` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_visible` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'Y', `link_owner` bigint(20) unsigned NOT NULL DEFAULT '1', `link_rating` int(11) NOT NULL DEFAULT '0', `link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `link_rel` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_notes` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL, `link_rss` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', PRIMARY KEY (`link_id`), KEY `link_visible` (`link_visible`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci AUTO_INCREMENT=1 ; -- -------------------------------------------------------- -- -- 表的结构 `wp_options` -- CREATE TABLE IF NOT EXISTS `wp_options` ( `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `option_name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `option_value` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `autoload` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'yes', PRIMARY KEY (`option_id`), UNIQUE KEY `option_name` (`option_name`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci AUTO_INCREMENT=814 ; -- -- 转存表中的数据 `wp_options` -- INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1, 'siteurl', 'http://sixjekkient.byethost18.com/6sykdb', 'yes'), (2, 'home', 'http://sixjekkient.byethost18.com/6sykdb', 'yes'), (3, 'blogname', '6SYK水晶男孩推廣部', 'yes'), (4, 'blogdescription', '娛樂|演藝|影音|節目|藝人|表演|音樂|演員|', 'yes'), (5, 'users_can_register', '1', 'yes'), (6, 'admin_email', 'snoopy77429@gmail.com', 'yes'), (7, 'start_of_week', '0', 'yes'), (8, 'use_balanceTags', '0', 'yes'), (9, 'use_smilies', '1', 'yes'), (10, 'require_name_email', '1', 'yes'), (11, 'comments_notify', '1', 'yes'), (12, 'posts_per_rss', '10', 'yes'), (13, 'rss_use_excerpt', '0', 'yes'), (14, 'mailserver_url', 'mail.example.com', 'yes'), (15, 'mailserver_login', 'login@example.com', 'yes'), (16, 'mailserver_pass', 'password', 'yes'), (17, 'mailserver_port', '110', 'yes'), (18, 'default_category', '1', 'yes'), (19, 'default_comment_status', 'open', 'yes'), (20, 'default_ping_status', 'open', 'yes'), (21, 'default_pingback_flag', '1', 'yes'), (22, 'posts_per_page', '10', 'yes'), (23, 'date_format', 'Y-m-d', 'yes'), (24, 'time_format', 'H:i:s', 'yes'), (25, 'links_updated_date_format', 'F j, Y g:i a', 'yes'), (26, 'comment_moderation', '0', 'yes'), (27, 'moderation_notify', '1', 'yes'), (28, 'permalink_structure', '/%year%/%monthnum%/%day%/%postname%/', 'yes'), (29, 'rewrite_rules', 'a:205:{s:11:"services/?$";s:28:"index.php?post_type=services";s:41:"services/feed/(feed|rdf|rss|rss2|atom)/?$";s:45:"index.php?post_type=services&feed=$matches[1]";s:36:"services/(feed|rdf|rss|rss2|atom)/?$";s:45:"index.php?post_type=services&feed=$matches[1]";s:28:"services/page/([0-9]{1,})/?$";s:46:"index.php?post_type=services&paged=$matches[1]";s:12:"employees/?$";s:29:"index.php?post_type=employees";s:42:"employees/feed/(feed|rdf|rss|rss2|atom)/?$";s:46:"index.php?post_type=employees&feed=$matches[1]";s:37:"employees/(feed|rdf|rss|rss2|atom)/?$";s:46:"index.php?post_type=employees&feed=$matches[1]";s:29:"employees/page/([0-9]{1,})/?$";s:47:"index.php?post_type=employees&paged=$matches[1]";s:15:"testimonials/?$";s:32:"index.php?post_type=testimonials";s:45:"testimonials/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?post_type=testimonials&feed=$matches[1]";s:40:"testimonials/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?post_type=testimonials&feed=$matches[1]";s:32:"testimonials/page/([0-9]{1,})/?$";s:50:"index.php?post_type=testimonials&paged=$matches[1]";s:10:"clients/?$";s:27:"index.php?post_type=clients";s:40:"clients/feed/(feed|rdf|rss|rss2|atom)/?$";s:44:"index.php?post_type=clients&feed=$matches[1]";s:35:"clients/(feed|rdf|rss|rss2|atom)/?$";s:44:"index.php?post_type=clients&feed=$matches[1]";s:27:"clients/page/([0-9]{1,})/?$";s:45:"index.php?post_type=clients&paged=$matches[1]";s:11:"projects/?$";s:28:"index.php?post_type=projects";s:41:"projects/feed/(feed|rdf|rss|rss2|atom)/?$";s:45:"index.php?post_type=projects&feed=$matches[1]";s:36:"projects/(feed|rdf|rss|rss2|atom)/?$";s:45:"index.php?post_type=projects&feed=$matches[1]";s:28:"projects/page/([0-9]{1,})/?$";s:46:"index.php?post_type=projects&paged=$matches[1]";s:11:"^wp-json/?$";s:22:"index.php?rest_route=/";s:14:"^wp-json/(.*)?";s:33:"index.php?rest_route=/$matches[1]";s:21:"^index.php/wp-json/?$";s:22:"index.php?rest_route=/";s:24:"^index.php/wp-json/(.*)?";s:33:"index.php?rest_route=/$matches[1]";s:47:"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$";s:52:"index.php?category_name=$matches[1]&feed=$matches[2]";s:42:"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$";s:52:"index.php?category_name=$matches[1]&feed=$matches[2]";s:23:"category/(.+?)/embed/?$";s:46:"index.php?category_name=$matches[1]&embed=true";s:35:"category/(.+?)/page/?([0-9]{1,})/?$";s:53:"index.php?category_name=$matches[1]&paged=$matches[2]";s:17:"category/(.+?)/?$";s:35:"index.php?category_name=$matches[1]";s:44:"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:42:"index.php?tag=$matches[1]&feed=$matches[2]";s:39:"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:42:"index.php?tag=$matches[1]&feed=$matches[2]";s:20:"tag/([^/]+)/embed/?$";s:36:"index.php?tag=$matches[1]&embed=true";s:32:"tag/([^/]+)/page/?([0-9]{1,})/?$";s:43:"index.php?tag=$matches[1]&paged=$matches[2]";s:14:"tag/([^/]+)/?$";s:25:"index.php?tag=$matches[1]";s:45:"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:50:"index.php?post_format=$matches[1]&feed=$matches[2]";s:40:"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:50:"index.php?post_format=$matches[1]&feed=$matches[2]";s:21:"type/([^/]+)/embed/?$";s:44:"index.php?post_format=$matches[1]&embed=true";s:33:"type/([^/]+)/page/?([0-9]{1,})/?$";s:51:"index.php?post_format=$matches[1]&paged=$matches[2]";s:15:"type/([^/]+)/?$";s:33:"index.php?post_format=$matches[1]";s: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:49:"services/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:47:"index.php?services=$matches[1]&feed=$matches[2]";s:44:"services/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:47:"index.php?services=$matches[1]&feed=$matches[2]";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:37:"employees/[^/]+/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:47:"employees/[^/]+/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:67:"employees/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:62:"employees/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:62:"employees/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:43:"employees/[^/]+/attachment/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:26:"employees/([^/]+)/embed/?$";s:42:"index.php?employees=$matches[1]&embed=true";s:30:"employees/([^/]+)/trackback/?$";s:36:"index.php?employees=$matches[1]&tb=1";s:50:"employees/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:48:"index.php?employees=$matches[1]&feed=$matches[2]";s:45:"employees/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:48:"index.php?employees=$matches[1]&feed=$matches[2]";s:38:"employees/([^/]+)/page/?([0-9]{1,})/?$";s:49:"index.php?employees=$matches[1]&paged=$matches[2]";s:45:"employees/([^/]+)/comment-page-([0-9]{1,})/?$";s:49:"index.php?employees=$matches[1]&cpage=$matches[2]";s:34:"employees/([^/]+)(?:/([0-9]+))?/?$";s:48:"index.php?employees=$matches[1]&page=$matches[2]";s:26:"employees/[^/]+/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:36:"employees/[^/]+/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:56:"employees/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:51:"employees/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:51:"employees/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:32:"employees/[^/]+/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:40:"testimonials/[^/]+/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:50:"testimonials/[^/]+/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:70:"testimonials/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:65:"testimonials/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:65:"testimonials/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:46:"testimonials/[^/]+/attachment/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:29:"testimonials/([^/]+)/embed/?$";s:45:"index.php?testimonials=$matches[1]&embed=true";s:33:"testimonials/([^/]+)/trackback/?$";s:39:"index.php?testimonials=$matches[1]&tb=1";s:53:"testimonials/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:51:"index.php?testimonials=$matches[1]&feed=$matches[2]";s:48:"testimonials/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:51:"index.php?testimonials=$matches[1]&feed=$matches[2]";s:41:"testimonials/([^/]+)/page/?([0-9]{1,})/?$";s:52:"index.php?testimonials=$matches[1]&paged=$matches[2]";s:48:"testimonials/([^/]+)/comment-page-([0-9]{1,})/?$";s:52:"index.php?testimonials=$matches[1]&cpage=$matches[2]";s:37:"testimonials/([^/]+)(?:/([0-9]+))?/?$";s:51:"index.php?testimonials=$matches[1]&page=$matches[2]";s:29:"testimonials/[^/]+/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:39:"testimonials/[^/]+/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:59:"testimonials/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:54:"testimonials/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:54:"testimonials/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:35:"testimonials/[^/]+/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:35:"clients/[^/]+/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:45:"clients/[^/]+/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:65:"clients/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:60:"clients/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:60:"clients/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:41:"clients/[^/]+/attachment/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:24:"clients/([^/]+)/embed/?$";s:40:"index.php?clients=$matches[1]&embed=true";s:28:"clients/([^/]+)/trackback/?$";s:34:"index.php?clients=$matches[1]&tb=1";s:48:"clients/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:46:"index.php?clients=$matches[1]&feed=$matches[2]";s:43:"clients/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:46:"index.php?clients=$matches[1]&feed=$matches[2]";s:36:"clients/([^/]+)/page/?([0-9]{1,})/?$";s:47:"index.php?clients=$matches[1]&paged=$matches[2]";s:43:"clients/([^/]+)/comment-page-([0-9]{1,})/?$";s:47:"index.php?clients=$matches[1]&cpage=$matches[2]";s:32:"clients/([^/]+)(?:/([0-9]+))?/?$";s:46:"index.php?clients=$matches[1]&page=$matches[2]";s:24:"clients/[^/]+/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:34:"clients/[^/]+/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:54:"clients/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:49:"clients/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:49:"clients/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:30:"clients/[^/]+/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:36:"projects/[^/]+/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:46:"projects/[^/]+/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:66:"projects/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:61:"projects/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:61:"projects/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:42:"projects/[^/]+/attachment/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:25:"projects/([^/]+)/embed/?$";s:41:"index.php?projects=$matches[1]&embed=true";s:29:"projects/([^/]+)/trackback/?$";s:35:"index.php?projects=$matches[1]&tb=1";s:49:"projects/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:47:"index.php?projects=$matches[1]&feed=$matches[2]";s:44:"projects/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:47:"index.php?projects=$matches[1]&feed=$matches[2]";s:37:"projects/([^/]+)/page/?([0-9]{1,})/?$";s:48:"index.php?projects=$matches[1]&paged=$matches[2]";s:44:"projects/([^/]+)/comment-page-([0-9]{1,})/?$";s:48:"index.php?projects=$matches[1]&cpage=$matches[2]";s:33:"projects/([^/]+)(?:/([0-9]+))?/?$";s:47:"index.php?projects=$matches[1]&page=$matches[2]";s:25:"projects/[^/]+/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:35:"projects/[^/]+/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:55:"projects/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:50:"projects/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:50:"projects/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:31:"projects/[^/]+/([^/]+)/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:8:"embed/?$";s:21:"index.php?&embed=true";s:20:"page/?([0-9]{1,})/?$";s:28:"index.php?&paged=$matches[1]";s:27:"comment-page-([0-9]{1,})/?$";s:38:"index.php?&page_id=6&cpage=$matches[1]";s:41:"comments/feed/(feed|rdf|rss|rss2|atom)/?$";s:42:"index.php?&feed=$matches[1]&withcomments=1";s:36:"comments/(feed|rdf|rss|rss2|atom)/?$";s:42:"index.php?&feed=$matches[1]&withcomments=1";s:17:"comments/embed/?$";s:21:"index.php?&embed=true";s:44:"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:40:"index.php?s=$matches[1]&feed=$matches[2]";s:39:"search/(.+)/(feed|rdf|rss|rss2|atom)/?$";s:40:"index.php?s=$matches[1]&feed=$matches[2]";s:20:"search/(.+)/embed/?$";s:34:"index.php?s=$matches[1]&embed=true";s:32:"search/(.+)/page/?([0-9]{1,})/?$";s:41:"index.php?s=$matches[1]&paged=$matches[2]";s:14:"search/(.+)/?$";s:23:"index.php?s=$matches[1]";s:47:"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:50:"index.php?author_name=$matches[1]&feed=$matches[2]";s:42:"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:50:"index.php?author_name=$matches[1]&feed=$matches[2]";s:23:"author/([^/]+)/embed/?$";s:44:"index.php?author_name=$matches[1]&embed=true";s:35:"author/([^/]+)/page/?([0-9]{1,})/?$";s:51:"index.php?author_name=$matches[1]&paged=$matches[2]";s:17:"author/([^/]+)/?$";s:33:"index.php?author_name=$matches[1]";s:69:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$";s:80:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]";s:64:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$";s:80:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]";s:45:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$";s:74:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true";s:57:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$";s:81:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]";s:39:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$";s:63:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]";s:56:"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$";s:64:"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]";s:51:"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$";s:64:"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]";s:32:"([0-9]{4})/([0-9]{1,2})/embed/?$";s:58:"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true";s:44:"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$";s:65:"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]";s:26:"([0-9]{4})/([0-9]{1,2})/?$";s:47:"index.php?year=$matches[1]&monthnum=$matches[2]";s:43:"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$";s:43:"index.php?year=$matches[1]&feed=$matches[2]";s:38:"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$";s:43:"index.php?year=$matches[1]&feed=$matches[2]";s:19:"([0-9]{4})/embed/?$";s:37:"index.php?year=$matches[1]&embed=true";s:31:"([0-9]{4})/page/?([0-9]{1,})/?$";s:44:"index.php?year=$matches[1]&paged=$matches[2]";s:13:"([0-9]{4})/?$";s:26:"index.php?year=$matches[1]";s:58:"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:68:"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:88:"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:83:"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:83:"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:64:"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:53:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/embed/?$";s:91:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&embed=true";s:57:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/trackback/?$";s:85:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&tb=1";s:77:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:97:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]";s:72:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:97:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]";s:65:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/page/?([0-9]{1,})/?$";s:98:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&paged=$matches[5]";s:72:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/comment-page-([0-9]{1,})/?$";s:98:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&cpage=$matches[5]";s:61:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)(?:/([0-9]+))?/?$";s:97:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&page=$matches[5]";s:47:"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:57:"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:77:"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:72:"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:72:"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:53:"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:64:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$";s:81:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&cpage=$matches[4]";s:51:"([0-9]{4})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$";s:65:"index.php?year=$matches[1]&monthnum=$matches[2]&cpage=$matches[3]";s:38:"([0-9]{4})/comment-page-([0-9]{1,})/?$";s:44:"index.php?year=$matches[1]&cpage=$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: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]";}', 'yes'), (30, 'hack_file', '0', 'yes'), (31, 'blog_charset', 'UTF-8', 'yes'), (32, 'moderation_keys', '', 'no'), (33, 'active_plugins', 'a:8:{i:0;s:19:"akismet/akismet.php";i:1;s:35:"athemes-toolbox/athemes-toolbox.php";i:2;s:36:"contact-form-7/wp-contact-form-7.php";i:3;s:23:"elementor/elementor.php";i:4;s:9:"hello.php";i:5;s:39:"onetone-companion/onetone-companion.php";i:6;s:39:"siteorigin-panels/siteorigin-panels.php";i:7;s:33:"sydney-toolbox/sydney-toolbox.php";}', 'yes'), (34, 'category_base', '', 'yes'), (35, 'ping_sites', 'http://rpc.pingomatic.com/', 'yes'), (36, 'comment_max_links', '2', 'yes'), (37, 'gmt_offset', '', 'yes'), (38, 'default_email_category', '1', 'yes'), (39, 'recently_edited', 'a:5:{i:0;s:89:"/home/vol14_2/byethost18.com/b18_22304998/htdocs/6sykdb/wp-content/themes/talon/style.css";i:1;s:99:"/home/vol14_2/byethost18.com/b18_22304998/htdocs/6sykdb/wp-content/themes/talon/icons/icons.min.css";i:2;s:95:"/home/vol14_2/byethost18.com/b18_22304998/htdocs/6sykdb/wp-content/themes/talon/icons/icons.css";i:4;s:94:"/home/vol14_2/byethost18.com/b18_22304998/htdocs/6sykdb/wp-content/plugins/akismet/akismet.php";i:5;s:90:"/home/vol14_2/byethost18.com/b18_22304998/htdocs/6sykdb/wp-content/themes/talon/header.php";}', 'no'), (40, 'template', 'talon', 'yes'), (41, 'stylesheet', 'talon', 'yes'), (42, 'comment_whitelist', '1', 'yes'), (43, 'blacklist_keys', '', 'no'), (44, 'comment_registration', '0', 'yes'), (45, 'html_type', 'text/html', 'yes'), (46, 'use_trackback', '0', 'yes'), (47, 'default_role', 'subscriber', 'yes'), (48, 'db_version', '38590', 'yes'), (49, 'uploads_use_yearmonth_folders', '1', 'yes'), (50, 'upload_path', '', 'yes'), (51, 'blog_public', '1', 'yes'), (52, 'default_link_category', '2', 'yes'), (53, 'show_on_front', 'page', 'yes'), (54, 'tag_base', '', 'yes'), (55, 'show_avatars', '1', 'yes'), (56, 'avatar_rating', 'G', 'yes'), (57, 'upload_url_path', '', 'yes'), (58, 'thumbnail_size_w', '150', 'yes'), (59, 'thumbnail_size_h', '150', 'yes'), (60, 'thumbnail_crop', '1', 'yes'), (61, 'medium_size_w', '300', 'yes'), (62, 'medium_size_h', '300', 'yes'), (63, 'avatar_default', 'mystery', 'yes'), (64, 'large_size_w', '1024', 'yes'), (65, 'large_size_h', '1024', 'yes'), (66, 'image_default_link_type', 'none', 'yes'), (67, 'image_default_size', '', 'yes'), (68, 'image_default_align', '', 'yes'), (69, 'close_comments_for_old_posts', '0', 'yes'), (70, 'close_comments_days_old', '14', 'yes'), (71, 'thread_comments', '1', 'yes'), (72, 'thread_comments_depth', '5', 'yes'), (73, 'page_comments', '0', 'yes'), (74, 'comments_per_page', '50', 'yes'), (75, 'default_comments_page', 'newest', 'yes'), (76, 'comment_order', 'asc', 'yes'), (77, 'sticky_posts', 'a:0:{}', 'yes'), (78, 'widget_categories', 'a:2:{i:2;a:4:{s:5:"title";s:0:"";s:5:"count";i:0;s:12:"hierarchical";i:0;s:8:"dropdown";i:0;}s:12:"_multiwidget";i:1;}', 'yes'), (79, 'widget_text', 'a:2:{i:1;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'), (80, 'widget_rss', 'a:2:{i:1;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'), (81, 'uninstall_plugins', 'a:0:{}', 'no'), (82, 'timezone_string', 'Asia/Taipei', 'yes'), (83, 'page_for_posts', '0', 'yes'), (84, 'page_on_front', '6', 'yes'), (85, 'default_post_format', '0', 'yes'), (86, 'link_manager_enabled', '0', 'yes'), (87, 'finished_splitting_shared_terms', '1', 'yes'), (88, 'site_icon', '237', 'yes'), (89, 'medium_large_size_w', '768', 'yes'), (90, 'medium_large_size_h', '0', 'yes'), (91, 'wp_page_for_privacy_policy', '3', 'yes'), (92, 'initial_db_version', '38590', 'yes'), (93, 'wp_user_roles', 'a:5:{s:13:"administrator";a:2:{s:4:"name";s:13:"Administrator";s:12:"capabilities";a:61:{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:6:"editor";a:2:{s:4:"name";s:6:"Editor";s:12:"capabilities";a:34:{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: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'), (94, 'fresh_site', '0', 'yes'), (95, 'widget_search', 'a:2:{i:2;a:1:{s:5:"title";s:0:"";}s:12:"_multiwidget";i:1;}', 'yes'), (96, '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'), (97, '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'), (98, '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'), (99, 'widget_meta', 'a:2:{i:2;a:1:{s:5:"title";s:0:"";}s:12:"_multiwidget";i:1;}', 'yes'), (100, 'sidebars_widgets', 'a:6:{s:19:"wp_inactive_widgets";a:0:{}s:9:"sidebar-1";a:6:{i:0;s:8:"search-2";i:1;s:14:"recent-posts-2";i:2;s:17:"recent-comments-2";i:3;s:10:"archives-2";i:4;s:12:"categories-2";i:5;s:6:"meta-2";}s:8:"footer-1";a:0:{}s:8:"footer-2";a:0:{}s:8:"footer-3";a:0:{}s:13:"array_version";i:3;}', 'yes'), (101, 'widget_pages', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'), (102, 'widget_calendar', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'), (103, 'widget_media_audio', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'), (104, 'widget_media_image', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'), (105, 'widget_media_gallery', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'), (106, 'widget_media_video', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'), (107, 'widget_tag_cloud', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'), (108, 'widget_nav_menu', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'), (109, 'widget_custom_html', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'), (110, 'cron', 'a:4:{i:1532664252;a:4:{s:16:"wp_version_check";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:10:"twicedaily";s:4:"args";a:0:{}s:8:"interval";i:43200;}}s:17:"wp_update_plugins";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:10:"twicedaily";s:4:"args";a:0:{}s:8:"interval";i:43200;}}s:16:"wp_update_themes";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:10:"twicedaily";s:4:"args";a:0:{}s:8:"interval";i:43200;}}s:34:"wp_privacy_delete_old_export_files";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:6:"hourly";s:4:"args";a:0:{}s:8:"interval";i:3600;}}}i:1532664676;a:2:{s:19:"wp_scheduled_delete";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:5:"daily";s:4:"args";a:0:{}s:8:"interval";i:86400;}}s:25:"delete_expired_transients";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:5:"daily";s:4:"args";a:0:{}s:8:"interval";i:86400;}}}i:1532670861;a:1:{s:30:"wp_scheduled_auto_draft_delete";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:5:"daily";s:4:"args";a:0:{}s:8:"interval";i:86400;}}}s:7:"version";i:2;}', 'yes'), (126, '_site_transient_timeout_browser_4f532dd8f6466223f625ae3b5249ef19', '1532664678', 'no'), (127, '_site_transient_browser_4f532dd8f6466223f625ae3b5249ef19', 'a:10:{s:4:"name";s:6:"Chrome";s:7:"version";s:12:"67.0.3396.99";s:8:"platform";s:7:"Windows";s:10:"update_url";s:29:"https://www.google.com/chrome";s:7:"img_src";s:43:"http://s.w.org/images/browsers/chrome.png?1";s:11:"img_src_ssl";s:44:"https://s.w.org/images/browsers/chrome.png?1";s:15:"current_version";s:2:"18";s:7:"upgrade";b:0;s:8:"insecure";b:0;s:6:"mobile";b:0;}', 'no'), (742, '_elementor_global_css', 'a:5:{s:4:"time";i:1532621943;s:5:"fonts";a:0:{}s:6:"status";s:5:"empty";i:0;b:0;s:3:"css";s:0:"";}', 'yes'), (800, '_site_transient_timeout_available_translations', '1532672252', 'no'), (115, 'theme_mods_twentyseventeen', 'a:6:{s:18:"custom_css_post_id";i:-1;s:12:"header_image";s:73:"http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/1.png";s:17:"header_image_data";O:8:"stdClass":5:{s:13:"attachment_id";i:12;s:3:"url";s:73:"http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/1.png";s:13:"thumbnail_url";s:73:"http://sixjekkient.byethost18.com/6sykdb/wp-content/uploads/2018/07/1.png";s:6:"height";i:1200;s:5:"width";i:2000;}s:21:"external_header_video";s:43:"https://www.youtube.com/watch?v=ARi0cfpv6mE";s:18:"nav_menu_locations";a:2:{s:3:"top";i:3;s:6:"social";i:0;}s:16:"sidebars_widgets";a:2:{s:4:"time";i:1532577602;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'), (128, 'can_compress_scripts', '0', 'no'), (803, '_site_transient_timeout_theme_roots', '1532663987', 'no'), (804, '_site_transient_theme_roots', 'a:16:{s:7:"ayageek";s:7:"/themes";s:9:"fcommerce";s:7:"/themes";s:7:"fifteen";s:7:"/themes";s:11:"my-dog-lite";s:7:"/themes";s:8:"onepress";s:7:"/themes";s:7:"onetone";s:7:"/themes";s:12:"organic-lite";s:7:"/themes";s:6:"primer";s:7:"/themes";s:10:"storefront";s:7:"/themes";s:5:"stout";s:7:"/themes";s:6:"sydney";s:7:"/themes";s:5:"talon";s:7:"/themes";s:13:"twentyfifteen";s:7:"/themes";s:15:"twentyseventeen";s:7:"/themes";s:13:"twentysixteen";s:7:"/themes";s:9:"zeko-lite";s:7:"/themes";}', 'no'), (120, 'WPLANG', 'zh_TW', 'yes'), (263, 'elementor_version', '2.1.5', 'yes'), (264, '_elementor_installed_time', '1532096827', 'yes'); INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (265, 'elementor_remote_info_library', 'a:2:{s:10:"categories";a:20:{i:0;s:8:"404 page";i:1;s:5:"about";i:2;s:7:"archive";i:3;s:14:"call to action";i:4;s:7:"clients";i:5;s:7:"contact";i:6;s:3:"faq";i:7;s:8:"features";i:8;s:6:"footer";i:9;s:6:"header";i:10;s:4:"hero";i:11;s:9:"portfolio";i:12;s:7:"pricing";i:13;s:8:"services";i:14;s:11:"single page";i:15;s:11:"single post";i:16;s:5:"stats";i:17;s:9:"subscribe";i:18;s:4:"team";i:19;s:12:"testimonials";}s:9:"templates";a:426:{i:0;a:14:{s:2:"id";s:4:"5525";s:5:"title";s:8:"About 14";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2018/03/about_white_10.png";s:12:"tmpl_created";s:10:"1520443532";s:6:"author";s:9:"Elementor";s:3:"url";s:105:"https://library.elementor.com/blocks/about-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:5:"about";s:4:"tags";s:9:"["About"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"29";s:11:"trend_index";s:2:"15";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:1;a:14:{s:2:"id";s:4:"5533";s:5:"title";s:8:"About 15";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2018/03/about_black_10.png";s:12:"tmpl_created";s:10:"1520443534";s:6:"author";s:9:"Elementor";s:3:"url";s:105:"https://library.elementor.com/blocks/about-15/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:5:"about";s:4:"tags";s:9:"["About"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"58";s:11:"trend_index";s:2:"43";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:2;a:14:{s:2:"id";s:4:"5575";s:5:"title";s:5:"CTA 7";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_3.png";s:12:"tmpl_created";s:10:"1520443543";s:6:"author";s:9:"Elementor";s:3:"url";s:102:"https://library.elementor.com/blocks/cta-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"40";s:11:"trend_index";s:2:"20";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:3;a:14:{s:2:"id";s:4:"5615";s:5:"title";s:10:"Features 6";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_5.png";s:12:"tmpl_created";s:10:"1520443551";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/blocks/features-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"features";s:4:"tags";s:12:"["features"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"53";s:11:"trend_index";s:2:"38";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:4;a:14:{s:2:"id";s:4:"5624";s:5:"title";s:10:"Features 5";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/03/features_black_1.png";s:12:"tmpl_created";s:10:"1520443553";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/blocks/features-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"features";s:4:"tags";s:12:"["features"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"117";s:11:"trend_index";s:3:"107";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:5;a:14:{s:2:"id";s:4:"5684";s:5:"title";s:5:"FAQ 8";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_1.png";s:12:"tmpl_created";s:10:"1520443565";s:6:"author";s:9:"Elementor";s:3:"url";s:102:"https://library.elementor.com/blocks/faq-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:3:"faq";s:4:"tags";s:7:"["faq"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"86";s:11:"trend_index";s:3:"105";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:6;a:14:{s:2:"id";s:4:"5693";s:5:"title";s:5:"FAQ 9";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_1.png";s:12:"tmpl_created";s:10:"1520443567";s:6:"author";s:9:"Elementor";s:3:"url";s:102:"https://library.elementor.com/blocks/faq-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:3:"faq";s:4:"tags";s:7:"["faq"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"229";s:11:"trend_index";s:3:"186";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:7;a:14:{s:2:"id";s:4:"5703";s:5:"title";s:6:"FAQ 13";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_2.png";s:12:"tmpl_created";s:10:"1520443569";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/blocks/faq-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:3:"faq";s:4:"tags";s:7:"["faq"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"55";s:11:"trend_index";s:2:"44";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:8;a:14:{s:2:"id";s:4:"5711";s:5:"title";s:5:"FAQ 1";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_2.png";s:12:"tmpl_created";s:10:"1520443571";s:6:"author";s:9:"Elementor";s:3:"url";s:102:"https://library.elementor.com/blocks/faq-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:3:"faq";s:4:"tags";s:7:"["faq"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"241";s:11:"trend_index";s:3:"180";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:9;a:14:{s:2:"id";s:4:"5719";s:5:"title";s:5:"FAQ 4";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_3.png";s:12:"tmpl_created";s:10:"1520443573";s:6:"author";s:9:"Elementor";s:3:"url";s:102:"https://library.elementor.com/blocks/faq-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:3:"faq";s:4:"tags";s:7:"["faq"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"129";s:11:"trend_index";s:2:"95";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:10;a:14:{s:2:"id";s:4:"5729";s:5:"title";s:5:"FAQ 5";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_3.png";s:12:"tmpl_created";s:10:"1520443575";s:6:"author";s:9:"Elementor";s:3:"url";s:102:"https://library.elementor.com/blocks/faq-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:3:"faq";s:4:"tags";s:7:"["faq"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"316";s:11:"trend_index";s:3:"341";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:11;a:14:{s:2:"id";s:4:"5737";s:5:"title";s:6:"FAQ 10";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_4.png";s:12:"tmpl_created";s:10:"1520443576";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/blocks/faq-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:3:"faq";s:4:"tags";s:7:"["faq"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"188";s:11:"trend_index";s:3:"179";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:12;a:14:{s:2:"id";s:4:"5746";s:5:"title";s:6:"FAQ 11";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_4.png";s:12:"tmpl_created";s:10:"1520443578";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/blocks/faq-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:3:"faq";s:4:"tags";s:7:"["faq"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"208";s:11:"trend_index";s:3:"210";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:13;a:14:{s:2:"id";s:4:"5755";s:5:"title";s:5:"FAQ 6";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_5.png";s:12:"tmpl_created";s:10:"1520443580";s:6:"author";s:9:"Elementor";s:3:"url";s:102:"https://library.elementor.com/blocks/faq-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:3:"faq";s:4:"tags";s:7:"["faq"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"100";s:11:"trend_index";s:2:"82";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:14;a:14:{s:2:"id";s:4:"5764";s:5:"title";s:5:"FAQ 7";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_5.png";s:12:"tmpl_created";s:10:"1520443582";s:6:"author";s:9:"Elementor";s:3:"url";s:102:"https://library.elementor.com/blocks/faq-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:3:"faq";s:4:"tags";s:7:"["faq"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"313";s:11:"trend_index";s:3:"316";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:15;a:14:{s:2:"id";s:4:"5773";s:5:"title";s:7:"Hero 11";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2018/03/header_1.png";s:12:"tmpl_created";s:10:"1520443584";s:6:"author";s:9:"Elementor";s:3:"url";s:104:"https://library.elementor.com/blocks/hero-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:4:"hero";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"49";s:11:"trend_index";s:2:"42";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:16;a:14:{s:2:"id";s:4:"5783";s:5:"title";s:7:"Hero 10";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2018/03/header_2.png";s:12:"tmpl_created";s:10:"1520443586";s:6:"author";s:9:"Elementor";s:3:"url";s:104:"https://library.elementor.com/blocks/hero-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:4:"hero";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"314";s:11:"trend_index";s:3:"373";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:17;a:14:{s:2:"id";s:4:"5792";s:5:"title";s:6:"Hero 9";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2018/03/header_3.png";s:12:"tmpl_created";s:10:"1520443588";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/blocks/hero-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:4:"hero";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"230";s:11:"trend_index";s:3:"242";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:18;a:14:{s:2:"id";s:4:"5801";s:5:"title";s:6:"Hero 7";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2018/03/header_4.png";s:12:"tmpl_created";s:10:"1520443589";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/blocks/hero-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:4:"hero";s:4:"tags";s:10:"["header"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"36";s:11:"trend_index";s:2:"22";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:19;a:14:{s:2:"id";s:4:"5811";s:5:"title";s:6:"Hero 8";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2018/03/header_5.png";s:12:"tmpl_created";s:10:"1520443591";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/blocks/hero-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:4:"hero";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"107";s:11:"trend_index";s:3:"141";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:20;a:14:{s:2:"id";s:4:"5820";s:5:"title";s:9:"Contact 2";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/contact_white_1.png";s:12:"tmpl_created";s:10:"1520443593";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/contact-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"contact";s:4:"tags";s:11:"["contact"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"209";s:11:"trend_index";s:3:"216";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:21;a:14:{s:2:"id";s:4:"5828";s:5:"title";s:9:"Contact 3";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/contact_black_1.png";s:12:"tmpl_created";s:10:"1520443595";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/contact-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"contact";s:4:"tags";s:11:"["contact"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"305";s:11:"trend_index";s:3:"289";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:22;a:14:{s:2:"id";s:4:"5836";s:5:"title";s:10:"Contact 10";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/contact_white_2.png";s:12:"tmpl_created";s:10:"1520443597";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/blocks/contact-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"contact";s:4:"tags";s:11:"["contact"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"121";s:11:"trend_index";s:2:"89";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:23;a:14:{s:2:"id";s:4:"5844";s:5:"title";s:10:"Contact 11";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/contact_black_2.png";s:12:"tmpl_created";s:10:"1520443599";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/blocks/contact-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"contact";s:4:"tags";s:11:"["contact"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"285";s:11:"trend_index";s:3:"217";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:24;a:14:{s:2:"id";s:4:"5852";s:5:"title";s:6:"CTA 34";s:9:"thumbnail";s:67:"https://library.elementor.com/wp-content/uploads/2018/03/form_1.png";s:12:"tmpl_created";s:10:"1520443600";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/blocks/cta-34/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:4:"page";s:4:"tags";s:8:"["form"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"398";s:11:"trend_index";s:3:"415";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:25;a:14:{s:2:"id";s:4:"5947";s:5:"title";s:7:"Stats 8";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_1.png";s:12:"tmpl_created";s:10:"1520443621";s:6:"author";s:9:"Elementor";s:3:"url";s:104:"https://library.elementor.com/blocks/stats-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:5:"stats";s:4:"tags";s:9:"["Stats"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"337";s:11:"trend_index";s:3:"313";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:26;a:14:{s:2:"id";s:4:"5956";s:5:"title";s:7:"Stats 7";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_1.png";s:12:"tmpl_created";s:10:"1520443623";s:6:"author";s:9:"Elementor";s:3:"url";s:104:"https://library.elementor.com/blocks/stats-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:5:"stats";s:4:"tags";s:9:"["Stats"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"396";s:11:"trend_index";s:3:"423";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:27;a:14:{s:2:"id";s:4:"5963";s:5:"title";s:10:"Features 7";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/03/features_white_2.png";s:12:"tmpl_created";s:10:"1520443626";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/blocks/features-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"features";s:4:"tags";s:12:"["features"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"76";s:11:"trend_index";s:2:"57";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:28;a:14:{s:2:"id";s:4:"5974";s:5:"title";s:10:"Features 4";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/03/features_white_3.png";s:12:"tmpl_created";s:10:"1520443629";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/blocks/features-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"features";s:4:"tags";s:12:"["features"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"75";s:11:"trend_index";s:2:"79";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:29;a:14:{s:2:"id";s:4:"5983";s:5:"title";s:10:"Features 3";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/03/features_black_3.png";s:12:"tmpl_created";s:10:"1520443630";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/blocks/features-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"features";s:4:"tags";s:11:"["featues"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"256";s:11:"trend_index";s:3:"257";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:30;a:14:{s:2:"id";s:4:"5991";s:5:"title";s:11:"Features 10";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/03/features_white_4.png";s:12:"tmpl_created";s:10:"1520443632";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/features-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"features";s:4:"tags";s:12:"["features"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"125";s:11:"trend_index";s:3:"115";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:31;a:14:{s:2:"id";s:4:"5999";s:5:"title";s:7:"Team 14";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/team_black_10.png";s:12:"tmpl_created";s:10:"1520443634";s:6:"author";s:9:"Elementor";s:3:"url";s:104:"https://library.elementor.com/blocks/team-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:4:"team";s:4:"tags";s:8:"["team"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"94";s:11:"trend_index";s:2:"67";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:32;a:14:{s:2:"id";s:4:"6008";s:5:"title";s:6:"Team 6";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/team_white_10.png";s:12:"tmpl_created";s:10:"1520443636";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/blocks/team-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:4:"team";s:4:"tags";s:8:"["team"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"80";s:11:"trend_index";s:2:"94";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:33;a:14:{s:2:"id";s:4:"6027";s:5:"title";s:7:"About 5";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/about_white_1-1.png";s:12:"tmpl_created";s:10:"1520443639";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/about-5-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:5:"about";s:4:"tags";s:9:"["About"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"62";s:11:"trend_index";s:2:"49";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:34;a:14:{s:2:"id";s:4:"6036";s:5:"title";s:7:"About 6";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/about_black_1-1.png";s:12:"tmpl_created";s:10:"1520443641";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/about-6-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:5:"about";s:4:"tags";s:9:"["About"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"101";s:11:"trend_index";s:2:"71";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:35;a:14:{s:2:"id";s:4:"6044";s:5:"title";s:11:"Features 11";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/03/features_white_5.png";s:12:"tmpl_created";s:10:"1520443643";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/features-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"features";s:4:"tags";s:12:"["features"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"85";s:11:"trend_index";s:2:"65";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:36;a:14:{s:2:"id";s:4:"6053";s:5:"title";s:10:"Features 1";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/03/features_black_5.png";s:12:"tmpl_created";s:10:"1520443645";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/blocks/features-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"features";s:4:"tags";s:12:"["features"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"182";s:11:"trend_index";s:3:"137";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:37;a:14:{s:2:"id";s:4:"6063";s:5:"title";s:7:"Stats 5";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_2.png";s:12:"tmpl_created";s:10:"1520443647";s:6:"author";s:9:"Elementor";s:3:"url";s:104:"https://library.elementor.com/blocks/stats-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:5:"stats";s:4:"tags";s:11:"["numbers"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"163";s:11:"trend_index";s:3:"155";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:38;a:14:{s:2:"id";s:4:"6071";s:5:"title";s:8:"Stats 13";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_3.png";s:12:"tmpl_created";s:10:"1520443649";s:6:"author";s:9:"Elementor";s:3:"url";s:105:"https://library.elementor.com/blocks/stats-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:5:"stats";s:4:"tags";s:11:"["numbers"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"174";s:11:"trend_index";s:3:"131";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:39;a:14:{s:2:"id";s:4:"6079";s:5:"title";s:7:"Stats 3";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_4.png";s:12:"tmpl_created";s:10:"1520443651";s:6:"author";s:9:"Elementor";s:3:"url";s:104:"https://library.elementor.com/blocks/stats-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:5:"stats";s:4:"tags";s:11:"["numbers"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"296";s:11:"trend_index";s:3:"240";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:40;a:14:{s:2:"id";s:4:"6089";s:5:"title";s:7:"Stats 4";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_5.png";s:12:"tmpl_created";s:10:"1520443653";s:6:"author";s:9:"Elementor";s:3:"url";s:104:"https://library.elementor.com/blocks/stats-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:5:"stats";s:4:"tags";s:9:"["Stats"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"201";s:11:"trend_index";s:3:"169";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:41;a:14:{s:2:"id";s:4:"6097";s:5:"title";s:7:"Stats 6";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_2.png";s:12:"tmpl_created";s:10:"1520443655";s:6:"author";s:9:"Elementor";s:3:"url";s:104:"https://library.elementor.com/blocks/stats-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:5:"stats";s:4:"tags";s:11:"["numbers"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"272";s:11:"trend_index";s:3:"188";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:42;a:14:{s:2:"id";s:4:"6106";s:5:"title";s:7:"Stats 2";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_6.png";s:12:"tmpl_created";s:10:"1520443657";s:6:"author";s:9:"Elementor";s:3:"url";s:104:"https://library.elementor.com/blocks/stats-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:5:"stats";s:4:"tags";s:11:"["numbers"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"329";s:11:"trend_index";s:3:"286";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:43;a:14:{s:2:"id";s:4:"6114";s:5:"title";s:7:"Stats 1";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_6.png";s:12:"tmpl_created";s:10:"1520443659";s:6:"author";s:9:"Elementor";s:3:"url";s:104:"https://library.elementor.com/blocks/stats-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:5:"stats";s:4:"tags";s:11:"["numbers"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"353";s:11:"trend_index";s:3:"309";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:44;a:14:{s:2:"id";s:4:"6122";s:5:"title";s:7:"About 8";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/about_white_2-1.png";s:12:"tmpl_created";s:10:"1520443661";s:6:"author";s:9:"Elementor";s:3:"url";s:104:"https://library.elementor.com/blocks/about-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:5:"about";s:4:"tags";s:9:"["About"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"56";s:11:"trend_index";s:2:"41";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:45;a:14:{s:2:"id";s:4:"6135";s:5:"title";s:8:"About 10";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/about_black_2.png";s:12:"tmpl_created";s:10:"1520443663";s:6:"author";s:9:"Elementor";s:3:"url";s:105:"https://library.elementor.com/blocks/about-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:5:"about";s:4:"tags";s:9:"["About"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"93";s:11:"trend_index";s:2:"70";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:46;a:14:{s:2:"id";s:4:"6144";s:5:"title";s:7:"Team 17";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/team_white_11.png";s:12:"tmpl_created";s:10:"1520443664";s:6:"author";s:9:"Elementor";s:3:"url";s:104:"https://library.elementor.com/blocks/team-17/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:4:"team";s:4:"tags";s:8:"["team"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"183";s:11:"trend_index";s:3:"136";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:47;a:14:{s:2:"id";s:4:"6152";s:5:"title";s:7:"Stats 9";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_1.png";s:12:"tmpl_created";s:10:"1520443666";s:6:"author";s:9:"Elementor";s:3:"url";s:104:"https://library.elementor.com/blocks/stats-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:5:"stats";s:4:"tags";s:9:"["Stats"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"245";s:11:"trend_index";s:3:"207";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:48;a:14:{s:2:"id";s:4:"6162";s:5:"title";s:11:"Services 31";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_1.png";s:12:"tmpl_created";s:10:"1520443668";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/services-31/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:5:"stats";s:4:"tags";s:9:"["Stats"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"315";s:11:"trend_index";s:3:"223";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:49;a:14:{s:2:"id";s:4:"6170";s:5:"title";s:8:"Stats 11";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_2.png";s:12:"tmpl_created";s:10:"1520443670";s:6:"author";s:9:"Elementor";s:3:"url";s:105:"https://library.elementor.com/blocks/stats-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:5:"stats";s:4:"tags";s:9:"["Stats"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"323";s:11:"trend_index";s:3:"231";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:50;a:14:{s:2:"id";s:4:"6178";s:5:"title";s:8:"Stats 10";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_2.png";s:12:"tmpl_created";s:10:"1520443676";s:6:"author";s:9:"Elementor";s:3:"url";s:105:"https://library.elementor.com/blocks/stats-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:5:"stats";s:4:"tags";s:9:"["Stats"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"350";s:11:"trend_index";s:3:"374";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:51;a:14:{s:2:"id";s:4:"6186";s:5:"title";s:8:"Stats 12";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_3.png";s:12:"tmpl_created";s:10:"1520443678";s:6:"author";s:9:"Elementor";s:3:"url";s:105:"https://library.elementor.com/blocks/stats-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:5:"stats";s:4:"tags";s:9:"["Stats"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"386";s:11:"trend_index";s:3:"397";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:52;a:14:{s:2:"id";s:4:"6196";s:5:"title";s:10:"Features 9";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/03/features_white_6.png";s:12:"tmpl_created";s:10:"1520443680";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/blocks/features-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"features";s:4:"tags";s:12:"["features"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"115";s:11:"trend_index";s:3:"116";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:53;a:14:{s:2:"id";s:4:"6204";s:5:"title";s:10:"Features 8";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_6.png";s:12:"tmpl_created";s:10:"1520443681";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/blocks/features-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"features";s:4:"tags";s:12:"["features"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"224";s:11:"trend_index";s:3:"181";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:54;a:14:{s:2:"id";s:4:"6212";s:5:"title";s:11:"Features 12";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/03/features_white_7.png";s:12:"tmpl_created";s:10:"1520443684";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/features-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"features";s:4:"tags";s:12:"["features"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"95";s:11:"trend_index";s:2:"78";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:55;a:14:{s:2:"id";s:4:"6220";s:5:"title";s:10:"Features 2";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/03/features_white_8.png";s:12:"tmpl_created";s:10:"1520443685";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/blocks/features-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"features";s:4:"tags";s:12:"["features"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"96";s:11:"trend_index";s:2:"76";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:56;a:14:{s:2:"id";s:4:"6230";s:5:"title";s:6:"Hero 6";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/heroo_white_1.png";s:12:"tmpl_created";s:10:"1520443687";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/blocks/hero-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:4:"hero";s:4:"tags";s:8:"["hero"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"338";s:11:"trend_index";s:3:"343";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:57;a:14:{s:2:"id";s:4:"6239";s:5:"title";s:6:"Hero 3";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_1.png";s:12:"tmpl_created";s:10:"1520443689";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/blocks/hero-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:4:"hero";s:4:"tags";s:8:"["hero"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"52";s:11:"trend_index";s:2:"29";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:58;a:14:{s:2:"id";s:4:"6249";s:5:"title";s:6:"Hero 5";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_2.png";s:12:"tmpl_created";s:10:"1520443691";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/blocks/hero-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:4:"hero";s:4:"tags";s:8:"["hero"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"74";s:11:"trend_index";s:2:"66";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:59;a:14:{s:2:"id";s:4:"6258";s:5:"title";s:6:"Hero 4";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_3.png";s:12:"tmpl_created";s:10:"1520443693";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/blocks/hero-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:4:"hero";s:4:"tags";s:8:"["hero"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"352";s:11:"trend_index";s:3:"403";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:60;a:14:{s:2:"id";s:4:"6266";s:5:"title";s:6:"Hero 1";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_4.png";s:12:"tmpl_created";s:10:"1520443695";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/blocks/hero-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:4:"hero";s:4:"tags";s:8:"["hero"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"61";s:11:"trend_index";s:2:"31";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:61;a:14:{s:2:"id";s:4:"6274";s:5:"title";s:6:"Hero 2";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_5.png";s:12:"tmpl_created";s:10:"1520443698";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/blocks/hero-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:4:"hero";s:4:"tags";s:8:"["hero"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"103";s:11:"trend_index";s:3:"103";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:62;a:14:{s:2:"id";s:4:"6017";s:5:"title";s:6:"CTA 14";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_14.png";s:12:"tmpl_created";s:10:"1520520331";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/blocks/cta-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"155";s:11:"trend_index";s:3:"125";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:63;a:14:{s:2:"id";s:4:"4826";s:5:"title";s:14:"Testimonial 24";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_1.png";s:12:"tmpl_created";s:10:"1520520544";s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/blocks/testimonial-24-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:12:"testimonials";s:4:"tags";s:15:"["Testimonial"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"286";s:11:"trend_index";s:3:"268";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:64;a:14:{s:2:"id";s:4:"4835";s:5:"title";s:14:"Testimonial 16";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_1.png";s:12:"tmpl_created";s:10:"1520520546";s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/blocks/testimonial-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:12:"testimonials";s:4:"tags";s:15:"["Testimonial"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"360";s:11:"trend_index";s:3:"327";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:65;a:14:{s:2:"id";s:4:"4843";s:5:"title";s:14:"Testimonial 18";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_2.png";s:12:"tmpl_created";s:10:"1520520548";s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/blocks/testimonial-18/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:12:"testimonials";s:4:"tags";s:15:"["Testimonial"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"364";s:11:"trend_index";s:3:"381";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:66;a:14:{s:2:"id";s:4:"4854";s:5:"title";s:14:"Testimonial 13";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_2.png";s:12:"tmpl_created";s:10:"1520520549";s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/blocks/testimonial-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:12:"testimonials";s:4:"tags";s:15:"["Testimonial"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"410";s:11:"trend_index";s:3:"417";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:67;a:14:{s:2:"id";s:4:"4863";s:5:"title";s:14:"Testimonial 19";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_3.png";s:12:"tmpl_created";s:10:"1520520551";s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/blocks/testimonial-19/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:12:"testimonials";s:4:"tags";s:15:"["Testimonial"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"281";s:11:"trend_index";s:3:"194";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:68;a:14:{s:2:"id";s:4:"4871";s:5:"title";s:14:"Testimonial 12";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_3.png";s:12:"tmpl_created";s:10:"1520520552";s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/blocks/testimonial-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:12:"testimonials";s:4:"tags";s:15:"["Testimonial"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"267";s:11:"trend_index";s:3:"243";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:69;a:14:{s:2:"id";s:4:"4880";s:5:"title";s:14:"Testimonial 20";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/customers-1.jpg";s:12:"tmpl_created";s:10:"1520520554";s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/blocks/testimonial-20/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:12:"testimonials";s:4:"tags";s:15:"["Testimonial"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"356";s:11:"trend_index";s:3:"352";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:70;a:14:{s:2:"id";s:4:"4889";s:5:"title";s:14:"Testimonial 11";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/customers-2.jpg";s:12:"tmpl_created";s:10:"1520520556";s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/blocks/testimonial-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:12:"testimonials";s:4:"tags";s:15:"["Testimonial"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"387";s:11:"trend_index";s:3:"412";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:71;a:14:{s:2:"id";s:4:"4897";s:5:"title";s:14:"Testimonial 21";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_5.png";s:12:"tmpl_created";s:10:"1520520557";s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/blocks/testimonial-21/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:12:"testimonials";s:4:"tags";s:15:"["Testimonial"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"110";s:11:"trend_index";s:2:"80";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:72;a:14:{s:2:"id";s:4:"4905";s:5:"title";s:14:"Testimonial 22";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_6.png";s:12:"tmpl_created";s:10:"1520520559";s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/blocks/testimonial-22/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:12:"testimonials";s:4:"tags";s:15:"["Testimonial"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"133";s:11:"trend_index";s:3:"118";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:73;a:14:{s:2:"id";s:4:"4913";s:5:"title";s:14:"Testimonial 23";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_7.png";s:12:"tmpl_created";s:10:"1520520561";s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/blocks/testimonial-23/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:12:"testimonials";s:4:"tags";s:15:"["Testimonial"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"270";s:11:"trend_index";s:3:"250";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:74;a:14:{s:2:"id";s:4:"4921";s:5:"title";s:14:"Testimonial 10";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_5.png";s:12:"tmpl_created";s:10:"1520520562";s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/blocks/testimonial-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:12:"testimonials";s:4:"tags";s:15:"["Testimonial"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"247";s:11:"trend_index";s:3:"220";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:75;a:14:{s:2:"id";s:4:"4929";s:5:"title";s:14:"Testimonial 24";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_8.png";s:12:"tmpl_created";s:10:"1520520564";s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/blocks/testimonial-24/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:12:"testimonials";s:4:"tags";s:15:"["Testimonial"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"68";s:11:"trend_index";s:2:"64";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:76;a:14:{s:2:"id";s:4:"4939";s:5:"title";s:13:"Testimonial 9";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_8.png";s:12:"tmpl_created";s:10:"1520520565";s:6:"author";s:9:"Elementor";s:3:"url";s:110:"https://library.elementor.com/blocks/testimonial-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:12:"testimonials";s:4:"tags";s:15:"["Testimonial"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"105";s:11:"trend_index";s:2:"74";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:77;a:14:{s:2:"id";s:4:"4947";s:5:"title";s:14:"Testimonial 27";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_9.png";s:12:"tmpl_created";s:10:"1520520567";s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/blocks/testimonial-27/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:12:"testimonials";s:4:"tags";s:15:"["Testimonial"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"203";s:11:"trend_index";s:3:"200";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:78;a:14:{s:2:"id";s:4:"4955";s:5:"title";s:14:"Testimonial 29";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_9.png";s:12:"tmpl_created";s:10:"1520520569";s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/blocks/testimonial-29/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:12:"testimonials";s:4:"tags";s:15:"["Testimonial"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"317";s:11:"trend_index";s:3:"297";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:79;a:14:{s:2:"id";s:4:"4963";s:5:"title";s:14:"Testimonial 25";s:9:"thumbnail";s:82:"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_10.png";s:12:"tmpl_created";s:10:"1520520570";s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/blocks/testimonial-25-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:12:"testimonials";s:4:"tags";s:15:"["Testimonial"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"363";s:11:"trend_index";s:3:"351";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:80;a:14:{s:2:"id";s:4:"4971";s:5:"title";s:14:"Testimonial 26";s:9:"thumbnail";s:82:"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_11.png";s:12:"tmpl_created";s:10:"1520520572";s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/blocks/testimonial-26/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:12:"testimonials";s:4:"tags";s:15:"["Testimonial"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"417";s:11:"trend_index";s:3:"384";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:81;a:14:{s:2:"id";s:4:"4979";s:5:"title";s:14:"Testimonial 15";s:9:"thumbnail";s:82:"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_10.png";s:12:"tmpl_created";s:10:"1520520573";s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/blocks/testimonial-15/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:12:"testimonials";s:4:"tags";s:15:"["Testimonial"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"399";s:11:"trend_index";s:3:"288";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:82;a:14:{s:2:"id";s:4:"4987";s:5:"title";s:14:"Testimonial 17";s:9:"thumbnail";s:84:"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_12-1.png";s:12:"tmpl_created";s:10:"1520520575";s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/blocks/testimonial-17/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:12:"testimonials";s:4:"tags";s:15:"["Testimonial"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"170";s:11:"trend_index";s:3:"170";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:83;a:14:{s:2:"id";s:4:"4995";s:5:"title";s:14:"Testimonial 14";s:9:"thumbnail";s:82:"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_12.png";s:12:"tmpl_created";s:10:"1520520577";s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/blocks/testimonial-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:12:"testimonials";s:4:"tags";s:15:"["Testimonial"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"344";s:11:"trend_index";s:3:"249";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:84;a:14:{s:2:"id";s:4:"5007";s:5:"title";s:11:"Portfolio 7";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_1.png";s:12:"tmpl_created";s:10:"1520520578";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/portfolio-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:9:"portfolio";s:4:"tags";s:13:"["portfolio"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"65";s:11:"trend_index";s:2:"59";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:85;a:14:{s:2:"id";s:4:"5019";s:5:"title";s:11:"Portfolio 1";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_1.png";s:12:"tmpl_created";s:10:"1520520580";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/portfolio-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:9:"portfolio";s:4:"tags";s:13:"["portfolio"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"173";s:11:"trend_index";s:3:"193";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:86;a:14:{s:2:"id";s:4:"5027";s:5:"title";s:12:"Portfolio 11";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_2.png";s:12:"tmpl_created";s:10:"1520520581";s:6:"author";s:9:"Elementor";s:3:"url";s:109:"https://library.elementor.com/blocks/portfolio-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:9:"portfolio";s:4:"tags";s:13:"["portfolio"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"321";s:11:"trend_index";s:3:"331";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:87;a:14:{s:2:"id";s:4:"5037";s:5:"title";s:12:"Portfolio 12";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_3.png";s:12:"tmpl_created";s:10:"1520520583";s:6:"author";s:9:"Elementor";s:3:"url";s:109:"https://library.elementor.com/blocks/portfolio-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:9:"portfolio";s:4:"tags";s:13:"["portfolio"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"271";s:11:"trend_index";s:3:"238";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:88;a:14:{s:2:"id";s:4:"5057";s:5:"title";s:12:"Portfolio 13";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_4.png";s:12:"tmpl_created";s:10:"1520520586";s:6:"author";s:9:"Elementor";s:3:"url";s:109:"https://library.elementor.com/blocks/portfolio-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:9:"portfolio";s:4:"tags";s:13:"["portfolio"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"248";s:11:"trend_index";s:3:"202";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:89;a:14:{s:2:"id";s:4:"5071";s:5:"title";s:12:"Portfolio 14";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_5.png";s:12:"tmpl_created";s:10:"1520520588";s:6:"author";s:9:"Elementor";s:3:"url";s:109:"https://library.elementor.com/blocks/portfolio-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:9:"portfolio";s:4:"tags";s:13:"["portfolio"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"277";s:11:"trend_index";s:3:"196";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:90;a:14:{s:2:"id";s:4:"5082";s:5:"title";s:11:"Portfolio 4";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_4.png";s:12:"tmpl_created";s:10:"1520520589";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/portfolio-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:9:"portfolio";s:4:"tags";s:13:"["portfolio"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"375";s:11:"trend_index";s:3:"362";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:91;a:14:{s:2:"id";s:4:"5090";s:5:"title";s:12:"Portfolio 15";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_6.png";s:12:"tmpl_created";s:10:"1520520591";s:6:"author";s:9:"Elementor";s:3:"url";s:109:"https://library.elementor.com/blocks/portfolio-15/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:9:"portfolio";s:4:"tags";s:13:"["portfolio"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"243";s:11:"trend_index";s:3:"254";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:92;a:14:{s:2:"id";s:4:"5098";s:5:"title";s:12:"Portfolio 16";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_7.png";s:12:"tmpl_created";s:10:"1520520593";s:6:"author";s:9:"Elementor";s:3:"url";s:109:"https://library.elementor.com/blocks/portfolio-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:9:"portfolio";s:4:"tags";s:13:"["portfolio"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"179";s:11:"trend_index";s:3:"135";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:93;a:14:{s:2:"id";s:4:"5107";s:5:"title";s:11:"Portfolio 5";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_7.png";s:12:"tmpl_created";s:10:"1520520594";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/portfolio-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:9:"portfolio";s:4:"tags";s:13:"["portfolio"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"349";s:11:"trend_index";s:3:"356";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:94;a:14:{s:2:"id";s:4:"5115";s:5:"title";s:12:"Portfolio 17";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_8.png";s:12:"tmpl_created";s:10:"1520520596";s:6:"author";s:9:"Elementor";s:3:"url";s:109:"https://library.elementor.com/blocks/portfolio-17/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:9:"portfolio";s:4:"tags";s:13:"["portfolio"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"47";s:11:"trend_index";s:2:"24";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:95;a:14:{s:2:"id";s:4:"5125";s:5:"title";s:11:"Portfolio 6";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_8.png";s:12:"tmpl_created";s:10:"1520520597";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/portfolio-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:9:"portfolio";s:4:"tags";s:13:"["portfolio"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"257";s:11:"trend_index";s:3:"211";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:96;a:14:{s:2:"id";s:4:"5133";s:5:"title";s:12:"Portfolio 18";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_9.png";s:12:"tmpl_created";s:10:"1520520599";s:6:"author";s:9:"Elementor";s:3:"url";s:109:"https://library.elementor.com/blocks/portfolio-18/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:9:"portfolio";s:4:"tags";s:13:"["portfolio"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"191";s:11:"trend_index";s:3:"164";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:97;a:14:{s:2:"id";s:4:"5141";s:5:"title";s:12:"Portfolio 10";s:9:"thumbnail";s:79:"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_10.png";s:12:"tmpl_created";s:10:"1520520601";s:6:"author";s:9:"Elementor";s:3:"url";s:109:"https://library.elementor.com/blocks/portfolio-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:9:"portfolio";s:4:"tags";s:13:"["portfolio"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"141";s:11:"trend_index";s:3:"165";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:98;a:14:{s:2:"id";s:4:"5149";s:5:"title";s:11:"Portfolio 2";s:9:"thumbnail";s:79:"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_10.png";s:12:"tmpl_created";s:10:"1520520602";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/portfolio-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:9:"portfolio";s:4:"tags";s:13:"["portfolio"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"131";s:11:"trend_index";s:3:"144";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:99;a:14:{s:2:"id";s:4:"5542";s:5:"title";s:6:"CTA 19";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_1.png";s:12:"tmpl_created";s:10:"1520520681";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/blocks/cta-19/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"168";s:11:"trend_index";s:3:"129";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:100;a:14:{s:2:"id";s:4:"5550";s:5:"title";s:6:"CTA 33";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_1.png";s:12:"tmpl_created";s:10:"1520520682";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/blocks/cta-33/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"301";s:11:"trend_index";s:3:"265";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:101;a:14:{s:2:"id";s:4:"5558";s:5:"title";s:5:"CTA 1";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_2.png";s:12:"tmpl_created";s:10:"1520520684";s:6:"author";s:9:"Elementor";s:3:"url";s:102:"https://library.elementor.com/blocks/cta-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"123";s:11:"trend_index";s:3:"127";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:102;a:14:{s:2:"id";s:4:"5567";s:5:"title";s:5:"CTA 2";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_2.png";s:12:"tmpl_created";s:10:"1520520685";s:6:"author";s:9:"Elementor";s:3:"url";s:102:"https://library.elementor.com/blocks/cta-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"185";s:11:"trend_index";s:3:"123";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:103;a:14:{s:2:"id";s:4:"5583";s:5:"title";s:6:"CTA 26";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_3.png";s:12:"tmpl_created";s:10:"1520520689";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/blocks/cta-26/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"266";s:11:"trend_index";s:3:"237";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:104;a:14:{s:2:"id";s:4:"5591";s:5:"title";s:5:"CTA 5";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_4.png";s:12:"tmpl_created";s:10:"1520520691";s:6:"author";s:9:"Elementor";s:3:"url";s:102:"https://library.elementor.com/blocks/cta-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"113";s:11:"trend_index";s:3:"114";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:105;a:14:{s:2:"id";s:4:"5599";s:5:"title";s:5:"CTA 6";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_4.png";s:12:"tmpl_created";s:10:"1520520693";s:6:"author";s:9:"Elementor";s:3:"url";s:102:"https://library.elementor.com/blocks/cta-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"274";s:11:"trend_index";s:3:"233";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:106;a:14:{s:2:"id";s:4:"5607";s:5:"title";s:6:"CTA 13";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_5.png";s:12:"tmpl_created";s:10:"1520520695";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/blocks/cta-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"164";s:11:"trend_index";s:3:"195";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:107;a:14:{s:2:"id";s:4:"5634";s:5:"title";s:6:"CTA 24";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_6.png";s:12:"tmpl_created";s:10:"1520520699";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/blocks/cta-24/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"180";s:11:"trend_index";s:3:"190";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:108;a:14:{s:2:"id";s:4:"5642";s:5:"title";s:6:"CTA 25";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_6.png";s:12:"tmpl_created";s:10:"1520520701";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/blocks/cta-25/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"249";s:11:"trend_index";s:3:"171";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:109;a:14:{s:2:"id";s:4:"5650";s:5:"title";s:5:"CTA 9";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_7.png";s:12:"tmpl_created";s:10:"1520520702";s:6:"author";s:9:"Elementor";s:3:"url";s:102:"https://library.elementor.com/blocks/cta-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"122";s:11:"trend_index";s:3:"122";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:110;a:14:{s:2:"id";s:4:"5658";s:5:"title";s:5:"CTA 8";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_7.png";s:12:"tmpl_created";s:10:"1520520704";s:6:"author";s:9:"Elementor";s:3:"url";s:102:"https://library.elementor.com/blocks/cta-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"239";s:11:"trend_index";s:3:"206";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:111;a:14:{s:2:"id";s:4:"5667";s:5:"title";s:5:"CTA 3";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_8.png";s:12:"tmpl_created";s:10:"1520520705";s:6:"author";s:9:"Elementor";s:3:"url";s:102:"https://library.elementor.com/blocks/cta-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"134";s:11:"trend_index";s:3:"152";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:112;a:14:{s:2:"id";s:4:"5675";s:5:"title";s:5:"CTA 4";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_8.png";s:12:"tmpl_created";s:10:"1520520707";s:6:"author";s:9:"Elementor";s:3:"url";s:102:"https://library.elementor.com/blocks/cta-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"351";s:11:"trend_index";s:3:"318";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:113;a:14:{s:2:"id";s:4:"5860";s:5:"title";s:6:"CTA 17";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_9.png";s:12:"tmpl_created";s:10:"1520520746";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/blocks/cta-17/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"144";s:11:"trend_index";s:3:"168";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:114;a:14:{s:2:"id";s:4:"5869";s:5:"title";s:6:"CTA 18";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_10.png";s:12:"tmpl_created";s:10:"1520520747";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/blocks/cta-18/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"294";s:11:"trend_index";s:3:"333";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:115;a:14:{s:2:"id";s:4:"5877";s:5:"title";s:6:"CTA 16";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_10.png";s:12:"tmpl_created";s:10:"1520520749";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/blocks/cta-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"392";s:11:"trend_index";s:1:"0";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:116;a:14:{s:2:"id";s:4:"5885";s:5:"title";s:6:"CTA 15";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_11.png";s:12:"tmpl_created";s:10:"1520520751";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/blocks/cta-15/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"322";s:11:"trend_index";s:3:"260";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:117;a:14:{s:2:"id";s:4:"5893";s:5:"title";s:6:"CTA 21";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_12.png";s:12:"tmpl_created";s:10:"1520520752";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/blocks/cta-21/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"260";s:11:"trend_index";s:3:"261";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:118;a:14:{s:2:"id";s:4:"5904";s:5:"title";s:6:"CTA 27";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_13.png";s:12:"tmpl_created";s:10:"1520520754";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/blocks/cta-27/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"370";s:11:"trend_index";s:3:"410";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:119;a:14:{s:2:"id";s:4:"5912";s:5:"title";s:6:"CTA 28";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_11.png";s:12:"tmpl_created";s:10:"1520520755";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/blocks/cta-28/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"419";s:11:"trend_index";s:1:"0";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:120;a:14:{s:2:"id";s:4:"5921";s:5:"title";s:6:"CTA 12";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_14.png";s:12:"tmpl_created";s:10:"1520520757";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/blocks/cta-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"265";s:11:"trend_index";s:3:"263";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:121;a:14:{s:2:"id";s:4:"5930";s:5:"title";s:6:"CTA 11";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_15.png";s:12:"tmpl_created";s:10:"1520520758";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/blocks/cta-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"73";s:11:"trend_index";s:2:"88";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:122;a:14:{s:2:"id";s:4:"5939";s:5:"title";s:6:"CTA 10";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_13-1.png";s:12:"tmpl_created";s:10:"1520520760";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/blocks/cta-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"199";s:11:"trend_index";s:3:"178";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:123;a:14:{s:2:"id";s:4:"7596";s:5:"title";s:8:"Header 1";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/header350.12.jpg";s:12:"tmpl_created";s:10:"1521546999";s:6:"author";s:9:"Elementor";s:3:"url";s:105:"https://library.elementor.com/blocks/header-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"header";s:4:"tags";s:10:"["header"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"50";s:11:"trend_index";s:2:"37";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:124;a:14:{s:2:"id";s:4:"7615";s:5:"title";s:8:"Header 2";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/header350.5.jpg";s:12:"tmpl_created";s:10:"1521547237";s:6:"author";s:9:"Elementor";s:3:"url";s:105:"https://library.elementor.com/blocks/header-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"header";s:4:"tags";s:10:"["header"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"45";s:11:"trend_index";s:2:"35";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:125;a:14:{s:2:"id";s:4:"7627";s:5:"title";s:8:"Footer 8";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/footer_hero_1.png";s:12:"tmpl_created";s:10:"1521547332";s:6:"author";s:9:"Elementor";s:3:"url";s:105:"https://library.elementor.com/blocks/footer-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"footer";s:4:"tags";s:10:"["footer"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"128";s:11:"trend_index";s:3:"110";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:126;a:14:{s:2:"id";s:4:"7638";s:5:"title";s:8:"Footer 9";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/footer_hero_2.png";s:12:"tmpl_created";s:10:"1521547502";s:6:"author";s:9:"Elementor";s:3:"url";s:105:"https://library.elementor.com/blocks/footer-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"footer";s:4:"tags";s:10:"["footer"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"119";s:11:"trend_index";s:3:"117";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:127;a:14:{s:2:"id";s:4:"7663";s:5:"title";s:13:"Single Post 2";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/single_post_2.png";s:12:"tmpl_created";s:10:"1521547761";s:6:"author";s:9:"Elementor";s:3:"url";s:110:"https://library.elementor.com/blocks/single-post-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"single";s:4:"tags";s:24:"["Blog","Post","Single"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"79";s:11:"trend_index";s:3:"204";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:128;a:14:{s:2:"id";s:4:"7650";s:5:"title";s:13:"Single Post 1";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/single_post_1.png";s:12:"tmpl_created";s:10:"1521557736";s:6:"author";s:9:"Elementor";s:3:"url";s:110:"https://library.elementor.com/blocks/single-post-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"single";s:4:"tags";s:24:"["Blog","Post","Single"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"90";s:11:"trend_index";s:3:"162";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:129;a:14:{s:2:"id";s:4:"7686";s:5:"title";s:12:"Blog Posts 1";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2018/03/blog_posts.png";s:12:"tmpl_created";s:10:"1521558047";s:6:"author";s:9:"Elementor";s:3:"url";s:109:"https://library.elementor.com/blocks/blog-posts-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:4:"page";s:4:"tags";s:26:"["archive","Blog","posts"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"57";s:11:"trend_index";s:3:"133";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:130;a:14:{s:2:"id";s:4:"4676";s:5:"title";s:8:"Footer 7";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2018/03/footer_7.png";s:12:"tmpl_created";s:10:"1522014215";s:6:"author";s:9:"Elementor";s:3:"url";s:105:"https://library.elementor.com/blocks/footer_7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"footer";s:4:"tags";s:10:"["footer"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"193";s:11:"trend_index";s:3:"177";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:131;a:14:{s:2:"id";s:4:"7997";s:5:"title";s:10:"footer 014";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/footer350.1.jpg";s:12:"tmpl_created";s:10:"1524582343";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/blocks/footer-014/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"footer";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"160";s:11:"trend_index";s:3:"106";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:132;a:14:{s:2:"id";s:4:"7982";s:5:"title";s:10:"footer 013";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/footer350.2.jpg";s:12:"tmpl_created";s:10:"1524582468";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/blocks/footer-013/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"footer";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"319";s:11:"trend_index";s:3:"256";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:133;a:14:{s:2:"id";s:4:"7959";s:5:"title";s:10:"footer 012";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/footer350.3.jpg";s:12:"tmpl_created";s:10:"1524582605";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/blocks/footer-012/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"footer";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"251";s:11:"trend_index";s:3:"148";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:134;a:14:{s:2:"id";s:4:"7950";s:5:"title";s:10:"footer 011";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/footer350.4.jpg";s:12:"tmpl_created";s:10:"1524582631";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/blocks/footer-011/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"footer";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"303";s:11:"trend_index";s:3:"219";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:135;a:14:{s:2:"id";s:4:"7937";s:5:"title";s:10:"footer 010";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/footer350.5.jpg";s:12:"tmpl_created";s:10:"1524582665";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/blocks/footer-010/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"footer";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"284";s:11:"trend_index";s:3:"172";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:136;a:14:{s:2:"id";s:4:"7927";s:5:"title";s:9:"footer 09";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/footer350.6.jpg";s:12:"tmpl_created";s:10:"1524582691";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/footer-09/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"footer";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"242";s:11:"trend_index";s:3:"226";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:137;a:14:{s:2:"id";s:4:"7917";s:5:"title";s:9:"footer 08";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/footer350.7.jpg";s:12:"tmpl_created";s:10:"1524582788";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/footer-08/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"footer";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"153";s:11:"trend_index";s:2:"96";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:138;a:14:{s:2:"id";s:4:"7904";s:5:"title";s:9:"footer 07";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/footer350.8.jpg";s:12:"tmpl_created";s:10:"1524582814";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/footer-07/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"footer";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"288";s:11:"trend_index";s:3:"214";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:139;a:14:{s:2:"id";s:4:"7837";s:5:"title";s:9:"footer 01";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/footer350.14.jpg";s:12:"tmpl_created";s:10:"1524582852";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/footer-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"397";s:11:"trend_index";s:3:"380";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:140;a:14:{s:2:"id";s:4:"7852";s:5:"title";s:9:"footer 02";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/footer350.13.jpg";s:12:"tmpl_created";s:10:"1524582875";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/footer-02/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"footer";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"289";s:11:"trend_index";s:3:"199";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:141;a:14:{s:2:"id";s:4:"7862";s:5:"title";s:9:"footer 03";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/footer350.12.jpg";s:12:"tmpl_created";s:10:"1524582903";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/footer-03/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"footer";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"192";s:11:"trend_index";s:3:"143";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:142;a:14:{s:2:"id";s:4:"7871";s:5:"title";s:9:"footer 04";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/footer350.11.jpg";s:12:"tmpl_created";s:10:"1524582927";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/footer-04/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"footer";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"157";s:11:"trend_index";s:2:"83";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:143;a:14:{s:2:"id";s:4:"7884";s:5:"title";s:9:"footer 05";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/footer350.10.jpg";s:12:"tmpl_created";s:10:"1524582944";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/footer-05/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"footer";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"37";s:11:"trend_index";s:1:"9";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:144;a:14:{s:2:"id";s:4:"7892";s:5:"title";s:9:"footer 06";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/footer350.9.jpg";s:12:"tmpl_created";s:10:"1524583015";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/footer-06/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"footer";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"195";s:11:"trend_index";s:3:"109";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:145;a:14:{s:2:"id";s:4:"4212";s:5:"title";s:11:"Services 23";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_1.png";s:12:"tmpl_created";s:10:"1520443248";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/services-23/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"services";s:4:"tags";s:12:"["services"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"135";s:11:"trend_index";s:3:"124";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:146;a:14:{s:2:"id";s:4:"7825";s:5:"title";s:9:"header 12";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/header350.11.jpg";s:12:"tmpl_created";s:10:"1524583273";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/header-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"header";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"97";s:11:"trend_index";s:2:"61";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:147;a:14:{s:2:"id";s:4:"4227";s:5:"title";s:11:"Services 30";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_1.png";s:12:"tmpl_created";s:10:"1520443250";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/services-30/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"services";s:4:"tags";s:12:"["services"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"327";s:11:"trend_index";s:3:"349";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:148;a:14:{s:2:"id";s:4:"7812";s:5:"title";s:9:"header 11";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/header350.10.jpg";s:12:"tmpl_created";s:10:"1524583298";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/header-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"header";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"127";s:11:"trend_index";s:2:"84";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:149;a:14:{s:2:"id";s:4:"4235";s:5:"title";s:11:"Services 18";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_2.png";s:12:"tmpl_created";s:10:"1520443251";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/services-18/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"services";s:4:"tags";s:12:"["services"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"311";s:11:"trend_index";s:3:"285";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:150;a:14:{s:2:"id";s:4:"7724";s:5:"title";s:8:"header 4";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/header350.3.jpg";s:12:"tmpl_created";s:10:"1524583367";s:6:"author";s:9:"Elementor";s:3:"url";s:105:"https://library.elementor.com/blocks/header-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"header";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"66";s:11:"trend_index";s:2:"25";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:151;a:14:{s:2:"id";s:4:"4244";s:5:"title";s:11:"Services 26";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_2.png";s:12:"tmpl_created";s:10:"1520443253";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/services-26/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"services";s:4:"tags";s:12:"["services"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"379";s:11:"trend_index";s:3:"411";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:152;a:14:{s:2:"id";s:4:"7734";s:5:"title";s:8:"header 5";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/header350.4.jpg";s:12:"tmpl_created";s:10:"1524583436";s:6:"author";s:9:"Elementor";s:3:"url";s:105:"https://library.elementor.com/blocks/header-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"header";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"64";s:11:"trend_index";s:2:"27";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:153;a:14:{s:2:"id";s:4:"4252";s:5:"title";s:10:"Services 9";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_3.png";s:12:"tmpl_created";s:10:"1520443255";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/blocks/services-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"services";s:4:"tags";s:12:"["services"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"63";s:11:"trend_index";s:2:"48";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:154;a:14:{s:2:"id";s:4:"7771";s:5:"title";s:8:"header 8";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/header350.7.jpg";s:12:"tmpl_created";s:10:"1524583540";s:6:"author";s:9:"Elementor";s:3:"url";s:105:"https://library.elementor.com/blocks/header-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"header";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"126";s:11:"trend_index";s:2:"68";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:155;a:14:{s:2:"id";s:4:"4260";s:5:"title";s:11:"Services 25";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_3.png";s:12:"tmpl_created";s:10:"1520443257";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/services-25/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"services";s:4:"tags";s:12:"["services"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"218";s:11:"trend_index";s:3:"228";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:156;a:14:{s:2:"id";s:4:"7787";s:5:"title";s:8:"header 9";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/header350.8.jpg";s:12:"tmpl_created";s:10:"1524583598";s:6:"author";s:9:"Elementor";s:3:"url";s:105:"https://library.elementor.com/blocks/header-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"header";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"169";s:11:"trend_index";s:3:"112";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:157;a:14:{s:2:"id";s:4:"4268";s:5:"title";s:10:"Services 8";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_4.png";s:12:"tmpl_created";s:10:"1520443259";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/blocks/services-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"services";s:4:"tags";s:12:"["services"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"152";s:11:"trend_index";s:3:"147";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:158;a:14:{s:2:"id";s:4:"7801";s:5:"title";s:9:"header 10";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/header350.9.jpg";s:12:"tmpl_created";s:10:"1524583659";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/header-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"header";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"87";s:11:"trend_index";s:2:"55";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:159;a:14:{s:2:"id";s:4:"4276";s:5:"title";s:11:"Services 24";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_4.png";s:12:"tmpl_created";s:10:"1520443261";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/services-24/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"services";s:4:"tags";s:12:"["services"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"324";s:11:"trend_index";s:3:"305";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:160;a:14:{s:2:"id";s:4:"7754";s:5:"title";s:8:"header 7";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/header350.6.jpg";s:12:"tmpl_created";s:10:"1524583712";s:6:"author";s:9:"Elementor";s:3:"url";s:105:"https://library.elementor.com/blocks/header-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"header";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"39";s:11:"trend_index";s:2:"33";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:161;a:14:{s:2:"id";s:4:"4284";s:5:"title";s:10:"Services 7";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_5.png";s:12:"tmpl_created";s:10:"1520443263";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/blocks/services-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"services";s:4:"tags";s:12:"["services"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"81";s:11:"trend_index";s:2:"62";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:162;a:14:{s:2:"id";s:4:"7713";s:5:"title";s:8:"header 3";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/header350.2.jpg";s:12:"tmpl_created";s:10:"1524584780";s:6:"author";s:9:"Elementor";s:3:"url";s:105:"https://library.elementor.com/blocks/header-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"header";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"71";s:11:"trend_index";s:2:"50";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:163;a:14:{s:2:"id";s:4:"4293";s:5:"title";s:10:"Services 6";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_6.png";s:12:"tmpl_created";s:10:"1520443265";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/blocks/services-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"services";s:4:"tags";s:12:"["services"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"293";s:11:"trend_index";s:3:"319";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:164;a:14:{s:2:"id";s:4:"7744";s:5:"title";s:8:"header 6";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/header350.5.jpg";s:12:"tmpl_created";s:10:"1524584784";s:6:"author";s:9:"Elementor";s:3:"url";s:105:"https://library.elementor.com/blocks/header-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"header";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"104";s:11:"trend_index";s:2:"73";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:165;a:14:{s:2:"id";s:4:"4302";s:5:"title";s:10:"Services 5";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_7.png";s:12:"tmpl_created";s:10:"1520443266";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/blocks/services-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"services";s:4:"tags";s:12:"["services"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"84";s:11:"trend_index";s:2:"56";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:166;a:14:{s:2:"id";s:4:"8489";s:5:"title";s:13:"Single Post 2";s:9:"thumbnail";s:79:"https://library.elementor.com/wp-content/uploads/2018/05/single_post_2_full.jpg";s:12:"tmpl_created";s:10:"1526227514";s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/blocks/single-post-2-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:11:"single post";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"59";s:11:"trend_index";s:2:"23";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:167;a:14:{s:2:"id";s:4:"4313";s:5:"title";s:11:"Services 13";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_8.png";s:12:"tmpl_created";s:10:"1520443268";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/services-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"services";s:4:"tags";s:12:"["services"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"150";s:11:"trend_index";s:3:"139";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:168;a:14:{s:2:"id";s:4:"8523";s:5:"title";s:11:"404 page 06";s:9:"thumbnail";s:64:"https://library.elementor.com/wp-content/uploads/2018/05/006.jpg";s:12:"tmpl_created";s:10:"1526415291";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/404-page-06/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"404 page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"374";s:11:"trend_index";s:3:"255";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:169;a:14:{s:2:"id";s:4:"4324";s:5:"title";s:11:"Services 14";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_9.png";s:12:"tmpl_created";s:10:"1520443270";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/services-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"services";s:4:"tags";s:12:"["services"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"307";s:11:"trend_index";s:3:"272";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:170;a:14:{s:2:"id";s:4:"8524";s:5:"title";s:11:"404 page 07";s:9:"thumbnail";s:64:"https://library.elementor.com/wp-content/uploads/2018/05/007.jpg";s:12:"tmpl_created";s:10:"1526415337";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/404-page-07/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"404 page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"342";s:11:"trend_index";s:3:"279";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:171;a:14:{s:2:"id";s:4:"4332";s:5:"title";s:11:"Services 22";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_10.png";s:12:"tmpl_created";s:10:"1520443272";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/services-22/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"services";s:4:"tags";s:12:"["services"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"148";s:11:"trend_index";s:3:"157";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:172;a:14:{s:2:"id";s:4:"8525";s:5:"title";s:11:"404 page 08";s:9:"thumbnail";s:64:"https://library.elementor.com/wp-content/uploads/2018/05/008.jpg";s:12:"tmpl_created";s:10:"1526415374";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/404-page-08/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"404 page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"401";s:11:"trend_index";s:3:"329";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:173;a:14:{s:2:"id";s:4:"4341";s:5:"title";s:11:"Services 21";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_11.png";s:12:"tmpl_created";s:10:"1520443274";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/services-21/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"services";s:4:"tags";s:12:"["services"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"143";s:11:"trend_index";s:3:"126";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:174;a:14:{s:2:"id";s:4:"8513";s:5:"title";s:11:"404 page 04";s:9:"thumbnail";s:64:"https://library.elementor.com/wp-content/uploads/2018/05/004.jpg";s:12:"tmpl_created";s:10:"1526415417";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/404-page-04/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"404 page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"378";s:11:"trend_index";s:3:"342";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:175;a:14:{s:2:"id";s:4:"4349";s:5:"title";s:11:"Services 29";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_11.png";s:12:"tmpl_created";s:10:"1520443275";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/services-29/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"services";s:4:"tags";s:12:"["services"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"309";s:11:"trend_index";s:3:"364";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:176;a:14:{s:2:"id";s:4:"8512";s:5:"title";s:11:"404 page 03";s:9:"thumbnail";s:64:"https://library.elementor.com/wp-content/uploads/2018/05/003.jpg";s:12:"tmpl_created";s:10:"1526415449";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/404-page-03/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"404 page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"411";s:11:"trend_index";s:3:"386";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:177;a:14:{s:2:"id";s:4:"4357";s:5:"title";s:11:"Services 20";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_12.png";s:12:"tmpl_created";s:10:"1520443277";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/services-20/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"services";s:4:"tags";s:12:"["services"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"60";s:11:"trend_index";s:2:"46";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:178;a:14:{s:2:"id";s:4:"8526";s:5:"title";s:11:"404 page 09";s:9:"thumbnail";s:64:"https://library.elementor.com/wp-content/uploads/2018/05/009.jpg";s:12:"tmpl_created";s:10:"1526415474";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/404-page-09/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"404 page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"413";s:11:"trend_index";s:3:"370";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:179;a:14:{s:2:"id";s:4:"4368";s:5:"title";s:11:"Services 16";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_13.png";s:12:"tmpl_created";s:10:"1520443279";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/services-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"services";s:4:"tags";s:12:"["services"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"83";s:11:"trend_index";s:2:"92";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:180;a:14:{s:2:"id";s:4:"8505";s:5:"title";s:11:"404 page 01";s:9:"thumbnail";s:64:"https://library.elementor.com/wp-content/uploads/2018/05/001.jpg";s:12:"tmpl_created";s:10:"1526415501";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/404-page-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"404 page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"420";s:11:"trend_index";s:3:"408";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:181;a:14:{s:2:"id";s:4:"4376";s:5:"title";s:11:"Services 28";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_12.png";s:12:"tmpl_created";s:10:"1520443281";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/services-28/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"services";s:4:"tags";s:12:"["services"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"147";s:11:"trend_index";s:3:"184";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:182;a:14:{s:2:"id";s:4:"8511";s:5:"title";s:11:"404 page 02";s:9:"thumbnail";s:64:"https://library.elementor.com/wp-content/uploads/2018/05/002.jpg";s:12:"tmpl_created";s:10:"1526415528";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/404-page-02/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"404 page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"362";s:11:"trend_index";s:3:"274";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:183;a:14:{s:2:"id";s:4:"4391";s:5:"title";s:11:"Services 17";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_14.png";s:12:"tmpl_created";s:10:"1520443283";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/services-17/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"services";s:4:"tags";s:12:"["services"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"149";s:11:"trend_index";s:3:"102";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:184;a:14:{s:2:"id";s:4:"8514";s:5:"title";s:11:"404 Page 05";s:9:"thumbnail";s:64:"https://library.elementor.com/wp-content/uploads/2018/05/005.jpg";s:12:"tmpl_created";s:10:"1526415558";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/404-page-05/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"404 page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"393";s:11:"trend_index";s:3:"310";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:185;a:14:{s:2:"id";s:4:"4400";s:5:"title";s:11:"Services 27";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_13.png";s:12:"tmpl_created";s:10:"1520443285";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/services-27/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:8:"services";s:4:"tags";s:12:"["services"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"261";s:11:"trend_index";s:3:"306";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:186;a:14:{s:2:"id";s:4:"8676";s:5:"title";s:13:"single page 1";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.6.jpg";s:12:"tmpl_created";s:10:"1527682423";s:6:"author";s:9:"Elementor";s:3:"url";s:110:"https://library.elementor.com/blocks/single-page-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:11:"single page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"385";s:11:"trend_index";s:3:"307";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:187;a:14:{s:2:"id";s:4:"4411";s:5:"title";s:9:"Contact 3";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/02/map_white_1.png";s:12:"tmpl_created";s:10:"1520443287";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/contact-3-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"contact";s:4:"tags";s:11:"["contact"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"102";s:11:"trend_index";s:2:"91";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:188;a:14:{s:2:"id";s:4:"8678";s:5:"title";s:13:"single page 2";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.2.jpg";s:12:"tmpl_created";s:10:"1527682780";s:6:"author";s:9:"Elementor";s:3:"url";s:110:"https://library.elementor.com/blocks/single-page-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:11:"single page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"291";s:11:"trend_index";s:3:"167";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:189;a:14:{s:2:"id";s:4:"4420";s:5:"title";s:9:"Contact 1";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/02/map_black_1.png";s:12:"tmpl_created";s:10:"1520443289";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/contact-1-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"contact";s:4:"tags";s:11:"["contact"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"171";s:11:"trend_index";s:3:"187";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:190;a:14:{s:2:"id";s:4:"8679";s:5:"title";s:13:"single page 3";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.3.jpg";s:12:"tmpl_created";s:10:"1527682847";s:6:"author";s:9:"Elementor";s:3:"url";s:110:"https://library.elementor.com/blocks/single-page-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:11:"single page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"339";s:11:"trend_index";s:3:"189";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:191;a:14:{s:2:"id";s:4:"4428";s:5:"title";s:9:"Contact 4";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/02/map_white_2.png";s:12:"tmpl_created";s:10:"1520443291";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/contact-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"contact";s:4:"tags";s:11:"["contact"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"99";s:11:"trend_index";s:2:"86";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:192;a:14:{s:2:"id";s:4:"8680";s:5:"title";s:13:"single page 4";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.1.jpg";s:12:"tmpl_created";s:10:"1527682896";s:6:"author";s:9:"Elementor";s:3:"url";s:110:"https://library.elementor.com/blocks/single-page-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:11:"single page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"414";s:11:"trend_index";s:3:"337";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:193;a:14:{s:2:"id";s:4:"4436";s:5:"title";s:11:"Contact 16";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/02/map_black_2.png";s:12:"tmpl_created";s:10:"1520443293";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/blocks/contact-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"contact";s:4:"tags";s:11:"["contact"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"181";s:11:"trend_index";s:3:"158";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:194;a:14:{s:2:"id";s:4:"8681";s:5:"title";s:13:"single page 5";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.5.jpg";s:12:"tmpl_created";s:10:"1527682969";s:6:"author";s:9:"Elementor";s:3:"url";s:110:"https://library.elementor.com/blocks/single-page-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:11:"single page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"354";s:11:"trend_index";s:3:"264";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:195;a:14:{s:2:"id";s:4:"4444";s:5:"title";s:9:"Contact 5";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_1.png";s:12:"tmpl_created";s:10:"1520443295";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/contact-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"contact";s:4:"tags";s:11:"["contact"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"111";s:11:"trend_index";s:2:"75";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:196;a:14:{s:2:"id";s:4:"8682";s:5:"title";s:13:"single page 6";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.4.jpg";s:12:"tmpl_created";s:10:"1527683026";s:6:"author";s:9:"Elementor";s:3:"url";s:110:"https://library.elementor.com/blocks/single-page-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:11:"single page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"416";s:11:"trend_index";s:3:"421";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:197;a:14:{s:2:"id";s:4:"4452";s:5:"title";s:9:"Contact 6";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/02/contact_black_1.png";s:12:"tmpl_created";s:10:"1520443296";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/contact-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"contact";s:4:"tags";s:11:"["contact"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"186";s:11:"trend_index";s:3:"134";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:198;a:14:{s:2:"id";s:4:"8703";s:5:"title";s:13:"single page 7";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.7.jpg";s:12:"tmpl_created";s:10:"1527683072";s:6:"author";s:9:"Elementor";s:3:"url";s:110:"https://library.elementor.com/blocks/single-page-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:11:"single page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"390";s:11:"trend_index";s:3:"311";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:199;a:14:{s:2:"id";s:4:"4460";s:5:"title";s:9:"Contact 9";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_2.png";s:12:"tmpl_created";s:10:"1520443298";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/contact-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"contact";s:4:"tags";s:11:"["contact"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"136";s:11:"trend_index";s:3:"128";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:200;a:14:{s:2:"id";s:4:"8961";s:5:"title";s:9:"archive 1";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.1.jpg";s:12:"tmpl_created";s:10:"1528639909";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/archive-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"archive";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"233";s:11:"trend_index";s:2:"97";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:201;a:14:{s:2:"id";s:4:"4468";s:5:"title";s:9:"Contact 7";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_3.png";s:12:"tmpl_created";s:10:"1520443301";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/contact-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"contact";s:4:"tags";s:18:"["contact","form"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"158";s:11:"trend_index";s:3:"108";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:202;a:14:{s:2:"id";s:4:"8969";s:5:"title";s:9:"archive 2";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.2.jpg";s:12:"tmpl_created";s:10:"1528700014";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/archive-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"archive";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"348";s:11:"trend_index";s:3:"251";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:203;a:14:{s:2:"id";s:4:"4476";s:5:"title";s:10:"Contact 15";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_4.png";s:12:"tmpl_created";s:10:"1520443303";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/blocks/contact-15/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"contact";s:4:"tags";s:18:"["contact","form"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"269";s:11:"trend_index";s:3:"315";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:204;a:14:{s:2:"id";s:4:"8973";s:5:"title";s:9:"archive 3";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.3.jpg";s:12:"tmpl_created";s:10:"1528700205";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/archive-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"archive";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"330";s:11:"trend_index";s:3:"173";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:205;a:14:{s:2:"id";s:4:"4484";s:5:"title";s:9:"Contact 8";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/02/contact_black_3.png";s:12:"tmpl_created";s:10:"1520443305";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/contact-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"contact";s:4:"tags";s:18:"["contact","form"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"336";s:11:"trend_index";s:3:"294";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:206;a:14:{s:2:"id";s:4:"8977";s:5:"title";s:9:"archive 4";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.4.jpg";s:12:"tmpl_created";s:10:"1528700326";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/archive-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"archive";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"406";s:11:"trend_index";s:3:"359";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:207;a:14:{s:2:"id";s:4:"4492";s:5:"title";s:9:"Contact 5";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/02/map_white_3.png";s:12:"tmpl_created";s:10:"1520443307";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/contact-5-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"contact";s:4:"tags";s:11:"["contact"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"69";s:11:"trend_index";s:2:"58";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:208;a:14:{s:2:"id";s:4:"8981";s:5:"title";s:9:"archive 5";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.5.jpg";s:12:"tmpl_created";s:10:"1528700484";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/archive-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"archive";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"380";s:11:"trend_index";s:3:"241";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:209;a:14:{s:2:"id";s:4:"4500";s:5:"title";s:9:"Pricing 7";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/02/price_white_1.png";s:12:"tmpl_created";s:10:"1520443308";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/pricing-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"pricing";s:4:"tags";s:11:"["pricing"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"382";s:11:"trend_index";s:3:"375";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:210;a:14:{s:2:"id";s:4:"8985";s:5:"title";s:9:"archive 6";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.6.jpg";s:12:"tmpl_created";s:10:"1528700612";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/archive-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"archive";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"355";s:11:"trend_index";s:3:"149";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:211;a:14:{s:2:"id";s:4:"4509";s:5:"title";s:9:"Pricing 1";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/02/price_black_1.png";s:12:"tmpl_created";s:10:"1520443310";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/pricing-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"pricing";s:4:"tags";s:11:"["pricing"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"424";s:11:"trend_index";s:3:"419";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:212;a:14:{s:2:"id";s:4:"8989";s:5:"title";s:9:"archive 7";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.7.jpg";s:12:"tmpl_created";s:10:"1528701063";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/archive-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"archive";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"343";s:11:"trend_index";s:3:"203";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:213;a:14:{s:2:"id";s:4:"4521";s:5:"title";s:9:"Pricing 8";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/02/price_white_2.png";s:12:"tmpl_created";s:10:"1520443312";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/pricing-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"pricing";s:4:"tags";s:11:"["pricing"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"326";s:11:"trend_index";s:3:"273";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:214;a:14:{s:2:"id";s:4:"8996";s:5:"title";s:9:"archive 8";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.8.jpg";s:12:"tmpl_created";s:10:"1528701290";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/archive-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"archive";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"325";s:11:"trend_index";s:3:"182";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:215;a:14:{s:2:"id";s:4:"4529";s:5:"title";s:9:"Pricing 2";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/02/price_black_2.png";s:12:"tmpl_created";s:10:"1520443314";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/pricing-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"pricing";s:4:"tags";s:11:"["pricing"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"415";s:11:"trend_index";s:3:"385";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:216;a:14:{s:2:"id";s:4:"9001";s:5:"title";s:9:"archive 9";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.9.jpg";s:12:"tmpl_created";s:10:"1528701433";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/archive-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"archive";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"359";s:11:"trend_index";s:3:"183";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:217;a:14:{s:2:"id";s:4:"4537";s:5:"title";s:9:"Pricing 9";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/02/price_white_3.png";s:12:"tmpl_created";s:10:"1520443315";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/pricing-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"pricing";s:4:"tags";s:11:"["pricing"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"409";s:11:"trend_index";s:3:"387";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:218;a:14:{s:2:"id";s:4:"9119";s:5:"title";s:10:"footer 015";s:9:"thumbnail";s:82:"https://library.elementor.com/wp-content/uploads/2018/07/Footer_GetStarted_350.png";s:12:"tmpl_created";s:10:"1532428138";s:6:"author";s:9:"Elementor";s:3:"url";s:101:"https://library.elementor.com/blocks/demo/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"footer";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"426";s:11:"trend_index";s:3:"227";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:219;a:14:{s:2:"id";s:4:"4545";s:5:"title";s:9:"Pricing 3";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/02/price_black_3.png";s:12:"tmpl_created";s:10:"1520443317";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/pricing-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"pricing";s:4:"tags";s:11:"["pricing"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"423";s:11:"trend_index";s:1:"0";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:220;a:14:{s:2:"id";s:4:"9127";s:5:"title";s:9:"header 13";s:9:"thumbnail";s:86:"https://library.elementor.com/wp-content/uploads/2018/07/Header_get_started_1200V3.png";s:12:"tmpl_created";s:10:"1532428699";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/header-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:6:"header";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"381";s:11:"trend_index";s:2:"10";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:221;a:14:{s:2:"id";s:4:"4553";s:5:"title";s:10:"Pricing 10";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/02/price_white_4.png";s:12:"tmpl_created";s:10:"1520443319";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/blocks/pricing-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"pricing";s:4:"tags";s:11:"["pricing"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"394";s:11:"trend_index";s:3:"389";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:222;a:14:{s:2:"id";s:4:"9139";s:5:"title";s:4:"Demo";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/07/Get_Started_250.png";s:12:"tmpl_created";s:10:"1532430504";s:6:"author";s:9:"Elementor";s:3:"url";s:94:"https://library.elementor.com/demo/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"295";s:11:"trend_index";s:1:"2";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:223;a:14:{s:2:"id";s:4:"4562";s:5:"title";s:9:"Pricing 4";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/02/price_black_4.png";s:12:"tmpl_created";s:10:"1520443322";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/pricing-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"pricing";s:4:"tags";s:11:"["pricing"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"421";s:11:"trend_index";s:3:"422";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:224;a:14:{s:2:"id";s:4:"4572";s:5:"title";s:10:"Pricing 11";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/02/price_white_5.png";s:12:"tmpl_created";s:10:"1520443324";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/blocks/pricing-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"pricing";s:4:"tags";s:11:"["pricing"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"312";s:11:"trend_index";s:3:"292";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:225;a:14:{s:2:"id";s:4:"4580";s:5:"title";s:10:"Pricing 12";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/02/price_white_6.png";s:12:"tmpl_created";s:10:"1520443326";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/blocks/pricing-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"pricing";s:4:"tags";s:11:"["pricing"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"404";s:11:"trend_index";s:3:"394";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:226;a:14:{s:2:"id";s:4:"4589";s:5:"title";s:9:"Pricing 5";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/02/price_black_6.png";s:12:"tmpl_created";s:10:"1520443327";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/pricing-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"pricing";s:4:"tags";s:11:"["pricing"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"422";s:11:"trend_index";s:3:"382";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:227;a:14:{s:2:"id";s:4:"4597";s:5:"title";s:10:"Pricing 13";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/02/price_white_7.png";s:12:"tmpl_created";s:10:"1520443330";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/blocks/pricing-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"pricing";s:4:"tags";s:11:"["pricing"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"412";s:11:"trend_index";s:3:"396";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:228;a:14:{s:2:"id";s:4:"4605";s:5:"title";s:9:"Pricing 6";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/02/price_black_7.png";s:12:"tmpl_created";s:10:"1520443332";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/pricing-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"pricing";s:4:"tags";s:11:"["pricing"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"425";s:11:"trend_index";s:3:"407";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:229;a:14:{s:2:"id";s:4:"4613";s:5:"title";s:10:"Pricing 14";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/02/price_white_8.png";s:12:"tmpl_created";s:10:"1520443334";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/blocks/pricing-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"pricing";s:4:"tags";s:11:"["pricing"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"400";s:11:"trend_index";s:3:"409";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:230;a:14:{s:2:"id";s:4:"4690";s:5:"title";s:6:"Team 7";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/team_white_1.png";s:12:"tmpl_created";s:10:"1520443348";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/blocks/team-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:4:"team";s:4:"tags";s:8:"["team"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"264";s:11:"trend_index";s:3:"215";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:231;a:14:{s:2:"id";s:4:"4698";s:5:"title";s:7:"Team 15";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/team_black_1.png";s:12:"tmpl_created";s:10:"1520443350";s:6:"author";s:9:"Elementor";s:3:"url";s:104:"https://library.elementor.com/blocks/team-15/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:4:"team";s:4:"tags";s:8:"["team"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"368";s:11:"trend_index";s:3:"420";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:232;a:14:{s:2:"id";s:4:"4706";s:5:"title";s:6:"Team 5";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/team_white_2.png";s:12:"tmpl_created";s:10:"1520443352";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/blocks/team-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:4:"team";s:4:"tags";s:8:"["team"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"154";s:11:"trend_index";s:3:"132";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:233;a:14:{s:2:"id";s:4:"4718";s:5:"title";s:6:"Team 4";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/team_white_3.png";s:12:"tmpl_created";s:10:"1520443354";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/blocks/team-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:4:"team";s:4:"tags";s:8:"["team"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"190";s:11:"trend_index";s:3:"154";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:234;a:14:{s:2:"id";s:4:"4727";s:5:"title";s:7:"Team 13";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/team_black_2.png";s:12:"tmpl_created";s:10:"1520443356";s:6:"author";s:9:"Elementor";s:3:"url";s:104:"https://library.elementor.com/blocks/team-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:4:"team";s:4:"tags";s:8:"["team"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"347";s:11:"trend_index";s:3:"293";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:235;a:14:{s:2:"id";s:4:"4736";s:5:"title";s:7:"Team 20";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/team_white_4.png";s:12:"tmpl_created";s:10:"1520443358";s:6:"author";s:9:"Elementor";s:3:"url";s:104:"https://library.elementor.com/blocks/team-20/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:4:"team";s:4:"tags";s:8:"["team"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"159";s:11:"trend_index";s:3:"142";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:236;a:14:{s:2:"id";s:4:"4746";s:5:"title";s:7:"Team 23";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/team_black_4.png";s:12:"tmpl_created";s:10:"1520443360";s:6:"author";s:9:"Elementor";s:3:"url";s:104:"https://library.elementor.com/blocks/team-23/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:4:"team";s:4:"tags";s:8:"["team"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"268";s:11:"trend_index";s:3:"230";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:237;a:14:{s:2:"id";s:4:"4759";s:5:"title";s:7:"Team 22";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/team_white_5.png";s:12:"tmpl_created";s:10:"1520443362";s:6:"author";s:9:"Elementor";s:3:"url";s:104:"https://library.elementor.com/blocks/team-22/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:4:"team";s:4:"tags";s:8:"["team"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"280";s:11:"trend_index";s:3:"270";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:238;a:14:{s:2:"id";s:4:"4770";s:5:"title";s:7:"Team 12";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/team_white_6.png";s:12:"tmpl_created";s:10:"1520443364";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/team-12-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:4:"team";s:4:"tags";s:8:"["team"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"333";s:11:"trend_index";s:3:"308";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:239;a:14:{s:2:"id";s:4:"4781";s:5:"title";s:7:"Team 16";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/team_white_7.png";s:12:"tmpl_created";s:10:"1520443365";s:6:"author";s:9:"Elementor";s:3:"url";s:104:"https://library.elementor.com/blocks/team-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:4:"team";s:4:"tags";s:8:"["team"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"236";s:11:"trend_index";s:3:"245";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:240;a:14:{s:2:"id";s:4:"4793";s:5:"title";s:7:"Team 18";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/team_white_8.png";s:12:"tmpl_created";s:10:"1520443367";s:6:"author";s:9:"Elementor";s:3:"url";s:104:"https://library.elementor.com/blocks/team-18/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:4:"team";s:4:"tags";s:8:"["team"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"226";s:11:"trend_index";s:3:"209";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:241;a:14:{s:2:"id";s:4:"4801";s:5:"title";s:7:"Team 11";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/team_black_8.png";s:12:"tmpl_created";s:10:"1520443369";s:6:"author";s:9:"Elementor";s:3:"url";s:104:"https://library.elementor.com/blocks/team-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:4:"team";s:4:"tags";s:8:"["team"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"320";s:11:"trend_index";s:3:"301";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:242;a:14:{s:2:"id";s:4:"4809";s:5:"title";s:7:"Team 19";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/team_white_9.png";s:12:"tmpl_created";s:10:"1520443371";s:6:"author";s:9:"Elementor";s:3:"url";s:104:"https://library.elementor.com/blocks/team-19/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:4:"team";s:4:"tags";s:8:"["team"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"273";s:11:"trend_index";s:3:"290";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:243;a:14:{s:2:"id";s:4:"4818";s:5:"title";s:7:"Team 21";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/team_black_9.png";s:12:"tmpl_created";s:10:"1520443373";s:6:"author";s:9:"Elementor";s:3:"url";s:104:"https://library.elementor.com/blocks/team-21/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:4:"team";s:4:"tags";s:8:"["team"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"377";s:11:"trend_index";s:3:"365";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:244;a:14:{s:2:"id";s:4:"5045";s:5:"title";s:11:"Portfolio 3";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_2.png";s:12:"tmpl_created";s:10:"1520443423";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/portfolio-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:9:"portfolio";s:4:"tags";s:13:"["portfolio"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"403";s:11:"trend_index";s:3:"360";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:245;a:14:{s:2:"id";s:4:"5157";s:5:"title";s:11:"Subscribe 1";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_white_1.png";s:12:"tmpl_created";s:10:"1520443448";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/subscribe-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:9:"subscribe";s:4:"tags";s:20:"["form","subscribe"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"346";s:11:"trend_index";s:3:"283";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:246;a:14:{s:2:"id";s:4:"5165";s:5:"title";s:11:"Subscribe 3";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_1.png";s:12:"tmpl_created";s:10:"1520443450";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/subscribe-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:9:"subscribe";s:4:"tags";s:20:"["form","subscribe"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"402";s:11:"trend_index";s:3:"399";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:247;a:14:{s:2:"id";s:4:"5173";s:5:"title";s:11:"Subscribe 5";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_white_2.png";s:12:"tmpl_created";s:10:"1520443452";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/subscribe-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:9:"subscribe";s:4:"tags";s:20:"["form","subscribe"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"292";s:11:"trend_index";s:3:"300";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:248;a:14:{s:2:"id";s:4:"5181";s:5:"title";s:11:"Subscribe 2";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_2.png";s:12:"tmpl_created";s:10:"1520443454";s:6:"author";s:9:"Elementor";s:3:"url";s:110:"https://library.elementor.com/blocks/subscribe-2-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:9:"subscribe";s:4:"tags";s:20:"["form","subscribe"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"372";s:11:"trend_index";s:3:"414";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:249;a:14:{s:2:"id";s:4:"5189";s:5:"title";s:6:"CTA 29";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/form_white_1.png";s:12:"tmpl_created";s:10:"1520443456";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/blocks/cta-29/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:14:"call to action";s:4:"tags";s:8:"["form"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"367";s:11:"trend_index";s:3:"324";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:250;a:14:{s:2:"id";s:4:"5198";s:5:"title";s:6:"CTA 30";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/form_black_1.png";s:12:"tmpl_created";s:10:"1520443458";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/blocks/cta-30/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:14:"call to action";s:4:"tags";s:8:"["form"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"395";s:11:"trend_index";s:3:"390";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:251;a:14:{s:2:"id";s:4:"5206";s:5:"title";s:6:"CTA 31";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/form_black_2.png";s:12:"tmpl_created";s:10:"1520443459";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/blocks/cta-31/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:14:"call to action";s:4:"tags";s:8:"["form"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"405";s:11:"trend_index";s:3:"379";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:252;a:14:{s:2:"id";s:4:"5214";s:5:"title";s:10:"Contact 16";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/form_white_2.png";s:12:"tmpl_created";s:10:"1520443462";s:6:"author";s:9:"Elementor";s:3:"url";s:109:"https://library.elementor.com/blocks/contact-16-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"contact";s:4:"tags";s:18:"["contact","form"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"221";s:11:"trend_index";s:3:"252";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:253;a:14:{s:2:"id";s:4:"5222";s:5:"title";s:11:"Subscribe 4";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_3.png";s:12:"tmpl_created";s:10:"1520443464";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/subscribe-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:9:"subscribe";s:4:"tags";s:20:"["form","subscribe"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"373";s:11:"trend_index";s:3:"369";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:254;a:14:{s:2:"id";s:4:"5230";s:5:"title";s:10:"Contact 17";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/form_white_3.png";s:12:"tmpl_created";s:10:"1520443466";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/blocks/contact-17/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"contact";s:4:"tags";s:18:"["contact","form"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"334";s:11:"trend_index";s:3:"258";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:255;a:14:{s:2:"id";s:4:"5238";s:5:"title";s:7:"Hero 12";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/form_white_4.png";s:12:"tmpl_created";s:10:"1520443468";s:6:"author";s:9:"Elementor";s:3:"url";s:104:"https://library.elementor.com/blocks/hero-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:4:"hero";s:4:"tags";s:8:"["hero"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"407";s:11:"trend_index";s:3:"418";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:256;a:14:{s:2:"id";s:4:"5249";s:5:"title";s:6:"CTA 32";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/form_black_4.png";s:12:"tmpl_created";s:10:"1520443470";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/blocks/cta-32/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:14:"call to action";s:4:"tags";s:8:"["form"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"384";s:11:"trend_index";s:3:"398";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:257;a:14:{s:2:"id";s:4:"5257";s:5:"title";s:10:"Contact 18";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/form_white_5.png";s:12:"tmpl_created";s:10:"1520443472";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/blocks/contact-18/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"contact";s:4:"tags";s:8:"["form"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"366";s:11:"trend_index";s:3:"321";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:258;a:14:{s:2:"id";s:4:"5266";s:5:"title";s:9:"Clients 4";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_1.png";s:12:"tmpl_created";s:10:"1520443474";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/clients-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"clients";s:4:"tags";s:11:"["clients"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"132";s:11:"trend_index";s:3:"111";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:259;a:14:{s:2:"id";s:4:"5275";s:5:"title";s:9:"Clients 5";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_1.png";s:12:"tmpl_created";s:10:"1520443476";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/clients-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"clients";s:4:"tags";s:11:"["clients"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"328";s:11:"trend_index";s:3:"302";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:260;a:14:{s:2:"id";s:4:"5283";s:5:"title";s:9:"Clients 1";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_2.png";s:12:"tmpl_created";s:10:"1520443478";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/clients-1-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"clients";s:4:"tags";s:11:"["clients"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"308";s:11:"trend_index";s:3:"229";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:261;a:14:{s:2:"id";s:4:"5290";s:5:"title";s:9:"Clients 3";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_2.png";s:12:"tmpl_created";s:10:"1520443480";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/clients-3-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"clients";s:4:"tags";s:11:"["clients"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"391";s:11:"trend_index";s:3:"402";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:262;a:14:{s:2:"id";s:4:"5298";s:5:"title";s:10:"Clients 15";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_3.png";s:12:"tmpl_created";s:10:"1520443482";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/blocks/clients-15/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"clients";s:4:"tags";s:11:"["clients"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"371";s:11:"trend_index";s:3:"393";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:263;a:14:{s:2:"id";s:4:"5306";s:5:"title";s:10:"Clients 10";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_3.png";s:12:"tmpl_created";s:10:"1520443484";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/blocks/clients-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"clients";s:4:"tags";s:11:"["clients"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"418";s:11:"trend_index";s:3:"416";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:264;a:14:{s:2:"id";s:4:"5315";s:5:"title";s:10:"Clients 12";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2018/03/form_white_4-1.png";s:12:"tmpl_created";s:10:"1520443486";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/blocks/clients-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"clients";s:4:"tags";s:11:"["clients"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"383";s:11:"trend_index";s:3:"383";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:265;a:14:{s:2:"id";s:4:"5324";s:5:"title";s:9:"Clients 8";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2018/03/form_white_5-1.png";s:12:"tmpl_created";s:10:"1520443488";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/clients-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"clients";s:4:"tags";s:11:"["clients"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"389";s:11:"trend_index";s:3:"406";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:266;a:14:{s:2:"id";s:4:"5333";s:5:"title";s:10:"Clients 13";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/form_white_6.png";s:12:"tmpl_created";s:10:"1520443489";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/blocks/clients-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"clients";s:4:"tags";s:11:"["clients"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"250";s:11:"trend_index";s:3:"176";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:267;a:14:{s:2:"id";s:4:"5341";s:5:"title";s:10:"Clients 11";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_4.png";s:12:"tmpl_created";s:10:"1520443491";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/blocks/clients-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"clients";s:4:"tags";s:11:"["clients"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"408";s:11:"trend_index";s:3:"336";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:268;a:14:{s:2:"id";s:4:"5349";s:5:"title";s:9:"Clients 7";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/form_white_7.png";s:12:"tmpl_created";s:10:"1520443493";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/clients-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"clients";s:4:"tags";s:11:"["clients"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"244";s:11:"trend_index";s:3:"197";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:269;a:14:{s:2:"id";s:4:"5357";s:5:"title";s:9:"Clients 2";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_7.png";s:12:"tmpl_created";s:10:"1520443495";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/clients-2-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"clients";s:4:"tags";s:11:"["clients"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"302";s:11:"trend_index";s:3:"247";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:270;a:14:{s:2:"id";s:4:"5368";s:5:"title";s:9:"Clients 9";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/form_white_8.png";s:12:"tmpl_created";s:10:"1520443497";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/clients-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"clients";s:4:"tags";s:11:"["clients"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"246";s:11:"trend_index";s:3:"266";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:271;a:14:{s:2:"id";s:4:"5381";s:5:"title";s:10:"Clients 16";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/form_white_9.png";s:12:"tmpl_created";s:10:"1520443499";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/blocks/clients-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"clients";s:4:"tags";s:11:"["clients"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"213";s:11:"trend_index";s:3:"159";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:272;a:14:{s:2:"id";s:4:"5389";s:5:"title";s:10:"Clients 14";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/form_black_9.png";s:12:"tmpl_created";s:10:"1520443501";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/blocks/clients-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:7:"clients";s:4:"tags";s:11:"["clients"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"358";s:11:"trend_index";s:3:"325";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:273;a:14:{s:2:"id";s:4:"5397";s:5:"title";s:8:"About 11";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/about_white_1.png";s:12:"tmpl_created";s:10:"1520443503";s:6:"author";s:9:"Elementor";s:3:"url";s:105:"https://library.elementor.com/blocks/about-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:5:"about";s:4:"tags";s:9:"["About"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"138";s:11:"trend_index";s:3:"160";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:274;a:14:{s:2:"id";s:4:"5405";s:5:"title";s:8:"About 12";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/about_black_1.png";s:12:"tmpl_created";s:10:"1520443505";s:6:"author";s:9:"Elementor";s:3:"url";s:105:"https://library.elementor.com/blocks/about-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:5:"about";s:4:"tags";s:9:"["About"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"227";s:11:"trend_index";s:3:"174";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:275;a:14:{s:2:"id";s:4:"5413";s:5:"title";s:8:"About 21";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/about_white_2.png";s:12:"tmpl_created";s:10:"1520443507";s:6:"author";s:9:"Elementor";s:3:"url";s:105:"https://library.elementor.com/blocks/about-21/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:5:"about";s:4:"tags";s:9:"["About"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"137";s:11:"trend_index";s:2:"99";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:276;a:14:{s:2:"id";s:4:"5421";s:5:"title";s:8:"About 13";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/about_white_3.png";s:12:"tmpl_created";s:10:"1520443509";s:6:"author";s:9:"Elementor";s:3:"url";s:105:"https://library.elementor.com/blocks/about-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:5:"about";s:4:"tags";s:9:"["About"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"254";s:11:"trend_index";s:3:"212";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:277;a:14:{s:2:"id";s:4:"5429";s:5:"title";s:8:"About 16";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/about_white_4.png";s:12:"tmpl_created";s:10:"1520443510";s:6:"author";s:9:"Elementor";s:3:"url";s:105:"https://library.elementor.com/blocks/about-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:5:"about";s:4:"tags";s:9:"["About"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"120";s:11:"trend_index";s:2:"93";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:278;a:14:{s:2:"id";s:4:"5438";s:5:"title";s:7:"About 1";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/about_black_4.png";s:12:"tmpl_created";s:10:"1520443512";s:6:"author";s:9:"Elementor";s:3:"url";s:104:"https://library.elementor.com/blocks/about-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:5:"about";s:4:"tags";s:9:"["About"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"240";s:11:"trend_index";s:3:"156";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:279;a:14:{s:2:"id";s:4:"5447";s:5:"title";s:7:"About 3";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/about_white_5.png";s:12:"tmpl_created";s:10:"1520443514";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/about-3-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:5:"about";s:4:"tags";s:9:"["About"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"77";s:11:"trend_index";s:2:"69";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:280;a:14:{s:2:"id";s:4:"5455";s:5:"title";s:8:"About 20";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/about_white_6.png";s:12:"tmpl_created";s:10:"1520443516";s:6:"author";s:9:"Elementor";s:3:"url";s:105:"https://library.elementor.com/blocks/about-20/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:5:"about";s:4:"tags";s:9:"["About"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"130";s:11:"trend_index";s:3:"113";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:281;a:14:{s:2:"id";s:4:"5464";s:5:"title";s:8:"About 17";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/about_black_6.png";s:12:"tmpl_created";s:10:"1520443518";s:6:"author";s:9:"Elementor";s:3:"url";s:105:"https://library.elementor.com/blocks/about-17/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:5:"about";s:4:"tags";s:9:"["About"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"232";s:11:"trend_index";s:3:"161";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:282;a:14:{s:2:"id";s:4:"5472";s:5:"title";s:7:"About 2";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/about_white_7.png";s:12:"tmpl_created";s:10:"1520443520";s:6:"author";s:9:"Elementor";s:3:"url";s:104:"https://library.elementor.com/blocks/about-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:5:"about";s:4:"tags";s:9:"["About"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"211";s:11:"trend_index";s:3:"235";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:283;a:14:{s:2:"id";s:4:"5480";s:5:"title";s:7:"About 4";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/about_black_7-1.png";s:12:"tmpl_created";s:10:"1520443522";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blocks/about-4-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:5:"about";s:4:"tags";s:9:"["About"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"357";s:11:"trend_index";s:3:"346";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:284;a:14:{s:2:"id";s:4:"5488";s:5:"title";s:7:"About 7";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/about_white_8.png";s:12:"tmpl_created";s:10:"1520443524";s:6:"author";s:9:"Elementor";s:3:"url";s:104:"https://library.elementor.com/blocks/about-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:5:"about";s:4:"tags";s:9:"["About"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"300";s:11:"trend_index";s:3:"222";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:285;a:14:{s:2:"id";s:4:"5496";s:5:"title";s:7:"About 9";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/about_black_8-1.png";s:12:"tmpl_created";s:10:"1520443526";s:6:"author";s:9:"Elementor";s:3:"url";s:104:"https://library.elementor.com/blocks/about-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:5:"about";s:4:"tags";s:9:"["About"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"388";s:11:"trend_index";s:3:"395";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:286;a:14:{s:2:"id";s:4:"5504";s:5:"title";s:8:"About 18";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/about_white_9.png";s:12:"tmpl_created";s:10:"1520443528";s:6:"author";s:9:"Elementor";s:3:"url";s:105:"https://library.elementor.com/blocks/about-18/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:5:"about";s:4:"tags";s:9:"["About"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:2:"92";s:11:"trend_index";s:2:"85";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:287;a:14:{s:2:"id";s:4:"5515";s:5:"title";s:8:"About 19";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/about_black_9.png";s:12:"tmpl_created";s:10:"1520443530";s:6:"author";s:9:"Elementor";s:3:"url";s:105:"https://library.elementor.com/blocks/about-19/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:7:"subtype";s:5:"about";s:4:"tags";s:9:"["About"]";s:10:"menu_order";s:1:"0";s:16:"popularity_index";s:3:"263";s:11:"trend_index";s:3:"201";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:288;a:14:{s:2:"id";s:3:"147";s:5:"title";s:20:"Homepage – App";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2016/08/0004.png";s:12:"tmpl_created";s:10:"1470829868";s:6:"author";s:9:"Elementor";s:3:"url";s:102:"https://library.elementor.com/homepage-app/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:18:"["App","Homepage"]";s:10:"menu_order";s:2:"15";s:16:"popularity_index";s:1:"1";s:11:"trend_index";s:1:"1";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:289;a:14:{s:2:"id";s:4:"2402";s:5:"title";s:32:"Homepage – Interior Design";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2017/09/Interior.png";s:12:"tmpl_created";s:10:"1506441447";s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/homepage-interior-design/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:193:"["Architecture","building","business","Creative","exterior design","furniture design","Gallery","garden design","house","interior design","landscape design","multipurpose","portfolio","studio"]";s:10:"menu_order";s:2:"16";s:16:"popularity_index";s:2:"42";s:11:"trend_index";s:2:"40";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:290;a:14:{s:2:"id";s:3:"777";s:5:"title";s:28:"Homepage – Coffee Shop";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2017/01/rest-home.jpg";s:12:"tmpl_created";s:10:"1485273092";s:6:"author";s:9:"Elementor";s:3:"url";s:110:"https://library.elementor.com/homepage-coffee-shop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:41:"["Coffee","Homepage","Restaurant","Shop"]";s:10:"menu_order";s:2:"17";s:16:"popularity_index";s:2:"46";s:11:"trend_index";s:2:"81";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:291;a:14:{s:2:"id";s:4:"2404";s:5:"title";s:24:"Homepage – Product";s:9:"thumbnail";s:68:"https://library.elementor.com/wp-content/uploads/2017/09/product.png";s:12:"tmpl_created";s:10:"1506441452";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/homepage-product/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:103:"["business","colorful","ecommerce","flat","mobile","modern","responsive","retina","Shop","woocommerce"]";s:10:"menu_order";s:2:"18";s:16:"popularity_index";s:2:"54";s:11:"trend_index";s:3:"101";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:292;a:14:{s:2:"id";s:3:"492";s:5:"title";s:25:"Homepage – Law firm";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2016/10/0024.png";s:12:"tmpl_created";s:10:"1477388365";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/homepage-law-firm/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:25:"["Firm","Homepage","Law"]";s:10:"menu_order";s:2:"19";s:16:"popularity_index";s:1:"7";s:11:"trend_index";s:1:"7";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:293;a:14:{s:2:"id";s:3:"225";s:5:"title";s:27:"Homepage – Restaurant";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2016/08/0016.png";s:12:"tmpl_created";s:10:"1470829872";s:6:"author";s:9:"Elementor";s:3:"url";s:109:"https://library.elementor.com/homepage-restaurant/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:32:"["Food","Homepage","Restaurant"]";s:10:"menu_order";s:2:"20";s:16:"popularity_index";s:1:"2";s:11:"trend_index";s:1:"3";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:294;a:14:{s:2:"id";s:4:"3451";s:5:"title";s:39:"Homepage – Goodness meal services";s:9:"thumbnail";s:84:"https://library.elementor.com/wp-content/uploads/2017/11/goodness-featured-image.png";s:12:"tmpl_created";s:10:"1512054116";s:6:"author";s:9:"Elementor";s:3:"url";s:121:"https://library.elementor.com/homepage-goodness-meal-services/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"21";s:16:"popularity_index";s:2:"88";s:11:"trend_index";s:3:"146";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:295;a:14:{s:2:"id";s:4:"2152";s:5:"title";s:26:"Homepage – Cake Shop";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2017/07/cake-home.png";s:12:"tmpl_created";s:10:"1499774132";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/homepage-cake-shop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:39:"["Cake","Homepage","Restaurant","Shop"]";s:10:"menu_order";s:2:"22";s:16:"popularity_index";s:3:"142";s:11:"trend_index";s:3:"140";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:296;a:14:{s:2:"id";s:4:"1068";s:5:"title";s:27:"Homepage – Copywriter";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2017/03/copywriter.png";s:12:"tmpl_created";s:10:"1488805928";s:6:"author";s:9:"Elementor";s:3:"url";s:109:"https://library.elementor.com/homepage-copywriter/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:25:"["Copywriter","Homepage"]";s:10:"menu_order";s:2:"23";s:16:"popularity_index";s:2:"67";s:11:"trend_index";s:3:"104";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:297;a:14:{s:2:"id";s:3:"181";s:5:"title";s:23:"Homepage – Agency";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2016/08/0019.png";s:12:"tmpl_created";s:10:"1470826567";s:6:"author";s:9:"Elementor";s:3:"url";s:105:"https://library.elementor.com/homepage-agency/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:32:"["Agency","Creative","Homepage"]";s:10:"menu_order";s:2:"24";s:16:"popularity_index";s:1:"3";s:11:"trend_index";s:1:"6";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:298;a:14:{s:2:"id";s:3:"463";s:5:"title";s:22:"Homepage – Study";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2016/10/0022.png";s:12:"tmpl_created";s:10:"1477388340";s:6:"author";s:9:"Elementor";s:3:"url";s:104:"https://library.elementor.com/homepage-study/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:32:"["Education","Homepage","Study"]";s:10:"menu_order";s:2:"25";s:16:"popularity_index";s:1:"6";s:11:"trend_index";s:1:"4";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:299;a:14:{s:2:"id";s:4:"2813";s:5:"title";s:32:"Homepage – Creative Agency";s:9:"thumbnail";s:90:"https://library.elementor.com/wp-content/uploads/2017/11/Creative-Agency-–-Home-Page.png";s:12:"tmpl_created";s:10:"1509615049";s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/homepage-creative-agency/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:32:"["Agency","Creative","Homepage"]";s:10:"menu_order";s:2:"26";s:16:"popularity_index";s:2:"48";s:11:"trend_index";s:2:"53";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:300;a:14:{s:2:"id";s:3:"728";s:5:"title";s:33:"Homepage – Delivery Company";s:9:"thumbnail";s:87:"https://library.elementor.com/wp-content/uploads/2017/01/delivery-company-home-page.jpg";s:12:"tmpl_created";s:10:"1485269993";s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/homepage-delivery-company/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:23:"["Delivery","Homepage"]";s:10:"menu_order";s:2:"27";s:16:"popularity_index";s:2:"78";s:11:"trend_index";s:3:"145";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:301;a:14:{s:2:"id";s:4:"2403";s:5:"title";s:29:"Homepage – Luxury Hotel";s:9:"thumbnail";s:66:"https://library.elementor.com/wp-content/uploads/2017/09/Hotel.png";s:12:"tmpl_created";s:10:"1506441428";s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/homepage-luxury-hotel/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"28";s:16:"popularity_index";s:3:"106";s:11:"trend_index";s:3:"121";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:302;a:14:{s:2:"id";s:3:"519";s:5:"title";s:24:"Homepage – Fitness";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2016/10/0023.png";s:12:"tmpl_created";s:10:"1477388808";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/homepage-fitness/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:45:"["Fitness","Gym","Health","Homepage","Sport"]";s:10:"menu_order";s:2:"29";s:16:"popularity_index";s:1:"5";s:11:"trend_index";s:2:"11";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:303;a:14:{s:2:"id";s:4:"1903";s:5:"title";s:20:"One Page – Spa";s:9:"thumbnail";s:64:"https://library.elementor.com/wp-content/uploads/2017/06/spa.png";s:12:"tmpl_created";s:10:"1496822325";s:6:"author";s:9:"Elementor";s:3:"url";s:102:"https://library.elementor.com/one-page-spa/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:132:"["beauty","care","girly","hair","Health","hospitality","massage","medical","parlor","physiotherapy","salon","spa","wellness","yoga"]";s:10:"menu_order";s:2:"30";s:16:"popularity_index";s:2:"70";s:11:"trend_index";s:2:"98";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:304;a:14:{s:2:"id";s:4:"2123";s:5:"title";s:33:"One Page – Architect Office";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2017/06/architect.png";s:12:"tmpl_created";s:10:"1499772989";s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/one-page-architect-office/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"31";s:16:"popularity_index";s:1:"8";s:11:"trend_index";s:1:"8";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:305;a:14:{s:2:"id";s:4:"1888";s:5:"title";s:32:"One Page – Creative Meetup";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2017/06/creative-meetup.png";s:12:"tmpl_created";s:10:"1496822319";s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/one-page-creative-meetup/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"32";s:16:"popularity_index";s:2:"89";s:11:"trend_index";s:3:"192";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:306;a:14:{s:2:"id";s:4:"1880";s:5:"title";s:24:"One Page – Wedding";s:9:"thumbnail";s:68:"https://library.elementor.com/wp-content/uploads/2017/06/wedding.png";s:12:"tmpl_created";s:10:"1496822317";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/one-page-wedding/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:82:"["bride","ceremony","cute","event","fancy","girly","groom","guestbook","marriage"]";s:10:"menu_order";s:2:"33";s:16:"popularity_index";s:3:"255";s:11:"trend_index";s:3:"323";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:307;a:14:{s:2:"id";s:4:"1891";s:5:"title";s:35:"One Page – Textile Convention";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2017/06/textile-meetup.png";s:12:"tmpl_created";s:10:"1496822323";s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/one-page-textile-convention/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"34";s:16:"popularity_index";s:3:"210";s:11:"trend_index";s:3:"366";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:308;a:14:{s:2:"id";s:4:"1885";s:5:"title";s:29:"One Page – Yacht Rental";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2017/06/yacht-home.png";s:12:"tmpl_created";s:10:"1496822321";s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/one-page-yacht-rental/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"35";s:16:"popularity_index";s:2:"72";s:11:"trend_index";s:3:"163";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:309;a:14:{s:2:"id";s:4:"2723";s:5:"title";s:34:"Portfolio – Graphic Designer";s:9:"thumbnail";s:91:"https://library.elementor.com/wp-content/uploads/2017/11/Graphic-Designer-–-Portfolio.png";s:12:"tmpl_created";s:10:"1509633883";s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/portfolio-graphic-designer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"36";s:16:"popularity_index";s:2:"82";s:11:"trend_index";s:3:"138";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:310;a:14:{s:2:"id";s:4:"2145";s:5:"title";s:30:"About – Delivery Company";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2017/07/delivery-about.png";s:12:"tmpl_created";s:10:"1499774125";s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/about-delivery-company/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:10:"["moving"]";s:10:"menu_order";s:2:"37";s:16:"popularity_index";s:3:"166";s:11:"trend_index";s:3:"208";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:311;a:14:{s:2:"id";s:4:"2155";s:5:"title";s:23:"About – Cake Shop";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2017/07/cake-about.png";s:12:"tmpl_created";s:10:"1499774130";s:6:"author";s:9:"Elementor";s:3:"url";s:105:"https://library.elementor.com/about-cake-shop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:8:"["Food"]";s:10:"menu_order";s:2:"38";s:16:"popularity_index";s:3:"234";s:11:"trend_index";s:3:"262";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:312;a:14:{s:2:"id";s:4:"1085";s:5:"title";s:21:"About – Startup";s:9:"thumbnail";s:68:"https://library.elementor.com/wp-content/uploads/2017/03/Startup.png";s:12:"tmpl_created";s:10:"1488810874";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/about-startup/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:19:"["About","Startup"]";s:10:"menu_order";s:2:"39";s:16:"popularity_index";s:1:"4";s:11:"trend_index";s:1:"5";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:313;a:14:{s:2:"id";s:3:"143";s:5:"title";s:22:"About – Personal";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2016/08/0010.png";s:12:"tmpl_created";s:10:"1470820447";s:6:"author";s:9:"Elementor";s:3:"url";s:104:"https://library.elementor.com/about-personal/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:20:"["About","Personal"]";s:10:"menu_order";s:2:"40";s:16:"popularity_index";s:2:"15";s:11:"trend_index";s:2:"17";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:314;a:14:{s:2:"id";s:3:"101";s:5:"title";s:16:"About – CV";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2016/08/0018.png";s:12:"tmpl_created";s:10:"1470829785";s:6:"author";s:9:"Elementor";s:3:"url";s:98:"https://library.elementor.com/about-cv/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:77:"["creative portfolio","Personal","portfolio","professional","resume","vcard"]";s:10:"menu_order";s:2:"41";s:16:"popularity_index";s:2:"21";s:11:"trend_index";s:2:"30";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:315;a:14:{s:2:"id";s:3:"140";s:5:"title";s:25:"About – Art Gallery";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2016/08/0009.png";s:12:"tmpl_created";s:10:"1470820463";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/about-art-gallery/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:25:"["About","Art","Gallery"]";s:10:"menu_order";s:2:"42";s:16:"popularity_index";s:2:"11";s:11:"trend_index";s:2:"13";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:316;a:14:{s:2:"id";s:3:"213";s:5:"title";s:26:"About – Architecture";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2016/08/0008.png";s:12:"tmpl_created";s:10:"1470829766";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/about-architecture/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:24:"["About","Architecture"]";s:10:"menu_order";s:2:"43";s:16:"popularity_index";s:2:"13";s:11:"trend_index";s:2:"16";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:317;a:14:{s:2:"id";s:4:"2802";s:5:"title";s:38:"Portfolio – Fashion Photographer";s:9:"thumbnail";s:95:"https://library.elementor.com/wp-content/uploads/2017/11/Fashion-photographer-–-Portfolio.png";s:12:"tmpl_created";s:10:"1509615440";s:6:"author";s:9:"Elementor";s:3:"url";s:120:"https://library.elementor.com/portfolio-fashion-photographer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"44";s:16:"popularity_index";s:3:"112";s:11:"trend_index";s:3:"166";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:318;a:14:{s:2:"id";s:4:"2828";s:5:"title";s:35:"Landing Page – Law Convention";s:9:"thumbnail";s:92:"https://library.elementor.com/wp-content/uploads/2017/11/Law-Convention-–-Landing-Page.png";s:12:"tmpl_created";s:10:"1509631636";s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/landing-page-law-convention/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:35:"["Convention","Landing Page","Law"]";s:10:"menu_order";s:2:"45";s:16:"popularity_index";s:3:"196";s:11:"trend_index";s:3:"320";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:319;a:14:{s:2:"id";s:4:"1461";s:5:"title";s:28:"Landing Page – Ebook 1";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Ebook-1.png";s:12:"tmpl_created";s:10:"1494352121";s:6:"author";s:9:"Elementor";s:3:"url";s:110:"https://library.elementor.com/landing-page-ebook-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:127:"["App","author","book","brochure","download","e-book","ebook","marketing","product","publisher","sell online","seo","showcase"]";s:10:"menu_order";s:2:"46";s:16:"popularity_index";s:3:"161";s:11:"trend_index";s:3:"221";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:320;a:14:{s:2:"id";s:4:"1460";s:5:"title";s:28:"Landing Page – Ebook 2";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Ebook-2.png";s:12:"tmpl_created";s:10:"1494352124";s:6:"author";s:9:"Elementor";s:3:"url";s:110:"https://library.elementor.com/landing-page-ebook-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"47";s:16:"popularity_index";s:3:"156";s:11:"trend_index";s:3:"314";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:321;a:14:{s:2:"id";s:4:"1459";s:5:"title";s:28:"Landing Page – Ebook 3";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Ebook-3.png";s:12:"tmpl_created";s:10:"1494352125";s:6:"author";s:9:"Elementor";s:3:"url";s:110:"https://library.elementor.com/landing-page-ebook-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"48";s:16:"popularity_index";s:3:"108";s:11:"trend_index";s:3:"191";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:322;a:14:{s:2:"id";s:4:"1052";s:5:"title";s:33:"Landing Page – Mobile App 1";s:9:"thumbnail";s:64:"https://library.elementor.com/wp-content/uploads/2017/03/app.png";s:12:"tmpl_created";s:10:"1488810873";s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/landing-page-mobile-app/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"49";s:16:"popularity_index";s:2:"19";s:11:"trend_index";s:2:"39";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:323;a:14:{s:2:"id";s:4:"1503";s:5:"title";s:33:"Landing Page – Mobile App 2";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-app1.png";s:12:"tmpl_created";s:10:"1494352113";s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/landing-page-mobile-app-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"50";s:16:"popularity_index";s:3:"116";s:11:"trend_index";s:3:"185";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:324;a:14:{s:2:"id";s:4:"1504";s:5:"title";s:33:"Landing Page – Mobile App 3";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-app2.png";s:12:"tmpl_created";s:10:"1494352112";s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/landing-page-mobile-app-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"51";s:16:"popularity_index";s:3:"124";s:11:"trend_index";s:3:"175";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:325;a:14:{s:2:"id";s:4:"1505";s:5:"title";s:33:"Landing Page – Mobile App 4";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-app3.png";s:12:"tmpl_created";s:10:"1494352110";s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/landing-page-mobile-app-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"52";s:16:"popularity_index";s:3:"207";s:11:"trend_index";s:3:"334";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:326;a:14:{s:2:"id";s:3:"726";s:5:"title";s:33:"Landing Page – Conference 1";s:9:"thumbnail";s:84:"https://library.elementor.com/wp-content/uploads/2017/01/convention-landing-page.jpg";s:12:"tmpl_created";s:10:"1485270062";s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/landing-page-conference/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"53";s:16:"popularity_index";s:3:"225";s:11:"trend_index";s:3:"259";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:327;a:14:{s:2:"id";s:4:"1613";s:5:"title";s:33:"Landing Page – Conference 2";s:9:"thumbnail";s:109:"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-International-Womens-Day-Conference.png";s:12:"tmpl_created";s:10:"1494352129";s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/landing-page-conference-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"54";s:16:"popularity_index";s:3:"252";s:11:"trend_index";s:3:"332";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:328;a:14:{s:2:"id";s:4:"1612";s:5:"title";s:33:"Landing Page – Conference 3";s:9:"thumbnail";s:89:"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Tech-Conference.png";s:12:"tmpl_created";s:10:"1494352127";s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/landing-page-conference-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"55";s:16:"popularity_index";s:3:"259";s:11:"trend_index";s:3:"328";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:329;a:14:{s:2:"id";s:4:"1614";s:5:"title";s:33:"Landing Page – Conference 4";s:9:"thumbnail";s:99:"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Sustainability-Conference.png";s:12:"tmpl_created";s:10:"1494352131";s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/landing-page-conference-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"56";s:16:"popularity_index";s:3:"172";s:11:"trend_index";s:3:"269";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:330;a:14:{s:2:"id";s:3:"906";s:5:"title";s:29:"Landing Page – Coacher";s:9:"thumbnail";s:80:"https://library.elementor.com/wp-content/uploads/2017/02/Landin-Page-Coacher.png";s:12:"tmpl_created";s:10:"1494352066";s:6:"author";s:9:"Elementor";s:3:"url";s:110:"https://library.elementor.com/landing-page-coacher/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"57";s:16:"popularity_index";s:2:"91";s:11:"trend_index";s:3:"213";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:331;a:14:{s:2:"id";s:3:"955";s:5:"title";s:31:"Landing Page – Law Office";s:9:"thumbnail";s:84:"https://library.elementor.com/wp-content/uploads/2017/02/Landing-Page-Law-Office.png";s:12:"tmpl_created";s:10:"1494352069";s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/landing-page-law-office/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:31:"["Landing Page","Law","Office"]";s:10:"menu_order";s:2:"58";s:16:"popularity_index";s:2:"98";s:11:"trend_index";s:3:"153";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:332;a:14:{s:2:"id";s:3:"879";s:5:"title";s:41:"Landing Page – Financial Consultant";s:9:"thumbnail";s:94:"https://library.elementor.com/wp-content/uploads/2017/02/Landing-Page-Financial-consultant.png";s:12:"tmpl_created";s:10:"1494352064";s:6:"author";s:9:"Elementor";s:3:"url";s:123:"https://library.elementor.com/landing-page-financial-consultant/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"59";s:16:"popularity_index";s:3:"109";s:11:"trend_index";s:3:"150";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:333;a:14:{s:2:"id";s:3:"926";s:5:"title";s:33:"Landing Page – Private Chef";s:9:"thumbnail";s:86:"https://library.elementor.com/wp-content/uploads/2017/02/Landing-Page-Private-Chef.png";s:12:"tmpl_created";s:10:"1494352068";s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/landing-page-private-chef/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"60";s:16:"popularity_index";s:3:"204";s:11:"trend_index";s:3:"246";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:334;a:14:{s:2:"id";s:3:"855";s:5:"title";s:37:"Landing Page – Personal Trainer";s:9:"thumbnail";s:90:"https://library.elementor.com/wp-content/uploads/2017/02/Landing-Page-Personal-Trainer.png";s:12:"tmpl_created";s:10:"1494352061";s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/landing-page-personal-trainer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"61";s:16:"popularity_index";s:3:"184";s:11:"trend_index";s:3:"295";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:335;a:14:{s:2:"id";s:3:"974";s:5:"title";s:28:"Landing Page – Stylist";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2017/03/Landing-Page-Stylist.png";s:12:"tmpl_created";s:10:"1494352071";s:6:"author";s:9:"Elementor";s:3:"url";s:110:"https://library.elementor.com/landing-page-stylist/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:146:"["cosmetics","fashion","girly","hairdresser","lifestyle","makeup","manicure","pedicure","products","salon","Shop","skincare","stylist","wellness"]";s:10:"menu_order";s:2:"62";s:16:"popularity_index";s:3:"223";s:11:"trend_index";s:3:"303";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:336;a:14:{s:2:"id";s:4:"1032";s:5:"title";s:27:"Landing Page – Agency";s:9:"thumbnail";s:67:"https://library.elementor.com/wp-content/uploads/2017/03/Agency.png";s:12:"tmpl_created";s:10:"1488810866";s:6:"author";s:9:"Elementor";s:3:"url";s:109:"https://library.elementor.com/landing-page-agency/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"63";s:16:"popularity_index";s:3:"178";s:11:"trend_index";s:3:"304";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:337;a:14:{s:2:"id";s:4:"1634";s:5:"title";s:33:"Landing Page – Chiropractor";s:9:"thumbnail";s:86:"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Chiropractor.png";s:12:"tmpl_created";s:10:"1494352119";s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/landing-page-chiropractor/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"64";s:16:"popularity_index";s:3:"189";s:11:"trend_index";s:3:"296";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:338;a:14:{s:2:"id";s:3:"730";s:5:"title";s:24:"Landing Page – App";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2017/01/app.-landing-page.jpg";s:12:"tmpl_created";s:10:"1485273430";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/landing-page-app/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"65";s:16:"popularity_index";s:3:"167";s:11:"trend_index";s:3:"298";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:339;a:14:{s:2:"id";s:3:"643";s:5:"title";s:29:"Landing Page – Festival";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2016/12/festival.jpg";s:12:"tmpl_created";s:10:"1481549290";s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/landing-page-festival/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"66";s:16:"popularity_index";s:3:"177";s:11:"trend_index";s:3:"330";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:340;a:14:{s:2:"id";s:3:"487";s:5:"title";s:29:"Landing Page – Vacation";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2016/10/0021.png";s:12:"tmpl_created";s:10:"1477388357";s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/landing-page-vacation/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"67";s:16:"popularity_index";s:2:"22";s:11:"trend_index";s:2:"52";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:341;a:14:{s:2:"id";s:3:"542";s:5:"title";s:28:"Landing Page – Wedding";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2016/10/0025.png";s:12:"tmpl_created";s:10:"1477388484";s:6:"author";s:9:"Elementor";s:3:"url";s:110:"https://library.elementor.com/landing-page-wedding/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"68";s:16:"popularity_index";s:2:"32";s:11:"trend_index";s:2:"63";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:342;a:14:{s:2:"id";s:4:"1187";s:5:"title";s:32:"Landing Page – Photography";s:9:"thumbnail";s:66:"https://library.elementor.com/wp-content/uploads/2017/03/lp1-l.png";s:12:"tmpl_created";s:10:"1490707385";s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/landing-page-photography/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"69";s:16:"popularity_index";s:2:"24";s:11:"trend_index";s:2:"47";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:343;a:14:{s:2:"id";s:3:"641";s:5:"title";s:28:"Landing Page – Fashion";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2016/12/fashion-landing-page.jpg";s:12:"tmpl_created";s:10:"1481549264";s:6:"author";s:9:"Elementor";s:3:"url";s:110:"https://library.elementor.com/landing-page-fashion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"70";s:16:"popularity_index";s:3:"114";s:11:"trend_index";s:3:"326";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:344;a:14:{s:2:"id";s:3:"189";s:5:"title";s:30:"Landing Page – Tourism 1";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2016/08/0005.png";s:12:"tmpl_created";s:10:"1470820715";s:6:"author";s:9:"Elementor";s:3:"url";s:110:"https://library.elementor.com/landing-page-tourism/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"71";s:16:"popularity_index";s:1:"9";s:11:"trend_index";s:2:"14";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:345;a:14:{s:2:"id";s:4:"1547";s:5:"title";s:30:"Landing Page – Tourism 2";s:9:"thumbnail";s:82:"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Truism-1.png";s:12:"tmpl_created";s:10:"1494352115";s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/landing-page-tourism-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"72";s:16:"popularity_index";s:3:"176";s:11:"trend_index";s:3:"339";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:346;a:14:{s:2:"id";s:4:"1546";s:5:"title";s:30:"Landing Page – Tourism 3";s:9:"thumbnail";s:82:"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Truism-2.png";s:12:"tmpl_created";s:10:"1494352116";s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/landing-page-tourism-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"73";s:16:"popularity_index";s:3:"258";s:11:"trend_index";s:3:"376";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:347;a:14:{s:2:"id";s:4:"1545";s:5:"title";s:30:"Landing Page – Tourism 4";s:9:"thumbnail";s:82:"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Truism-3.png";s:12:"tmpl_created";s:10:"1494352118";s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/landing-page-tourism-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"74";s:16:"popularity_index";s:3:"215";s:11:"trend_index";s:3:"282";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:348;a:14:{s:2:"id";s:4:"2714";s:5:"title";s:30:"Landing Page – Tourism 5";s:9:"thumbnail";s:86:"https://library.elementor.com/wp-content/uploads/2017/11/Vacation-–-Landing-Page.png";s:12:"tmpl_created";s:10:"1509631782";s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/landing-page-tourism-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"75";s:16:"popularity_index";s:3:"231";s:11:"trend_index";s:3:"236";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:349;a:14:{s:2:"id";s:4:"1190";s:5:"title";s:26:"Landing Page – Hotel";s:9:"thumbnail";s:66:"https://library.elementor.com/wp-content/uploads/2017/03/lp2-l.png";s:12:"tmpl_created";s:10:"1490707391";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/landing-page-hotel/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"76";s:16:"popularity_index";s:2:"20";s:11:"trend_index";s:2:"34";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:350;a:14:{s:2:"id";s:3:"195";s:5:"title";s:28:"Landing Page – Product";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2016/08/0006.png";s:12:"tmpl_created";s:10:"1470820765";s:6:"author";s:9:"Elementor";s:3:"url";s:110:"https://library.elementor.com/landing-page-product/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"77";s:16:"popularity_index";s:2:"23";s:11:"trend_index";s:2:"45";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:351;a:14:{s:2:"id";s:3:"197";s:5:"title";s:34:"Landing Page – Real Estate 1";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2016/08/0007.png";s:12:"tmpl_created";s:10:"1470825711";s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/landing-page-real-estate/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"78";s:16:"popularity_index";s:2:"41";s:11:"trend_index";s:2:"87";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:352;a:14:{s:2:"id";s:4:"1193";s:5:"title";s:34:"Landing Page – Real Estate 2";s:9:"thumbnail";s:66:"https://library.elementor.com/wp-content/uploads/2017/03/lp3-l.png";s:12:"tmpl_created";s:10:"1490707422";s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/landing-page-real-estate-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"79";s:16:"popularity_index";s:2:"28";s:11:"trend_index";s:2:"60";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:353;a:14:{s:2:"id";s:4:"1415";s:5:"title";s:34:"Landing Page – Real Estate 3";s:9:"thumbnail";s:87:"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Real-Estate-1.png";s:12:"tmpl_created";s:10:"1494352106";s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/landing-page-real-estate-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"80";s:16:"popularity_index";s:3:"205";s:11:"trend_index";s:3:"224";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:354;a:14:{s:2:"id";s:4:"1414";s:5:"title";s:34:"Landing Page – Real Estate 4";s:9:"thumbnail";s:87:"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Real-Estate-2.png";s:12:"tmpl_created";s:10:"1494352107";s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/landing-page-real-estate-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"81";s:16:"popularity_index";s:3:"318";s:11:"trend_index";s:3:"322";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:355;a:14:{s:2:"id";s:4:"1413";s:5:"title";s:34:"Landing Page – Real Estate 5";s:9:"thumbnail";s:87:"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Real-Estate-3.png";s:12:"tmpl_created";s:10:"1494352109";s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/landing-page-real-estate-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:134:"["Agent","business","clean","corporate","flat","google maps","homes","listing","modern","real estate","realestate","realtor","realty"]";s:10:"menu_order";s:2:"82";s:16:"popularity_index";s:3:"279";s:11:"trend_index";s:3:"287";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:356;a:14:{s:2:"id";s:4:"1573";s:5:"title";s:29:"Landing Page – Coupon 1";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2017/05/Coupon-02.png";s:12:"tmpl_created";s:10:"1494352133";s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/landing-page-coupon-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"83";s:16:"popularity_index";s:3:"306";s:11:"trend_index";s:3:"345";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:357;a:14:{s:2:"id";s:4:"1572";s:5:"title";s:29:"Landing Page – Coupon 2";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2017/05/Coupon-03.png";s:12:"tmpl_created";s:10:"1494352134";s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/landing-page-coupon-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"84";s:16:"popularity_index";s:3:"331";s:11:"trend_index";s:3:"344";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:358;a:14:{s:2:"id";s:4:"1570";s:5:"title";s:29:"Landing Page – Coupon 3";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2017/05/Coupon-01.png";s:12:"tmpl_created";s:10:"1494352136";s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/landing-page-coupon-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"85";s:16:"popularity_index";s:3:"369";s:11:"trend_index";s:3:"413";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:359;a:14:{s:2:"id";s:4:"1571";s:5:"title";s:29:"Landing Page – Coupon 4";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2017/05/Coupon-04.png";s:12:"tmpl_created";s:10:"1494352138";s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/landing-page-coupon-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"86";s:16:"popularity_index";s:3:"332";s:11:"trend_index";s:3:"355";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:360;a:14:{s:2:"id";s:3:"192";s:5:"title";s:28:"Landing Page – Webinar";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2016/08/0015.png";s:12:"tmpl_created";s:10:"1470820734";s:6:"author";s:9:"Elementor";s:3:"url";s:110:"https://library.elementor.com/landing-page-webinar/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"87";s:16:"popularity_index";s:2:"34";s:11:"trend_index";s:3:"120";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:361;a:14:{s:2:"id";s:4:"2141";s:5:"title";s:32:"Contact – Delivery Company";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2017/07/delivery-contact.png";s:12:"tmpl_created";s:10:"1499774122";s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/contact-delivery-company/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"88";s:16:"popularity_index";s:3:"165";s:11:"trend_index";s:3:"317";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:362;a:14:{s:2:"id";s:3:"137";s:5:"title";s:22:"Contact – Modern";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2016/08/0013.png";s:12:"tmpl_created";s:10:"1470829828";s:6:"author";s:9:"Elementor";s:3:"url";s:104:"https://library.elementor.com/contact-modern/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"89";s:16:"popularity_index";s:2:"25";s:11:"trend_index";s:2:"36";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:363;a:14:{s:2:"id";s:3:"256";s:5:"title";s:26:"Contact – Restaurant";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2016/08/0011.png";s:12:"tmpl_created";s:10:"1470829796";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/contact-restaurant/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"90";s:16:"popularity_index";s:2:"44";s:11:"trend_index";s:3:"130";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:364;a:14:{s:2:"id";s:4:"2150";s:5:"title";s:25:"Contact – Cake Shop";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2017/07/cake-contact.png";s:12:"tmpl_created";s:10:"1499774127";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/contact-cake-shop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"91";s:16:"popularity_index";s:2:"38";s:11:"trend_index";s:2:"51";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:365;a:14:{s:2:"id";s:3:"223";s:5:"title";s:21:"Contact – Hotel";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2016/08/0002.png";s:12:"tmpl_created";s:10:"1470820471";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/contact-hotel/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"92";s:16:"popularity_index";s:2:"43";s:11:"trend_index";s:3:"100";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:366;a:14:{s:2:"id";s:2:"24";s:5:"title";s:25:"Contact – Corporate";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2016/08/0012.png";s:12:"tmpl_created";s:10:"1470248619";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/contact-corporate/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"93";s:16:"popularity_index";s:2:"10";s:11:"trend_index";s:2:"12";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:367;a:14:{s:2:"id";s:3:"184";s:5:"title";s:23:"Services – Moving";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2016/08/0017.png";s:12:"tmpl_created";s:10:"1470829889";s:6:"author";s:9:"Elementor";s:3:"url";s:105:"https://library.elementor.com/services-moving/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"94";s:16:"popularity_index";s:2:"17";s:11:"trend_index";s:2:"18";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:368;a:14:{s:2:"id";s:3:"625";s:5:"title";s:31:"Services – Cake Shop Menu";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2016/12/cake-shop-menu.jpg";s:12:"tmpl_created";s:10:"1481549196";s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/services-cake-shop-menu/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"95";s:16:"popularity_index";s:3:"297";s:11:"trend_index";s:3:"378";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:369;a:14:{s:2:"id";s:3:"187";s:5:"title";s:20:"Services – Fun";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2016/08/0001.png";s:12:"tmpl_created";s:10:"1470829892";s:6:"author";s:9:"Elementor";s:3:"url";s:102:"https://library.elementor.com/services-fun/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"96";s:16:"popularity_index";s:2:"27";s:11:"trend_index";s:2:"77";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:370;a:14:{s:2:"id";s:3:"238";s:5:"title";s:27:"Services – Consulting";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2016/08/0014.png";s:12:"tmpl_created";s:10:"1470829865";s:6:"author";s:9:"Elementor";s:3:"url";s:109:"https://library.elementor.com/services-consulting/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"97";s:16:"popularity_index";s:2:"14";s:11:"trend_index";s:2:"19";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:371;a:14:{s:2:"id";s:3:"647";s:5:"title";s:33:"Services – Coffee Shop Menu";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2016/12/restaurant-menu.jpg";s:12:"tmpl_created";s:10:"1481549320";s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/services-coffee-shop-menu/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"98";s:16:"popularity_index";s:3:"253";s:11:"trend_index";s:3:"404";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:372;a:14:{s:2:"id";s:4:"2138";s:5:"title";s:33:"Services – Delivery Company";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2017/07/delivery-services.png";s:12:"tmpl_created";s:10:"1499774119";s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/services-delivery-company/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:2:"99";s:16:"popularity_index";s:3:"238";s:11:"trend_index";s:3:"280";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:373;a:14:{s:2:"id";s:3:"823";s:5:"title";s:19:"Pricing – App";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2017/01/pricing-app.jpg";s:12:"tmpl_created";s:10:"1485272966";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/pricing-app-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"100";s:16:"popularity_index";s:3:"175";s:11:"trend_index";s:3:"358";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:374;a:14:{s:2:"id";s:3:"824";s:5:"title";s:24:"Pricing – Software";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2017/01/pricing-software.png";s:12:"tmpl_created";s:10:"1485272900";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/pricing-software-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"101";s:16:"popularity_index";s:3:"198";s:11:"trend_index";s:3:"347";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:375;a:14:{s:2:"id";s:3:"825";s:5:"title";s:24:"Product – Speakers";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2017/01/product-page.jpg";s:12:"tmpl_created";s:10:"1485272513";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/product-speakers/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"102";s:16:"popularity_index";s:3:"212";s:11:"trend_index";s:3:"239";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:376;a:14:{s:2:"id";s:3:"245";s:5:"title";s:21:"Product – Clean";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2016/08/0020.png";s:12:"tmpl_created";s:10:"1470829876";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/product-clean/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:48:"["fast","minimal","minimalistic","seo","simple"]";s:10:"menu_order";s:3:"103";s:16:"popularity_index";s:2:"31";s:11:"trend_index";s:2:"90";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:377;a:14:{s:2:"id";s:3:"150";s:5:"title";s:19:"Product – App";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2016/08/0003.png";s:12:"tmpl_created";s:10:"1470829879";s:6:"author";s:9:"Elementor";s:3:"url";s:101:"https://library.elementor.com/product-app/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"104";s:16:"popularity_index";s:2:"18";s:11:"trend_index";s:2:"26";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:378;a:14:{s:2:"id";s:3:"751";s:5:"title";s:25:"Homepage – Interior";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2017/01/interior-home.png";s:12:"tmpl_created";s:10:"1485269743";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/homepage-interior/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"105";s:16:"popularity_index";s:3:"151";s:11:"trend_index";s:3:"299";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:379;a:14:{s:2:"id";s:3:"753";s:5:"title";s:22:"About – Interior";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2017/01/Interior-About.png";s:12:"tmpl_created";s:10:"1485269710";s:6:"author";s:9:"Elementor";s:3:"url";s:104:"https://library.elementor.com/about-interior/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"106";s:16:"popularity_index";s:3:"194";s:11:"trend_index";s:3:"276";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:380;a:14:{s:2:"id";s:3:"754";s:5:"title";s:25:"Services – Interior";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2017/01/Interior-Services.png";s:12:"tmpl_created";s:10:"1485269691";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/services-interior/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"107";s:16:"popularity_index";s:3:"216";s:11:"trend_index";s:3:"277";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:381;a:14:{s:2:"id";s:3:"752";s:5:"title";s:24:"Contact – Interior";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2017/01/interior-contact.png";s:12:"tmpl_created";s:10:"1485269737";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/contact-interior/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"108";s:16:"popularity_index";s:3:"197";s:11:"trend_index";s:3:"340";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:382;a:14:{s:2:"id";s:4:"1075";s:5:"title";s:19:"Shop – Sweets";s:9:"thumbnail";s:67:"https://library.elementor.com/wp-content/uploads/2017/03/Sweets.png";s:12:"tmpl_created";s:10:"1488810871";s:6:"author";s:9:"Elementor";s:3:"url";s:101:"https://library.elementor.com/shop-sweets/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:154:"["bakery","beverage","business","cafe","candy bar","catering","delivery service","Food","online shop","pastry","Restaurant","store","sweet shop","sweets"]";s:10:"menu_order";s:3:"109";s:16:"popularity_index";s:2:"30";s:11:"trend_index";s:2:"54";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:383;a:14:{s:2:"id";s:4:"1051";s:5:"title";s:24:"Blog Post – Launch";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2017/03/post-cloud.png";s:12:"tmpl_created";s:10:"1488810869";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/blog-post-launch/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:210:"["Agency","bootstrap","business","corporate","Landing Page","launch","marketing campaign","marketing landing page","marketing template landing page","product launch","software","Startup","startup landing page"]";s:10:"menu_order";s:3:"110";s:16:"popularity_index";s:2:"16";s:11:"trend_index";s:2:"21";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:384;a:14:{s:2:"id";s:4:"1245";s:5:"title";s:13:"Coming Soon 1";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-1.png";s:12:"tmpl_created";s:10:"1491207184";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/coming-soon-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"111";s:16:"popularity_index";s:3:"140";s:11:"trend_index";s:3:"248";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:385;a:14:{s:2:"id";s:4:"1247";s:5:"title";s:13:"Coming Soon 2";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-2.png";s:12:"tmpl_created";s:10:"1491207138";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/coming-soon-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"112";s:16:"popularity_index";s:2:"26";s:11:"trend_index";s:2:"32";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:386;a:14:{s:2:"id";s:4:"1248";s:5:"title";s:13:"Coming Soon 3";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-3.png";s:12:"tmpl_created";s:10:"1491207050";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/coming-soon-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"113";s:16:"popularity_index";s:3:"235";s:11:"trend_index";s:3:"357";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:387;a:14:{s:2:"id";s:4:"1249";s:5:"title";s:13:"Coming Soon 4";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-4.png";s:12:"tmpl_created";s:10:"1491207380";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/coming-soon-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"114";s:16:"popularity_index";s:3:"298";s:11:"trend_index";s:3:"392";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:388;a:14:{s:2:"id";s:4:"1250";s:5:"title";s:13:"Coming Soon 5";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-5.png";s:12:"tmpl_created";s:10:"1491207450";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/coming-soon-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"115";s:16:"popularity_index";s:2:"33";s:11:"trend_index";s:3:"119";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:389;a:14:{s:2:"id";s:4:"1260";s:5:"title";s:13:"Coming Soon 6";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-6.png";s:12:"tmpl_created";s:10:"1491207507";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/coming-soon-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"116";s:16:"popularity_index";s:3:"287";s:11:"trend_index";s:3:"371";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:390;a:14:{s:2:"id";s:4:"1261";s:5:"title";s:13:"Coming Soon 7";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2017/04/Coming-Soon-7.png";s:12:"tmpl_created";s:10:"1491207584";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/coming-soon-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"117";s:16:"popularity_index";s:2:"35";s:11:"trend_index";s:2:"72";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:391;a:14:{s:2:"id";s:4:"1272";s:5:"title";s:13:"Coming Soon 8";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-8.png";s:12:"tmpl_created";s:10:"1491207674";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/coming-soon-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"118";s:16:"popularity_index";s:3:"139";s:11:"trend_index";s:3:"271";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:392;a:14:{s:2:"id";s:4:"1279";s:5:"title";s:13:"Coming Soon 9";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-9.png";s:12:"tmpl_created";s:10:"1491207756";s:6:"author";s:9:"Elementor";s:3:"url";s:103:"https://library.elementor.com/coming-soon-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"119";s:16:"popularity_index";s:2:"51";s:11:"trend_index";s:3:"151";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}i:393;a:14:{s:2:"id";s:4:"1745";s:5:"title";s:14:"Coming Soon 10";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2017/05/login-002.png";s:12:"tmpl_created";s:10:"1494849745";s:6:"author";s:9:"Elementor";s:3:"url";s:104:"https://library.elementor.com/coming-soon-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"120";s:16:"popularity_index";s:3:"145";s:11:"trend_index";s:3:"253";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:394;a:14:{s:2:"id";s:4:"1742";s:5:"title";s:12:"Login Page 1";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2017/05/login-003.png";s:12:"tmpl_created";s:10:"1494849744";s:6:"author";s:9:"Elementor";s:3:"url";s:100:"https://library.elementor.com/login-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"121";s:16:"popularity_index";s:3:"262";s:11:"trend_index";s:3:"350";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:395;a:14:{s:2:"id";s:4:"1748";s:5:"title";s:12:"Login Page 2";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2017/05/login-001.png";s:12:"tmpl_created";s:10:"1494849742";s:6:"author";s:9:"Elementor";s:3:"url";s:102:"https://library.elementor.com/login-page-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"122";s:16:"popularity_index";s:3:"146";s:11:"trend_index";s:3:"275";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:396;a:14:{s:2:"id";s:4:"3963";s:5:"title";s:32:"Restaurant Site – Homepage";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/01/R.HomepageThumb.png";s:12:"tmpl_created";s:10:"1516284821";s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/restaurant-site-homepage/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:109:"["bar","cafe","cooking","drink","events","fast food","Food","menu","modern","reservation","Shop","snack bar"]";s:10:"menu_order";s:3:"123";s:16:"popularity_index";s:3:"162";s:11:"trend_index";s:3:"218";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:397;a:14:{s:2:"id";s:4:"3969";s:5:"title";s:28:"Restaurant Site – Menu";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/01/R.MenuThumb.png";s:12:"tmpl_created";s:10:"1516284829";s:6:"author";s:9:"Elementor";s:3:"url";s:110:"https://library.elementor.com/restaurant-site-menu/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:109:"["bar","cafe","cooking","drink","events","fast food","Food","menu","modern","reservation","Shop","snack bar"]";s:10:"menu_order";s:3:"124";s:16:"popularity_index";s:3:"310";s:11:"trend_index";s:3:"368";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:398;a:14:{s:2:"id";s:4:"3966";s:5:"title";s:29:"Restaurant Site – About";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/01/R.AboutThumb.png.png";s:12:"tmpl_created";s:10:"1516284839";s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/restaurant-site-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:109:"["bar","cafe","cooking","drink","events","fast food","Food","menu","modern","reservation","Shop","snack bar"]";s:10:"menu_order";s:3:"125";s:16:"popularity_index";s:3:"217";s:11:"trend_index";s:3:"198";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:399;a:14:{s:2:"id";s:4:"3972";s:5:"title";s:31:"Restaurant Site – Contact";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2018/01/R.ContactThumb.png";s:12:"tmpl_created";s:10:"1516284847";s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/restaurant-site-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:109:"["bar","cafe","cooking","drink","events","fast food","Food","menu","modern","reservation","Shop","snack bar"]";s:10:"menu_order";s:3:"126";s:16:"popularity_index";s:3:"275";s:11:"trend_index";s:3:"232";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:400;a:14:{s:2:"id";s:4:"2080";s:5:"title";s:27:"Ski Resort – Homepage";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2017/10/Ski-Resort-Home-Page.png";s:12:"tmpl_created";s:10:"1508161124";s:6:"author";s:9:"Elementor";s:3:"url";s:109:"https://library.elementor.com/ski-resort-homepage/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"127";s:16:"popularity_index";s:3:"200";s:11:"trend_index";s:3:"372";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:401;a:14:{s:2:"id";s:4:"2088";s:5:"title";s:24:"Ski Resort – About";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2017/10/Ski-Resort-About.png";s:12:"tmpl_created";s:10:"1508161129";s:6:"author";s:9:"Elementor";s:3:"url";s:106:"https://library.elementor.com/ski-resort-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"128";s:16:"popularity_index";s:3:"304";s:11:"trend_index";s:3:"335";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:402;a:14:{s:2:"id";s:4:"2085";s:5:"title";s:27:"Ski Resort – Services";s:9:"thumbnail";s:80:"https://library.elementor.com/wp-content/uploads/2017/10/Ski-Resort-Services.png";s:12:"tmpl_created";s:10:"1508161134";s:6:"author";s:9:"Elementor";s:3:"url";s:109:"https://library.elementor.com/ski-resort-services/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"129";s:16:"popularity_index";s:3:"345";s:11:"trend_index";s:3:"348";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:403;a:14:{s:2:"id";s:4:"2462";s:5:"title";s:23:"Architect – About";s:9:"thumbnail";s:80:"https://library.elementor.com/wp-content/uploads/2017/10/architect-–-about.png";s:12:"tmpl_created";s:10:"1508243317";s:6:"author";s:9:"Elementor";s:3:"url";s:105:"https://library.elementor.com/architect-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"130";s:16:"popularity_index";s:3:"237";s:11:"trend_index";s:3:"291";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:404;a:14:{s:2:"id";s:4:"2362";s:5:"title";s:26:"Architect – Projects";s:9:"thumbnail";s:79:"https://library.elementor.com/wp-content/uploads/2017/10/Architect-Projects.png";s:12:"tmpl_created";s:10:"1508243335";s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/architect-projects/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"131";s:16:"popularity_index";s:3:"290";s:11:"trend_index";s:3:"353";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:405;a:14:{s:2:"id";s:3:"614";s:5:"title";s:25:"Architect – Contact";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2016/12/architect-contact.jpg";s:12:"tmpl_created";s:10:"1481549169";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/architect-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"132";s:16:"popularity_index";s:3:"118";s:11:"trend_index";s:3:"267";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:406;a:14:{s:2:"id";s:4:"2126";s:5:"title";s:37:"Construction Company – Homepage";s:9:"thumbnail";s:91:"https://library.elementor.com/wp-content/uploads/2017/10/Construction-Company-Home-Page.png";s:12:"tmpl_created";s:10:"1508325849";s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/construction-company-homepage/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"133";s:16:"popularity_index";s:3:"187";s:11:"trend_index";s:3:"225";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:407;a:14:{s:2:"id";s:4:"2129";s:5:"title";s:34:"Construction Company – About";s:9:"thumbnail";s:87:"https://library.elementor.com/wp-content/uploads/2017/10/Construction-Company-About.png";s:12:"tmpl_created";s:10:"1508325881";s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/construction-company-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"134";s:16:"popularity_index";s:3:"220";s:11:"trend_index";s:3:"278";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:408;a:14:{s:2:"id";s:4:"2135";s:5:"title";s:36:"Construction Company – Contact";s:9:"thumbnail";s:89:"https://library.elementor.com/wp-content/uploads/2017/10/Construction-Company-Contact.png";s:12:"tmpl_created";s:10:"1508325922";s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/construction-company-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"135";s:16:"popularity_index";s:3:"228";s:11:"trend_index";s:3:"205";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:409;a:14:{s:2:"id";s:4:"2094";s:5:"title";s:28:"Plants Shop – Homepage";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2017/11/Plants-Shop-Home.png";s:12:"tmpl_created";s:10:"1509621053";s:6:"author";s:9:"Elementor";s:3:"url";s:110:"https://library.elementor.com/plants-shop-homepage/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"136";s:16:"popularity_index";s:3:"214";s:11:"trend_index";s:3:"244";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:410;a:14:{s:2:"id";s:4:"2120";s:5:"title";s:25:"Plants Shop – About";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2017/11/Plants-Shop-About.png";s:12:"tmpl_created";s:10:"1509631820";s:6:"author";s:9:"Elementor";s:3:"url";s:107:"https://library.elementor.com/plants-shop-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"137";s:16:"popularity_index";s:3:"219";s:11:"trend_index";s:3:"338";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:411;a:14:{s:2:"id";s:4:"3619";s:5:"title";s:31:"Snowboard Site – Homepage";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2017/12/home.png";s:12:"tmpl_created";s:10:"1513513137";s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/snowboard-site-homepage/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"138";s:16:"popularity_index";s:3:"222";s:11:"trend_index";s:3:"281";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:412;a:14:{s:2:"id";s:4:"3632";s:5:"title";s:31:"Snowboard Site – Services";s:9:"thumbnail";s:62:"https://library.elementor.com/wp-content/uploads/2017/12/2.png";s:12:"tmpl_created";s:10:"1513513171";s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/snowboard-site-services/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"139";s:16:"popularity_index";s:3:"202";s:11:"trend_index";s:3:"284";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:413;a:14:{s:2:"id";s:4:"3626";s:5:"title";s:30:"Snowboard Site – Contact";s:9:"thumbnail";s:62:"https://library.elementor.com/wp-content/uploads/2017/12/3.png";s:12:"tmpl_created";s:10:"1513513193";s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/snowboard-site-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"140";s:16:"popularity_index";s:3:"206";s:11:"trend_index";s:3:"234";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:414;a:14:{s:2:"id";s:4:"3153";s:5:"title";s:14:"Halloween Pack";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2017/10/halloween.png";s:12:"tmpl_created";s:10:"1508950132";s:6:"author";s:9:"Elementor";s:3:"url";s:104:"https://library.elementor.com/halloween-pack/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"141";s:16:"popularity_index";s:3:"361";s:11:"trend_index";s:3:"400";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:415;a:14:{s:2:"id";s:4:"3338";s:5:"title";s:31:"Black Friday – Nature Set";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2017/11/black-friday-1.png";s:12:"tmpl_created";s:10:"1511203351";s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/black-friday-nature-set/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"142";s:16:"popularity_index";s:3:"335";s:11:"trend_index";s:3:"388";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:416;a:14:{s:2:"id";s:4:"3339";s:5:"title";s:35:"Black Friday – Pop-Styled Set";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2017/11/black-friday-2.png";s:12:"tmpl_created";s:10:"1511203636";s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/black-friday-pop-styled-set/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"143";s:16:"popularity_index";s:3:"282";s:11:"trend_index";s:3:"401";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"1";}i:417;a:14:{s:2:"id";s:4:"3335";s:5:"title";s:31:"Black Friday – Retail Set";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2017/11/black-friday-4.png";s:12:"tmpl_created";s:10:"1511203246";s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/black-friday-retail-set/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"144";s:16:"popularity_index";s:3:"278";s:11:"trend_index";s:3:"377";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:418;a:14:{s:2:"id";s:4:"3340";s:5:"title";s:41:"Black Friday – Software Product Set";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2017/11/black-friday-3.png";s:12:"tmpl_created";s:10:"1511203713";s:6:"author";s:9:"Elementor";s:3:"url";s:123:"https://library.elementor.com/black-friday-software-product-set/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"145";s:16:"popularity_index";s:3:"276";s:11:"trend_index";s:3:"391";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:419;a:14:{s:2:"id";s:4:"3517";s:5:"title";s:27:"Christmas – Gift Shop";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2017/12/XmasThumb.png";s:12:"tmpl_created";s:10:"1513877937";s:6:"author";s:9:"Elementor";s:3:"url";s:109:"https://library.elementor.com/christmas-gift-shop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"146";s:16:"popularity_index";s:3:"376";s:11:"trend_index";s:3:"367";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:420;a:14:{s:2:"id";s:4:"3734";s:5:"title";s:28:"Christmas – Car Agency";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2017/12/cover-lib-v3.png";s:12:"tmpl_created";s:10:"1514197794";s:6:"author";s:9:"Elementor";s:3:"url";s:110:"https://library.elementor.com/christmas-car-agency/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"147";s:16:"popularity_index";s:3:"365";s:11:"trend_index";s:3:"361";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:421;a:14:{s:2:"id";s:4:"3764";s:5:"title";s:33:"Christmas – Interior Design";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2017/12/cover-lib-v6.png";s:12:"tmpl_created";s:10:"1514198234";s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/christmas-interior-design/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"148";s:16:"popularity_index";s:3:"341";s:11:"trend_index";s:3:"363";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:422;a:14:{s:2:"id";s:4:"3565";s:5:"title";s:27:"Christmas – Tree Shop";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2017/12/XmasTreeThumb.png";s:12:"tmpl_created";s:10:"1514204382";s:6:"author";s:9:"Elementor";s:3:"url";s:109:"https://library.elementor.com/christmas-tree-shop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"149";s:16:"popularity_index";s:3:"340";s:11:"trend_index";s:3:"405";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:423;a:14:{s:2:"id";s:4:"3862";s:5:"title";s:35:"Christmas – Design Conference";s:9:"thumbnail";s:63:"https://library.elementor.com/wp-content/uploads/2017/12/q1.png";s:12:"tmpl_created";s:10:"1514206745";s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/christmas-design-conference/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"150";s:16:"popularity_index";s:3:"283";s:11:"trend_index";s:3:"312";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:424;a:14:{s:2:"id";s:4:"3777";s:5:"title";s:39:"Christmas – Snowboard Competition";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2017/12/cover-lib-v7.png";s:12:"tmpl_created";s:10:"1514205420";s:6:"author";s:9:"Elementor";s:3:"url";s:121:"https://library.elementor.com/christmas-snowboard-competition/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"151";s:16:"popularity_index";s:3:"299";s:11:"trend_index";s:3:"354";s:6:"is_pro";s:1:"1";s:17:"has_page_settings";s:1:"0";}i:425;a:14:{s:2:"id";s:3:"420";s:5:"title";s:11:"Hero UI Kit";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2016/09/library-ui-kit-cover.png";s:12:"tmpl_created";s:10:"1475067229";s:6:"author";s:9:"Elementor";s:3:"url";s:101:"https://library.elementor.com/hero-ui-kit/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";s:3:"152";s:16:"popularity_index";s:2:"12";s:11:"trend_index";s:2:"28";s:6:"is_pro";s:1:"0";s:17:"has_page_settings";s:1:"0";}}}', 'no'); INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (511, '_site_transient_timeout_browser_ee118db00558bcd27b39270e5bf67e34', '1533133283', 'no'), (512, '_site_transient_browser_ee118db00558bcd27b39270e5bf67e34', 'a:10:{s:4:"name";s:6:"Chrome";s:7:"version";s:12:"68.0.3440.75";s:8:"platform";s:7:"Windows";s:10:"update_url";s:29:"https://www.google.com/chrome";s:7:"img_src";s:43:"http://s.w.org/images/browsers/chrome.png?1";s:11:"img_src_ssl";s:44:"https://s.w.org/images/browsers/chrome.png?1";s:15:"current_version";s:2:"18";s:7:"upgrade";b:0;s:8:"insecure";b:0;s:6:"mobile";b:0;}', 'no'), (530, '_site_transient_timeout_browser_a0dffef39767c4ffd501a27b32ee2f4c', '1533143536', 'no'), (531, '_site_transient_browser_a0dffef39767c4ffd501a27b32ee2f4c', 'a:10:{s:4:"name";s:7:"Firefox";s:7:"version";s:4:"62.0";s:8:"platform";s:7:"Windows";s:10:"update_url";s:24:"https://www.firefox.com/";s:7:"img_src";s:44:"http://s.w.org/images/browsers/firefox.png?1";s:11:"img_src_ssl";s:45:"https://s.w.org/images/browsers/firefox.png?1";s:15:"current_version";s:2:"56";s:7:"upgrade";b:0;s:8:"insecure";b:0;s:6:"mobile";b:0;}', 'no'), (776, '_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9', '1532697918', 'no'); INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (777, '_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:61:"WPTavern: How to Create A Gutenberg Block Attributes Glossary";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=82684";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:72:"https://wptavern.com/how-to-create-a-gutenberg-block-attributes-glossary";s: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:1242:"
If you want to see what Gutenberg blocks are available on a site along with their attributes, check out the Block Attributes Glossary plugin by NC State’s Office of Information Technology and Design.
\n\nThe plugin adds a Glossary Attributes Block to Gutenberg that when added to a post or page, displays an index of blocks that are available. Clicking on a block name will display its attributes.
\n\nThis is especially useful for creating block templates. Note that if you install plugins that add new blocks, you’ll need to visit the post or page that has the glossary, remove the Glossary block, and re-add it.
\n\nYou can see a live demo of this plugin in action by visiting NC State’s OIT Block Attributes Glossary. The plugin is not available from the WordPress plugin directory but you can download it for free from the project’s Github page.
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 26 Jul 2018 20:47:34 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Jeff Chandler";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:1;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:93:"WPTavern: Font Awesome 5.2 Adds 372 New Icons, Introduces Automotive and Education Categories";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=82617";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:103:"https://wptavern.com/font-awesome-5-2-adds-372-new-icons-introduces-automotive-and-education-categories";s: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:3091:"Font Awesome 5.2 was released yesterday with two new categories and 372 new icons, bringing the total number of free icons to 1,295. The open source vector icon font is used on more than 22 million sites across the internet. It’s also a popular icon font with WordPress theme and plugin developers.
\nVersion 5.2 introduces automotive and education categories, which should be useful to fill the gaps for designers and developers creating sites around these subjects. The release also adds 66 new and updated icons to the Medical category and 126 new and updated Maps icons.
\n\nFont Awesome, originally created by Dave Gandy, is an SIL OFL-licensed icon font, with the code under the MIT License. Thanks to its GPL-friendly license, the icon font is widely used in WordPress’ theme and plugin ecosystem in both commercial and free products. Font Awesome’s Github issues queue is also loaded with icon requests that would be used in niche WordPress themes, as well as icons for WordPress-related company logos.
\nTwo years ago, Font Awesome announced the beta release of its new CDN, which allows developers to implement it using a single line of code to bring the icons and CSS toolkit into their projects. At that time, Font Awesome was used by more than 300 plugins on WordPress.org. In 2018, searching the official plugin directory turns up more than 800 plugins that make use of the icon font in some way. Thousands of free and commercial themes also use it to provide users with easy customization options.
\nFont Awesome support for Gutenberg is going to be fairly important, as hundreds of thousands of websites are using plugins like Better Font Awesome, Font Awesome Shortcodes, and Font Awesome for Menus to allow users to add icons to content and menus. Currently there are no Gutenberg-compatible plugins for adding Font Awesome icons to content.
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 26 Jul 2018 18:08:30 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}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:62:"WPTavern: WPWeekly Episode 324 – Getting NC State Gutenready";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:58:"https://wptavern.com?p=82650&preview=true&preview_id=82650";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:69:"https://wptavern.com/wpweekly-episode-324-getting-nc-state-gutenready";s: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:1804:"In this episode, John James Jacoby and I are joined by Jen McFarland, Web Services Coordinator at NC state’s Office of Information and Technology. McFarland describes how the campus is using WordPress, what they’re doing to prepare students and staff for Gutenberg, and what they’ve experienced thus far in the transition.
\nNear the end of the show, we cover WordPress 4.9.8 RC 1 and provide an update on WP-CLI Hack Day.
\nGutenberg 3.3 Released, Adds Archives and Recent Comments Blocks
\nWordPress 4.9.8 RC 1 Released
\nWP-CLI Hack Day Is A Success
\nGoogle Chrome Rolls Out “Not Secure” Warning for Plain HTTP Sites
Next Episode: Wednesday, August 1st 3:00 P.M. Eastern
\nSubscribe to WordPress Weekly via Itunes
\nSubscribe to WordPress Weekly via RSS
\nSubscribe to WordPress Weekly via Stitcher Radio
\nSubscribe to WordPress Weekly via Google Play
\nListen To Episode #324:
\n
WordPress 5.0 will bring the world a brand new editor that is currently code-named Gutenberg. If you have been hearing the buzz around Gutenberg but have yet to try it, Frontenberg (testgutenberg.com) is the easiest way to check it out.
\nFrontenberg allows visitors to try Gutenberg without having to set up a separate test site of their own. It loads an instance of WordPress plus the Gutenberg plugin on the frontend so visitors don’t have to log in to play around with the new editor.
\n\nFrontenberg has a limited range of capabilities for testing purposes. Users have access to a pre-populated media library but cannot upload images to the test site. It’s also not possible to create shared blocks or save the post. Attempting to save an action will trigger an “updating failed” notice. Apart from those few limitations, Frontenberg allows users to test nearly all of Gutenberg’s features.
\nThe tool was created by Tom Nowell, VIP Wrangler at Automattic. He launched the frontend testing instance on his own website at frontenberg.tomjn.com and the WordPress VIP team built its own version to handle more traffic. Frontenberg contains links to numerous Gutenberg resources, including vipgutenberg.com, which has some free training videos the team created for VIP clients.
\nNowell has written a post called How Frontenberg Works for developers who are interested in the tech behind the tool. In it he describes the challenges he encountered in building Frontenberg and the solutions he wrote to make it work.
\nThe “Try Gutenberg” prompt will soon be going out to millions of users in WordPress 4.9.8. Those who conservatively opt to use the Classic Editor plugin can still give Gutenberg a try using the Frontenberg tool or install it on a test site to see how interacts with themes and plugins.
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 25 Jul 2018 19:59: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: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:69:"WPTavern: WordPress Core Fields API Project is Seeking New Leadership";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=82602";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:80:"https://wptavern.com/wordpress-core-fields-api-project-is-seeking-new-leadership";s: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:10702:"In 2014, Pods lead developer, Scott Kingsley Clark, took over the primary lead role for the Metadata UI project. In 2015, the Metadata UI project was reborn as the Fields API.
\n\nThe Fields API was developed to allow registering fields to different screens in the admin area through a single API. New meta boxes and fields within them could be added to posts while new sections and fields could be added to the profile screen.
\n\nThe goal of the API is to integrate with all of the various admin screens including, Posts, Terms, Users, Media, and Comments and provide standardization.
\n\nClark has been leading the project for three years and despite seeing renewed interest last year, announced in the project’s Slack channel that he is stepping down.
\n\nIt is with a heavy heart that I must pass the torch on this project. After hundreds of hours of my time, I no longer believe I can effect change within WordPress core.
The Fields API vision was too big, too much of an undertaking for any one person. I believe so deeply that WordPress needs a Fields API, but the journey to where we are at with the Fields API has been long and arduous.
The truth is, I burned out years ago while building the first and second prototypes. Not everyone agreed on how to architect the code, it went through many revisions based on core contributor feedback. I just couldn’t get enough people excited about it, I couldn’t get enough companies and people interested in supporting it.
I need to let someone else have their chance, I am dragging it down. If someone steps up to lead in the future, then I would be happy to assist where I am able to. But I am unable to continue leading the Fields API proposal/project. I am sorry, please accept my apology and I hope you can forgive me for failing to take this project over the finish line. I still believe to be such a vital part of WordPress’ future success.
Scott Kingsley Clark
In the following interview, Clark explains why he feels personally responsible for the project’s lack of progress, why the API is important for WordPress’ future, and reflects on what he could have done differently.
\n\nAre you looking to pass the torch on to anyone in particular?
No, I’m not sure who would have the drive and the clout to see the project through. It’s a large scale project that should be approached with a long-term vision but in small enough increments to make it into WordPress core. It’s a lot to ask of somebody, it’s also not a priority for people right now since they are distracted by Gutenberg being released in the near future.
Why is the Fields API a vital part of WordPress’ future?
People look at WordPress today and wonder how they ever survived without the REST API. Well, at least I know I do! The same thing can be said about the Fields API even though it’s not there yet. There are so many cases where it’s frustrating to build solutions for WordPress across all of the different hooks.
For consistency, it’s the wild west out there. You get a meta box registered and you fill it with whatever you want. You need your own CSS to style the form fields and everyone has their own idea of how this interface should look. You are in charge of your own responsive layouts that are mobile-friendly, there’s just so much you have to handle on your own. You should be able to customize appearances, but every place you want to add a field or form to should really have a proper API.
Long-term, imagine registering fields to WordPress like you register post types. Imagine fields and their configurations being available to the REST API and accessible through the WordPress App or other custom apps.
\n\nThe whole world opens up because you have a consistent API, the whole world make sense because you have a consistent interface for those fields across the various edit screens. Posts, terms, comments, users, media, even the Customizer would all have the same underlying API to add groups, panels, and fields to their screens.
If Gutenberg was done after the Fields API was in, migration for folks wouldn’t have been as difficult. Gutenberg could have automatically shown all of the Fields API interfaces like it does for the meta box backward compatibility. It would have looked so much nicer too.
Taking some time to reflect, what could you have done differently to get more core contributors to buy into the project and turn it into a higher priority?
I’m not sure, it’s a delicate balance of taking input and being confident in the end result. At first, the feedback was about how the API was foreign for WordPress, they asked if it could be similar in structure to other APIs such as the Customizer.
\n\nWe scrapped the code and rebuilt from the ground up as a fork of the Customizer, it even supported having the Customizer utilizing the Fields API too. At the height of development, we had all areas of the Fields API implemented.
Core releases were moving pretty fast, there was a lot of code changes from WordPress release to release that we had to keep up with because we had essentially created a project that was a giant patch for WordPress.
\n\nThere weren’t enough hooks in place to do what we needed to do, and many sections were not extensible because of code decisions that marked themselves as ‘final’, which means you can’t extend a specific class to customize how it works.
I wish I could have been at all the big WordCamps in the US and Europe, essentially lobbying for this feature. Gathering supporters and such, it feels like politics in a way. I hung around in Core dev meetings, trying to bring it up. I tried to legitimize the feature by having a dedicated channel in the official WordPress Slack, posting updates on https://make.wordpress.org/core/, and holding weekly meetings.
Ultimately, I prioritized my time for development over the time to gather the troops. That was the downfall, I began to burn out quickly after the first few rewrites as I had many other responsibilities elsewhere on top of Fields API.
\n\nIt’s not like companies will easily want to pay you to work on a project like this indefinitely, even though both WebDevStudios and 10up gave me time to push it forward. It wasn’t a blank check, at some point I had to get back to billable work. From then on, it was all in my free time and that was difficult to manage during times of financial stress and house selling/buying.
There’s demand for a Fields API in core but not enough hands to build it. Why do you think that is?
Everyone is focused elsewhere. There’s a lot of areas of WordPress that need people’s attention. There are things like Accessibility that deserve a lot more attention than it gets. But the focus to me, seems to be on Gutenberg and REST API.
\n\nGutenberg especially has been a huge time sink for people contributing and people implementing. It’s a really large feature. It’s definitely larger in scale than Fields API, it’s like a whole new app that lives in WordPress. Integration with it has required a lot of education and trial/error. People’s focus is where it needs to be right now. It’s just unfortunate that Gutenberg came before Fields API in terms of priority and interest level.
What advice would you give to the next Fields API project leader?
This is a big project, everyone will want to say it should be a certain way. You have to evaluate the options and put forth something bite sized for core to start with. Build upon that, but never lose sight of the long-term goal of integration across all of the WordPress screens. Even the front-end comment forms could thrive with the Fields API.
Why do you feel personally responsible for the project not being a core priority?
At one point, we had momentum. We had at least three to four people who were active. It fell apart because I ran out of time. It’s my shortsightedness, it’s my fault. I spent hundreds of hours developing the project over a couple of years. I should have left myself much more time for organizing the feature proposal text and keeping the fires burning in our contributors’ hearts.
Considering the time and effort you’ve put into the project the last few years, do you feel any sense of relief passing the torch on?
If the torch gets passed or picked up, I will feel a ton better. The main relief is that it’s officially not a weight I have to carry alone any longer. It’s okay to try and fail, it’s still sad though.
\n\nI hope that someone or some company steps up and puts time into this. They could even reignite the fire in my own heart that burned itself out. For now, I have one less major to-do item. I still have a hefty plate but it’s no longer as heavy of a burden.
\n\nWhile the immediate future of the project is unclear, those interested in taking it over are encouraged to read posts marked with the Fields API tag on Make.WordPress.Core to learn about its history. You can also check out the project’s Github page.
\n\nIf you’re interested in taking over the project, you can contact Clark on Twitter, Slack, or through his website.
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 25 Jul 2018 16:53:09 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"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:11:"\n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:1:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:23:"HeroPress: Global Unity";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://heropress.com/?p=2596";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:91:"https://heropress.com/global-unity/#utm_source=rss&utm_medium=rss&utm_campaign=global-unity";s: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:3268:"
One of the things I’ve loved most about HeroPress is getting to know people far away. It’s getting harder and harder to name a country where I can’t say “Hey, I have a friend there!”. This week I’m in Australia for WordCamp Sydney, and I’m crazy excited about all the people I’m going to meet. The global unity of the WordPress community is exhilarating.
\nThe replay essay I picked for this week is titled “A Bottomless World of Possibilities” by Jamaal Jaamac in Mogadishu, Somalia. His world is so completely different from mine that sometimes I even have a hard time asking the right questions to find out what it’s like.
\nJamaal doesn’t live in a place where good work comes easy or often. It’s chiseled out of society with labor and love. There’s a stereotype that people in poor countries are lazy, but I think they have to be stronger and work harder just to make it. Jamaal is one of my heroes.
\nCheck out his essay.
\n\n\n
The post Global Unity appeared first on HeroPress.
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 25 Jul 2018 10:52: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:"";}}}}}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:79:"WPTavern: Google Chrome Rolls Out “Not Secure” Warning for Plain HTTP 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:29:"https://wptavern.com/?p=82489";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:84:"https://wptavern.com/google-chrome-rolls-out-not-secure-warning-for-plain-http-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:7926:"As part of a long term plan to push the web to adopt HTTPS encryption, Google Chrome is now marking all plain HTTP sites as “not secure,” as of July 24, 2018, with the release of Chrome 68. Previously, the “not secure” warning was hidden behind the security indicator in the URL bar as shown below.
\n\nThat warning has become more prominent with the release of Chrome 68. The browser now immediately displays the “Not secure” message in the omnibox for all HTTP pages.
\n\nToday Google announced a time frame for eventually marking HTTP sites with a red “not secure” warning:
\n\nEventually, our goal is to make it so that the only markings you see in Chrome are when a site is not secure, and the default unmarked state is secure. We will roll this out over time, starting by removing the “Secure” wording in September 2018. And in October 2018, we’ll start showing a red “not secure” warning when users enter data on HTTP pages.
Google Chrome currently captures 60% of the browser marketshare worldwide, making it one of the company’s most effective vehicles for driving HTTPS adoption. Let’s Encrypt, the free and open certificate authority (of which Chrome is a platinum sponsor), has also been a key player in precipitating the rise in secure traffic over the past few years. Firefox Telemetry shows that HTTPS traffic is at 81% for US users and 73% for all users.
\n\nGoogle’s Transparency report shows similar numbers for percentage of pages loaded over HTTPS in Chrome. 84% of US traffic is encrypted by HTTPS.
\n\nGoogle has even more weapons in its arsenal for compelling website owners to switch to HTTPS. Even before Chrome began flagging unencrypted sites, the search engine added HTTPS as a ranking signal in 2014. It started as a lightweight signal that affected fewer than 1% of global queries. Google has also indicated that HTTPS may break ties between two equal search results, making a difference for competitive niches. With more sites adopting HTTPS as the norm, the company may choose to strengthen the signal in the future.
\nNot everyone is comfortable with a for-profit company making an aggressive push to require websites to deliver content over HTTPS. Some fear that prioritizing encryption in search results, while also using Chrome to cast doubt on websites’ security, is just the beginning.
\nDave Winer, one of Google’s most vocal critics regarding this initiative, sees the push towards HTTPS as the company’s attempt to take control of the open web. His concern is that if Google succeeds, it might “make a lot of the web’s history inaccessible.”
\n“Google makes a popular browser and is a tech industry leader,” Winer said. “They can, they believe, encircle the web, and at first warn users as they access HTTP content. Very likely they will do more, requiring the user to consent to open a page, and then to block the pages outright.”
\n\n\n\nBTW, if I had to guess, the *real* reason Google hates HTTP has to do with Google''s ad revenue, and not wanting Verizon and Comcast to remove their ads and replace them with their own.
\n— scripting.com (@davewiner) July 23, 2018
Others have speculated that another driving factor behind Google’s push for HTTPS adoption may be its investment in advancing PWA technologies, which require HTTPS to be enabled. Last year Google dumped Chrome apps from the Chrome Web Store in favor of building PWAs that can be installed on the desktop. HTTPS is a requirement for the permission workflows, new features, and updated APIs that the company is using to build its future products.
\nIt’s easy to see how HTTPS is critical for e-commerce, banking, and other sites that collect highly sensitive data from users, but many wonder if it is necessary for simple blogs and content websites. Google contends that all websites need HTTPS protection to prevent intruders from injecting ads or exploits.
\nFew would dispute the value of HTTPS but critics are wary of Google establishing itself as the arbiter of safe browsing on the web.
\n\n\n\nMy blog, https://t.co/gPQ9VPYOLB, is not “not secure.” It uses the standard protocol of the web, HTTP. It will not hurt you.
\n— scripting.com (@davewiner) July 24, 2018
For the moment, Winer seems to be committed to using HTTP to deliver his content. In Google’s feverish quest to push the entire web to adopt HTTPS, sites that are holding fast to HTTP on principle now appear as a sort of protest.
\n\n“This blog and all my other sites use HTTP,” Winer said. “I don’t see that changing. I expect this will make writing for the web more of a chore. That’s life I guess. I don’t want Google to be able to mold the web to its needs. I never signed on to being a Google developer, and never would. Basic rule: Google is a guest on the web, as we all are, and guests don’t make the rules.”
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 24 Jul 2018 23:07:54 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:32:"Mark Jaquith: Page Links To v3.0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:40:"http://markjaquith.wordpress.com/?p=5675";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://markjaquith.wordpress.com/2018/07/23/page-links-to/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:2482:"Today I pushed an update to my redirect and repointing plugin, Page Links To. Tomorrow, this plugin will have been in the WordPress.org Plugin Directory for 13 years (it was the 339th plugin in the WordPress plugin repository; there are now over 75,000!).
\nTo celebrate its transition to a teenager, I’ve added some new features and UI enhancements.
\nLast month, I received survey responses from over 800 Page Links To users and learned a lot about how it’s being put to work. One of the most interesting things I found was how many people are using it for URL redirects. For example, they might have a really long URL on their own site or someone else’s site that they want to be nice. example.com/summer-sale instead of example.com/store/specials.aspx?season=summer&_utm_source=internal. But in order to create these redirects, you have to go through the cluttered and sometimes slow post creation screen. All you really need to create a redirect is a title, a destination URL, and a local short URL.
\nYou’ll now find a menu item “Add Page Link” that will allow you to quickly add a redirected Page without having to wait for the entire WordPress post editing interface to load. It’s super fast, and it doesn’t redirect you away from the screen you’re on.
\nSince short URLs are better for sharing (and remembering), the UI will give you a little push to shorten the URL if the one generated from your title is too long. From there, you can Save Draft or Publish.
\nAdditionally, this release includes a “link” indicator on post and page list screens, so you can easily see what items have been re-pointed with Page Links To. When hovered, the link icon will reveal the destination URL for a quick view.
\nIf you want to grab the “local” short URL (which will be redirected to your chosen URL when someone visits it), just click “Copy Short URL” from the actions, and it’ll be in your clipboard.
\nThat’s it for version 3.0, but I’ll have more to announce soon — stay tuned!
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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 Jul 2018 22:02:18 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Mark Jaquith";s: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:81:"WPTavern: Thoughts From Two Founders Who Recently Sold Their WordPress Businesses";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=82531";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:92:"https://wptavern.com/thoughts-from-two-founders-who-recently-sold-their-wordpress-businesses";s: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:2299:"Last month, WP Engine acquired StudioPress. Brian Gardner, founder of StudioPress, recently shared his thoughts on why he didn’t want to sell the business, but did.
\n\n\n\nMaking a decision that not only affects your livelihood, the livelihood of your partners and employees, and the livelihood of an entire community isn’t for the faint of heart. It certainly wasn’t a responsibility I took lightly and spent quite a bit of time wrestling with.
The fact of the matter is this: When you make a decision that affects thousands of people, you have to wrestle with it. And then wrestle with it some more.
Brian Gardner
I appreciate Gardner’s down-to-earth perspective on how he reached the decision to sell.
\n\nRyan Sullivan, founder of WP Site Care, sold his WordPress maintenance and support business to Southern Web. On his personal site, Sullivan describes what it has been like to run a business the last seven years and drifting away from the reason he created the business in the first place.
\n\n\n\nAs the team grew, I slowly moved further and further away from the reason I started my business in the first place. It’s a trend that’s talked about extensively in the E-Myth.
People start a business because they love what they do, but then the growth of the business, management of people, and demands of administrivia become too much, and the person who started the business finds themselves in a totally foreign land with no roadmap for how to get back to the thing they once loved.
Ryan Sullivan
Merging with Southern Web allows Sullivan to get back to what he enjoys doing most, helping people and businesses with their sites. Sullivan also shared a great piece of advice, “Ask for help before you think you need it.”
\n\nBoth articles are great reads and provide insight into the tough decisions founders inevitably have to make.
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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 Jul 2018 21:08: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: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:38:"WPTavern: WP-CLI Hack Day Is A Success";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=82458";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://wptavern.com/wp-cli-hack-day-is-a-success";s: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:2239:"Alain Schlesser hosted the first WP-CLI Hack Day last Friday and by all accounts, it was a smashing success.
\n\nThe main goal was to merge 20 pull requests during the event but due to technical issues with Travis CI, only 12 were merged. Travis CI is open source software used to perform automated testing.
\n\nIn addition to the 12 pull requests that were merged, 13 more were submitted. The last two hours of the event featured a video call where contributors could talk through issues or receive help on submitting pull requests.
\n\n“We peaked at 13 participants to that video chat,” Schlesser said. “It allowed for people to make a more personal connection, which added another dimension to the act of contributing.”
\n\nDespite not reaching the goal, Schlesser is pleased with how it turned out.
\n\n“The event was also an experiment, to see whether a more direct, interactive form of contribution would attract more contributors,” he said. “I think it did succeed in doing so, and I think it was a positive experience for the participants.”
\n\nFeedback from participants is positive and folks enjoyed having Schlesser available to answer questions and walk them through how to set up an environment for testing.
\n\n\n\nThough we fell a little short of that goal, it was heartening to be a part of the communal experience, learn how to write my first Behat test (something that has been on my to-do list for a long time!), and get immediate feedback on my submitted pull request. And, of course, getting that PR merged was a thrill as well, as I can now say that I’ve contributed back to the project.
Jeremy Ward
You can find links to all of the merged and submitted pull requests on the WP-CLI Hack Day summary page.
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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 Jul 2018 19:43:19 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"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:94:"WPTavern: WordSesh Returns Wednesday, July 25, Experiments with Charging Attendees for Tickets";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=82496";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:103:"https://wptavern.com/wordsesh-returns-wednesday-july-25-experiments-with-charging-attendees-for-tickets";s: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:6630:"\nWordSesh, a virtual conference dedicated to WordPress topics, is returning for a 5th edition on Wednesday, July 25, 2018. Scott Basgaard, the original organizer of the event, has passed the torch this year to Brian Richards, who has co-organized previous WordSesh events.
\nThe online-only event will feature 12 hours of sessions on a variety of tech and business topics, including e-commerce, freelancing, and security. In the past, WordSesh has been a marathon 24-hour event, but Richards decided to pare it down to 12 hours this year in order to organize the details quickly and get the next event on the calendar as soon as possible.
\nFor the first time in WordSesh history, the event is charging attendees for tickets (rather than making it free for everyone as in years past). Richards is using the ticket money to pay speakers and have every video professionally transcribed in real-time. He has received some pushback on the decision but wants to see how things fare with this arrangement.
\n“I thought the community might get behind that so we can stop asking speakers to completely volunteer their time, and the transcriptions are a huge accessibility bonus for non-native English speakers as well as the hard of hearing,” Richards said. “There have been just a few people pipe up to voice their distaste that I converted a free event to a paid event, which suggests there are many others stewing about it quietly, and I’m guessing it’s because they don’t realize where the money’s going (not that it should matter in either case).”
\nRichards said tickets are dynamically priced to be the operational equivalent of $25 USD in every person’s home country. In India, for example, the ticket price is closer to $9 USD. He has kept quiet about the tech until now because he didn’t want people gaming the system but has since decided that it’s not a major concern.
\n“The site accounts for purchase power parity so that the cost is not more than a couple of billable hours (or, ideally, much less) for everyone,” Richards said. “And for people whom the cost of a ticket is still a stretch, well, that’s where the scholarships come in.”
\nWordSesh still has 18 donated scholarships to give away but Richards said he is struggling to find people willing to apply to watch the event for free. Prospective attendees can apply for a scholarship or nominate others to receive one.
\nA ticket to the event grants attendees access to the sessions, both live and after it has been recorded. Attendees will also receive virtual swag. A few samples include:
\nPrevious WordSesh events averaged 1,000 online attendees and a good portion of them showed up the same day the events aired. This year there are approximately 400 registered so far. Richards said he won’t rule out the possibility of making the event free again for the next edition.
\n“Asking more from sponsors could make a free event possible again without paying for everything personally (right now I’m still about $1000 in the red), but I really want to put the onus on the community at large,” Richard said. “Quality events take a lot of time and effort to accomplish, and most of that cost is on the backs of the organizers, speakers, and sponsors rather than attendees (at least in the WP community). Having been in all of those seats I’d really like to see more responsibility shift to the attendees. I would personally be happy to pay more for an event and be glad knowing that both speakers and organizers weren’t burning all this time in hopes of a return.”
\nVirtual conferences have started gaining more traction in the global WordPress community after the success of previous WordSesh events. WordPress educator Zac Gordon recently hosted more than 1,000 attendees at his free JavaScript for WordPress conference in June. The Polyglots’ virtual Global WordPress Translation day has also attracted hundreds of participants at each event (448 attendees in April 2016, 780 attendees in November 2016, and 1,300 local event RSVPs in September 2017).
\nVirtual events often reach far more people than an average local WordCamp, and many also inspire in-person meetups. Watch parties for WordSesh’s 5th edition are happening in cities across the globe, including Antwerp, Lagos, Minneapolis, Mumbai, and Bar Harbor (Maine).
\n“I’ve always enjoyed seeing people pour in to the event each year, and there was a delightful hum throughout the WordPress community every time a WordSesh took place,” Richards said.
\nWordSesh has been a valuable addition to the virtual event space around WordPress, and attendee numbers at the upcoming event will be important for measuring how much traction the event can retain with its conversion to a paid event. Richards says he is committed to keeping the event alive and hopes to host it two times per year, which is one of the reasons for cutting it back to 12 hours.
\n“I’m already excited for the next event,” Richards said. “I’m a little concerned at the moment, only because I don’t expect this one will sell enough tickets to break even, but I’m absolutely committed to hosting WordSesh again in the future. I’m more interested in hosting an incredible event and providing a ton of value to attendees than I am in breaking even this time around.”
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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 Jul 2018 17:41:19 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:74:"WPTavern: Gutenberg 3.3 Released, Adds Archives and Recent Comments Blocks";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=82478";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:84:"https://wptavern.com/gutenberg-3-3-released-adds-archives-and-recent-comments-blocks";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1354:"\n\nGutenberg 3.3 is available and continues the trend of refining the user experience, user interface, and tools. Two new Widget blocks have been added, Post Archives and Recent Comments.
If your archives span across multiple months and years, you can configure the block to display as a drop-down menu. Otherwise, the list may be too long and look unwieldy on your site.
\n\nVideo blocks now have attributes users can can configure for Autoplay, Loop, Muted, and display Playback Controls.
\n\nThere are a number of enhancements in this release that you can view via the change log.
\n\nConsidering Gutenberg 3.2 released earlier this month generally completed the MVP or minimum viable product feature set, users can expect more of these types of releases to tie up loose ends and prepare Gutenberg for merge into WordPress 5.0 later this year.
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 21 Jul 2018 01:31:49 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Jeff Chandler";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:94:"WPTavern: Karachi to Host First WordCamp in Pakistan Following Cancellation of WordCamp Lahore";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=82062";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:105:"https://wptavern.com/karachi-to-host-first-wordcamp-in-pakistan-following-cancellation-of-wordcamp-lahore";s: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:9479:"WordCamp Karachi is happening on August 4, 2018, and organizers are expecting more than 400 attendees. Karachi is the largest city in Pakistan with a population of more than 30 million people. Its airport connects the country to other international cities and smaller cities within Pakistan are available by rail or bus. Organizers behind the camp are overcoming a rocky history that has plagued the planning of WordPress-related events in the country for the past several years.
\nAt the close of 2015, Pakistan was on track to host its first WordCamp in Lahore, building on momentum from the phenomenal growth of the local meetup group. Muhammad Kashif, one of the organizers, was averaging 200-500 attendees at meetups and his team’s application to host WordCamp Lahore was approved for 2016.
\nThe meetup events, which attracted young students, developers, freelancers, and entrepreneurs, had grown so large that Kashif was having to close registration ahead of time because they were exceeding the capacity of the venue. Organizers expected 400-500 attendees at the WordCamp before it was cancelled after several delays near the end of the planning stage.
\n\nAfter contacting the WordPress Community team for the reason why it was cancelled, I received an official response from representative Hugh Lashbrooke:
\n\nSometimes a WordCamp doesn’t make it all the way from pre-planning to being an actual event — occasionally due to logistical challenges, but other times because of broader concerns. In this case, once the WordCamp planning was underway, some tense dynamics arose within the local team. Everyone worked really hard to reach a positive solution, but we weren’t able to move forward with the event in the end.
\nCancelling an event is never anyone’s preference, to be clear, but it is also a customary response when it’s clear that collaboration isn’t possible in the short term. Local organizers are always encouraged to reapply as soon as the barriers to collaboration have been resolved.
Lashbrooke also cited issues with the camp’s budget for the venue organizers selected. He said the situation was thoroughly investigated before the camp was cancelled and that they would never take that kind of decision lightly.
\nWordCamp Lahore organizers gave me a different report on what happened and were disappointed with the decision from the Community Team.
\n“Representatives from the Foundation cancelled the camp in the last stage based on a complaint from one person out of a community of 3,000 people,” Kashif said. “The Foundation made a direct decision of cancellation without giving me a chance for explanation as the Primary Organizer. I suggested the Foundation conduct a survey from the whole Lahore community to know the facts but they had already made the decision to cancel.”
\nKashif claims there was no disagreement between the organizers, because the community member in question, Ahmad Awais, was never part of the original organizing team.
\nOne member of the planning team agreed to speak to me anonymously about why he believes the camp was canceled. He claims that Awais fractured the team after his request to be given a prominent position in the organization was denied.
\n“Ahmad Awais started hijacking Kashif and his team,” he said. “He was not a lead organizer at all, but on the planning team. Instead of contributing, Ahmad wanted to speak at every meetup and didn’t spend time with organizing team. He broke the team and started pointing fingers at Kashif and the existing organizing team. He was NOT there until WC Lahore was approved. He joined the team after that.”
\nMultiple leaders from WordCamp Karachi’s 14-person organizing team, who wish to remain anonymous, have reported that Awais also requested to be named keynote speaker and was unhappy with the team after they told him that speaker decisions do not work like that. Several said they feared his retaliation against the camp, given they previously had no recourse with the Community Team after the experience of WordCamp Lahore getting shut down.
\nAwais is not attending WordCamp Karachi and has declined to answer any questions about WordCamp Lahore due to personal reasons.
\nKashif received hundreds of messages from the community after the event in Lahore was cancelled. He had been working since 2013 to bring a WordCamp to the area. He said that while the Community Team was helpful with other queries he had, he was disappointed with how quickly the camp was cancelled.
\n“I worked tirelessly for years to get a WordCamp to Lahore and grew the community from 430 to 2600 in one year but the Foundation didn’t even give me a chance to explain before canceling WC Lahore, Kashif said. “I am a bit disheartened by that action.”
\nKashif is now helping with other WordCamps, including Karachi and NYC. He is also willing to work to re-establish a WordCamp Lahore in the future.
\n“Like me there are lots of other WordPress enthusiasts in Pakistan who want to participate in WordCamps but not everyone can do that outside of Pakistan due to financial or visa reasons,” Kashif said. “I was accepted as a volunteer in WordCamp Europe but couldn’t join due to visa issues. I have seen so much excitement for WordCamp Karachi in the WordPress community across the whole country. Everyone is willing to help to make it a successful event so that there are more frequent WordCamps in Pakistan. The first one is so important as it will set expectations of outcomes of a WordCamp for people who are new to these events.”
\nWordCamp Karachi organizers are attempting to move past the Pakistani WordPress community’s checkered history of contention. They are also eager to distance themselves from the conflict that took down WordCamp Lahore.
\nUsman Khalid, lead organizer of the camp, said he has put in a lot of effort asking organizers and volunteers to work together, regardless of the credit they will receive, and focus on the community.
\n“I want to spend time on having a positive impact for this country, avoiding any kind of noise,” Khalid said. “The Pakistani WordPress community is vibrant in many ways. We have around 6,000 plus WordPressers in our community, with people who are selling their products and services worldwide.”
\nKhalid said there are many users in Karachi, Lahore, Islamabad, Peshawer, and Faisalabad who are doing well with WordPress but are not yet connected to the community or participating in meetups and events. People from all over Pakistan will be attending the event as their first exposure to the WordPress community. Sessions will mostly be conducted in English but a few will be mixed with Urdu, the regional language.
\nKhalid has experienced many growing pains in bringing the event to a community that is new to understanding how WordCamps work. In a country that is notorious for its censorship, WordPress’ mission of democratizing publishing has the potential to change many lives.
\n“Since this is first Wordcamp, many people even don’t know about it,” Khalid said. “Those who know want to be a speaker, or any lead role that can promote them. When we tell them it doesn’t work like this, they are mostly get annoyed.”
\nTech publications around Pakistan have not been exposed to WordCamps either. Khalid said several of them have asked for money in order to cover the story of the event, unaware that the purpose of the camps and meetups is not to translate everything into business but to give back to the community.
\n“I am simply working to actually deliver first and prove that this community can create a positive impact,” Khalid said. “I am sure after Wordcamp Karachi, the entire community within Pakistan will flourish, regardless of what happened in Lahore.” He said he hopes the next camps will be even more interesting in the future and that WordCamp Karachi will help to create new jobs and more businesses in Pakistan.
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 20 Jul 2018 23:14: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: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:69:"Post Status: Why the makers of Ninja Forms are getting into eCommerce";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=46627";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:80:"https://poststatus.com/why-the-makers-of-ninja-forms-are-getting-into-ecommerce/";s: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:1982:"Welcome to the Post Status Draft podcast, which you can find on iTunes, Google Play, Stitcher, and via RSS for your favorite podcatcher. Post Status Draft is hosted by Brian Krogsgard and co-host Brian Richards.
\nIn this episode, I bring on James Laws and Kevin Stover — cofounders of Saturday Drive, the parent company of Ninja Forms — to discuss why they are entering the world of eCommerce. I found this especially interesting given the market dominance of WooCommerce for general WordPress-based eCommerce needs.
\nSaturday Drive purchased Exchange, the plugin initially developed by iThemes and then handed off to A.J. Morris, with the intention of making a play for the eCommerce market, much like they did successfully once already for the somewhat-saturated forms market.
\n\nSandhills Development makes a suite of excellent plugins to power your WordPress website. Whether you need to sell digital downloads, restrict content, create an affiliate program, or manage an events calendar, they’ve got you covered. Thanks to Sandhills for being a Post Status partner.
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 20 Jul 2018 22:29:03 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:15:"Brian Krogsgard";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:63:"WPTavern: WordPress 4.9.8 Will Significantly Reduce Memory Leak";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=82423";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:74:"https://wptavern.com/wordpress-4-9-8-will-significantly-reduce-memory-leak";s: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:2723:"WordPress 4.9.8 Beta two recently shipped and although much of the focus will be on the “Try Gutenberg” call-out, there’s a patch included that addresses a memory leak that was quite a problem for some users.
\n\nWhen WordPress 4.9.7 shipped, the WordPress.org support forums saw an increase in reports of memory exhausted errors due to the wp_is_stream function.
\n\nThe bug is actually in PHP and is related to the stream-get-wrappers function. WordPress 4.9.7 increased the number of times it calls the wp_is_stream() function generating the error more often.
\n\nAfter thoughtful conversations within the trac ticket, a patch was created that after further testing, was committed to core. According to Gary Pendergast, the patch does the following.
\n\n\n\n\nBailing if the path isn’t a stream. This isn’t perfect: it’s still possible to trigger the PHP bug, but it does significantly reduce the chances of the bug being encountered. For many WordPress sites (those that don’t have plugins that use streams), it reduces the chance to zero.
\n
If you encountered memory exhaustion errors after installing or upgrading to WordPress 4.9.7, try WordPress 4.9.8 Beta 2 to see if it fixes the issue.
\n\nAside from coming up with a solution, Trac ticket #44532 is a bit refreshing to see. In open source, tickets or issues can get bogged down with suggestions, hypothetical scenarios, and bike-shed commentary.
\n\nIn this instance, the issue was identified and folks from the community along with core contributors worked together in a focused fashion to create a fix in time for the next point release. The ticket is a good example of what it’s like when open source is firing on all cylinders.
More sites use cookie banners now that the GDPR is active but some are finding that their banners are misbehaving once they enable caching.
\n\nThis is a similar issue to the one that happened to some page counter plugins in the past. The page counter wouldn’t increment.
\n\nWhen a cookie banner is clicked a cookie is set in the browser so the website knows this visitor has agreed to accept cookies. If the cookie is set then the cookie banner html is not sent to the browser.
\n\nI suspect the main issue is that the code that sets and checks if the cookie is set is PHP. Unfortunately because the page is cached then no PHP code is executed, and the cookie banner is displayed because it was originally cached that way.
Since WP Super Cache only knows about certain WordPress cookies it assumes everyone who doesn’t have those cookies is a first time “anonymous” visitor. It doesn’t know about your cookie banner cookie.
You have two options:
\n\nUsing Javascript completely is a better solution because it runs in the browser on every page load but that might not be possible every time.
\n\nOtherwise, use PHP to get WP Super Cache to play nicely with your existing code:
\n\nSomething like this will do. Make sure you note the warning about $wp_cache_plugins_dir in the link above about writing these plugins.
function add_cookie_banner_to_cache_cookie( $string ) {\n if ( isset( $_COOKIE[''cookie_banner''] ) ) {\n $string .= ''cb,'';\n }\n return $string\n}\nadd_cacheaction( ''wp_cache_get_cookies_values'', ''add_cookie_banner_to_cache_cookie'' );\n\nSubstitute the name of the cookie for your cookie name, change the name of the function, and the text it adds to the string. There is an intentional PHP fatal error in the code above to discourage copy/pasting.
Your cookie banner plugin could automate setting this up, but it may have unforeseen consequences if not done correctly. It should check if $wp_cache_plugins_dir is set already, and use that location, otherwise it will have to make a directory and update the WP Super Cache configuration, where ABC is the new location for the plugins.
wp_cache_setting( ''wp_cache_plugins_dir'', ABSPATH . ''wp-content/ABC'' );
The new code can be copied into a file in that directory. The files in the original WP Super Cache plugins directory (found at WPCACHEHOME . ''plugins'') should be copied into that directory too and a warning shown to the user. They may need to set up one of those plugins again.
The reason it is this convoluted is because this code will run before all of WordPress loads. You can’t rely on blog options or most of the nice configuration tools WordPress provides.
When your plugin is uninstalled it should of course restore the plugins directory to the way it was before.
\n\nFor future reference, since cookie banners will hopefully not be around forever, here’s what they looked like in the deep, distant past of 2018. 
Related Posts
WordPress 4.9.8 Beta 2 was released today, featuring the new “Try Gutenberg” prompt that will appear in user dashboards when the official release drops at the end of the month.
\nThe prompt invites users to install Gutenberg if they want to try the new editor or install the Classic Editor to keep using the current editor until they are ready to make the change. WordPress contributors discussed variations on the design and wording of the callout and finally settled on what you see in 4.9.8 Beta 2.
\n\nEven if users don’t get involved in Gutenberg testing, the callout serves to inform them that the new editor will be enabled by default in the next major release of WordPress. It includes a link to the Gutenberg information page so users can learn more about the project.
\nContributors agreed that they wanted to clearly communicate three important points in the callout, as per designer @kjellr’s suggestions on trac:
\nThe prompt is clearly geared towards encouraging users to test Gutenberg, as that section has a more prominent, colored button. If your clients’ installations are not ready for users to act on the “Try Gutenberg” prompt, now is the time to install a plugin that will disable it. Clients with free-range of the WordPress admin, in sites that are running Gutenberg-compatible extensions, are better candidates for testing the new editor.
\nThe Classic Editor Addon is one option that will suppress the prompt and automatically suppress Gutenberg when it ships in WordPress 5.0. It was also recently updated to auto-install the Classic Editor plugin as a dependency so users don’t have to install two plugins as part of the process.
\nA release candidate is slated for July 24, and the official 4.9.8 release is scheduled for July 31st. The Gutenberg plugin is currently sitting at 10,000+ active installations and the Classic Editor at 5,000+. After 4.9.8 is released, changes in these numbers will demonstrate how WordPress users across the globe are responding to the call for testing.
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 19 Jul 2018 21:48: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: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:74:"WPTavern: Insight Into How North Carolina State Is Preparing for Gutenberg";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=82410";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:85:"https://wptavern.com/insight-into-how-north-carolina-state-is-preparing-for-gutenberg";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1838:"Jennifer McFarland, the web services coordinator for the North Carolina State Office of Information Technology (OIT), recently did an interview with Technician, the official student newspaper of NC State University.
\n\nSince Gutenberg’s announcement in December of 2017, McFarland has published a series of articles on the NC State Office of Information Technology website educating staff and students on what to expect.
\n\nMcFarland was asked how the team plans to help staff and students after Gutenberg ships with WordPress.
\n\n“A couple of times a year, we go and speak at various classes, professors will have us come out and do demos of WordPress,” McFarland told the Technician.
\n\n“We are expecting an uptake of people requesting us to come out and do a demo of WordPress or something like that, but generally our plan right now, at least for students, is mostly just offer the sort of self-help, like the video tutorials and things like that, and we figure that the students will mostly try and solve their own problems.”
\n\nSpeaking of McFarland, she and Brian DeConinck presented on Gutenberg at WPCampus 2018. The videos from the event are still being processed but we’ll add a link to the presentation once it becomes available.
\n\nIt’s pretty cool to see people in McFarland’s position in higher education already have a firm grasp of Gutenberg and doing what they can to ease the transition for staff and students
\n\n\n\nBernhard Kau, a WordPress developer, meetup organizer, and four-time organizer of WordCamp Berlin, is the local lead organizer for the next WordCamp Europe. Kau will join Milan Ivanović, the global lead, at the helm of WordCamp Europe in Berlin next June.
\nKau submitted an application with his team to host WCEU and won out over a competing application from the WordPress community in Barcelona. The selection team cited Berlin’s accessibility, reasonable prices, and its strong community as the final deciding factors.
\nBerlin’s monthly WordPress meetups have 1,300 members. The community also holds dedicated meetups for beginners, developers, and women in WordPress. Five WordCamps have been organized in Berlin since 2010.
\n\n\n\nAttending #WPBerlin and they are already preparing WordPress community for next #WCEU pic.twitter.com/MWLwTZ4hrf
\n— Milan Ivanović (@lanche86) June 28, 2018
“Compared to other communities in Europe, we are a community that is very likely to travel to other cities to attend meetups and other WordCamps,” Kau said. “We usually only have one or two WordCamps per year in Germany but then usually all the German community members travel to that city to attend the WordCamp. Whereas in Spain, for example, they had 11 WordCamps this year that are more local and smaller. As a German community we are more used to traveling to a central place and meeting there.”
\nThe Estrel Hotel and Congress Center will host the entire event, including both conference days, the contributor day, and the after party. Although the venue has a max capacity of 12,000 people, Kau said organizers are planning for 2,500 – 3,000 attendees. The local team is excited to introduce the European WordPress community to their home city.
\n“Berlin is one of the most diverse cities in Europe,” Kau said. “When I prepared the application, I figured out that there are people from 191 countries living in Berlin. It’s a very international, very diverse city, so you can be just as you are and feel quite comfortable and welcome in Berlin.”
\nKau said organizers intend to continue with workshops as a part of the event in 2019 but they are planning to make the signup experience more efficient.
\n“This was the first year we tried workshops,” Kau said. “We had three workshop tracks and workshops of 60 minutes, 90 minutes, and three hours. We are not sure how many workshops we want to have in Berlin. The idea was new but turned out quite well. There were workshops with many people waiting to get in and from what I’ve heard it was quite good.”
\nKau said he wants to improve the process for workshops, because there was no easy way for attendees to sign up and managing waiting lists was a lot of manual work for the content team. This is one bottleneck from the most recent WCEU experience that he hopes to rectify.
\n“There is also something special planned but I don’t want to spoil it,” Kau said. “It’s going to be a very unique after party to say the least.” Although Berlin is renowned for its legendary nightlife, Kau said he doesn’t anticipate the party lasting all night.
\n“We’re probably not going to make it Berlin-typical until 10 in the morning but it’s going to be a bit longer than maybe here [Belgrade] or in Paris where people were kicked at at 3:30,” he said.
\nThe call for applications for organizers is still open. Within 24 hours of announcing Berlin as the next host city, the team had already received 27 applications. The application window closes July 31, 2018.
\nCheck out the full interview below to learn more about the German WordPress community and what they have planned for WCEU 2019.
\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 18 Jul 2018 20:18: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: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:43:"WPTavern: WP-CLI Hack Day Friday, July 20th";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=82269";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://wptavern.com/wp-cli-hack-day-friday-july-20th";s: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:1541:"WP-CLI or WordPress Command Line Interface has become an integral tool for developers to launch and manage sites. To encourage new contributors to the project, Alain Schlesser is organizing the first WP-CLI Hack Day, Friday, July 20th beginning at 08:00 CEST.
\n\nSchlesser and other contributors will be available in the WP-CLI Slack channel all day and on the project’s GitHub site to answer questions and help people contribute to the project.
\n\nFrom 16:00-18:00 CEST, Schlesser will host a video call that’s open to everyone where people can join in, discuss issues, and visually work through pull requests. The goal is to reach 20 pull requests that have been merged during the event. A post on Make/CLI blog will be published once WP-CLI Hack Day concludes summarizing any progress that was made.
\n\nTo prepare prospecting contributors for the event, Schlesser has published a detailed guide on how to contribute to WP-CLI.
\n\nFolks can follow along on Twitter using the hashtag #hackwpcli. If Hack CLI Day is successful, more events will likely be created in the future to cover more time zones.
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 18 Jul 2018 16:47:21 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"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:11:"\n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:1:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:30:"HeroPress: Making A Safe Place";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://heropress.com/?p=2589";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:105:"https://heropress.com/making-a-safe-place/#utm_source=rss&utm_medium=rss&utm_campaign=making-a-safe-place";s: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:2907:"
Being a remote worker makes it easy to hide from a world that you find scary or dangerous. If you’re never in the presence of other people they can’t hit you. Retreat becomes so easy. Marius Jensen from Sola, Norway grew up in a society that did not care for him, and made him want to hide from the world forever.
\nThe WordPress community gave him a safe place to talk to people online, and after time, in person. WordCamps became a place of safety and compassion. This isn’t the case for all people, but it is for many people, in many places. Check out Marius’ essay from last July, about finding a safe place.
\n\n\n
The post Making A Safe Place appeared first on HeroPress.
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 18 Jul 2018 08:00:42 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}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:42:"WPTavern: iThemes Enters the Hosting Space";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=82379";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://wptavern.com/ithemes-enters-the-hosting-space";s: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:3428:"iThemes is getting into the hosting business after launching three plans that take advantage of its relationship with Liquid Web. The plans are finely tuned around the company’s products and come with free SSL certificates.
I reached out to Cory Miller, Founder of iThemes to figure out why they’ve entered the hosting space, what it means to be able to control the user experience of their products from the top-down, and how their plans compare to those from hosts that offer Jetpack Premium.
\n\nWhat does it mean for you and iThemes to be able to control the user experience from the top-down?
\n\nIn short, it means a better overall experience for our customers. For more than 10 years, we’ve dealt with most of the hosts, especially the ones offering catered WordPress offerings, and it has been a terribly frustrating experience for us trying to troubleshoot problems and help our mutual customers.
\n\nAdditionally, we’ve long said you have to have two things to be our customer: WordPress and web hosting. Now we install WordPress for you, along with SSL, essentially with a click on our own hosting.
\n\nHow would you compare iThemes hosting packages to hosts that offer Jetpack Premium services as part of their plans?
\n\nThe thing that sticks out for me is having everything under one brand and team. But we think using iThemes Sync Pro as the hosting control panel gives us a significant edge for our customers to do more with their WP sites, in particular, our reporting features in Sync Pro.
\n\nNow our customers can get WP backups, security, site management and in-depth reporting all from one dashboard, along with their hosting. With our Business plan, they get BackupBuddy, our WordPress backup plugin; iThemes Security Pro, our WordPress security plugin & iThemes Sync Pro all in one. Plus they get an awesome team of WordPress pros for support if they need help or have any issues.
\n\nWhat are you most looking forward too offering these hosting packages specifically tuned for iThemes products and WordPress?
\n\nThe actual implementation of the vision of offering the key essentials we think people want and need, along with a roadmap to do more, from our team at iThemes. It was one of the motivators for joining the Liquid Web family — the ability to finally do what we’ve always wanted to do for our customers, offering a more complete experience for them, from us.
\n\nWere there any challenges that you overcame when putting these packages together?
\n\nThe main one that comes to mind is trying to ensure we offer what people actually want and will buy. But there was several months of hard work by our team and others to get this launched. Some long nights to pull all the pieces together in order to do this, with many more to come.
\n\nPrices range from $15 per month to $25 per month billed on an annual basis. New customers can take advantage of a coupon code on the site to purchase the Business plan, normally $25 for $15.
\n\n\n\n\n\n
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 17 Jul 2018 23:19:19 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"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:92:"WPTavern: WooCommerce Custom Product Tables Plugin Now in Beta, Boasts 30% Faster Page Loads";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=82363";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:101:"https://wptavern.com/woocommerce-custom-product-tables-plugin-now-in-beta-boasts-30-faster-page-loads";s: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:3615:"\n
WooCommerce is celebrating 10th years of Woo this week. Over the past several years WooCommerce has grown to become a dominant player among e-commerce solutions on the web. E-commerce Usage Distribution stats from BuiltWith currently rank WooCommerce as the most commonly used platform for stores in the top 1 million sites.
\nPerformance and scalability were the main focuses for the WooCommerce development team last year and these issues continue to be top priority. Version 3.0, released in April 2017, included significant performance improvements when WooCommerce switched from post meta to taxonomies for features like product visibility, featured products, and out of stock products. It also introduced CRUD (Create, Read, Update, Delete) classes for developers, making it easier to write and retrieve data from the database with less code.
\nBuilding on the CRUD work done last year, WooCommerce has just announced the beta of its new Custom Products Tables plugin. It replaces the WooCommerce product Data Store with new, dedicated product tables for significant reductions in page load time across shop, checkout, and admin pages.
\n“The results, so far, have been great – with improvements of up to 30% on page load times!” WooCommerce engineer Gerhard Potgieter said. “Checkout, arguably the most important part of the store experience, has seen the biggest performance gains.”
\nThe WooCommerce development team tested the plugin’s impact on performance using two identical stores running the Storefront theme and no additional plugins. They created a data set of 500 products using the WooCommerce Smooth Generator, and both stores had 70,000 orders in the database and meta data in the range of 1.4 million rows.
\nThe Custom Product Tables plugin is not ready for use in production but developers can download version 1 and test it against WooCommerce 3.5 dev (switch to the master branch).
\nGetting the plugin rolled into WooCommerce core is an exciting update on the horizon, as faster page loads generally improve conversion for store owners. WooCommerce engineers anticipate releasing the plugin on WordPress.org as the next step. They plan to include the new product tables in a major version update early next year.
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 17 Jul 2018 20:20:09 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:76:"WPTavern: New WordPress Feature Plugin Adds Support for Progressive Web Apps";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=82311";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:87:"https://wptavern.com/new-wordpress-feature-plugin-adds-support-for-progressive-web-apps";s: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:5800:"WordPress contributors are working on getting support for Progressive Web Apps (PWA) into core. A new PWA feature plugin is now available on WordPress.org, spearheaded by the teams at XWP, Google, and Automattic.
\nProgressive Web Apps are applications that run on the web but provide a speedy app-like experience inside a mobile browser. Google describes them as having the following three qualities:
\nThe plugin adds support for technologies that PWAs require, including Service Workers, a Web App Manifest, and HTTPS. These technologies support functions like background syncing, offline content, push notifications, mobile home screen icon, and other PWA features.
\nXWP CTO Weston Ruter said the purpose of the feature plugin is to curate PWA capabilities for proposed merging into core. The idea is to merge them piece by piece. Core tickets are already in process for adding support for web app manifests and support for service workers, as well as bringing improvements to HTTPS.
\n“This PWA feature plugin is intended to equip and facilitate other plugins which implement PWA features,” Ruter said. “It’s not intended to negate any existing plugins with these features, but rather to allow such plugins (and themes) to work together seamlessly and expand upon them.”
\nThe first release of the plugin on WordPress.org (v0.1.0) adds support for web app manifests and initial support for allowing theme and plugin developers to register scripts for service workers via wp_register_service_worker(). It also includes an API for detecting whether HTTPS is available.
“A next step for service workers in the PWA feature plugin is to integrate Workbox to provide a declarative WordPress PHP abstraction for managing the caching strategies for routes, with support for detecting conflicts,” Ruter said. Anyone who is interested to contribute to PWA support for WordPress can check out the discussions and plugin on GitHub.
\nIn the past, app-like experiences were only available for sites and services that had their own native mobile apps, but native apps can be costly to develop and maintain. Progressive web apps use the greater web as their platform and are quick to spin up. They make content easier to access on mobile even without an internet connection. It’s also far easier to tap a home screen icon than to enter a URL on mobile, and this makes users more likely to engage with their favorite sites.
\nPWA Stats is a site that features case studies of progressive web apps that have significantly increased performance, engagement, and conversion. A few compelling examples include:
\nPWA support in WordPress will enable the plugin and theme ecosystems to work together in providing site owners with more engaging ways to connect with their visitors. Once the market starts building on core support, site owners should soon be able to offer better experiences for mobile users without having to become experts in the technologies that power progressive web apps.
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 17 Jul 2018 00:16: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: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:37:"Dev Blog: Quarterly Updates | Q2 2018";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:34:"https://wordpress.org/news/?p=6140";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:61:"https://wordpress.org/news/2018/07/quarterly-updates-q2-2018/";s: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:15621:"To keep everyone aware of big projects and efforts across WordPress contributor teams, I’ve reached out to each team’s listed representatives. I asked each of them to share their Top Priority (and when they hope for it to be completed), as well as their biggest Wins and Worries. Have questions? I’ve included a link to each team’s site in the headings.
\n\nInterested in updates from the first quarter of this year? You can find those here: https://make.wordpress.org/updates/2018/04/24/quarterly-updates-q1-2018/\n \n
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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 Jul 2018 14:50: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:7:"Josepha";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:93:"WPTavern: WordCamp Europe 2018 Draws 2,085 Attendees, Organizers Look Ahead to 2019 in Berlin";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=82313";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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:"https://wptavern.com/wordcamp-europe-2018-draws-2085-attendees-organizers-look-ahead-to-2019-in-berlin";s: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:6531:"WordCamp Europe closed out a successful event in Belgrade with 2,085 attendees from 76 countries. More than 800 others joined via livestream for a total audience of nearly 3,000 participants. A record-setting Contributor Day kicked off the event, followed by two days of conference sessions and workshops from 65 speakers.
\nA team of 54 organizers and 170 volunteers made WCEU possible, with 10 different organizing teams. Last year WordCamp Europe added a PR team and this year the event introduced an Attendee Services team to fill gaps in the organization. The operation ran smoothly, despite the conference being spread out across many rooms in the sprawling Sava Centar venue.
\nWordCamp Europe’s PWA (progressive web app) was the highlight of the new features and services introduced this year. It was a central hub for keeping attendees informed on what was happening at any given moment. Organizers also added new amenities, including a site health check station, Community Room, and info booth to handle attendee questions.
\nGutenberg and Progressive web apps were the hot topics of this year’s WordCamp Europe. In addition to Matt Mullenweg unveiling a roadmap for Gutenberg’s inclusion in core, a strong contingent of designers and engineers from the team were present to educate attendees on Gutenberg’s architecture and the vision behind the project.
\nMany attendees were visiting Serbia for the first time and Belgrade delivered with its renowned hospitality and captivating nightlife. Attendees found no shortage of delicious options for food and drink.
\nAt the conclusion of the event, organizers announced Berlin as the next host city for WordCamp Europe, June 20-22, 2019. The conference, Contributor Day, and the after party will all be held at the Estrel Hotel and Congress Center, a venue with a capacity for 12,000 attendees.
\nOrganizers said that Berlin’s accessibility, reasonable prices, and strong community were the final deciding factors for its selection as the next host city.
\n\nHosting a volunteer-led event at this scale requires an enormous amount of effort from the organizers, especially those taking the lead for multiple years in a row. There is nearly no down time as the team is already planning for the next edition of the camp.
\nI sat down with lead organizers Jenny Beaumont, the global lead, and Milan Ivanović, the local lead, to get a look behind the scenes at what is involved in bringing WordCamp Europe to thousands of WordPress enthusiasts in one weekend. We interviewed them at the conclusion of WCEU 2017 in Paris. Over the past two years these leaders have developed a strong working relationship built on encouraging each other and keeping a positive outlook for their teams.
\nBeaumont said she was hesitant going into a third year for this role, as Paris was the project that captured her heart and motivation. After going through this event as the global lead, she said she discovered what she could bring to the role and how she could serve the team.
\n“The event has been their project,” Beaumont said. “My project this year has been the team, how I can really concentrate on this team, on its growth, on its health, on its sustainability. That’s what I learned in Paris – the importance of making sure that was part of the project.”
\nBeaumont and Ivanović explained the difference between the global and local lead roles, a structure that works well for flagship WordCamps.
\n“The local team is really about making it a good experience in this new place that everybody is going to be discovering for the first time,” Beaumont said. “It’s the hard work, it’s the logistics, it’s all of the small details, everything that’s behind the scenes that make it so you walk in as an attendee and it just feels like you’re at home. They do all of that hard work. The global role, as it has evolved, is really about being that sort of team care-giver, making sure that there is good communication happening, making sure the team is healthy and happy and motivated. Because you’ve got to get up and do this every day while you’re also doing your day job, and that takes a lot.”
\nWordCamp Europe had a strong impact on the local community with more than 400 Serbian attendees and 20 Serbian organizers. They worked to build awareness of WordPress in the local community ahead of the event.
\n“We used this event to grow our community and used our community to promote the event,” Ivanović said. “When we announced last year in Paris that Belgrade is going to be next, at that time we had five or six cities for WordPress meetups. Currently, we are in 14 cities and starting the 15th in July. WordCamp Europe and the conference itself was such a win for the whole community.”
\nIvanović will return next year as the global lead for WCEU in Berlin. Beaumont is taking some time off after three years organizing WordCamp Paris and WordCamp Europe, but she hopes to return in some capacity in the future. They are working together with their team to publish a WordCamp Europe handbook that covers some of the important specifics of the event for upcoming teams. Check out the full interview in the video below.
\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 14 Jul 2018 00:24:08 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:26;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:82:"WPTavern: Array Launches Free Gutenberg-Ready Atomic Blocks Theme on 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:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=82258";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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:"https://wptavern.com/array-launches-free-gutenberg-ready-atomic-blocks-theme-on-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:11:"description";a:1:{i:0;a:5:{s:4:"data";s:6391:"Mike McAlister and the team at Array Themes have fully embraced Gutenberg and are one of the first shops on the scene with a free WordPress theme designed specifically to work with the new editor. The Atomic Blocks theme is now available on WordPress.org with minimal styling and seamless support for all core content and media blocks.
\n\nThe theme allows users to control the width of the content area to create full-screen posts and pages. It supports full-screen images, videos, and galleries, showcasing the new editor’s wide alignment styles for content. Atomic Blocks includes Customizer options for uploading a logo, customizing the font style, setting body and title font sizes, and selecting an accent color.
\nCheck out the theme’s demo to see the blocks in action: https://preview.arraythemes.com/atomicblocks.
\nThe theme also seamlessly supports McAlister’s new Atomic Blocks project, a collection of page-building blocks included in the accompanying Atomic Blocks plugin. It currently includes blocks for creating a post grid, call-to-action, testimonials, inline notices, sharing icons, author profiles, accordions, customizable buttons, drop caps, and spacer/dividers, with many more blocks planned.
\n\n“I knew Gutenberg was going to be a game changer from the second I saw it and started hashing out product ideas in October 2017,” McAlister said. “To me, it felt like a very natural evolution and transition for WordPress into a more forward-thinking content creator. All of the tools outside of WordPress are evolving and becoming better and easier to use and WordPress is starting to feel quite dated in comparison.”
\nMcAlister said his team is building Atomic Blocks into a full-fledged content block solution that will include a commercial version in the future.
\n“We have a long list of blocks that we’ll be releasing into the plugin in the coming months — everything from eCommerce to email marketing to full-page layouts,” he said. “There will definitely be a commercial version of the plugin for those extra awesome blocks that will take your site to the next level.”
\nMcAlister is keeping Atomic Blocks separate from Array Themes but plans to cross promote between the two. He also plans to update the Array themes collection to support the blocks found in the plugin.
\n“Atomic Blocks aims to solve a different problem in a different way than the traditional WordPress themes you’ll find on Array,” McAlister said. “By launching it separately from Array Themes, it gave me the opportunity to diversify my projects a bit and create a dedicated marketing stream for a Gutenberg solution.”
\nMany products in the Array Themes catalog are already working with the new editor, but McAlister and his team intend to provide more in-depth support for specific Gutenberg features in themes where appropriate.
\n“We’ve stayed fiercely committed to beautiful design, simplicity, and core coding standards and practices to ensure wide-spread support and compatibility with our themes,” McAlister said. “While this has served us well, we are all ready for a core-supported solution to providing a better experience for our customers. Gutenberg will solve this problem by providing a cohesive, unified way of extending content creation with a core user interface. Gutenberg is quite extensible as is, and will only grow more capable with time.”
\nMcAlister said one of the most challenging aspects of launching Atomic Blocks has been keeping pace with Gutenberg’s rapid development, requiring the team to follow multiple conversations across various WordPress core development discussion channels.
\n“I followed Gutenberg development closely during the second half of last year and then started developing Atomic Blocks for Gutenberg early this year,” McAlister said. “You have to follow the Github repo, Make blog posts, and Slack conversations closely to keep up with the changes, deprecations, and feature additions. Luckily, now that features are being frozen, the code is churning less and things are starting to stabilize.”
\nIn order to keep up with all the news and changes, McAlister started the Gutenberg News site to collect helpful resources, tutorials, and code snippets he found. The site contains more than 200 links to resources for both beginners and developers.
\nMcAlister predicts that Gutenberg will bring a greater separation between the roles of themes and plugins in the site-building experience.
\n“The demand for themes will certainly begin to change more drastically in the long term,” he said. “Traditional WordPress themes will still be desirable for a number of years, simply due to the number of sites out there and the solutions needed to build them. Eventually, much of what can be provided by a theme will be provided by blocks via a plugin instead. Themes will still be responsible for providing a degree of styling and functionality that will remain critical to the site-building experience, but they will take a secondary role to content blocks.”
\nGutenberg will inevitably change the landscape of the theme industry, but McAlister sees it as a chance to reach customers in a new way.
\n“Theme designers and developers should be excited about this opportunity and not feel threatened by Gutenberg,” McAlister said. “This is a fantastic opportunity to learn a new set of skills, attract a new segment of customers, and start pivoting to a block-based product model.”
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 12 Jul 2018 22:33: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: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:90:"WPTavern: WPWeekly Episode 323 – Recap of WordCamp Grand Rapids and A Gutenberg Road Map";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:58:"https://wptavern.com?p=82285&preview=true&preview_id=82285";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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:"https://wptavern.com/wpweekly-episode-323-recap-of-wordcamp-grand-rapids-and-a-gutenberg-road-map";s: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:"In this episode, John James Jacoby recaps his trip to WordCamp Grand Rapids and shares his experience. WordCamp Grand Rapids had a strong focus on tools, plugins, and themes and by all accounts, was a successful event.
\nWe discussed Matt Mullenweg’s Summertime update, the roadmap for merging Gutenberg into core, and what comes after Gutenberg. We shared our thoughts on Automattic’s new board member, General Ann Dunwoody and speculated on Automattic’s vision.
\nWe wrap up the show by talking about generational divides in WordPress.
\nWordPress 4.9.7 Security and Maintenance Release
\nUpdate on Gutenberg
\nWhat’s New in Gutenberg? (6th July)
\nAutomattic’s First New Board Member: General Ann Dunwoody
\nBlock Unit Test Plugin Helps WordPress Theme Developers Prepare for Gutenberg
\nGenerational divides in WordPress
Next Episode: Wednesday, July 18th 3:00 P.M. Eastern
\nSubscribe to WordPress Weekly via Itunes
\nSubscribe to WordPress Weekly via RSS
\nSubscribe to WordPress Weekly via Stitcher Radio
\nSubscribe to WordPress Weekly via Google Play
\nListen To Episode #323:
\n
Although WordPress developers and professionals have been inundated with Gutenberg news for more than a year, there’s a whole wide world of users who will learn about the project for the first time when 4.9.8 includes a “Try Gutenberg” prompt in the admin. If you haven’t been following the news closely and are wondering what all of this Gutenberg talk is about, Morten Rand-Hendriksen provides a succinct introduction to the new editor that is coming in WordPress 5.0.
\nThe video was created as part of LinkedIn’s WordPress Essentials Training course. The first part explains the basic concept of a block and includes a mini tour of the new interface, followed by a short overview of where the Gutenberg project is going in the future.
\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 11 Jul 2018 23:04:37 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s: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:86:"WPTavern: WordCamp Ticket Sales Move from PayPal to Stripe for Default Payment Gateway";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=82267";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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:"https://wptavern.com/wordcamp-ticket-sales-move-from-paypal-to-stripe-for-default-payment-gateway";s: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:1857:"\nThe WordPress Community Team announced an update to the CampTix, the plugin used for selling WordCamp tickets, that makes Stripe the default payment method. The gateway was previously available as a beta plugin and could be enabled on a per-site basis but is now available to all WordCamps.
\nWhen proposing Stripe as the default payment gateway in April, Hugh Lashbrooke cited the fact that PayPal is entirely blocked and inaccessible in some countries. He also identified Stripe’s simpler UI and larger number of supported currencies as its chief advantages.
\nPayPal has been the default for years on WordCamp websites but it currently supports only 26 currencies. Stripe supports 136 currencies, allowing WordCamp organizers to offer ticket purchases in more places than before. Previously, some communities were forced to build a local gateway integration to sell WordCamp tickets via PayPal, requiring those sales to be inconveniently funneled through a local bank account. The Stripe gateway option is a welcome update to support WordPress’ growing international community, which held camps in 73 countries in 2017.
\nIt’s important to note that Stripe isn’t fully replacing PayPal. The Camptix plugin allows organizers to activate multiple payment gateways for cases where one or both make more sense, retaining the flexibility to support ticket sales at camps with different payment requirements.
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 11 Jul 2018 18:02:34 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"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:30;a:6:{s:4:"data";s:11:"\n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:1:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:31:"HeroPress: Translating For Love";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://heropress.com/?p=2587";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:107:"https://heropress.com/translating-for-love/#utm_source=rss&utm_medium=rss&utm_campaign=translating-for-love";s: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:3006:"
We all have our reasons for the things we do. Money, love, orders, etc. Vladimir Petkov started using WordPress because it solved a problem. As the years went by it continued to solve problems, and he continued to use it. His time to give back didn’t arrive until much later though.
\nHis 7 year old daughter wanted a blog, and WordPress wasn’t completely translated into her language. So Vladimir learned how to translate WordPress, so his little girl (and every other Bulgarian speaker) can use their voice to speak to the world.
\nWhy do you give back to WordPress? If you’d like more info about how you can (no coding required!) drop a note in the comments.
\nAlso, check out Vladimir’s essay.
\n\n\n
The post Translating For Love appeared first on HeroPress.
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 11 Jul 2018 12:13:25 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}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:66:"WPTavern: Video: Matt Mullenweg’s Summertime Update At WCEU 2018";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=82254";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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:"https://wptavern.com/video-matt-mullenwegs-summertime-update-at-wceu-2018";s: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:861:"Sessions from WordCamp Europe 2018 are making their way onto WordPress.tv, including Matt Mullenweg’s Summertime Update.
\n\nIn the video, Mullenweg shares the progress that’s been made on Gutenberg, WordPress core development, a Gutenberg road map for including it into core, and what to expect after WordPress 5.0 is released.
Be sure to watch the video to the end to catch the memorable, GDPR cookie joke.
\n\n\n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 10 Jul 2018 23:56:15 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s: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: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:60:"WPTavern: WPCampus Will Be Streamed Live For Free July 13-14";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=82252";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://wptavern.com/wpcampus-will-be-streamed-live-for-free-july-13-14";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:779:"WPCampus, a conference focused on WordPress in higher-education takes place this week between July 12-14 at Washington University in St. Louis, Missouri.
\n\nIf you’re unable to attend in-person or would like to watch the event from home, visit the WPCampus Stream page. Beginning July 13th at 9AM CDT, all general sessions will be streamed live for free. Sessions will be recorded and be available after the event as well.
\n\nTo see a list of sessions taking place, check out the event’s schedule and for more information about WPCampus, visit the site’s about page.
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 10 Jul 2018 23:36: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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Jeff Chandler";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:33;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:107:"WPTavern: New Classic Editor Addon Plugin Disables the “Try Gutenberg” Prompt Coming in WordPress 4.9.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:29:"https://wptavern.com/?p=82232";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:112:"https://wptavern.com/new-classic-editor-addon-plugin-disables-the-try-gutenberg-prompt-coming-in-wordpress-4-9-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:3251:"Gutenberg development continues along the roadmap Matt Mullenweg announced at WordCamp Europe with WordPress 4.9.8 set to introduce a “Try Gutenberg” prompt to increase usage and testing. Core design contributors are currently working on a few new iterations of the callout. They are also considering including a section inside the prompt with an option to install the Classic Editor plugin in preparation for Gutenberg.
\nDevelopers and agencies have time to install the Classic Editor on client sites that are not ready for Gutenberg, but this will not prevent users from seeing the “Try Gutenberg” prompt. Greg Schoppe, one of Gutenberg’s most outspoken critics, partnered with Pieter Bos to develop a plugin called Classic Editor Addon that changes how the Classic Editor plugin works.
\n“For agencies supporting many sites, whose users have no way of knowing whether Gutenberg will break their site or not, this nag screen is a danger,” Schoppe commented on our most recent Gutenberg update. “Pre-emptively installing Classic Editor unfortunately won’t suppress the nag notice either, but since Classic Editor is being used as a bellwether of the success of Gutenberg, it’s important that you install it, if you expect issues.”
\nSchoppe co-wrote the Classic Editor Addon to solve this problem. It suppresses the “Try Gutenberg” prompt and when the new editing experience ships in 5.0, it will automatically suppress Gutenberg as well.
\nSince the Classic Editor plugin doesn’t remove Gutenberg by default, the addon plugin sets the option to fully replace Gutenberg. It also removes the Classic Editor’s options from the Settings > Writing screen. Schoppe said he believes this is what the Classic Editor plugin should have done out of the box, instead of requiring the user to find the settings screen to replace Gutenberg.
\nInstalling both the Classic Editor and Classic Editor Addon on tens or hundreds of client sites could be time consuming, so Schoppe suggests using a site management dashboard, such as MainWP, ManageWP, or Jetpack, to bulk install both plugins for clients.
\nAccording to stats on WordPress.org, Gutenberg is active on more than 10,000 sites and the Classic Editor is active on 4,000+ sites. The “Try Gutenberg” prompt is expected to go out in WordPress 4.9.8, which is targeted for the end of July. The goal for the prompt is to make users aware of the plugin and get more testers involved before Gutenberg lands in WordPress 5.0.
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 10 Jul 2018 22:35:38 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:58:"Post Status: Working on your own website — 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=46462";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/working-on-your-own-website-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:1619:"Welcome to the Post Status Draft podcast, which you can find on iTunes, Google Play, Stitcher, and via RSS for your favorite podcatcher. Post Status Draft is hosted by Brian Krogsgard and co-host Brian Richards.
\nIn this episode, the Brians discuss the challenges of working on your own business website, when your company offers services or makes products for websites. Agencies often disregard their own websites, as do product companies. We discuss our own histories of attempting in-house redesign projects, strategies to get them done, and how we approach things today owning our own tiny businesses.
\n\nPagely offers best in class managed WordPress hosting, powered by the Amazon Cloud, the Internet’s most reliable infrastructure. Post Status is proudly hosted by Pagely. Thank you to Pagely for being a Post Status partner
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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 Jul 2018 18: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: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:83:"WPTavern: How WordPress is Powering a New Community on the Remote Island of Ogijima";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=82204";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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:"https://wptavern.com/how-wordpress-is-powering-a-new-community-on-the-remote-island-of-ogijima";s: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:10699:"Junko Nukaga began her journey into the world of WordPress in 2011, just after her hometown in Fukushima prefecture was hit by the 9.0 magnitude Tōhoku earthquake and tsunami. The catastrophic event, referred to in Japan as the Great East Japan Earthquake, devastated the region’s infrastructure and took more than 15,000 lives. It also caused a level 7 meltdown at three reactors in the Fukushima Daiichi Nuclear Power Plant complex.
Until this point Nukaga had only used WordPress as a blogging tool, but her hometown prefecture needed a fast way to get a website up for publishing accurate measurements of the radiation levels. Although she was living in Osaka at the time, Nukaga joined the volunteer team and built the site using WordPress. In addition to local radiation levels, it also had FAQ’s about radiation from scientists to combat the misinformation that was rampant at the time. People found the site through social networks and word of mouth.
\nAfter making a difference for her hometown with WordPress, Nukaga wanted to find out more about the community behind the software. She joined an offline WordBench meetup and got connected to the WordPress community. The next year she co-organized WordCamp Osaka 2012, and in 2014 she became the lead organizer of WordCamp Kansai, an area that includes seven prefectures: Mie, Shiga, Kyoto, Osaka, Hyogo, Nara, Wakayama.
\nAs Nukaga became more deeply involved in the WordPress community as a speaker, organizer, and contributor, she developed a new understanding of the power of open source collaboration. After moving to the remote island of Ogijima in 2014, she was inspired to create a library and cultural center, using WordPress to organize a team of more than 200 volunteers.
\n“When my family and I moved to this island, the school here was closed, because there were no kids on Ogijima,” Nukaga said. “We have a daughter, so we urged the government to reopen the school.
\n“Although the school restarted, I thought that it would be meaningless for the school to stop or close again when our daughter graduated. The island is an aging society and no new children will be born here. I figured that if there was a library, I could call migrants to the island. A library which is free and an open space would help solve many things, such as children’s learning environment, communication support for the islanders, and migration consultation, for example.”
\nNukaga set up a WordPress website before constructing the library so her team of volunteers could disclose the progress of the building and recruit followers. They promoted the website through social networks and were able to crowdfund efforts to construct and maintain the building.
\n\nThe Ogijima Library opened in February 2014 as a non-profit organization that is rooted in the community, providing a place where people can connect through books and share knowledge with one another. Residents on the island now have access to titles and periodicals that would previously have required a boat trip to acquire. More than 50 migrants have moved to the island within the last four years since the library opened, including families with babies born last year.
\n“Without WordPress, none of this would have been possible,” Nukaga said. “WordPress opened my way. It taught me the philosophy of open source. I have used this philosophy to involve many unspecified people from the beginning of the process of making the library. We built the building ourselves with the help of 200 volunteers, and we continue to get support through book donations. Also, thanks to the flexibility of WordPress, the things I wanted to do, such as updating, providing a search system for books, and linking to social networks, were all possible.”
\nThe WordPress community on the island is also thriving, thanks to community organizers who call Ogijima home. Nukaga organizes the meetups, which average 5 to 20 attendees at each event. Shinichi Nishikawa, who organized WordCamp Tokyo in 2012 and helped build a new WordPress community in Bangkok, made his home on the island in March 2016. He is joining forces with Nukaga and a team of 35 leaders and volunteers to organize the first WordCamp Ogijima on July 15, 2018.
\n\nThis will be the first Japanese WordCamp not held in the cities. Organizers have chartered two ferries to transport more than 250 attendees to the island. Camping is the primary lodging option in tents beside the island’s lighthouse and organizers have planned a BBQ after party. Although the event is currently sold out, 10 additional tickets will go on sale on July 10 due to cancellations and an estimation of no-shows.
\n“The uniqueness of the community in this area is that there are many with different backgrounds,” Shinichi Nishikawa said. “WordCamps in the city are mainly attended by engineers, designers and bloggers, but here there are people who are restaurant managers, farmers, a barber, an illustrator, a ranger (nature protection officer), baker, and others who are interested in WordPress.”
\n\nThe organizing team, which includes many new contributors from all walks of life, along with meetup organizers in the Setouchi inland sea area, has adopted the theme “Empowering the smalls to go big.”
\nOgijima’s local community includes members like Kaisho Damonte, who is using WordPress and WooCommerce to power a website for the bakery and cafe business he started after renovating a 100-year-old barn on the island. Kentaro Yamaguchi, another island resident, uses WordPress for his barber shop’s website.
\n\nNishikawa said he sees WordCamp Ogijima as “a WordCamp in a new place, for new audiences, by new organizers.” He appreciates the openness of the islanders who are willing to embrace new things.
\n“The WordPress community on the island represents this atmosphere,” Nishikawa said. “Everyone has their own views, plans for their lives, and their own ways of thinking. WordPress, with its ‘Democratization of Publishing’ mission is a great match to us, who are trying to make our lives in different ways. We have built a library, cafe, a barbershop, and offices DIY ourselves. When it comes to websites, WordPress helps us a lot.”
\nOne of the most inspirational aspects of the community in Ogijima, along with the greater Japanese WordPress community, is the strong emphasis on helping each other learn and succeed. New members are often woven into the community through meetups that focus on connecting around specific interests outside of WordPress technical skill. The community warmly welcomes users who are new to WordPress who want to get help with their websites. Nishikawa said this is the particular audience that the Ogijima meetup is trying to reach.
\n“We want to connect with individuals who want to achieve something; small business owners, designers, photographers, writers, editors, and anyone who is struggling doing something on the web,” Nishikawa said. “By coming together, you notice that there are many friends who are struggling as well. Experienced developers attend as usual but their role this time is to share their knowledge to the new people. We help each other build and improve our websites. It’s a very relaxed and helping atmosphere in the meetups. We do have some presentations sometimes but that’s not the main thing.”
\nWordPress Core Committer Mike Schroder will be speaking at WordCamp Ogijima about how everyone has something unique to bring to the community to help it grow.
\n“I initially visited Japan for WordCamp Tokyo a few years ago — largely because it was the biggest WordCamp in the world at the time,” Schroder said. “The community in Japan is extremely active and welcoming, and I quickly made many friends. One unique part of the community is that it has a big focus on education. The WordBench events are excellent!”
\n“As the theme of the event is ‘Empower the smalls to go big,’ I’m looking forward to sharing some bits of my background, and how others have helped me grow, in an effort to show folks that they have a lot to offer,” Schroder said. (He’s also doing a bit of research and is interested to hear stories from others about unique aspects of their lives that have helped them succeed in the WordPress ecosystem. You can ping him @mike on WP Slack if you want to contribute.)
\nThe community in Ogijima is a beautiful example of how WordPress is powering a new wave of makers and doers on the island. The software has enabled them to establish new businesses, commerce, and cultural centers in a remote area where they are building their lives. WordCamp Ogijima is a classic example of what a WordCamp should be – an event that highlights the successes of local WordPress users.
\n“While I don’t think our numbers will grow, our lives will always need WordPress and its community,” Nishikawa said regarding the local meetups. “And we welcome ambitious attendees who need help.”
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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 Jul 2018 16:09: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:29:"Dev Blog: Update on Gutenberg";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:34:"https://wordpress.org/news/?p=6118";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/news/2018/07/update-on-gutenberg/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:2260:"Progress on the Gutenberg project, the new content creating experience coming to WordPress, has come a long way. Since the start of the project, there have been 30 releases and 12 of those happened after WordCamp US 2017. In total since then, there have been 1,764 issues opened and 1,115 closed as of WordCamp Europe. As the work on phase one moves into its final stretch, here is what you can expect.
WordPress 5.0 could be as soon as August with hundreds of thousands of sites using Gutenberg before release. Learn more about Gutenberg here, take it for a test drive, install on your site, follow along on GitHub and give your feedback.
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 06 Jul 2018 19:23: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:"Tammie Lister";s: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:66:"WPTavern: WordPress 4.9.8 to Introduce “Try Gutenberg” Callout";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=82174";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://wptavern.com/wordpress-4-9-8-to-introduce-try-gutenberg-callout";s: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:2027:"Paul Biron and Joshua Wold are leading the upcoming WordPress 4.9.8 release, which was originally announced as 4.9.7. WordPress core contributors met yesterday to decide the general focus and set the release schedule. In the meantime, the 4.9.7 security and maintenance release was rolled out to fix an authenticated arbitrary file deletion vulnerability, along with a few other minor updates.
\nWordPress 4.9.8 is targeted for July 31, 2018, with a beta as early as July 17. The release will focus on introducing the “Try Gutenberg” callout and adding privacy fixes and enhancements. The ticket proposing the callout was opened a year ago and was planned to be included in WordPress 4.9.5 but was eventually pulled before the release in favor of allowing Gutenberg contributors to iron out a few important issues.
\nWordPress Core Committer Mel Choyce added the most recent round of designs to the ticket four weeks ago and contributors are still iterating on the design and text for the callout. Another iteration is expected to be added to the ticket early next week.
\nWordPress 4.9.8 is another step in Matt Mullenweg’s roadmap for getting Gutenberg into 5.0. The goal is to make more users aware of Gutenberg and to gather more testing and feedback before the new editor lands in core. The prompt will include a prominent button that users can click to install the Gutenberg plugin, along with links for where to learn more and how to report issues.
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 05 Jul 2018 21:39:25 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:38;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:85:"WPTavern: Just Write: A Client-Side React App for Writing and Editing WordPress Posts";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=82147";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:95:"https://wptavern.com/just-write-a-client-side-react-app-for-writing-and-editing-wordpress-posts";s: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:5227:"WordPress developer Jason Bobich has created an open source client-side React app called Just Write that provides a decoupled editing experience for WordPress. Bobich said he built the app in 10 days to explore the possibilities of React and the WP REST API.
\nAlthough it’s still a work in progress, the app has a demo where curious testers can manage posts from any WordPress website that’s secured with HTTPS and has the JWT Authentication plugin installed. Alternatively, testers can click on the “play in the sandbox” to bypass authentication.
\nOnce logged in, the user sees a dashboard with the most recent posts, a deliberate design decision that Bobich made to “motivate the user to do one thing – to just write.”
\n\nThe editor includes support for Markdown and a simple preview with a sticky toolbar at the top. Just Write also allows the user to edit their profile and personal information in a dropdown at the top of the screen.
\n\nBobich said he created to the app to improve his JavaScript skills and doesn’t have a plan to use it for business.
\n“Ever since we were all told a couple of years ago, ‘Learn JavaScript deeply,’ I’ve seen just how many holes I had in my own JavaScript knowledge,” Bobich said. “I’ve been working hard the last couple of years to become more than just a jQuery monkey. And so this project is just another step towards my personal growth surrounding the technologies involved here. It’s so exciting to think about the potential things that we can build in the community with React and the WordPress API.”
\nAfter the REST API was merged into core, the time seemed ripe for developers to build a proliferation of different writing experiences for users. However, working with the API still has many hurdles for application developers, limitations that Bobich said he became acquainted with while developing Just Write.
\n“For anyone wanting to build a practical application like this, the first glaring issue is around authentication,” Bobich said. “WordPress has no way to securely authenticate from outside of the WordPress admin. So expecting any average user to set up oAuth or JWT with a third-party plugin is a bit of a reach.”
\nBobich also encountered issues working with media and saving content the WordPress way (which allows shortcodes to get parsed before wpautop()). The application is not yet ready for real, practical use but would require even more API calls to do things like get ahold of categories and tags or add the ability to create new ones.
“Think about all the work WordPress has put into the way we embed media in different ways,” Bobich said. “Just having basic things we take for granted — pasting a YouTube link, a tweet, uploading an image and having it cropped 100 ways ’til Sunday — for all work properly would all take custom JavaScript coding.”
\nBobich said he thinks these limitations are the reason why there aren’t yet more applications built with decoupled editing experiences. Yet, in the new era of Gutenberg, Just Write’s alternative writing interface offers a simplicity that some users may prefer.
\n“As the WordPress admin continues to grow and become more complex, some people get excited and others moan and grown,” Bobich said. “But building something like Just Write shows us that there’s more to WordPress than just what we see. There’s more than a menu full of plugins and a new editor built in React that we may or may not like. WordPress can be what we want. It can fit our own needs or any client’s. And this all comes from the potential ability to decouple the editing experience.”
\nAs WordPress has evolved to accommodate different user types from blogging, websites, and niche applications, Bobich said he thinks the next logical step is for developers to begin creating admin interfaces catered specifically to users’ individual needs.
\n“Gutenberg marks an important turn in the evolution,” Bobich said. “For those that were clinging to the simplicity of WordPress and blocking out some of the other noise, this might not be something they end up liking… or maybe it will?
\n“But the bigger point is that what we see there in the admin doesn’t have to be it. I hope people will be braver than me and really set out to build these different alternatives. If I can polish my React skills and build that myself in 10 days, I can only imagine what others can do.”
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 05 Jul 2018 18:09:46 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"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:58:"Dev Blog: WordPress 4.9.7 Security and Maintenance Release";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:34:"https://wordpress.org/news/?p=6091";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:84:"https://wordpress.org/news/2018/07/wordpress-4-9-7-security-and-maintenance-release/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:3983:"WordPress 4.9.7 is now available. This is a security and maintenance release for all versions since WordPress 3.7. We strongly encourage you to update your sites immediately.
\n\nWordPress versions 4.9.6 and earlier are affected by a media issue that could potentially allow a user with certain capabilities to attempt to delete files outside the uploads directory.
\n\nThank you to Slavco for reporting the original issue and Matt Barry for reporting related issues.
\n\nSeventeen other bugs were fixed in WordPress 4.9.7. Particularly of note were:
\n\nDownload WordPress 4.9.7 or venture over to Dashboard → Updates and click “Update Now.” Sites that support automatic background updates are already beginning to update automatically.
\n\nThe previously scheduled 4.9.7 is now referred to as 4.9.8, and will follow the release schedule posted yesterday.
\n\nThank you to everyone who contributed to WordPress 4.9.7:
\n\n1naveengiri, Aaron Jorbin, abdullahramzan, alejandroxlopez, Andrew Ozz, Arun, Birgir Erlendsson (birgire), BjornW, Boone Gorges, Brandon Kraft, Chetan Prajapati, David Herrera, Felix Arntz, Gareth, Ian Dunn, ibelanger, John Blackbourn, Jonathan Desrosiers, Joy, khaihong, lbenicio, Leander Iversen, mermel, metalandcoffee, Migrated to @jeffpaul, palmiak, Sergey Biryukov, skoldin, Subrata Sarkar, Towhidul Islam, warmlaundry, and YuriV.
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 05 Jul 2018 17:00:25 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:17:"Aaron D. Campbell";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}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:57:"HeroPress: Coding under trees and in 24 hour coffee shops";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:56:"https://heropress.com/?post_type=heropress-essays&p=2582";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:166:"https://heropress.com/essays/coding-under-trees-and-in-24-hour-coffee-shops/#utm_source=rss&utm_medium=rss&utm_campaign=coding-under-trees-and-in-24-hour-coffee-shops";s: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:9173:"
People were paying me to write code two years before I had wifi in my house. Home wifi would have cost $45 a month. The cable company wanted a $100 deposit to create my account. It wasn’t going to happen, I could get wifi with a cup of coffee for $3 (including the tip) at a coffee shop a few blocks away from my place that meant I got some semblance of being social. I couldn’t imagine giving up 15 days a month at coffee shops just so it was easier to work from home, not when I could get away with sitting on my porch poaching wifi from my neighbors when I got stuck and had to google regular expressions for the 400th time. Or, my favorite, sit in a park down the street where there were three unprotected wifi networks and a strong tree to lean against.
\nMy path to becoming a web developer started when I packed up my beat up Chevy Prizm and drove to Portland, Oregon. I had graduated college with degrees in Economics and Political Science. While there, I become a Linux user when I discovered that it used less space meaning I had more space for music. I had never written code, but when my friends and I decided we wanted to create our version of The Onion, I started searching. After a little bit of trial ( blogger ) and error ( blogger ), I found WordPress and it’s “Famous Five Minute Install”. I purchased a domain and hosting from a place that advertised heavily and set about creating our site.
\nThe public library was my initial source of information. After all, having fun isn’t hard when you’ve got a library card. I picked up books on CSS, PHP, Java, Database design, and anything I could get my hands on. I was working evenings as an usher for the Portland Trailblazers and would head over to a 24 hour coffee shop to cowboy code under fluorescent lights until I was ready to crash.
\nI can think of three big breaks that really helped move me along. Each of these ended up being “Flash Forward” moments where I was able to grow.
\nI was scouring craigslist looking for anything I could get my hands on when I found someone offering $25 to move their WordPress site from one domain to another. Having just done that, I sent an email and crossed my fingers. Somehow, my eagerness (and likely willingness to work for peanuts) got my their trust. I had my first client. It took me way longer than I would have hoped as I learned about things like DNS Propagation, but I completed the task. And did such a good job that I was asked if I could build a website for one of their friends who was a standup comic. I was honest that I had never built a real site from scratch, but they liked how I had communicated, so I got the gig.
\nBefore the first time I contributed to WordPress, I went to the Portland WordPress User Group to ask if something I was seeing was possibly an issue that warranted emailing the wp-hackers mailing list. I was so scared of being wrong that I felt like I needed to ask permission. I assumed that I was going to make a fool of myself and be laughed at. I ended up emailing the list and it turned out, I had found a spot where WordPress could be better! In the grand scheme of WordPress, passing a parameter to three `do_action` calls didn’t help WordPress gain 1% of market share, but it did help me with the plugin I was working on. And I was exposed to the process. I learned about trac, and the weekly devchat, and patches and svn. While I didn’t get props, I still consider this my first contribution to WordPress Core.
\nWordCamps are cheap compared to most tech conferences, but when you are playing the game of “How do I eat on $10 a week” for months on end, $40 for a conference whose value is unknown is a hard sell. Luckily, the Portland WordPress User Group did a raffle for a ticket and I won. All I had to pay for was the $2 in bus fare each way and I had the chance to learn. The 2009 WordCamp Portland ended up being where Matt Mullenweg announced that WPMU was going to be merged into core in WordPress 3.0 and it’s where I saw a talk entitled “How Not to Build a WordPress Plugin” by Will Norris. Will’s talk exposed me to WordPress development in a way that I would never have imagined on my own. It helped me level up from someone who mostly was copy and pasting PHP to someone who was writing code.
\nAdditionally, I was able to network for the first time. It no longer was the same 15 people who went to the meetup, it was now about 200 WordPress fanatics, many who wanted to hire someone like me to work on their website!
\nLooking back, these flash forward moments contributed almost as much to luck to my success. In many ways, a lot of my success can be attributed to the luck of being born as someone who is essentially a white cis-male into a family where I was exposed to computers and had a chance to gain a solid liberal arts education.
\nBut it’s not just that luck that helped me. I had to provide good customer service to turn a $25 task into a contract to build my first website. I had to be willing to embarrass myself by asking what I thought was a dumb question. I had to show up and become a part of my local community to get a ticket for a conference where I learned and networked.
\nSoon after WordCamp Portland 2009, I had enough client work coming in that it made sense to have wifi. Home wifi meant I could start being connected to the WordPress community more than once a month in person or a few hours here and there at coffee shops. It meant I could read dev chat every week and eventually it meant I could earn props. Networking at meetups, WordCamps and conferences led to full time jobs. Taking risks and being willing to look like a fool in front of the WordPress community have enabled me to become a WordPress Core committer (and sometimes continue to look like a fool). In addition to volunteering on WordPress Core, I’m now the Director of Editorial Technology for Penske Media Corporation where I help brands like Rolling Stone and Variety run on WordPress, but I’ll never forget when if I needed to code, I was going to sit under trees in parks or the fluorescent lights of a 24 hour coffee shop.
\nThe post Coding under trees and in 24 hour coffee shops appeared first on HeroPress.
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 04 Jul 2018 18:30: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:12:"Aaron Jorbin";s: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:107:"WPTavern: WordCamp Incubator Program 2018 to Host Events in Montevideo, Uruguay and Kota Kinabalu, Malaysia";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=82134";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:116:"https://wptavern.com/wordcamp-incubator-program-2018-to-host-events-in-montevideo-uruguay-and-kota-kinabalu-malaysia";s: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:2465:"The WordCamp Incubator Program has selected Montevideo, Uruguay and Kota Kinabalu, Malaysia to host WordCamps in 2018. The program provides a jump start for new WordPress communities where meetups have not yet been well-established. Montevideo and Kota Kinabalu were selected from a short list of 14 communities that had been whittled down from 104 applications for the program.
\nWordPress Community Deputies will co-lead the events and mentor a local team that will organize a one-track WordCamp with approximately 50-75 attendees. The goal is to empower the new organizers and the fledgling communities to host more local events, ideally regular meetups and an annual WordCamp. Mentors will assist in finding speakers and sponsors. A global sponsorship grant will cover 100% of the events’ costs, relieving the organizers of the burden of local fundraising.
\nWordPress Community Team member Rocío Valdivia announced the program’s new cities for 2018 and said she anticipates the events will happen in the last quarter of this year. Local co-leads have been charged with starting a monthly meetup group before setting a date for the new WordCamps.
\nRound 2 of the WordCamp Incubator Program follows up a successful run in 2016 that brought WordCamps to Denpasar, Harare, and Medellín. Harare hosted its second WordCamp in 2017 and a 2018 camp is in the early planning stages. This particular African community, along with the neighboring Nairobi community (on the short list in 2016), are strong examples of how the incubator program can provide a boost in areas of the world where the WordPress community is not yet deeply rooted.
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 03 Jul 2018 03:41: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: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:87:"WPTavern: Block Unit Test Plugin Helps WordPress Theme Developers Prepare for Gutenberg";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=81919";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:98:"https://wptavern.com/block-unit-test-plugin-helps-wordpress-theme-developers-prepare-for-gutenberg";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:4606:"ThemeBeans founder Rich Tabor has released a new plugin called Block Unit Test for Gutenberg that helps theme authors test their themes for Gutenberg-readiness. It is similar to the Theme Unit Test but is limited to testing Gutenberg blocks.
\nAfter installing and activating both Gutenberg and sBlock Unit Test, the plugin creates a new page as a draft with an example of every core Gutenblock. This makes it easy to see how the blocks will appear on the frontend of any theme. Block Unit Test also includes variations on the core blocks with different alignment and column settings applied.
\n\nTabor said he knew it would be advantageous to start using/writing in Gutenberg daily to better understand what he needed to do to make his products at ThemeBeans compatible.
\n“I added initial support for Gutenberg in my Tabor WordPress theme, as I use it on my own personal blog with Gutenberg,” he said. “I needed a way to easily test each of the core Gutenberg blocks (and eventually third-party blocks) without having to manually add them every time I wanted to test something. As Gutenberg blocks get more dynamic and complicated, it’s a bit trickier to test for – as many blocks have different variations/styles/columns/grids/etc.”
\nTabor took inspiration from the Theme Unit Test and created Block Unit Test with Gutenblock variations included. He is using the plugin while preparing the 20+ themes in his ThemeBeans catalog to support Gutenberg. He wrote the plugin to be extensible and made it open source on GitHub for other developers and theme shops to use.
\nTheme developers can install Block Unit Test as a first step towards making sure the front-end styles match the editor styles. This will be essential to making the transition process easier for new Gutenberg users once WordPress 5.0 ships. Tabor also published a tutorial for adding WordPress Theme Styles to Gutenberg to help others get started.
\nIn getting his first theme compatible, Tabor said he relied heavily on the Gutenberg Handbook, as well as following discussions on the Gutenberg GitHub repository.
\n“It’s not terribly difficult to add support for Gutenberg, although applying proper theme styles within the Gutenberg editor is a bit of task — there’s so much that can be accidentally overlooked,” Tabor said. “For the theme side of things, there wasn’t much technical leveling-up — though developing blocks is a different story. I did need to raise the bar and dive deeply into the world of Javascript, though looking at the block examples on the GitHub repository really helped me along.”
\nTabor said he started “living and breathing all things Gutenberg” after WordCamp US 2017, and began writing development articles while learning the ropes. He created several projects focused on the new editor, including Writy, a Gutenberg-centric writing experience for publishers, and Co-Blocks, a beta suite of Gutenberg blocks for content marketers.
\n“As a founder of a theme shop it was apparent that I needed to hone in on Gutenberg and level-up my knowledge, technical skills, and consequently my products, in order to compete in a post-Gutenberg era of WordPress,” Tabor said.
\n“I believe the foundation of the future of WordPress lies in the success of Gutenberg. I use the new editor just about daily now. I know it’s a great move in the right direction and I’m doing my part to make sure folks using my themes can experience everything that Gutenberg has to offer.”
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 02 Jul 2018 21:43: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: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:43:"Dev Blog: The Month in WordPress: June 2018";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:34:"https://wordpress.org/news/?p=6087";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:68:"https://wordpress.org/news/2018/07/the-month-in-wordpress-june-2018/";s: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:4626:"With one of the two flagship WordCamp events taking place this month, as well as some important WordPress project announcements, there’s no shortage of news. Learn more about what happened in the WordPress community in June.
\n\nOn June 14th, WordCamp Europe kicked off three days of learning and contributions in Belgrade. Over 2,000 people attended in person, with hundreds more watching live streams of the sessions.
\n\nThe WordCamp was a great success with plenty of first-time attendees and new WordPress contributors getting involved in the project and community. Recorded sessions from the 65 speakers at the event will be available on WordPress.tv in the coming weeks. In the meantime, check out the photos from the event.
\n\nThe next WordCamp Europe takes place on June 20-22 2019 in Berlin, Germany. If you’re based in Europe and would like to serve on the organizing team, fill in the application form.
\n\nDuring his keynote session at WordCamp Europe, Matt Mullenweg presented an updated roadmap for Gutenberg, the new content editor coming in WordPress 5.0.
\n\nWhile the editor is in rapid development, with v3.1 being released this past month, the team is aiming to ship Gutenberg with WordPress Core in August, 2018. This is not set in stone — the release date may shift as development progresses — but this gives the first realistic idea of when we can expect the editor to be released.
\n\nIf you would like to contribute to Gutenberg, read the handbook, follow the Core team blog, and join the #core-editor channel in the Making WordPress Slack group.
\n\nThe WordCamp Incubator program helps spread WordPress to underserved communities by providing organizing support for their first WordCamp. The first iteration of this program ran successfully in 2016 and empowered three cities to start their own WordPress communities.
\n\nThis year, the Community Team is running the Incubator program again. After receiving applications from 104 communities, they have selected Montevideo, Uruguay and Kota Kinabalu, Malaysia to participate in the program. Both cities will receive direct help from experienced WordCamp organizers to run their first-ever WordCamp as a way to help their WordPress community get started.
\n\nTo find out more about the Incubator program follow the Community team blog, and join the #community-events channel in the Making WordPress Slack group.
\n\nIf you have a story we should consider including in the next “Month in WordPress” post, please submit it here.
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 02 Jul 2018 09:28:08 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:15:"Hugh Lashbrooke";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:19:"Matt: Work and Play";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=48231";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:36:"https://ma.tt/2018/06/work-and-play/";s: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:527:"\n\n\nA master in the art of living draws no sharp distinction between his work and his play; his labor and his leisure; his mind and his body; his education and his recreation. He hardly knows which is which. He simply pursues his vision of excellence through whatever he is doing, and leaves others to determine whether he is working or playing. To himself, he always appears to be doing both.
\n
Lawrence Pearsall Jacks in Education through Recreation, 1932
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 01 Jul 2018 01:13: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: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: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:59:"Post Status: An Abundance of Acquisitions — 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=46292";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:66:"https://poststatus.com/an-abundance-of-acquisitions-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:2301:"Welcome to the Post Status Draft podcast, which you can find on iTunes, Google Play, Stitcher, and via RSS for your favorite podcatcher. Post Status Draft is hosted by Brian Krogsgard and co-host Brian Richards.
\nIn this episode, the Brians have a chat about a number of different acquisitions that have occurred in the WordPress space over these past few weeks. Listen in as they unpack some of the news surrounding StudioPress, WPEngine, Automattic, WPNinjas, Prospress, and AutomateWoo. Check out our episode links for further stories about each of those businesses as well as the virtual JavaScript for WordPress conference taking place live on July 29.
\n\nJilt offers powerful email marketing built for eCommerce. Join thousands of stores that have already earned over $28,000,000 in extra sales using Jilt. Try Jilt for free
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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 Jun 2018 22:11: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:15:"Brian Krogsgard";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:79:"WPTavern: WCEU Panel Discusses Progressive WordPress Themes, AMP, and Gutenberg";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=82078";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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:"https://wptavern.com/wceu-panel-discusses-progressive-wordpress-themes-amp-and-gutenberg";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:4940:"\nProgressive themes was a hot topic at WordCamp Europe 2018. During the event I had the opportunity to set up a panel with four experts who are working to integrate progressive web development practices more deeply in WordPress core, plugins, and themes. These practices make it possible for a website (or app) to work offline, load quickly, deliver content on unreliable networks, and use device-specific features to provide a better experience for the user. The PWA (progressive web app) created for WordCamp Europe is a good example of this in action.
\nThierry Muller, Alberto Medina, Weston Ruter, and Morten Rand-Hendriksen joined me for an interview, exploring the future of WordPress themes in the era of progressive web development. (see video below)
\n“At the most abstract level, it’s all about user experience,” Medina said. “How do we maximize the pleasure that our users get when they use our websites? And delightfulness in this context means things like performance, speed, having content that isn’t blocked. If you think about themes built according to those principles, then we are basically seeking an awesome user experience in WordPress.”
\nIt’s not yet clear what this will look like for the WordPress theme landscape, as current solutions are somewhat fragmented. WordPress contributors are working to standardize progressive technologies in core so the ecosystem can collaborate better together.
\n“There are many progressive themes being built these days,” Medina said. “One of the problems that is happening is that there is a lot of fragmentation. There’s a lot of plugins that are using service workers but in their own ways. What we want is to say, ‘This is the best way to do things,’ this is a uniform API to do it, and then enable progressive theme developers to take advantage of the core functionality.”
\nCurrently, the prospect of setting up a WordPress site that uses progressive web technologies would be a daunting task for regular users, even if they are implementing existing solutions.
\n“There’s also a user aspect of it, because the people for whom we design WordPress, plugins, and themes, are the people who actually publish their own content onto the web,” Rand-Hendriksen said. “There’s a really valid question in how much should they need to know about how the web works to be able to publish some content. When they spin up a WordPress site, should we impose on them to know that they need to add all these optimization plugins and do all this other stuff just to make the site work properly? How much of that can be offloaded onto the theme itself, or plugins, or even WordPress core?”
\nThe members of the panel are working together to on various projects and core contributions that will standardize the use of progressive enhancement technologies in WordPress.
\n“The goal is to have a common API for service workers so that plugins and themes can each install their own logic, just like they can enqueue their own scripts today,” Ruter said. “Also to be able to enqueue their own service workers and then core can manage the combination of them, as well as having a common app manifest that plugins and themes can collaborate on and have a single output into the page.”
\nThis is how Rand-Hendriksen’s WP Rig starter theme project came about – to help developers take advantage of these best practices in the meantime, without having to figure out how to put all the pieces together.
\n“WP Rig gives you the platform to build a progressive theme that uses all the latest performance and WordPress best practices, in a convenient package, and over time it will evolve with these new progressive technologies,” Rand-Hendriksen said.
\nWe also discussed AMP and Gutenberg compatibility, core support for web app manifests, and how the commercial theme industry will react to these new technologies. Check out the full interview in the video below.
\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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 Jun 2018 22:03: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: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:65:"WPTavern: WPWeekly Episode 322 – WP Engine Acquires StudioPress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:58:"https://wptavern.com?p=82088&preview=true&preview_id=82088";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:72:"https://wptavern.com/wpweekly-episode-322-wp-engine-acquires-studiopress";s: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:2238:"In this episode, John James Jacoby and I spend the first half of the show discussing WP Engine’s acquisition of StudioPress. We share reactions from social media, debate on whether it’s a good or bad thing for the WordPress ecosystem, and webhosts being at the top of the food chain.
\nWe also talk about a recent security vulnerability that was publicly disclosed, ProsPress acquires AutomateWoo, and the release of Tide beta 1. Also of note, we identified an issue that causes John’s audio to turn into static. His audio should be fixed in the next episode.
\nWhy WP Engine is Acquiring StudioPress
\nAn Important Announcement About the Future of StudioPress
\nWP Engine, a managed WordPress platform, raises $250M from Silver Lake
\nhttps://twitter.com/bgardner/status/1012011823279824901
\nAutomateWoo joins Prospress
\nAutomateWoo joins Prospress to Further eCommerce Automation on WooCommerce
\nTide Beta 1 Released
Next Episode: Wednesday, July 4th 3:00 P.M. Eastern
\nSubscribe to WordPress Weekly via Itunes
\nSubscribe to WordPress Weekly via RSS
\nSubscribe to WordPress Weekly via Stitcher Radio
\nSubscribe to WordPress Weekly via Google Play
\nListen To Episode #322:
\n
If you’re writing all your posts in the new Gutenberg editor but don’t want to give up convenient access to your fancy gifs and stock images, the new Drop It plugin has you covered. Riad Benguella, one of the engineers who is working on Gutenberg, created the plugin to offer one-click image insertion/upload from Unsplash.com.
\nDrop It adds a droplet icon to the Gutenberg sidebar that launches a search form for Unsplash.com or Giphy.com (a feature contributed by Julien Maury). Users can click the “+” sign on the image or simply drag and drop it into the content area.
\n\nDrop It seamlessly connects Gutenberg to the Unsplash and Giphy libraries, putting hundreds of thousands of stock photos and gifs at your fingertips while composing in WordPress. In the earlier days of Unsplash, many of the same images were used all over the web, but over the past few years its library has grown to include more than 550,000 high-resolution photos.
\nCheck out this demo to see how how fast it is to search and insert images:
\n\nBenguella originally created the plugin for a talk he gave at WPtech Lyon where he demonstrated how plugin developers can make use of Gutenberg’s reusable modules. His presentation and slides explore Gutenberg’s architecture and show how he created the Drop It plugin.
\nBenguella said the Drop It plugin’s code is a good example of how developers can extend Gutenberg’s UI using “pinnable” sidebar plugins. It also shows how to use the Data module to access and update Gutenberg’s state (data).
\nIn the future, Benguella plans to add more sources for inserting media. He currently has a proof of concept for adding content from Google Docs and will add more depending on contributions from others and his availability to work on the 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:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 28 Jun 2018 22:52: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: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:65:"Matt: Automattic’s First New Board Member: General Ann Dunwoody";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=48215";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://ma.tt/2018/06/automattics-first-new-board-member-general-ann-dunwoody/";s: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:8216:"As Automattic keeps growing we’ve been bringing in a lot of talented people behind the scenes to help expand on our vision as we go from hundreds to thousands of colleagues, and hundreds of millions to billions in revenue. Recently, former New York Times digital executive Kinsey Wilson joined our team as president of WordPress.com, the Chief Design Officer of Axios Alexis Lloyd has joined as head of Design Innovation, the former CEO of Bluehost James Grierson is leading Jetpack partnerships, and today I’m excited to announce a change to my bosses, the board of directors.
Gen. Ann Dunwoody served for 37 years in the U.S. Army, and she is the first woman in U.S. Military history to achieve a four-star officer rank. She’s also the author of A Higher Standard: Leadership Strategies from America’s First Female Four-Star General, a book I really loved and highly recommend. Automattic’s board has had no new members since its founding in 2005, so this is our first addition in 13 years. I became familiar with General Dunwoody’s work while researching distributed organizations outside of technology, which led me to the military, which led me to geek out on logistics, which led me to her book and eventually flying out to Florida to meet in person.
Below is a brief interview with Gen. Dunwoody — we chatted with her about global leadership, finding your passion, and building a business.
We’re excited to have you onboard, General Dunwoody. It’s interesting — at Automattic we like to point out that we’re all over the globe (over 740 employees in more than 60 countries) but you oversaw 69,000 military and civilians across 140 countries! Were there any big leadership lessons from managing operations across such a wide range of distances, timezones, and cultures?
That’s a great question. When I started out as a young officer in the Army, the leadership philosophy that was espoused back then was “Leadership by walking around.” When you’re in charge of a platoon, a company or even a battalion or Brigade that is not globally dispersed this philosophy is very sound. When you’re running a global organization with 69,000 folks in 140 countries, you have to leverage technology to keep real-time communications flowing and keep leaders updated. I would host (with the leadership) a global video teleconference every Wednesday connecting every organization from Afghanistan, Kuwait, Iraq, Europe, etc. and sites — hundreds across the United States. Our headquarters would provide an operational update and then we go around the globe to get update from from everyone — what’s going well, where they need help or additional resources. In the old days I think people believed information was power and often withheld information to use for personal advantage, but I believe shared information is power. By leveraging the power of the entire industrial base we could solve problems in real time. I still travelled around a lot to see our people, but it is not possible to keep everyone informed and in the loop with current operations without leveraging technology.
I love your answer about “shared information is power.” Did you ever find it difficult to break down the silos and embrace that concept?
\n\nOh my, yes. They weren’t just silos, they were silos with concertina wire around them! Parochialism was rampant and everyone wanted their own system and own their own information. We had over 200 stand alone systems that didn’t talk to each other. So to field and design an enterprise IT system that leveraged systems with the needed information to support “foxhole to factory” was challenging and exciting.
And how did you decide what technological means to communicate an idea or a directive, versus, say, meeting in-person?
\n\nI would say it depended on the idea. If it was personal, probably a phone call (one on one); if trying to generate support for an idea or transformational concept, meet in-person with my initiatives group to socialize the idea and get their input modifications and buy-in. Then Commanders conference to socialize idea with them, as they will have to implement it. Once socialized with leadership, we worldwide videoconference with the entire organization to define and describe the purpose, intent, how, and why — so everyone knew what we were trying to do and what their role was in execution. I found you cannot over-communicate when trying to make changes.
It’s an incredible accomplishment to become the first woman in U.S. Military history to achieve the four-star officer rank. Can you tell me about how things changed (or maybe still need to change further) in terms of your experience during your 37 years of service, and how you addressed diversity and inclusion in the military?
First, I certainly didn’t accomplish this by myself — I had a lot of help along the way! I joined the Army as part of the Women’s Army Corps (WAC) back in 1975. A few years later they disestablished the WAC and began the integration of women into the regular Army. This was the first time women had the opportunity to have the same career opportunities as their male counterparts in the branches now open to women. The challenge for the women who came into the Army back then was to force the integration — fight being put into traditional jobs like being a secretary, admin, clerk, or cook — and fight to be platoon leaders, etc., to support and move the integration of women into the regular Army.
\n\nWhat I witnessed during my time in the Army was that the doors continued to open. Yes, there were roadblocks — but there were also many leaders along the way who were willing to help. I never worked for a woman. I worked for men who either believed in me or didn’t. My experience in my almost four decades was that the doors continued to open for women. I thought jumping out of airplanes was really neat — now my niece in the USAF is an A-10 fighter pilot, and we have women graduating from Ranger school!
On diversity, I realized that being the only female in many forums, my voice was hard to be heard. And I also realized that most folks promoted and surrounded themselves with people in their own image. What my philosophy was — and I still think it is an issue today — is that diversity is not about numbers, it’s about getting the best and brightest from all walks of life, to help leaders solve the very complex issues that face us today. Don’t surround yourself with only people that think or act or look like you.
Who are the leaders that inspire you today?
\n\nI think we are products of our past — Mom and Dad, even though not here on earth, gave me the values that still guide me. Many of my military mentors, Gen. Hugh Shelton, Gen. Pete Schoomaker, Gen. Gordon Sullivan, Gen. Dick Cody, are still coaches and mentors to me today.
\n\nFolks I admire: Warren Buffett, only met him once but I like his concern for the betterment of our country; Oprah Winfrey, although I have never met her I admire her for what she does for our country how she presents herself and how she handles herself — awesome; Gen. Mattis — wow, I admire him for taking on this extremely tough assignment for the good of our country and our defense. Secretary Gates served two administrations, Republican and Democrat.
People that inspire me are people I believe are true leaders — valuing honesty and having the best interests of the country at heart. No hubris!
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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 Jun 2018 19:54: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: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:"";}}}}}}}}}}}}}}}}s:4:"type";i:128;s:7:"headers";O:42:"Requests_Utility_CaseInsensitiveDictionary":1:{s:7:"\0*\0data";a:8:{s:6:"server";s:5:"nginx";s:4:"date";s:29:"Fri, 27 Jul 2018 01:24:09 GMT";s:12:"content-type";s:8:"text/xml";s:4:"vary";s:15:"Accept-Encoding";s:13:"last-modified";s:29:"Fri, 27 Jul 2018 01:00:28 GMT";s:15:"x-frame-options";s:10:"SAMEORIGIN";s:4:"x-nc";s:9:"HIT ord 2";s:16:"content-encoding";s:4:"gzip";}}s:5:"build";s:14:"20130911133210";}', 'no'); INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (774, '_transient_timeout_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca', '1532697918', 'no'), (775, '_transient_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca', '1532654718', 'no'), (691, '_transient_timeout_feed_mod_ad6683f740789125f82be95837acfc14', '1532638439', 'no'), (690, '_transient_feed_ad6683f740789125f82be95837acfc14', 'a:4:{s:5:"child";a:1:{s:0:"";a:1:{s:3:"rss";a:1:{i:0;a:6:{s:4:"data";s:2:"\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:310:"\n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:3:{s:0:"";a:8:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:21:"Vela Elementor - Feed";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:19:"https://mageewp.com";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:20:"Themes 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:13:"lastBuildDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 25 Jul 2018 07:01:52 +0000";s: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:0:"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:9:"generator";a:1:{i:0;a:5:{s:4:"data";s:30:"https://wordpress.org/?v=4.9.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:5:"image";a:1:{i:0;a:6:{s:4:"data";s:11:"\n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:1:{s:0:"";a:5:{s:3:"url";a:1:{i:0;a:5:{s:4:"data";s:57:"https://mageewp.com/wp-content/uploads/2014/04/logo11.png";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:32:"Mageewp Elementor Feed - MAGEEWP";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:19:"https://mageewp.com";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:5:"width";a:1:{i:0;a:5:{s:4:"data";s:2:"32";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:6:"height";a:1:{i:0;a:5:{s:4:"data";s:2:"32";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}s:4:"item";a:9:{i:0;a:6:{s:4:"data";s:448:"\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:14:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:19:"OneTone Pro Classic";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://mageewp.com/mageewp_template/onetone-pro-classic/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 18 Jul 2018 11:34: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:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:55:"https://mageewp.com/?post_type=mageewp_template&p=69584";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:131:"Please install and activate Elementor Pro included in OneTone Pro before importing this template.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:5:"image";a:1:{i:0;a:5:{s:4:"data";s:88:"https%3A%2F%2Fmageewp.com%2Fwp-content%2Fuploads%2F2018%2F07%2Fonetone-pro-classic03.jpg";s: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:"template";a:1:{i:0;a:5:{s:4:"data";s:0:"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"demo";a:1:{i:0;a:5:{s:4:"data";s:69:"https%3A%2F%2Fdemo.mageewp.com%2Fonetone-pro%2Fonetone-pro-classic%2F";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:10:"templateid";a:1:{i:0;a:5:{s:4:"data";s:19:"onetone-pro-classic";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"plugins";a:1:{i:0;a:5:{s:4:"data";s:73:"[{"name":"Elementor Page Builder","slug":"elementor","init":"elementor"}]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:3:"pro";a:1:{i:0;a:5:{s:4:"data";s:1:"1";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:3:"wxr";a:1:{i:0;a:5:{s:4:"data";s:90:"https://mageewp.com/wp-content/uploads/2018/07/onetonepro-classic.wordpress.2018-07-18.xml";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:12:"page_options";a:1:{i:0;a:5:{s:4:"data";s:319:"{"_onetone_post_meta":{"header_overlay":"yes","nav_menu":"custom_menu_3","full_width":"yes","padding_top":"0","padding_bottom":"0","display_breadcrumb":"","page_layout":"none","left_sidebar":"","right_sidebar":"","slider_banner":"0","banner_position":"1","magee_slider":"","display_title":"yes","display_title_bar":""}}";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:12:"site_options";a:1:{i:0;a:5:{s:4:"data";s:89:"{"nav_menu_locations":{"custom_menu_3":"onetone-pro-classic"},"header_textcolor":"blank"}";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:131:"Please install and activate Elementor Pro included in OneTone Pro before importing this template.";s: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:448:"\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:14:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:18:"OneTone Restaurant";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://mageewp.com/mageewp_template/onetone-restaurant/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 18 Jul 2018 11:06: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:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:55:"https://mageewp.com/?post_type=mageewp_template&p=69613";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:131:"Please install and activate Elementor Pro included in OneTone Pro before importing this template.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:5:"image";a:1:{i:0;a:5:{s:4:"data";s:77:"https%3A%2F%2Fmageewp.com%2Fwp-content%2Fuploads%2F2018%2F07%2Frestaurant.jpg";s: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:"template";a:1:{i:0;a:5:{s:4:"data";s:0:"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"demo";a:1:{i:0;a:5:{s:4:"data";s:68:"https%3A%2F%2Fdemo.mageewp.com%2Fonetone-pro%2Fonetone-restaurant%2F";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:10:"templateid";a:1:{i:0;a:5:{s:4:"data";s:18:"onetone-restaurant";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"plugins";a:1:{i:0;a:5:{s:4:"data";s:73:"[{"name":"Elementor Page Builder","slug":"elementor","init":"elementor"}]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:3:"pro";a:1:{i:0;a:5:{s:4:"data";s:1:"1";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:3:"wxr";a:1:{i:0;a:5:{s:4:"data";s:93:"https://mageewp.com/wp-content/uploads/2018/07/onetonepro-restaurant.wordpress.2018-07-18.xml";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:12:"page_options";a:1:{i:0;a:5:{s:4:"data";s:319:"{"_onetone_post_meta":{"header_overlay":"yes","nav_menu":"custom_menu_2","full_width":"yes","padding_top":"0","padding_bottom":"0","display_breadcrumb":"","page_layout":"none","left_sidebar":"","right_sidebar":"","slider_banner":"0","banner_position":"1","magee_slider":"","display_title":"yes","display_title_bar":""}}";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:12:"site_options";a:1:{i:0;a:5:{s:4:"data";s:98:"{"nav_menu_locations":{"custom_menu_2":"onetone-restaurant-frontpage"},"header_textcolor":"blank"}";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:131:"Please install and activate Elementor Pro included in OneTone Pro before importing this template.";s: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:448:"\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:14:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:12:"OneTone Cafe";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://mageewp.com/mageewp_template/onetone-cafe/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 18 Jul 2018 10:50: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:55:"https://mageewp.com/?post_type=mageewp_template&p=69605";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:131:"Please install and activate Elementor Pro included in OneTone Pro before importing this template.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:5:"image";a:1:{i:0;a:5:{s:4:"data";s:71:"https%3A%2F%2Fmageewp.com%2Fwp-content%2Fuploads%2F2018%2F07%2Fcafe.jpg";s: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:"template";a:1:{i:0;a:5:{s:4:"data";s:0:"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"demo";a:1:{i:0;a:5:{s:4:"data";s:62:"https%3A%2F%2Fdemo.mageewp.com%2Fonetone-pro%2Fonetone-cafe%2F";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:10:"templateid";a:1:{i:0;a:5:{s:4:"data";s:12:"onetone-cafe";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"plugins";a:1:{i:0;a:5:{s:4:"data";s:73:"[{"name":"Elementor Page Builder","slug":"elementor","init":"elementor"}]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:3:"pro";a:1:{i:0;a:5:{s:4:"data";s:1:"1";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:3:"wxr";a:1:{i:0;a:5:{s:4:"data";s:87:"https://mageewp.com/wp-content/uploads/2018/07/onetonepro-cafe.wordpress.2018-07-18.xml";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:12:"page_options";a:1:{i:0;a:5:{s:4:"data";s:319:"{"_onetone_post_meta":{"header_overlay":"yes","nav_menu":"custom_menu_3","full_width":"yes","padding_top":"0","padding_bottom":"0","display_breadcrumb":"","page_layout":"none","left_sidebar":"","right_sidebar":"","slider_banner":"0","banner_position":"1","magee_slider":"","display_title":"yes","display_title_bar":""}}";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:12:"site_options";a:1:{i:0;a:5:{s:4:"data";s:92:"{"nav_menu_locations":{"custom_menu_3":"onetone-cafe-frontpage"},"header_textcolor":"blank"}";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:131:"Please install and activate Elementor Pro included in OneTone Pro before importing this template.";s: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:448:"\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:14:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:15:"OneTone Fashion";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://mageewp.com/mageewp_template/onetone-fashion/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 18 Jul 2018 10:18: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:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:55:"https://mageewp.com/?post_type=mageewp_template&p=69601";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:131:"Please install and activate Elementor Pro included in OneTone Pro before importing this template.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:5:"image";a:1:{i:0;a:5:{s:4:"data";s:74:"https%3A%2F%2Fmageewp.com%2Fwp-content%2Fuploads%2F2018%2F07%2Ffashion.jpg";s: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:"template";a:1:{i:0;a:5:{s:4:"data";s:0:"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"demo";a:1:{i:0;a:5:{s:4:"data";s:65:"https%3A%2F%2Fdemo.mageewp.com%2Fonetone-pro%2Fonetone-fashion%2F";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:10:"templateid";a:1:{i:0;a:5:{s:4:"data";s:15:"onetone-fashion";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"plugins";a:1:{i:0;a:5:{s:4:"data";s:73:"[{"name":"Elementor Page Builder","slug":"elementor","init":"elementor"}]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:3:"pro";a:1:{i:0;a:5:{s:4:"data";s:1:"1";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:3:"wxr";a:1:{i:0;a:5:{s:4:"data";s:90:"https://mageewp.com/wp-content/uploads/2018/07/onetonepro-fashion.wordpress.2018-07-18.xml";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:12:"page_options";a:1:{i:0;a:5:{s:4:"data";s:319:"{"_onetone_post_meta":{"header_overlay":"yes","nav_menu":"custom_menu_3","full_width":"yes","padding_top":"0","padding_bottom":"0","display_breadcrumb":"","page_layout":"none","left_sidebar":"","right_sidebar":"","slider_banner":"0","banner_position":"1","magee_slider":"","display_title":"yes","display_title_bar":""}}";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:12:"site_options";a:1:{i:0;a:5:{s:4:"data";s:95:"{"nav_menu_locations":{"custom_menu_3":"onetone-fashion-frontpage"},"header_textcolor":"blank"}";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:131:"Please install and activate Elementor Pro included in OneTone Pro before importing this template.";s: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:448:"\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:14:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:14:"OneTone Resume";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:52:"https://mageewp.com/mageewp_template/onetone-resume/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 18 Jul 2018 10:59: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:55:"https://mageewp.com/?post_type=mageewp_template&p=69609";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:131:"Please install and activate Elementor Pro included in OneTone Pro before importing this template.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:5:"image";a:1:{i:0;a:5:{s:4:"data";s:73:"https%3A%2F%2Fmageewp.com%2Fwp-content%2Fuploads%2F2018%2F07%2Fresume.jpg";s: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:"template";a:1:{i:0;a:5:{s:4:"data";s:0:"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"demo";a:1:{i:0;a:5:{s:4:"data";s:64:"https%3A%2F%2Fdemo.mageewp.com%2Fonetone-pro%2Fonetone-resume%2F";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:10:"templateid";a:1:{i:0;a:5:{s:4:"data";s:14:"onetone-resume";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"plugins";a:1:{i:0;a:5:{s:4:"data";s:73:"[{"name":"Elementor Page Builder","slug":"elementor","init":"elementor"}]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:3:"pro";a:1:{i:0;a:5:{s:4:"data";s:1:"1";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:3:"wxr";a:1:{i:0;a:5:{s:4:"data";s:89:"https://mageewp.com/wp-content/uploads/2018/07/onetonepro-resume.wordpress.2018-07-18.xml";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:12:"page_options";a:1:{i:0;a:5:{s:4:"data";s:319:"{"_onetone_post_meta":{"header_overlay":"yes","nav_menu":"custom_menu_3","full_width":"yes","padding_top":"0","padding_bottom":"0","display_breadcrumb":"","page_layout":"none","left_sidebar":"","right_sidebar":"","slider_banner":"0","banner_position":"1","magee_slider":"","display_title":"yes","display_title_bar":""}}";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:12:"site_options";a:1:{i:0;a:5:{s:4:"data";s:94:"{"nav_menu_locations":{"custom_menu_3":"onetone-resume-frontpage"},"header_textcolor":"blank"}";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:131:"Please install and activate Elementor Pro included in OneTone Pro before importing this template.";s: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:448:"\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:14:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:11:"OneTone APP";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:49:"https://mageewp.com/mageewp_template/onetone-app/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 18 Jul 2018 07:36: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:55:"https://mageewp.com/?post_type=mageewp_template&p=69580";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:131:"Please install and activate Elementor Pro included in OneTone Pro before importing this template.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:5:"image";a:1:{i:0;a:5:{s:4:"data";s:70:"https%3A%2F%2Fmageewp.com%2Fwp-content%2Fuploads%2F2018%2F07%2Fapp.jpg";s: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:"template";a:1:{i:0;a:5:{s:4:"data";s:0:"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"demo";a:1:{i:0;a:5:{s:4:"data";s:61:"https%3A%2F%2Fdemo.mageewp.com%2Fonetone-pro%2Fonetone-app%2F";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:10:"templateid";a:1:{i:0;a:5:{s:4:"data";s:11:"onetone-app";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"plugins";a:1:{i:0;a:5:{s:4:"data";s:73:"[{"name":"Elementor Page Builder","slug":"elementor","init":"elementor"}]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:3:"pro";a:1:{i:0;a:5:{s:4:"data";s:1:"1";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:3:"wxr";a:1:{i:0;a:5:{s:4:"data";s:86:"https://mageewp.com/wp-content/uploads/2018/07/onetonepro-app.wordpress.2018-07-18.xml";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:12:"page_options";a:1:{i:0;a:5:{s:4:"data";s:319:"{"_onetone_post_meta":{"header_overlay":"yes","nav_menu":"custom_menu_2","full_width":"yes","padding_top":"0","padding_bottom":"0","display_breadcrumb":"","page_layout":"none","left_sidebar":"","right_sidebar":"","slider_banner":"0","banner_position":"1","magee_slider":"","display_title":"yes","display_title_bar":""}}";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:12:"site_options";a:1:{i:0;a:5:{s:4:"data";s:91:"{"nav_menu_locations":{"custom_menu_2":"onetone-app-frontpage"},"header_textcolor":"blank"}";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:131:"Please install and activate Elementor Pro included in OneTone Pro before importing this template.";s: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:448:"\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:14:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:19:"OneTone Classic 2.x";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://mageewp.com/mageewp_template/onetone-classic-2-x/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 18 Jul 2018 19:10: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:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:55:"https://mageewp.com/?post_type=mageewp_template&p=69626";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:0:"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:5:"image";a:1:{i:0;a:5:{s:4:"data";s:84:"https%3A%2F%2Fmageewp.com%2Fwp-content%2Fuploads%2F2018%2F07%2Fonetone-frontpage.jpg";s: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:"template";a:1:{i:0;a:5:{s:4:"data";s:93:"https%3A%2F%2Fmageewp.com%2Fwp-content%2Fuploads%2F2018%2F07%2Felementor-2948-2018-07-19.json";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"demo";a:1:{i:0;a:5:{s:4:"data";s:75:"https%3A%2F%2Fdemo.mageewp.com%2Fonetone%2Fonetone-classic-frontpage-2-x%2F";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:10:"templateid";a:1:{i:0;a:5:{s:4:"data";s:19:"onetone-classic-2-x";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"plugins";a:1:{i:0;a:5:{s:4:"data";s:150:"[{"name":"Contact Form 7","slug":"contact-form-7","init":"wp-contact-form-7"},{"name":"Elementor Page Builder","slug":"elementor","init":"elementor"}]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:3:"pro";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:3:"wxr";a:1:{i:0;a:5:{s:4:"data";s:92:"https://mageewp.com/wp-content/uploads/2018/07/onetonen-classic-2.x.wordpress.2018-07-19.xml";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:12:"page_options";a:1:{i:0;a:5:{s:4:"data";s:319:"{"_onetone_post_meta":{"header_overlay":"yes","nav_menu":"custom_menu_4","full_width":"yes","padding_top":"0","padding_bottom":"0","display_breadcrumb":"","page_layout":"none","left_sidebar":"","right_sidebar":"","slider_banner":"0","banner_position":"1","magee_slider":"","display_title":"yes","display_title_bar":""}}";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:12:"site_options";a:1:{i:0;a:5:{s:4:"data";s:89:"{"nav_menu_locations":{"custom_menu_4":"onetone-classic-2-x"},"header_textcolor":"blank"}";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:0:"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:7;a:6:{s:4:"data";s:448:"\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:14:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:15:"OneTone Classic";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://mageewp.com/mageewp_template/astore-frontpage/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 18 Jul 2018 20:34: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:55:"https://mageewp.com/?post_type=mageewp_template&p=69455";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:0:"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:5:"image";a:1:{i:0;a:5:{s:4:"data";s:89:"https%3A%2F%2Fmageewp.com%2Fwp-content%2Fuploads%2F2018%2F07%2Ffront-page-elementor01.jpg";s: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:"template";a:1:{i:0;a:5:{s:4:"data";s:93:"https%3A%2F%2Fmageewp.com%2Fwp-content%2Fuploads%2F2018%2F07%2Felementor-2888-2018-07-18.json";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"demo";a:1:{i:0;a:5:{s:4:"data";s:66:"https%3A%2F%2Fdemo.mageewp.com%2Fonetone%2Ffront-page-elementor%2F";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:10:"templateid";a:1:{i:0;a:5:{s:4:"data";s:15:"onetone-classic";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"plugins";a:1:{i:0;a:5:{s:4:"data";s:150:"[{"name":"Contact Form 7","slug":"contact-form-7","init":"wp-contact-form-7"},{"name":"Elementor Page Builder","slug":"elementor","init":"elementor"}]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:3:"pro";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:3:"wxr";a:1:{i:0;a:5:{s:4:"data";s:104:"https://mageewp.com/wp-content/uploads/2018/07/onetonevideobackgroundbannerdemo.wordpress.2018-07-13.xml";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:12:"page_options";a:1:{i:0;a:5:{s:4:"data";s:319:"{"_onetone_post_meta":{"header_overlay":"yes","nav_menu":"custom_menu_1","full_width":"yes","padding_top":"0","padding_bottom":"0","display_breadcrumb":"","page_layout":"none","left_sidebar":"","right_sidebar":"","slider_banner":"0","banner_position":"1","magee_slider":"","display_title":"yes","display_title_bar":""}}";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:12:"site_options";a:1:{i:0;a:5:{s:4:"data";s:95:"{"nav_menu_locations":{"custom_menu_1":"onetone-classic-frontpage"},"header_textcolor":"blank"}";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:0:"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:8;a:6:{s:4:"data";s:448:"\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:14:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:14:"OneTone 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:62:"https://mageewp.com/mageewp_template/onetone-slider-frontpage/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 18 Jul 2018 19:36: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:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:55:"https://mageewp.com/?post_type=mageewp_template&p=69552";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:0:"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:5:"image";a:1:{i:0;a:5:{s:4:"data";s:93:"https%3A%2F%2Fmageewp.com%2Fwp-content%2Fuploads%2F2018%2F07%2FoneTone-slider-frontpage02.jpg";s: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:"template";a:1:{i:0;a:5:{s:4:"data";s:93:"https%3A%2F%2Fmageewp.com%2Fwp-content%2Fuploads%2F2018%2F07%2Felementor-2884-2018-07-18.json";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"demo";a:1:{i:0;a:5:{s:4:"data";s:73:"https%3A%2F%2Fdemo.mageewp.com%2Fonetone%2Ffront-page-slider-elementor%2F";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:10:"templateid";a:1:{i:0;a:5:{s:4:"data";s:14:"onetone-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:7:"plugins";a:1:{i:0;a:5:{s:4:"data";s:150:"[{"name":"Contact Form 7","slug":"contact-form-7","init":"wp-contact-form-7"},{"name":"Elementor Page Builder","slug":"elementor","init":"elementor"}]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:3:"pro";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:3:"wxr";a:1:{i:0;a:5:{s:4:"data";s:104:"https://mageewp.com/wp-content/uploads/2018/07/onetonevideobackgroundbannerdemo.wordpress.2018-07-13.xml";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:12:"page_options";a:1:{i:0;a:5:{s:4:"data";s:318:"{"_onetone_post_meta":{"header_overlay":"no","nav_menu":"custom_menu_1","full_width":"yes","padding_top":"0","padding_bottom":"0","display_breadcrumb":"","page_layout":"none","left_sidebar":"","right_sidebar":"","slider_banner":"0","banner_position":"1","magee_slider":"","display_title":"yes","display_title_bar":""}}";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:12:"site_options";a:1:{i:0;a:5:{s:4:"data";s:95:"{"nav_menu_locations":{"custom_menu_1":"onetone-classic-frontpage"},"header_textcolor":"blank"}";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:0:"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}s:27:"http://www.w3.org/2005/Atom";a:1:{s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:0:"";s:7:"attribs";a:1:{s:0:"";a:3:{s:4:"href";s:69:"https://mageewp.com/mageewp-elementor-feed/?license_key=&item=onetone";s:3:"rel";s:4:"self";s:4:"type";s:19:"application/rss+xml";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:44:"http://purl.org/rss/1.0/modules/syndication/";a:2:{s:12:"updatePeriod";a:1:{i:0;a:5:{s:4:"data";s:6:"hourly";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:15:"updateFrequency";a:1:{i:0;a:5:{s:4:"data";s:1:"1";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}}}}}}s:4:"type";i:128;s:7:"headers";O:42:"Requests_Utility_CaseInsensitiveDictionary":1:{s:7:"\0*\0data";a:9:{s:6:"server";s:12:"nginx/1.13.7";s:4:"date";s:29:"Thu, 26 Jul 2018 08:52:49 GMT";s:12:"content-type";s:23:"text/xml; charset=UTF-8";s:12:"x-powered-by";s:9:"PHP/7.2.0";s:10:"set-cookie";s:44:"PHPSESSID=kic19q9o01d5c8dhlt48m6l7pl; path=/";s:7:"expires";s:29:"Thu, 19 Nov 1981 08:52:00 GMT";s:13:"cache-control";s:35:"no-store, no-cache, must-revalidate";s:6:"pragma";s:8:"no-cache";s:4:"link";a:2:{i:0;s:56:"To keep everyone aware of big projects and efforts across WordPress contributor teams, I’ve reached out to each team’s listed representatives. I asked each of them to share their Top Priority (and when they hope for it to be completed), as well as their biggest Wins and Worries. Have questions? I’ve included a link to each team’s site in the headings.
\n\nInterested in updates from the first quarter of this year? You can find those here: https://make.wordpress.org/updates/2018/04/24/quarterly-updates-q1-2018/\n \n
\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:30:"com-wordpress:feed-additions:1";a:1:{s:7:"post-id";a:1:{i:0;a:5:{s:4:"data";s:4:"6140";s: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:36:"\n \n \n \n \n \n \n\n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:6:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:19:"Update on Gutenberg";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:55:"https://wordpress.org/news/2018/07/update-on-gutenberg/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 06 Jul 2018 19:23: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:8:"category";a:2:{i:0;a:5:{s:4:"data";s:5:"Focus";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:9:"Gutenberg";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:34:"https://wordpress.org/news/?p=6118";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:328:"Progress on the Gutenberg project, the new content creating experience coming to WordPress, has come a long way. Since the start of the project, there have been 30 releases and 12 of those happened after WordCamp US 2017. In total since then, there have been 1,764 issues opened and 1,115 closed as of WordCamp Europe. […]";s: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:"Tammie Lister";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:2261:"Progress on the Gutenberg project, the new content creating experience coming to WordPress, has come a long way. Since the start of the project, there have been 30 releases and 12 of those happened after WordCamp US 2017. In total since then, there have been 1,764 issues opened and 1,115 closed as of WordCamp Europe. As the work on phase one moves into its final stretch, here is what you can expect.
WordPress 5.0 could be as soon as August with hundreds of thousands of sites using Gutenberg before release. Learn more about Gutenberg here, take it for a test drive, install on your site, follow along on GitHub and give your feedback.
\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:30:"com-wordpress:feed-additions:1";a:1:{s:7:"post-id";a:1:{i:0;a:5:{s:4:"data";s:4:"6118";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:2;a:6:{s:4:"data";s:36:"\n \n \n \n \n \n \n\n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:6:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:48:"WordPress 4.9.7 Security and Maintenance Release";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:84:"https://wordpress.org/news/2018/07/wordpress-4-9-7-security-and-maintenance-release/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 05 Jul 2018 17:00:25 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:8:"Releases";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:8:"Security";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:34:"https://wordpress.org/news/?p=6091";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:360:"WordPress 4.9.7 is now available. This is a security and maintenance release for all versions since WordPress 3.7. We strongly encourage you to update your sites immediately. WordPress versions 4.9.6 and earlier are affected by a media issue that could potentially allow a user with certain capabilities to attempt to delete files outside the uploads […]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:17:"Aaron D. Campbell";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:3984:"WordPress 4.9.7 is now available. This is a security and maintenance release for all versions since WordPress 3.7. We strongly encourage you to update your sites immediately.
\n\nWordPress versions 4.9.6 and earlier are affected by a media issue that could potentially allow a user with certain capabilities to attempt to delete files outside the uploads directory.
\n\nThank you to Slavco for reporting the original issue and Matt Barry for reporting related issues.
\n\nSeventeen other bugs were fixed in WordPress 4.9.7. Particularly of note were:
\n\nDownload WordPress 4.9.7 or venture over to Dashboard → Updates and click “Update Now.” Sites that support automatic background updates are already beginning to update automatically.
\n\nThe previously scheduled 4.9.7 is now referred to as 4.9.8, and will follow the release schedule posted yesterday.
\n\nThank you to everyone who contributed to WordPress 4.9.7:
\n\n1naveengiri, Aaron Jorbin, abdullahramzan, alejandroxlopez, Andrew Ozz, Arun, Birgir Erlendsson (birgire), BjornW, Boone Gorges, Brandon Kraft, Chetan Prajapati, David Herrera, Felix Arntz, Gareth, Ian Dunn, ibelanger, John Blackbourn, Jonathan Desrosiers, Joy, khaihong, lbenicio, Leander Iversen, mermel, metalandcoffee, Migrated to @jeffpaul, palmiak, Sergey Biryukov, skoldin, Subrata Sarkar, Towhidul Islam, warmlaundry, and YuriV.
\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:30:"com-wordpress:feed-additions:1";a:1:{s:7:"post-id";a:1:{i:0;a:5:{s:4:"data";s:4:"6091";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:3;a:6:{s:4:"data";s:33:"\n \n \n \n \n \n\n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:6:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:33:"The Month in WordPress: June 2018";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:68:"https://wordpress.org/news/2018/07/the-month-in-wordpress-june-2018/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 02 Jul 2018 09:28:08 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:18:"Month in WordPress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:34:"https://wordpress.org/news/?p=6087";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:366:"With one of the two flagship WordCamp events taking place this month, as well as some important WordPress project announcements, there’s no shortage of news. Learn more about what happened in the WordPress community in June. Another Successful WordCamp Europe On June 14th, WordCamp Europe kicked off three days of learning and contributions in Belgrade. […]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:15:"Hugh Lashbrooke";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:4627:"With one of the two flagship WordCamp events taking place this month, as well as some important WordPress project announcements, there’s no shortage of news. Learn more about what happened in the WordPress community in June.
\n\nOn June 14th, WordCamp Europe kicked off three days of learning and contributions in Belgrade. Over 2,000 people attended in person, with hundreds more watching live streams of the sessions.
\n\nThe WordCamp was a great success with plenty of first-time attendees and new WordPress contributors getting involved in the project and community. Recorded sessions from the 65 speakers at the event will be available on WordPress.tv in the coming weeks. In the meantime, check out the photos from the event.
\n\nThe next WordCamp Europe takes place on June 20-22 2019 in Berlin, Germany. If you’re based in Europe and would like to serve on the organizing team, fill in the application form.
\n\nDuring his keynote session at WordCamp Europe, Matt Mullenweg presented an updated roadmap for Gutenberg, the new content editor coming in WordPress 5.0.
\n\nWhile the editor is in rapid development, with v3.1 being released this past month, the team is aiming to ship Gutenberg with WordPress Core in August, 2018. This is not set in stone — the release date may shift as development progresses — but this gives the first realistic idea of when we can expect the editor to be released.
\n\nIf you would like to contribute to Gutenberg, read the handbook, follow the Core team blog, and join the #core-editor channel in the Making WordPress Slack group.
\n\nThe WordCamp Incubator program helps spread WordPress to underserved communities by providing organizing support for their first WordCamp. The first iteration of this program ran successfully in 2016 and empowered three cities to start their own WordPress communities.
\n\nThis year, the Community Team is running the Incubator program again. After receiving applications from 104 communities, they have selected Montevideo, Uruguay and Kota Kinabalu, Malaysia to participate in the program. Both cities will receive direct help from experienced WordCamp organizers to run their first-ever WordCamp as a way to help their WordPress community get started.
\n\nTo find out more about the Incubator program follow the Community team blog, and join the #community-events channel in the Making WordPress Slack group.
\n\nIf you have a story we should consider including in the next “Month in WordPress” post, please submit it here.
\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:30:"com-wordpress:feed-additions:1";a:1:{s:7:"post-id";a:1:{i:0;a:5:{s:4:"data";s:4:"6087";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:4;a:6:{s:4:"data";s:33:"\n \n \n \n \n \n\n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:6:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:32:"The Month in WordPress: May 2018";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:67:"https://wordpress.org/news/2018/06/the-month-in-wordpress-may-2018/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 01 Jun 2018 09:09:38 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:18:"Month in WordPress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:34:"https://wordpress.org/news/?p=6065";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:360:"This month saw two significant milestones in the WordPress community — the 15th anniversary of the project, and GDPR-related privacy tools coming to WordPress Core. Read on to find out more about this and everything else that happened in the WordPress community in May. Local Communities Celebrate the 15th Anniversary of WordPress Last Sunday, May […]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:15:"Hugh Lashbrooke";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:4537:"This month saw two significant milestones in the WordPress community — the 15th anniversary of the project, and GDPR-related privacy tools coming to WordPress Core. Read on to find out more about this and everything else that happened in the WordPress community in May.
\n\nLast Sunday, May 27, WordPress turned 15 years old. This is a noteworthy occasion for an open-source project like WordPress and one well worth celebrating. To mark the occasion, WordPress communities across the world gathered for parties and meetups in honor of the milestone.
\n\nAltogether, there were 224 events globally, with a few more of those still scheduled to take place in some communities — attend one in your area if you can.
\n\nIf your city doesn’t have a WordPress meetup group, this is a great opportunity to start one! Learn how with the Meetup Organizer Handbook, and join the #community-events channel in the Making WordPress Slack group.
\n\nIn light of recent changes to data privacy regulations in the EU, WordPress Core shipped important updates in the v4.9.6 release, giving site owners tools to help them comply with the new General Data Protection Regulation (GDPR). It is worth noting, however, that WordPress cannot ensure you are compliant — this is still a site owner’s responsibility.
\n\nThe new privacy tools include a number of features focused on providing privacy and personal data management to all site users — asking commenters for explicit consent to store their details in a cookie, providing site owners with an easy way to publish a Privacy Policy, and providing data export and erasure tools to all site users that can be extended by plugins to allow the handling of data that they introduce.
\n\nTo find out more about these features and the other updates, read the 4.9.6 update guide. You can also get involved in contributing to this part of WordPress Core by jumping into the #core-privacy channel in the Making WordPress Slack group, and following the Core team blog.
\n\nIn a similar vein, WordPress.org itself has received an updated Privacy Policy to make clear what is being tracked and how your data is handled. Along with that, a Cookie Policy has also been added to explain just what is collected and stored in your browser when using the site.
\n\nThese policies cover all sites on the WordPress.org network — including WordPress.org, WordPress.net, WordCamp.org, BuddyPress.org, bbPress.org, and other related domains and subdomains. It’s important to note that this does not mean that anything has changed in terms of data storage; rather that these documents clarify what data is stored and how it is handled.
\n\nIf you have a story we should consider including in the next “Month in WordPress” post, please submit it here.
\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:30:"com-wordpress:feed-additions:1";a:1:{s:7:"post-id";a:1:{i:0;a:5:{s:4:"data";s:4:"6065";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:5;a:6:{s:4:"data";s:36:"\n \n \n \n \n \n \n\n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:6:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:36:"WordPress.org Privacy Policy Updates";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:72:"https://wordpress.org/news/2018/05/wordpress-org-privacy-policy-updates/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 25 May 2018 08:06: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:8:"category";a:2:{i:0;a:5:{s:4:"data";s:7:"General";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:7:"privacy";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:34:"https://wordpress.org/news/?p=6047";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:325:"The WordPress.org privacy policy has been updated, hurray! While we weren’t able to remove all the long sentences, we hope you find the revisions make it easier to understand: how we collect and use data, how long the data we collect is retained, and how you can request a copy of the data you’ve shared […]";s: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:"Andrea Middleton";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:657:"The WordPress.org privacy policy has been updated, hurray! While we weren’t able to remove all the long sentences, we hope you find the revisions make it easier to understand:
\nThere hasn’t been any change to the data that WordPress.org collects or how that data is used; the privacy policy just provides more detail now. Happy reading, and thanks for using WordPress!
\n\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:30:"com-wordpress:feed-additions:1";a:1:{s:7:"post-id";a:1:{i:0;a:5:{s:4:"data";s:4:"6047";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:6;a:6:{s:4:"data";s:33:"\n \n \n \n \n \n\n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:6:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:47:"WordPress 4.9.6 Privacy and Maintenance Release";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:83:"https://wordpress.org/news/2018/05/wordpress-4-9-6-privacy-and-maintenance-release/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 17 May 2018 19:21:22 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:8:"Releases";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:34:"https://wordpress.org/news/?p=5920";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:358:"WordPress 4.9.6 is now available. This is a privacy and maintenance release. We encourage you to update your sites to take advantage of the new privacy features. Privacy The European Union’s General Data Protection Regulation (GDPR) takes effect on May 25. The GDPR requires companies and site owners to be transparent about how they collect, […]";s: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:"Allen Snook";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:13399:"
WordPress 4.9.6 is now available. This is a privacy and maintenance release. We encourage you to update your sites to take advantage of the new privacy features.
\n\n
The European Union’s General Data Protection Regulation (GDPR) takes effect on May 25. The GDPR requires companies and site owners to be transparent about how they collect, use, and share personal data. It also gives individuals more access and choice when it comes to how their own personal data is collected, used, and shared.
It’s important to understand that while the GDPR is a European regulation, its requirements apply to all sites and online businesses that collect, store, and process personal data about EU residents no matter where the business is located.
You can learn more about the GDPR from the European Commission’s Data Protection page.
We’re committed to supporting site owners around the world in their work to comply with this important law. As part of that effort, we’ve added a number of new privacy features in this release.
\n\n
Logged-out commenters will be given a choice on whether their name, email address, and website are saved in a cookie on their browser.
\n\n
Site owners can now designate a privacy policy page. This page will be shown on your login and registration pages. You should manually add a link to your policy to every page on your website. If you have a footer menu, that’s a great place to include your privacy policy.
In addition, we’ve created a guide that includes insights from WordPress and participating plugins on how they handle personal data. These insights can be copied and pasted into your site’s privacy policy to help you get started.
If you maintain a plugin that collects data, we recommend including that information in WordPress’ privacy policy guide. Learn more in our Privacy section of the Plugin Handbook.
\n\n
Site owners can export a ZIP file containing a user’s personal data, using data gathered by WordPress and participating plugins.
\n \nSite owners can erase a user’s personal data, including data collected by participating plugins.
\n\n\n\nHowdy,
\nA request has been made to perform the following action on your account:
\n
Export Personal Data
\n
To confirm this, please click on the following link:
\n
http://.wordpress.org/wp-login.php?action=confirmaction…
You can safely ignore and delete this email if you do not want to
\n
take this action.
This email has been sent to you@example.com.
\n
Regards,
\n
Your friends at WordPress
http://wordpress.org
Site owners have a new email-based method that they can use to confirm personal data requests. This request confirmation tool works for both export and erasure requests, and for both registered users and commenters.
\n\n95 updates were made in WordPress 4.9.6. In addition to the above, particularly of note were:
This post has more information about all of the issues fixed in 4.9.6 if you’d like to learn more.
\n\nDownload WordPress 4.9.6 or venture over to Dashboard → Updates and click “Update Now.” Sites that support automatic background updates will start updating soon.
Please note that if you’re currently on WordPress 4.9.3, you should manually update your site immediately.
\n\nThank you to everyone who contributed to WordPress 4.9.6:
Aaron D. Campbell, Aaron Jorbin, abdullahramzan, Adam Silverstein, Alain Schlesser, allendav, Andrea Fercia, Andrea Middleton, Andrew Ozz, Ayesh Karunaratne, Birgir Erlendsson (birgire), bridgetwillard, Burlington Bytes, Chetan Prajapati, claudiu, Corey McKrill, Daniel Bachhuber, David Herrera, Dominik Schilling (ocean90), Ella Van Dorpe, Eric Daams, Fernando Claussen, Garrett Hyder, Gary Pendergast, Heather Burns, Helen Hou-Sandi, herregroen, Ian Dunn, ibelanger, imath, Jb Audras, Jeffrey Paul, Jeremy Felt, Jesper V Nielsen, JJJ, Joe McGill, John Blackbourn, Jonathan Desrosiers, Josepha, jrf, Kåre Mulvad Steffensen, Laken Hafner, laurelfulford, lbenicio, macbookandrew, Marius L. J., Mel Choyce, Michael Nelson, Mike Jolley, Pascal Casier, pbrocks, postphotos, Prashant Baldha, PressTigers, programmin, Robin Cornett, Sergey Biryukov, Stefano Lissa, Stephane Daury (stephdau), Subrata Sarkar, Tammie Lister, teddytime, thomasplevy, Timothy Jacobs, Tobias Zimpel, Tom J Nowell, Tor-Bjorn Fjellner, Towhidul Islam, voneff, William Earnhardt, and Xenos (xkon) Konstantinos.
This past month saw a lot of preparation for upcoming events and releases across the WordPress project. Read on to find out more about these plans, and everything else that happened around the community in April.
\n\nOn May 27 2018, WordPress will turn 15 years old — this is a huge milestone for the project, or, indeed, for any open-source platform. The Community Team has been hard at work helping communities around the world plan local anniversary parties.
\n\nCheck the central anniversary website to see if there’s already a party being planned near you. These parties are all organized by local communities — if there’s no local community in your area, you can start one today and host a party yourself.
\n\nWith Gutenberg, the upcoming WordPress content editor, in rapid development, a lot of people have been wondering how they will convert their existing plugins to work with the new features. To mitigate the issues here and help people overcome any migration hurdles, a Gutenberg Migration Guide is underway to assist developers with making their code Gutenberg-compatible.
\n\nIf you’d like to contribute to this guide, you can review the existing documentation on GitHub and open a new issue if you find something to add.
\n\nReviews of themes submitted to the Theme Directory can take quite a while to complete. In order to combat this issue and to make the theme submission process smoother for everyone, the Theme Review Team is introducing a Trusted Authors Program.
\n\nThis program will allow frequent and reliable theme authors to apply for trusted status, allowing them to upload themes more frequently and to have their themes automatically approved. This will allow more high-quality themes to be added to the directory, as well as recognize the hard work that authors put in to build their themes.
\n\nIf you would like to get involved with reviewing themes, you can read their getting started guide, follow the team blog and join the #themereview channel in the Making WordPress Slack group.
\n\nIf you have a story we should consider including in the next “Month in WordPress” post, please submit it here.
\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:30:"com-wordpress:feed-additions:1";a:1:{s:7:"post-id";a:1:{i:0;a:5:{s:4:"data";s:4:"5891";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:8;a:6:{s:4:"data";s:39:"\n \n \n \n \n \n \n \n\n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:6:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:50:"Celebrate the WordPress 15th Anniversary on May 27";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:86:"https://wordpress.org/news/2018/04/celebrate-the-wordpress-15th-anniversary-on-may-27/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 20 Apr 2018 21:07: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:8:"category";a:3:{i:0;a:5:{s:4:"data";s:6:"Events";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:5:"Store";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:4:"wp15";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:34:"https://wordpress.org/news/?p=5753";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:345:"May 27, 2018 is the 15th anniversary of the first WordPress release — and we can’t wait to celebrate! Party time! Join WordPress fans all over the world in celebrating the 15th Anniversary of WordPress by throwing your own party! Here’s how you can join in the fun: Check the WordPress 15th Anniversary website to see […]";s: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:"Andrea Middleton";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:3948:"May 27, 2018 is the 15th anniversary of the first WordPress release — and we can’t wait to celebrate!
\n\n
Join WordPress fans all over the world in celebrating the 15th Anniversary of WordPress by throwing your own party! Here’s how you can join in the fun:
\n\nDon’t miss this chance to participate in a global celebration of WordPress!
In honor of the 15th anniversary, we’ve added some special 15th anniversary items in the swag store — you can use the offer code CELEBRATEWP15 to take 15% off this (and any other WordPress swag you buy), all the way through the end of 2018!
\n\nKeep checking the swag store, because we’ll be adding more swag over the next few weeks!
\n\nHowever you celebrate the WordPress 15th anniversary — with a party, with commemorative swag, by telling the world what WordPress means to you — remember to use the #WP15 hashtag to share it! And don’t forget to check the stream of WordPress 15th anniversary posts.
\n\nWhen 30% of the internet has a reason to celebrate, you know it’s going to be great!
\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:30:"com-wordpress:feed-additions:1";a:1:{s:7:"post-id";a:1:{i:0;a:5:{s:4:"data";s:4:"5753";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:9;a:6:{s:4:"data";s:33:"\n \n \n \n \n \n\n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:6:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:34:"GDPR Compliance Tools in WordPress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:70:"https://wordpress.org/news/2018/04/gdpr-compliance-tools-in-wordpress/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 12 Apr 2018 20:11:50 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:8:"Features";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:34:"https://wordpress.org/news/?p=5728";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:188:"GDPR compliance is an important consideration for all WordPress websites. The GDPR Compliance team is looking for help to test the privacy tools that are currently being developed in core.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"Andrew Ozz";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:3914:"GDPR compliance is an important consideration for all WordPress websites. The GDPR Compliance team is looking for help to test the privacy tools that are currently being developed in core.
\n\nGDPR stands for General Data Protection Regulation and is intended to strengthen and unify data protection for all individuals within the European Union. Its primary aim is to give control back to the EU residents over their personal data.
Why the urgency? Although the GDPR was introduced two years ago, it becomes enforceable starting May 25, 2018.
\n\nCurrently, the GDPR Compliance Team understands that helping WordPress-based sites become compliant is a large and ongoing task. The team is focusing on creating a comprehensive core policy, plugin guidelines, privacy tools and documentation. All of this requires your help.
The GDPR Compliance Team is focusing on four main areas:
\n\nYes and no. That said, The GDPR puts tighter guidelines and restrictions. Though we have many plugins that create privacy pages, we need means to generate a unified, comprehensive privacy policy. We will need tools for users to easily come into compliance.
Site owners will be able to create GDPR compliant privacy policy in three steps:
\n\nA new “postbox” will be added to the Edit Page screen when editing the policy. All plugins that collect or store user data will be able to add privacy information there. In addition it will alert the site owners when any privacy information changes after a plugin is activated, deactivated, or updated.
There is a new functionality to confirm user requests by email address. It is intended for site owners to be able to verify requests from users for displaying, downloading, or anonymizing of personal data.
A new “Privacy” page is added under the “Tools” menu. It will display new, confirmed requests from users, as well as already fulfilled requests. It will also contain the tools for exporting and anonymizing of personal data and for requesting email confirmation to avoid abuse attempts.
New section on privacy will be added to the Plugin Handbook. It will contain some general information on user privacy, what a plugin should do to be compliant, and also tips and examples on how to use the new privacy related functionality in WordPress.
The new privacy tools are scheduled for release at the end of April or beginning of May 2018.
\n\nWe would love to have your help. The first step is awareness and education. For more information about the upcoming privacy tools see the roadmap.
\n\nIf you would like to get involved in building WordPress Core and testing the new privacy tools, please join the #gdpr-compliance channel in the Make WordPress Slack group.
\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:30:"com-wordpress:feed-additions:1";a:1:{s:7:"post-id";a:1:{i:0;a:5:{s:4:"data";s:4:"5728";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}s:27:"http://www.w3.org/2005/Atom";a:1:{s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:0:"";s:7:"attribs";a:1:{s:0:"";a:3:{s:4:"href";s:32:"https://wordpress.org/news/feed/";s:3:"rel";s:4:"self";s:4:"type";s:19:"application/rss+xml";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:44:"http://purl.org/rss/1.0/modules/syndication/";a:2:{s:12:"updatePeriod";a:1:{i:0;a:5:{s:4:"data";s:9:"\n hourly ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:15:"updateFrequency";a:1:{i:0;a:5:{s:4:"data";s:4:"\n 1 ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:30:"com-wordpress:feed-additions:1";a:1:{s:4:"site";a:1:{i:0;a:5:{s:4:"data";s:8:"14607090";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}}}}}}s:4:"type";i:128;s:7:"headers";O:42:"Requests_Utility_CaseInsensitiveDictionary":1:{s:7:"\0*\0data";a:9:{s:6:"server";s:5:"nginx";s:4:"date";s:29:"Fri, 27 Jul 2018 01:24:09 GMT";s:12:"content-type";s:34:"application/rss+xml; charset=UTF-8";s:25:"strict-transport-security";s:11:"max-age=360";s:6:"x-olaf";s:3:"⛄";s:13:"last-modified";s:29:"Tue, 17 Jul 2018 14:45:38 GMT";s:4:"link";s:63:"One-page navigation allows users to easily access content in long landing pages or one-page websites. SiteOrigin Corp offers integrated one-page navigation with menu highlighting and smooth scroll. In this tutorial, we''ll explain how to set up a one-page website or landing page using Page Builder by SiteOrigin and Corp.
\nThe post One Page Navigation with Page Builder and Corp appeared first on SiteOrigin.
\n";s: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:"Andrew Misplon";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:7720:"One-page navigation allows users to easily access content in long landing pages or one-page websites. SiteOrigin Corp offers integrated one-page navigation with menu highlighting and smooth scroll. In this tutorial, we’ll explain how to set up a one-page website or landing page using Page Builder by SiteOrigin and Corp.
\n\nIn this tutorial, we’ll be using the WordPress plugin Page Builder by SiteOrigin and theme, SiteOrigin Corp.
\nIf you haven’t already created a page, go to PagesAdd New, create a new page and click on the Page Builder tab to get started.
\nIf you’d like to use the demo page content, you can download it here (right click and save as). Import the JSON file from LayoutsImport/ExportSelect Import File.
\nOne you have a populated page, either with your own content or with the demo content listed above, it’s time to insert our row ID’s. Row ID’s will be used to link to each section of the page. Edit the first row you’d like your menu to link to and click the Attributes tab on the right, use the Row ID field to insert an ID that’ll be used later in your menu. For example, in our demo, the first row we’re linking to is the Services row. The ID used is services. You can insert any name or number.

Add a row ID for every row in your page that you’d like to link to.
\nGo to AppearanceMenus, click the “create a new menu” link if you don’t already have a menu added. Once named, save your menu to the Header Menu theme location. Next, add your anchor links, these will direct users to the various sections of your one-page website. Click the Custom Links tab on the left to add a link. In the URL field, add the name of your first section ID with a hash before it. For example, if the first row you’d like to link to has the ID services, you’d add #services to the URL field. The Link Text field is the text your users will see, insert the link text for the anchor you’re linking to.

Creating an anchor menu as we’ve described in the above paragraph is quite simple for a one-page website. But what if your one-pager is part of a larger website? In that case, you’d need a separate menu. In our Corp demo, we’ve done exactly that, the one-page demo has one menu and the rest of the website has another. If you’d like to know how this was done, read on.
\nThe plugin we’ve used for this is called Menu Items Visibility Control. Once installed and activated, it adds a Visibility field to each menu item. In each menu item at AppearanceMenus we’ve set the visibility to either show or be hidden on the one-pager. To do this, you’ll need to know the ID of your one-pager. Go to Pages, edit the page concerned and check the URL, within the URL is a number, that’s the page ID. In the case of our demo, the ID is 288. The below conditional statements can be used in your menu, simply replace our page ID (288), with yours.
Show this item on page ID 288
\nis_page( 288 )
Hide this item on page ID 288
\n! is_page( 288 )

If you’d prefer to have your one-page links visible throughout your site then there is no need to use Menu Item Visibility. An additional consideration is that users might access your one-page links from another page. To ensure your anchor links work, use absolute URLs when adding Custom Links to your menu. This means that instead of adding anchor links such as #services, you’ll need to add the page URL in addition to the anchor link. Using our Services example from earlier in this post, we’d add http://demo.siteorigin.com/corp/one-page-demo/#services.
Page URL: http://demo.siteorigin.com/corp/one-page-demo/
\nAnchor Link: #services
\nCombined URL: http://demo.siteorigin.com/corp/one-page-demo/#services
Hopefully, you’ve found this post useful. Please, let us know if you have any questions below, we’ll do our best to assist.
\nThe post One Page Navigation with Page Builder and Corp appeared first on SiteOrigin.
\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:71:"https://siteorigin.com/one-page-navigation-with-page-builder-corp/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:1;a:6:{s:4:"data";s:45:"\n \n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:28:"Announcing the Tooltip Addon";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://siteorigin.com/announcing-the-tooltip-addon/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:61:"https://siteorigin.com/announcing-the-tooltip-addon/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 17 Jul 2018 07:28:21 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:13:"Announcements";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:7:"Plugins";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:32:"https://siteorigin.com/?p=118318";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:624:"The Tooltip addon for SiteOrigin Premium is here! Tooltips appear on hover or mouse click and are a great way to display additional image information without taking up space. To see the Tooltip addon in use, view the demo and hover over any of the images.
\nThe post Announcing the Tooltip Addon appeared first on SiteOrigin.
\n";s: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:"Andrew Misplon";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:1546:"The Tooltip addon for SiteOrigin Premium is here! Tooltips appear on hover or mouse click and are a great way to display additional image information without taking up space. To see the Tooltip addon in use, view the demo and hover over any of the images.
\nWe first had the idea for a tooltip addon while building a portfolio website as part of a SiteOrigin Site Pack. Tooltips are an awesome addition for designers and photographers displaying their work or any image that needs a credit or additional information added on hover or click. The Tooltip addon is available for the SiteOrigin Image, Image Grid, and Simple Masonry widgets.
\nIf you’re already using SiteOrigin Premium and have updated to version 1.4.1, you can go to SiteOriginPremium Addons to activate and adjust the global settings. Find out more about how to use the Tooltip addon in the documentation.
\nThe post Announcing the Tooltip Addon appeared first on SiteOrigin.
\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:57:"https://siteorigin.com/announcing-the-tooltip-addon/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"1";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:2;a:6:{s:4:"data";s:45:"\n \n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:41:"Four New Blog Layouts Added to Corp Theme";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://siteorigin.com/four-new-blog-layouts-added-to-corp-theme/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:74:"https://siteorigin.com/four-new-blog-layouts-added-to-corp-theme/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 27 Jun 2018 17: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:8:"category";a:2:{i:0;a:5:{s:4:"data";s:13:"Announcements";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:6:"Themes";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:32:"https://siteorigin.com/?p=115595";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:524:"We''re excited to announce four new blog layouts for our Corp theme. This brings the total available blog layouts to five. Choose between the following for your posts page, Standard, Grid, Offset, Alternate or Masonry. We''ve also included a new search results layout in this update.
\nThe post Four New Blog Layouts Added to Corp Theme appeared first on SiteOrigin.
\n";s: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:"Andrew Misplon";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:6940:"We’re excited to announce four new blog layouts for our latest theme, Corp. Choose the layout that’s the best fit for your blog and archive pages.
\nDownload Corp, a fully featured free WordPress theme.
\nView the Corp demo.
The Standard layout features a classic blog look with a large featured image followed by a title, post meta, and content.
\n\nThis is the blog layout Corp launched with, it offers a structured grid pattern, great for blogs with lots of content.
\n\nThe Offset layout features the post author, categories and comment count in an offset left column, great for highlighting post author contributions.
\n\nThis layout displays your post in horizontal containers, alternating the side the featured image is positioned on. Like the Grid layout, it’s also useful for active sites, looking to display more content on each page of their blog.
\n\nThe Masonry layout offers a more creative take on the grid layout. The post category is displayed on the featured image, the featured images aren’t uniform in height and when resizing the screen, the grid layout cascades into place.
\n\nWe’ve also improved Corp’s search results page. Search results now make use of a very similar layout to the Alternate post loop, just without the alternating featured image.
\n
If you’d like to remove the footer attribution, add Ajax comments and enjoy quick email support, SiteOrigin Premium is for you. Find out more.
\nCorp is now a fully featured theme, complete with multiple blog loops and a completely customized WooCommerce design. If you have any questions or requests, please let us know below.
\nThe post Four New Blog Layouts Added to Corp Theme appeared first on SiteOrigin.
\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:70:"https://siteorigin.com/four-new-blog-layouts-added-to-corp-theme/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"6";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:3;a:6:{s:4:"data";s:45:"\n \n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:58:"Create a Fullscreen Slider with the SiteOrigin Hero 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:71:"https://siteorigin.com/create-fullscreen-slider-siteorigin-hero-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:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:80:"https://siteorigin.com/create-fullscreen-slider-siteorigin-hero-widget/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 08 Jun 2018 10:59:48 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:8:"Tutorial";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:8:"tutorial";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"http://siteorigin.com/?p=113044";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:442:"This guide will outline how to create a fullscreen slider with the SiteOrigin Hero widget and how you can take your fullscreen slider to the next level with SiteOrigin Premium.
\nThe post Create a Fullscreen Slider with the SiteOrigin Hero Widget appeared first on SiteOrigin.
\n";s: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:"Alex S";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:11224:"This guide will outline how to create a fullscreen slider with the SiteOrigin Hero widget and how you can take your fullscreen slider to the next level with SiteOrigin Premium.
\nWe’ll be using Page Builder by SiteOrigin and the SiteOrigin Widgets Bundle plugins. You can check these plugins are activated from the Plugins menu item. Go to PluginsSiteOrigin Widgets and ensure the Hero widget is activated.
\nCreate a new page and enable Page Builder, or open an existing page. Add a new row and SiteOrigin Hero Image widget to that row. We need to set the row you’re using is set to Full Width Stretch, which will allow for the Hero widget to be the full width of the page. To do this, open the row containing the newly added Hero widget by clicking the wrench button above the row.
\n
Go to the Row Styles Sidebar on the right and open the Layout settings group. Set the Row Layout to Full Width Stretched. For reference, here’s what each row Layout does:
\n
Standard: The standard layout provided by your theme.
\nFull Width: This row layout will stretch the row to the full width of the browser, and add a content container that’s sized based on the standard container. This row layout is perfect for making full-width backgrounds while still allowing the widgets within the row to maintain the consistent placement of the rest of the page.
\nFull Width Stretched: This row layout is the full width of the page. It’s perfect for making widgets (such as the Hero widget) full width rather than just the row background.
\nClose the row and open the SiteOrigin Hero widget by hovering on top of the Hero widget and clicking edit.
\n
Open the Design and Layout settings group and set the Height to 100vh. The V in VH stands for Viewport Percentage Length and H means height. Basically, 100vh is the entire height of the browser regardless of device so it’s exactly what you’re after for a fullscreen slider.
\nThat’s all the setup required to build fullscreen sliders with the SiteOrigin Hero widget. Now you simply need to set up the rest of the slider as desired – add content, tweak spacing, etc. As a point reference, for fullscreen sliders, we recommend using slide background images that are at least 1920 x 1080 in dimensions. 1920 x 1080 is an extremely popular resolution so it’ll cover the vast majority of use cases.
\nSiteOrigin Premium adds a number of enhancements to your website and the Hero widget benefits greatly from these enhancements. You’re able to create a fullscreen slider with parallax with the Parallax Sliders plugin addon and add transitional Content Animations with the Hero plugin addon. If you have SiteOrigin Premium, please ensure you’ve activated relevant functionality by navigating to SiteOriginPremium Addons and activating Parallax Sliders and Hero Addon.
\nSiteOrigin Premium adds the ability to allow your slide backgrounds to parallax. Before proceeding, it’s worth noting that parallax images require a vertically larger image than normal so ensure your image is vertically larger than you would normally use or the parallax effect may be very minor. We recommend using an image that’s more than 1440px in height. If your images result in blank spacing beneath the image, your image is too small to for a fullscreen Parallax. If the parallax isn’t very noticeable, that means the image isn’t large enough.
\nTo set a slider background as parallax, please open your hero widget and open a frame you would like to apply a parallax too. Open the Background settings group and set Background Type to Parallax. Repeat this process for the rest of the slides you wish to parallax.
\nYou can preview this functionality here.
\nTo allow you to make really beautiful sliders that stand out, we recently released an update for the SiteOrigin Premium which adds transitional Content Animations for the SiteOrigin Hero widget. This functionality will allow you to add transitional effects for the text of your slider.
\nTo give your slide a context animation, please open your hero widget and open a frame you would like to apply a content animation too. Open the Content Animation settings group. You have access to all of the standard Block Animation options but the key difference is there’s a new Animation Event – Frame Display. This event is triggered every time the slide changes so the animation will continually animate.
\nYou can preview this functionality here.
\nTo ensure setup is as easy as possible, we use background-size: cover; to allow for all images to fill the entire area of the hero widget. This prevents having to resize images manually. This functionality works by ensuring the image is always the same height of the area/slide its been applied to and to ensure this the browser can (and will) clip the sides of the image off. This can be problematic on mobile because if you use a height that’s too large, or add too much text it may result in parts of your image being hidden on mobile.
\nTo lower the impact of the slides being clipped off, you should use an image with a central focus, which is an image where the focus of the image is in the middle (or at least towards the middle). Alternatively, you could apply a Responsive Height that works better for your image than the Height setting does. We’re unable to recommend a Responsive Height as it depends solely on the image you’re using so you’ll need to try a number of different values to see what works for you and your image.
\nAlternatively, give Smart Slider 3 a try as it handles slides in a different manner.
\nIf you have any questions or run into any issues, please feel free to leave a comment and we’ll lend a hand.
\nThe post Create a Fullscreen Slider with the SiteOrigin Hero Widget appeared first on SiteOrigin.
\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:76:"https://siteorigin.com/create-fullscreen-slider-siteorigin-hero-widget/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"8";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:4;a:6:{s:4:"data";s:42:"\n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:28:"GDPR and SiteOrigin Products";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:52:"https://siteorigin.com/gdpr-and-siteorigin-products/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:61:"https://siteorigin.com/gdpr-and-siteorigin-products/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 21 May 2018 12:32:01 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:13:"Announcements";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"http://siteorigin.com/?p=109960";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:580:"General Data Protection Regulation (GDPR) is European Union law on data protection and privacy for all individuals within the European Union. It addresses the export of personal data outside the EU. We''ve assembled a brief guide on what sort of information you might need to add to your privacy policy to comply with GDPR when using SiteOrigin themes and plugins.
\nThe post GDPR and SiteOrigin Products appeared first on SiteOrigin.
\n";s: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:"Alex S";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:5829:"General Data Protection Regulation (GDPR) is European Union law on data protection and privacy for all individuals within the European Union. It addresses the export of personal data outside the EU. We’ve assembled a brief guide on what sort of information you might need to add to your privacy policy to comply with GDPR when using SiteOrigin themes and plugins.
\nDisclaimer: this post is by no means legal advice. If unsure, please seek professional consultation.
\nThe General Data Protection Regulation (GDPR) is a legal framework that sets guidelines for the collection and processing of personal information of individuals within the European Union (EU).
\nRead the full definition on Wikipedia.
\nIf your company is based in the European Union (EU), or you do business with EU citizens, the GDPR does affect you and your website so you need to comply. With that said, it would be a good idea comply with the regulations regardless, as it’s possible countries outside of the EU will implement similar legislation in the future.
\n\n
Good News! SiteOrigin CSS and SiteOrigin themes comply with the GDPR as none of them collect, store or transmit any user information. However, if you’re making use of Google Fonts in SiteOrigin CSS or SiteOrigin themes, you’ll need to make a note of this in your privacy policy. Google is GDPR compliant, find out more.
\n(Google Fonts can only be added from within SiteOrigin CSS using the Web Font Selector in SiteOrigin Premium.)
\nThe only GDPR concern in SiteOrigin Page Builder is the Layouts Directory. By default, all images in prebuilt layouts are hosted on layouts.siteorigin.com. We recommend changing these images as soon as possible. If you decide not to, you’ll need to make mention of these images in your privacy policy.
\nCertain widgets include Google Fonts if you decide to use any of those fonts you’ll need to mention that in your privacy policy. Google is GDPR compliant, find out more.
\nWhile the SiteOrigin Contact Form widget doesn’t store data, it does handle user submitted data. As such, it’s a good idea to ask for consent before transmitting this data.
\nTo ask for consent, add a checkbox to your contact form and use the following values:
\nField Type: Checkboxes
\nRequired Field: Required (This field must be required)
\nAdd an Option and set the Value to:
\nPlease tick to consent to your data being stored temporarily, as per our privacy policy.

If you choose to Log IP Address, you’ll need to mention this in your privacy policy. Logging the user’s IP Address simply includes the IP in the email, you’ll need to mention that it’s included, but not stored anywhere.
\nIf you’re using SiteOrigin Premium, the Contact From plugin addon allows you to add autoresponder functionality to email the user on form submission. If you use this functionality you’ll need to mention this in your privacy policy alongside your contact form information.
\nIf you use the SiteOrigin Google Maps widget, you’ll need to mention that you use Google Maps in your privacy policy and that while you don’t personally collect this data, Google may. Google is GDPR compliant, find out more.
\nIf you embed any external video, such as from YouTube or Vimeo, you’ll need to mention this in your privacy policy. Be sure to check if the video you’re embedding is hosted on a service that is GDPR compliant.
\nHopefully, this gives you a better idea of what GDPR is and how SiteOrigin themes and plugins might influence the creation of your website’s data management and privacy policy.
\nIf you have any questions or concerns, please feel free to leave a comment.
\nThe post GDPR and SiteOrigin Products appeared first on SiteOrigin.
\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:57:"https://siteorigin.com/gdpr-and-siteorigin-products/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:2:"40";s: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:45:"\n \n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:50:"Gutenberg Compatibility in SiteOrigin 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:4:"link";a:1:{i:0;a:5:{s:4:"data";s:60:"https://siteorigin.com/gutenberg-compatibility-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:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:69:"https://siteorigin.com/gutenberg-compatibility-page-builder/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 22 Feb 2018 08:14:02 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:13:"Announcements";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:7:"Plugins";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:30:"http://siteorigin.com/?p=93803";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:608:"Gutenberg has made massive strides in 2018. It continues to evolve into what we hope will be a worthy core editor later this year with the release of WordPress 5.0. We’re doing our bit for the Gutenberg future of WordPress by adding compatibility to all our products. This will be available as a free update before Gutenberg is merged into the WordPress core.
\nThe post Gutenberg Compatibility in SiteOrigin Page Builder appeared first on SiteOrigin.
\n";s: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:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:3713:"\nGutenberg has made massive strides in 2018. It continues to evolve into what we hope will be a worthy core editor later this year with the release of WordPress 5.0.
\nWe’re doing our bit for the Gutenberg future of WordPress by adding compatibility to all our products. This will be available as a free update before Gutenberg is merged into the WordPress core.
\nJust like we made our Widgets Bundle widgets available to other page builder plugins, we’re making all our widgets Gutenberg compatible. So you can add our buttons, tabbed layout, maps, etc. to your Gutenberg pages.
\n\n
The thing we’re most excited about though, is that we’re making our Layout widget available as a Gutenberg block. The SiteOrigin Layout block gives you the full power of SiteOrigin Page Builder, so you’ll be able to create fully nested, columnized, widgetized content, with advanced row, column and widget styling right inside Gutenberg.
\nWhy are we doing this? Gutenberg is taking a more conservative approach to page building, which means there are designs and layouts that you just won’t be able to achieve. The SiteOrigin Layout block fills all those gaps, by allowing you to create advanced sections inside your Gutenberg pages.
\nThis is just the beginning, we’re planning on adding a lot more features by the time Gutenberg becomes the core WordPress editor. For example, we’ll give you a migration tool that’ll let you convert your existing Page Builder pages into Gutenberg pages.
\nWe’re excited to bring Page Builder and Widgets Bundle plugins, with over 2 million combined installs, into the future of WordPress. It’s our way of guaranteeing that your content is safe, as WordPress evolves into a more modern content creation platform.
\nOnce WordPress 5.0 is released you can rest assured that your Page Builder content will be safe and editable. Existing Page Builder content will be editable in one of two ways. If you’d prefer not to switch over to Gutenberg you can install the Classic Editor plugin provided by WordPress. Once activated, your existing Page Builder pages will remain exactly as they were pre WordPress 5.0. Alternatively, if you’d like to move over to Gutenberg, existing Page Builder pages will offer the option to migrate Page Builder content into a single Layout Builder block.
\nIf you have the Classic Editor plugin installed and add a new page, you’ll be able to choose between a classic page with the familiar Visual, Text and Page Builder tabs or a Gutenberg page. If you don’t have the Classic Editor plugin installed, your new pages will be Gutenberg pages.
\nOnce Gutenberg is integrated into the WordPress core there will be much more certainty. The above update and roadmap is based on the information that’s currently available.
\nThe post Gutenberg Compatibility in SiteOrigin Page Builder appeared first on SiteOrigin.
\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:65:"https://siteorigin.com/gutenberg-compatibility-page-builder/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:2:"63";s: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:45:"\n \n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:31:"Introducing Corp Business Theme";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://siteorigin.com/introducing-corp-business-theme/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:64:"https://siteorigin.com/introducing-corp-business-theme/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 20 Dec 2017 19:30:44 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:13:"Announcements";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:6:"Themes";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:30:"http://siteorigin.com/?p=81713";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:570:"A little earlier this year we released Corp, our new business focused theme. Corp features a professional design, beautiful transitions and is a perfect platform for Page Builder by SiteOrigin or the page builder plugin of your choice. Corp is lightweight, responsive and fast loading. It’s perfectly suited to promoting businesses of all types.
\nThe post Introducing Corp Business Theme appeared first on SiteOrigin.
\n";s: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:"Andrew Misplon";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:3336:"A little earlier this year we released Corp, our new business focused theme. Corp features a professional design, beautiful transitions and is a perfect platform for Page Builder by SiteOrigin or the page builder plugin of your choice. Corp is lightweight, responsive and fast loading. It’s perfectly suited to promoting businesses of all types. If you’re a developer, we’re sure you’ll find Corp a great theme to extend. View the theme demo.
\n\n
In the next two months you can expect the following awesome new features:
\nAs with all of our themes, SiteOrigin Premium users will be able to remove the footer attribution, enable Ajax comments and get quick support via email.
\nCorp is available for download right now on the WordPress.org theme directory. Or from within your WordPress installation, ThemesAdd New, use the search field and search for “SiteOrigin Corp”. If you’d like a helping hand or would just like to preview Corp’s settings and features, check out the documentation.
\nIf you have any feedback or suggestions, we’d love to hear from you. Feel free to post below in the comments.
\nThe post Introducing Corp Business Theme appeared first on SiteOrigin.
\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:60:"https://siteorigin.com/introducing-corp-business-theme/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:2:"28";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:7;a:6:{s:4:"data";s:45:"\n \n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:27:"Introducing the Tabs 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:47:"https://siteorigin.com/introducing-tabs-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:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:56:"https://siteorigin.com/introducing-tabs-widget/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 23 Nov 2017 10:56: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:8:"category";a:2:{i:0;a:5:{s:4:"data";s:13:"Announcements";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:7:"Plugins";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:30:"http://siteorigin.com/?p=76959";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:554:"Following our recent release of the Accordion widget, we’re really pleased to announce our new Tabs widget. Tabs offer a great way to organise and structure content in a small amount of space. Perfect for listing your services, products, page sections or any other content that has a horizontal structure to it. The Tabs widget […]
\nThe post Introducing the Tabs Widget appeared first on SiteOrigin.
\n";s: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:"Andrew Misplon";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:6268:"Following our recent release of the Accordion widget, we’re really pleased to announce our new Tabs widget. Tabs offer a great way to organise and structure content in a small amount of space. Perfect for listing your services, products, page sections or any other content that has a horizontal structure to it.
\nThe Tabs widget is included in the Widgets Bundle plugin release version 1.11.0. SiteOrigin Widgets can be inserted into any page using SiteOrigin Page Builder or any of the other Page Builders that we support. You can also insert widgets into theme widget areas.
\n\n
As always, this is a completely free addon. All you need to do is update your copy of Widgets Bundle, then navigate to PluginsSiteOrigin Widgets in your WordPress admin, search for and activate the Tabs widget.
\nIf you need a hand getting started, please, see the Tabs widget documentation.
\nSiteOrigin Premium adds awesome functionality and additional features across our range of plugins and themes. The Tabs addon in SiteOrigin Premium adds a host of extra settings and features. The two you might find most useful are:
\nTo make the most of the extra settings and save you time, the Presets setting lets you choose from four unique designs. All the designs use neutral colours making it easy to adapt to your website colour scheme.
\n
\nFlat Preset Design
\n
\nWire Preset Design
\n
\nRounded 01 Preset Design
\n
\nRounded 02 Preset Design
\nView a demo of the preset tab designs.
\nThe free Tab widget lets you add standard TinyMCE text content, but in the premium addon, we’re giving you the power to create tab content using a layout field. This means you can fill your tabs with complex widgets and Page Builder style layouts (rows and columns).
\nIf you aren’t a SiteOrigin Premium member yet, be sure to sign up. It’s a cost-effective way to build your sites faster and more professionally. We’re introducing more addons all the time, so the longer you’re a member, the more valuable it becomes.
\nThe post Introducing the Tabs Widget appeared first on SiteOrigin.
\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:52:"https://siteorigin.com/introducing-tabs-widget/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:2:"17";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:8;a:6:{s:4:"data";s:54:"\n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:32:"New Portfolio Support for Unwind";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://siteorigin.com/new-portfolio-support-unwind/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:61:"https://siteorigin.com/new-portfolio-support-unwind/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 27 Oct 2017 12:59:36 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:5:{i:0;a:5:{s:4:"data";s:13:"Announcements";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:6:"Themes";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:7:"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:"";}i:3;a:5:{s:4:"data";s:9:"portfolio";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:4;a:5:{s:4:"data";s:6:"unwind";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:30:"http://siteorigin.com/?p=72866";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:557:"We’re really pleased to announce Unwind now offers support for Jetpack Portfolio custom post type. If you have a portfolio of any sort that you’d like to show off, Jetpack Portfolio is a great way to do it. View our photography portfolio demo. In this case we’ve built a small portfolio of travel photos. You […]
\nThe post New Portfolio Support for Unwind appeared first on SiteOrigin.
\n";s: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:"Andrew Misplon";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:898:"We’re really pleased to announce Unwind now offers support for Jetpack Portfolio custom post type. If you have a portfolio of any sort that you’d like to show off, Jetpack Portfolio is a great way to do it. View our photography portfolio demo. In this case we’ve built a small portfolio of travel photos. You can use this great feature for showing off a portfolio of any kind of work.
\nFor instructions on activating Jetpack, adding portfolio items and displaying your portfolio, view the documentation.
\n\nThe post New Portfolio Support for Unwind appeared first on SiteOrigin.
\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:57:"https://siteorigin.com/new-portfolio-support-unwind/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"4";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:9;a:6:{s:4:"data";s:45:"\n \n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:34:"Are WordPress Websites Responsive?";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://siteorigin.com/wordpress-websites-responsive/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:62:"https://siteorigin.com/wordpress-websites-responsive/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 23 Oct 2017 11:46:25 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:7:"Plugins";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:6:"Themes";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:30:"http://siteorigin.com/?p=59360";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:505:"Yes. WordPress websites are responsive, but not all. The responsive capability of a WordPress website depends on the theme and the plugins that you are using. Let''s take a look at how your choice of theme and plugins can effect the overall responsiveness of your website. Read More
\nThe post Are WordPress Websites Responsive? appeared first on SiteOrigin.
\n";s: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:"Ian Rossiter";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:1027:"The post Are WordPress Websites Responsive? appeared first on SiteOrigin.
\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:58:"https://siteorigin.com/wordpress-websites-responsive/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:2:"13";s: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:28:"https://siteorigin.com/feed/";s:3:"rel";s:4:"self";s:4:"type";s:19:"application/rss+xml";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:44:"http://purl.org/rss/1.0/modules/syndication/";a:2:{s:12:"updatePeriod";a:1:{i:0;a:5:{s:4:"data";s:6:"hourly";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:15:"updateFrequency";a:1:{i:0;a:5:{s:4:"data";s:1:"1";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}}}}}}s:4:"type";i:128;s:7:"headers";O:42:"Requests_Utility_CaseInsensitiveDictionary":1:{s:7:"\0*\0data";a:16:{s:4:"date";s:29:"Fri, 27 Jul 2018 01:24:03 GMT";s:12:"content-type";s:34:"application/rss+xml; charset=UTF-8";s:10:"set-cookie";s:131:"__cfduid=d8c50d113db445eddf2c35a2055c58e601532654643; expires=Sat, 27-Jul-19 01:24:03 GMT; path=/; domain=.siteorigin.com; HttpOnly";s:13:"cache-control";s:22:"public, max-age=432000";s:7:"expires";s:29:"Wed, 01 Aug 2018 01:24:03 GMT";s:12:"x-robots-tag";s:15:"noindex, follow";s:4:"link";s:59:"\\u5165\\u5883\\u8868\\u683c